HomeSort by relevance Sort by last modified time
    Searched defs:cookie (Results 276 - 300 of 750) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/content/res/
AssetManager.java 341 * Returns a cookie for use with the other APIs of AssetManager.
342 * @return 0 if the path was not found, otherwise a positive integer cookie representing
465 final int cookie = nativeGetResourceValue( local
467 if (cookie <= 0) {
476 outValue.string = mApkAssets[cookie - 1].getStringFromPool(outValue.data);
511 final int cookie = nativeGetResourceBagValue(mObject, resId, bagEntryId, outValue); local
512 if (cookie <= 0) {
521 return mApkAssets[cookie - 1].getStringFromPool(outValue.data);
541 * with the indices of the data representing the type, value, asset cookie,
596 int cookie = rawInfoArray[i] local
644 final int cookie = nativeThemeGetAttributeValue(mObject, theme, resId, outValue, local
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnection.java 239 final int cookie = mRecentOperations.beginOperation("close", null, null); local
245 mRecentOperations.endOperation(cookie);
512 final int cookie = mRecentOperations.beginOperation("prepare", sql, null); local
536 mRecentOperations.failOperation(cookie, ex);
539 mRecentOperations.endOperation(cookie);
560 final int cookie = mRecentOperations.beginOperation("execute", sql, bindArgs); local
577 mRecentOperations.failOperation(cookie, ex);
580 mRecentOperations.endOperation(cookie);
603 final int cookie = mRecentOperations.beginOperation("executeForLong", sql, bindArgs); local
620 mRecentOperations.failOperation(cookie, ex)
646 final int cookie = mRecentOperations.beginOperation("executeForString", sql, bindArgs); local
691 final int cookie = mRecentOperations.beginOperation("executeForBlobFileDescriptor", local
738 final int cookie = mRecentOperations.beginOperation("executeForChangedRowCount", local
786 final int cookie = mRecentOperations.beginOperation("executeForLastInsertedRowId", local
849 final int cookie = mRecentOperations.beginOperation("executeForCursorWindow", local
    [all...]
  /frameworks/base/core/jni/
android_util_AssetManager.cpp 103 // Java asset cookies have 0 as an invalid cookie, but TypedArray expects < 0.
104 constexpr inline static jint ApkAssetsCookieToJavaCookie(ApkAssetsCookie cookie) {
105 return cookie != kInvalidCookie ? static_cast<jint>(cookie + 1) : -1;
108 constexpr inline static ApkAssetsCookie JavaCookieToApkAssetsCookie(jint cookie) {
109 return cookie > 0 ? static_cast<ApkAssetsCookie>(cookie - 1) : kInvalidCookie;
199 static jint CopyValue(JNIEnv* env, ApkAssetsCookie cookie, const Res_value& value, uint32_t ref,
203 ApkAssetsCookieToJavaCookie(cookie));
211 return static_cast<jint>(ApkAssetsCookieToJavaCookie(cookie));
490 ApkAssetsCookie cookie = JavaCookieToApkAssetsCookie(jcookie); local
524 ApkAssetsCookie cookie = JavaCookieToApkAssetsCookie(jcookie); local
550 ApkAssetsCookie cookie = JavaCookieToApkAssetsCookie(jcookie); local
593 ApkAssetsCookie cookie = local
619 ApkAssetsCookie cookie = kInvalidCookie; local
684 ApkAssetsCookie cookie = local
743 ApkAssetsCookie cookie = local
785 ApkAssetsCookie cookie = local
840 ApkAssetsCookie cookie = local
1231 ApkAssetsCookie cookie = theme->GetAttribute(static_cast<uint32_t>(resid), &value, &flags); local
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCamera2HWI.h 132 void *cookie,
150 void *cookie; // release callback cookie member in struct:qcamera::__anon48800
577 void *cookie,
580 void *cookie,
    [all...]
  /hardware/qcom/msm8994/kernel-headers/media/
msmb_pproc.h 212 void __user * cookie; member in struct:msm_cpp_frame_info_t
301 void * cookie; member in struct:msm_vpe_frame_info_t
  /hardware/qcom/msm8994/original-kernel-headers/media/
msmb_pproc.h 207 void __user *cookie; member in struct:msm_cpp_frame_info_t
297 void *cookie; member in struct:msm_vpe_frame_info_t
403 compat_caddr_t cookie; member in struct:msm_cpp_frame_info32_t
  /hardware/qcom/msm8x84/kernel-headers/media/
msmb_pproc.h 169 void *cookie; member in struct:msm_cpp_frame_info_t
236 void *cookie; member in struct:msm_vpe_frame_info_t
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msmb_pproc.h 157 void *cookie; member in struct:msm_cpp_frame_info_t
216 void *cookie; member in struct:msm_vpe_frame_info_t
317 compat_caddr_t cookie; member in struct:msm_cpp_frame_info32_t
  /toolchain/binutils/binutils-2.27/bfd/
coffgen.c 2831 struct coff_reloc_cookie cookie; local
    [all...]
  /external/caliper/lib/
jersey-client-1.11.jar 
  /prebuilts/tools/common/m2/repository/com/sun/xsom/xsom/20140925/
xsom-20140925.jar 
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 2388 uint32_t cookie; local
2507 uint32_t cookie = *(sp32 - 1); local
    [all...]
  /external/boringssl/src/ssl/
t1_lib.cc 223 // Skip past DTLS cookie
225 CBS cookie; local
226 if (!CBS_get_u8_length_prefixed(&client_hello, &cookie) ||
227 CBS_len(&cookie) > DTLS1_COOKIE_LENGTH) {
2304 CBB contents, cookie; local
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
CacheTest.java     [all...]
  /external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/
UrlConnectionCacheTest.java     [all...]
  /frameworks/base/tools/aapt/
Resource.cpp 1132 int32_t cookie = getPlatformAssetCookie(assets); local
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
video_encoder_device_v4l2.h 276 void *cookie; member in struct:encExtradata::info
296 /* Get extradata which is tagged with cookie via setCookieForConfigExtradata. If no extradata is tagged with this cookie then get extradata whose status is FREE. */
297 OMX_ERRORTYPE get(void *cookie, char **userptr, int *fd, unsigned *offset, ssize_t *size);
304 /* Attach a cookie to extradata. Extradata with this cookie can be retrieved via getExtradata call.*/
305 void setCookieForConfig(void *cookie);
  /hardware/qcom/msm8960/original-kernel-headers/media/
msm_isp.h 340 uint32_t cookie; member in struct:msm_mctl_pp_frame_cmd
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-gradle/26.2.0-alpha16/
lint-gradle-26.2.0-alpha16.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.23.0/
google-api-java-client-min-repackaged-1.23.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 948 milliseconds

<<11121314151617181920>>