MCPcopy Create free account

hub / github.com/dileber/dileber / functions

Functions742 in github.com/dileber/dileber

↓ 55 callersMethodget
Retrieves an entry from the cache. @param key Cache key @return An {@link Entry} or null in the event of a cache miss
lib/src/com/android/volley/Cache.java:31
↓ 38 callersMethodtoString
()
lib/src/com/android/volley/Request.java:644
↓ 36 callersMethodput
Adds or replaces an entry to the cache. @param key Cache key @param entry Data to store and metadata for cache coherency, TTL, etc.
lib/src/com/android/volley/Cache.java:38
↓ 24 callersMethodadd
Adds a Request to the dispatch queue. @param request The request to service @return The passed-in request
lib/src/com/android/volley/RequestQueue.java:220
↓ 22 callersMethodremove
Removes an entry from the cache. @param key Cache key
lib/src/com/android/volley/Cache.java:57
↓ 20 callersMethodsize
Returns the number of bytes currently being used to store the values in this cache. This may be greater than the max size if a background deletion is
lib/src/com/zhonghua/dileber/http/DiskLruCache.java:561
↓ 18 callersMethodinvalidate
Invalidates an entry in the cache. @param key Cache key @param fullExpire True to fully expire the entry, false to soft expire
lib/src/com/android/volley/Cache.java:51
↓ 17 callersMethodgetUrl
Returns the URL of this request.
lib/src/com/android/volley/Request.java:274
↓ 17 callersMethodwrite
(byte[] buffer, int offset, int len)
lib/src/com/android/volley/toolbox/PoolingByteArrayOutputStream.java:82
↓ 16 callersMethodaddMarker
Adds an event to this request's event log; for debugging.
lib/src/com/android/volley/Request.java:204
↓ 16 callersMethodwrite
(int oneByte)
lib/src/com/zhonghua/dileber/http/DiskLruCache.java:862
↓ 15 callersMethodgetString
Returns the last committed value as a string, or null if no value has been committed.
lib/src/com/zhonghua/dileber/http/DiskLruCache.java:802
↓ 14 callersMethodgetActivity
()
lib/src/com/zhonghua/dileber/mvp/view/AppViewDelegate.java:97
↓ 14 callersMethodi
(Object... content)
lib/src/com/zhonghua/dileber/tools/SLog.java:44
↓ 13 callersMethodinitWidget
()
lib/src/com/zhonghua/dileber/mvp/view/IViewDelegate.java:17
↓ 12 callersMethoddelete
Closes the cache and deletes all of its stored values. This will delete all files in the cache directory including files that weren't created by the c
lib/src/com/zhonghua/dileber/http/DiskLruCache.java:711
↓ 12 callersMethodgetName
()
sample/src/com/zhonghua/smailadd/LocalModel/User.java:25
↓ 12 callersMethodread
Simple wrapper around {@link InputStream#read()} that throws EOFException instead of returning -1.
lib/src/com/android/volley/toolbox/DiskBasedCache.java:471
↓ 11 callersMethodd
(String format, Object... args)
lib/src/com/android/volley/VolleyLog.java:59
↓ 11 callersMethodupdatePropsIfNeed
()
lib/src/cn/pedant/SweetAlert/ProgressHelper.java:41
↓ 10 callersMethodgetType
()
lib/src/com/zhonghua/dileber/data/db/MapperMethod.java:232
↓ 10 callersMethodw
(Object... content)
lib/src/com/zhonghua/dileber/tools/SLog.java:34
↓ 9 callersMethodclose
Closes this cache. Stored values will remain on the filesystem.
lib/src/com/zhonghua/dileber/http/DiskLruCache.java:684
↓ 9 callersMethodclose
关闭数据库
lib/src/com/zhonghua/dileber/data/db/DBManager.java:65
↓ 9 callersMethodcreate
(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
lib/src/com/zhonghua/dileber/mvp/view/IViewDelegate.java:13
↓ 9 callersMethodd
(Object... content)
lib/src/com/zhonghua/dileber/tools/SLog.java:39
↓ 9 callersMethodgetBitmap
(String url)
lib/src/com/android/volley/toolbox/ImageLoader.java:75
↓ 8 callersMethoderror
Returns a failed response containing the given error code and an optional localized message displayed to the user.
lib/src/com/android/volley/Response.java:50
↓ 8 callersMethodgetPreferance
(String name)
lib/src/com/zhonghua/dileber/data/PerfManager.java:35
↓ 8 callersMethodsetTitleText
(String text)
lib/src/cn/pedant/SweetAlert/SweetAlertDialog.java:244
↓ 8 callersMethodwriteInt
(OutputStream os, int n)
lib/src/com/android/volley/toolbox/DiskBasedCache.java:479
↓ 7 callersMethodchangeAlertType
(int alertType, boolean fromCreate)
lib/src/cn/pedant/SweetAlert/SweetAlertDialog.java:195
↓ 7 callersMethodclose
()
lib/src/com/android/volley/toolbox/PoolingByteArrayOutputStream.java:56
↓ 7 callersMethodgetReturnType
()
lib/src/com/zhonghua/dileber/data/db/MapperMethod.java:256
↓ 7 callersMethodmapKey
(String sql,Map<String,Object> arg)
lib/src/com/zhonghua/dileber/data/db/MapperMethod.java:159
↓ 7 callersMethodparseCacheHeaders
Extracts a {@link Cache.Entry} from a {@link NetworkResponse}. @param response The network response to parse headers from @return a cache entry for t
lib/src/com/android/volley/toolbox/HttpHeaderParser.java:38
↓ 7 callersMethodreadInt
(InputStream is)
lib/src/com/android/volley/toolbox/DiskBasedCache.java:486
↓ 7 callersMethodsuccess
Returns a successful response containing the parsed result.
lib/src/com/android/volley/Response.java:42
↓ 7 callersMethodv
(String format, Object... args)
lib/src/com/android/volley/VolleyLog.java:53
↓ 6 callersMethodbuildMessage
Formats the caller's provided message and prepends useful info like calling thread ID and method name.
lib/src/com/android/volley/VolleyLog.java:83
↓ 6 callersMethoddip2px
(float dpValue)
lib/src/cn/pedant/SweetAlert/SuccessTickView.java:81
↓ 6 callersMethodedit
Returns an editor for the entry named {@code key}, or null if another edit is in progress.
lib/src/com/zhonghua/dileber/http/DiskLruCache.java:513
↓ 6 callersMethodfinish
Notifies the request queue that this request has finished (successfully or with error). <p>Also dumps all events from this request's event log; for d
lib/src/com/android/volley/Request.java:215
↓ 6 callersMethodgetInfo
(Object... content)
lib/src/com/zhonghua/dileber/tools/SLog.java:55
↓ 6 callersMethodgetInstance
()
lib/src/com/zhonghua/dileber/tools/HDevice.java:26
↓ 6 callersMethodloadAnimation
(Context context, int id)
lib/src/cn/pedant/SweetAlert/OptAnimationLoader.java:16
↓ 6 callersMethodonResponse
Listens for non-error changes to the loading of the image request. @param response Holds all information pertaining to the request, as well as the bi
lib/src/com/android/volley/toolbox/ImageLoader.java:142
↓ 6 callersMethodreadAsciiLine
Returns the ASCII characters up to but not including the next "\r\n", or "\n". @throws EOFException if the stream is exhausted before the next newlin
lib/src/com/zhonghua/dileber/http/DiskLruCache.java:215
↓ 5 callersMethodclear
Empties the cache.
lib/src/com/android/volley/Cache.java:62
↓ 5 callersMethodcommit
Commits this edit so it is visible to readers. This releases the edit lock so another edit may be started on the same key.
lib/src/com/zhonghua/dileber/http/DiskLruCache.java:840
↓ 5 callersMethode
(String format, Object... args)
lib/src/com/android/volley/VolleyLog.java:63
↓ 5 callersMethodgetBodyContentType
()
lib/src/com/android/volley/toolbox/JsonRequest.java:87
↓ 5 callersMethodgetCleanFile
(int i)
lib/src/com/zhonghua/dileber/http/DiskLruCache.java:945
↓ 5 callersMethodisClosed
Returns true if this cache has been closed.
lib/src/com/zhonghua/dileber/http/DiskLruCache.java:662
↓ 5 callersMethodread
()
lib/src/com/android/volley/toolbox/DiskBasedCache.java:441
↓ 5 callersMethodreadLong
(InputStream is)
lib/src/com/android/volley/toolbox/DiskBasedCache.java:506
↓ 5 callersMethodwriteLong
(OutputStream os, long n)
lib/src/com/android/volley/toolbox/DiskBasedCache.java:495
↓ 4 callersMethodbind
(Object object,SQLiteStatement statement,int pos)
lib/src/com/zhonghua/dileber/data/db/DBManager.java:431
↓ 4 callersMethodbuildParams
()
lib/src/com/zhonghua/dileber/http/CommonParams.java:88
↓ 4 callersMethodcancel
(Dialog dialog)
lib/src/com/zhonghua/dileber/view/dialog/DialogLinstener.java:12
↓ 4 callersMethodcheckNotClosed
()
lib/src/com/zhonghua/dileber/http/DiskLruCache.java:666
↓ 4 callersMethoddeleteIfExists
(File file)
lib/src/com/zhonghua/dileber/http/DiskLruCache.java:455
↓ 4 callersMethodflush
Force buffered operations to the filesystem.
lib/src/com/zhonghua/dileber/http/DiskLruCache.java:675
↓ 4 callersMethodfromJson
转成bean @param gsonString @param cls @return
lib/src/com/zhonghua/dileber/tools/HJson.java:59
↓ 4 callersMethodgetAppContext
()
lib/src/com/zhonghua/dileber/app/SApplication.java:42
↓ 4 callersMethodgetCacheKey
Returns the cache key for this request. By default, this is the URL.
lib/src/com/android/volley/Request.java:340
↓ 4 callersMethodgetDirtyFile
(int i)
lib/src/com/zhonghua/dileber/http/DiskLruCache.java:949
↓ 4 callersMethodgetFileForKey
Returns a file object for the given cache key.
lib/src/com/android/volley/toolbox/DiskBasedCache.java:234
↓ 4 callersMethodgetInstance
()
lib/src/com/zhonghua/dileber/http/HttpManager.java:24
↓ 4 callersMethodgetInstance
()
lib/src/com/zhonghua/dileber/data/PerfManager.java:20
↓ 4 callersMethodgetParams
Returns a Map of parameters to be used for a POST or PUT request. Can throw {@link AuthFailureError} as authentication may be required to provide the
lib/src/com/android/volley/Request.java:457
↓ 4 callersMethodgetParamsEncoding
Returns which encoding should be used when converting POST or PUT parameters returned by {@link #getParams()} into a raw POST or PUT body. <p>This co
lib/src/com/android/volley/Request.java:473
↓ 4 callersMethodgetSystmPreferences
(String key, Object defaultObject)
lib/src/com/zhonghua/dileber/data/PerfManager.java:239
↓ 4 callersMethodgetTimeoutMs
Returns the socket timeout in milliseconds per retry attempt. (This value can be changed per retry attempt if a backoff is specified via backoffTimeou
lib/src/com/android/volley/Request.java:559
↓ 4 callersMethodjournalRebuildRequired
We only rebuild the journal when it will halve the size of the journal and eliminate at least 2000 ops.
lib/src/com/zhonghua/dileber/http/DiskLruCache.java:619
↓ 4 callersMethodopenDiskLruCache
()
lib/src/com/zhonghua/dileber/http/BitmapLruCache.java:26
↓ 4 callersMethodparseCharset
Retrieve a charset from headers @param headers An {@link Map} of headers @param defaultCharset Charset to return if none can be found @return Returns
lib/src/com/android/volley/toolbox/HttpHeaderParser.java:143
↓ 4 callersMethodqueryData2T
(String sql, Object[] selectionArgs, Class<T> clazz)
lib/src/com/zhonghua/dileber/data/db/DBManager.java:248
↓ 4 callersMethodreadString
(InputStream is)
lib/src/com/android/volley/toolbox/DiskBasedCache.java:525
↓ 4 callersMethodreturnBuf
Returns a buffer to the pool, throwing away old buffers if the pool would exceed its allotted size. @param buf the buffer to return to the pool.
lib/src/com/android/volley/toolbox/ByteArrayPool.java:106
↓ 4 callersMethodrunCallback
(float value)
lib/src/com/pnikosis/materialishprogress/ProgressWheel.java:410
↓ 4 callersMethodwriteString
(OutputStream os, String s)
lib/src/com/android/volley/toolbox/DiskBasedCache.java:519
↓ 3 callersMethodaddBodyIfExists
(HttpURLConnection connection, Request<?> request)
lib/src/com/android/volley/toolbox/HurlStack.java:251
↓ 3 callersMethodattemptRetryOnException
Attempts to prepare the request for a retry. If there are no more attempts remaining in the request's retry policy, a timeout exception is thrown. @pa
lib/src/com/android/volley/toolbox/BasicNetwork.java:169
↓ 3 callersMethodbindView
(int id)
lib/src/com/zhonghua/dileber/mvp/view/AppViewDelegate.java:51
↓ 3 callersMethodcancelRequest
Releases interest in the in-flight request (and cancels it if no one else is listening).
lib/src/com/android/volley/toolbox/ImageLoader.java:348
↓ 3 callersMethodcheck
(Cons cons,Object[] args)
lib/src/com/zhonghua/dileber/data/db/MapperMethod.java:137
↓ 3 callersMethodcloseQuietly
Closes 'closeable', ignoring any checked exceptions. Does nothing if 'closeable' is null.
lib/src/com/zhonghua/dileber/http/DiskLruCache.java:239
↓ 3 callersMethodcompleteEdit
(Editor editor, boolean success)
lib/src/com/zhonghua/dileber/http/DiskLruCache.java:565
↓ 3 callersMethodcontains
查询某个key是否已经存在 @param key @return
lib/src/com/zhonghua/dileber/data/PerfManager.java:286
↓ 3 callersMethodcreateRequestBody
(Request r)
lib/src/com/zhonghua/dileber/http/OkHttpStack.java:144
↓ 3 callersMethoddataBatch
(String sql, List<Object[]> lists,int type)
lib/src/com/zhonghua/dileber/data/db/DBManager.java:387
↓ 3 callersMethoddismissWithAnimation
The real Dialog.dismiss() will be invoked async-ly after the animation finishes.
lib/src/cn/pedant/SweetAlert/SweetAlertDialog.java:353
↓ 3 callersMethodexecute
(final DBManager dbManager, final Object[] args)
lib/src/com/zhonghua/dileber/data/db/MapperMethod.java:27
↓ 3 callersMethodexecute
(Runnable command)
lib/src/com/android/volley/ExecutorDelivery.java:37
↓ 3 callersMethodgetBody
()
lib/src/com/android/volley/toolbox/JsonRequest.java:92
↓ 3 callersMethodgetBuf
Returns a buffer from the pool if one is available in the requested size, or allocates a new one if a pooled one is not available. @param len the min
lib/src/com/android/volley/toolbox/ByteArrayPool.java:87
↓ 3 callersMethodgetFilenameForKey
Creates a pseudo-unique filename for the specified cache key. @param key The key to generate a file name for. @return A pseudo-unique filename.
lib/src/com/android/volley/toolbox/DiskBasedCache.java:224
↓ 3 callersMethodgetInputStream
Returns the unbuffered stream with the value for {@code index}.
lib/src/com/zhonghua/dileber/http/DiskLruCache.java:753
↓ 3 callersMethodgetMethod
Return the method for this request. Can be one of the values in {@link Method}.
lib/src/com/android/volley/Request.java:138
next →1–100 of 742, ranked by callers