HomeSort by relevance Sort by last modified time
    Searched refs:LOCAL (Results 126 - 150 of 278) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symtable.py 6 SCOPE_OFF, SCOPE_MASK, FREE, GLOBAL_IMPLICIT, GLOBAL_EXPLICIT, CELL, LOCAL)
140 locs = (LOCAL, CELL)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symtable.py 6 SCOPE_OFF, SCOPE_MASK, FREE, GLOBAL_IMPLICIT, GLOBAL_EXPLICIT, CELL, LOCAL)
140 locs = (LOCAL, CELL)
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
Frame.java 67 * LOCAL or STACK. BASE is used for types that are not relative to the input
68 * frame. LOCAL is used for types that are relative to the input local
70 * stack types. VALUE depends on KIND. For LOCAL types, it is an index in
71 * the input local variable types. For STACK types, it is a position
84 * TOP or DOUBLE + TOP), for local variable types as well as in the operand
88 * possible, since actual type values are not always known - cf LOCAL and
112 * @see #LOCAL
151 * Kind of the types that are relative to the local variable types of an
152 * input stack map frame. The value of such types is a local variable index.
    [all...]
  /external/chromium_org/third_party/libjpeg_turbo/
jchuff.c 15 * variables into local working storage, and update them back to the
98 /* These fields are NOT loaded into local working state. */
326 LOCAL(boolean)
456 LOCAL(boolean)
481 LOCAL(boolean)
596 LOCAL(boolean)
717 LOCAL(void)
jmemmgr.c 40 LOCAL(size_t)
187 LOCAL(void)
218 LOCAL(void)
722 LOCAL(void)
755 LOCAL(void)
    [all...]
jdarith.c 64 LOCAL(int)
105 LOCAL(int)
189 LOCAL(void)
jdcoefct.c 78 LOCAL(boolean) smoothing_ok JPP((j_decompress_ptr cinfo));
84 LOCAL(void)
410 LOCAL(boolean)
487 /* Keep a local variable to avoid looking it up more than once */
jdhuff.c 15 * into local working storage, and update them back to the permanent
58 /* These fields are loaded into local variables at start of each MCU.
64 /* These fields are NOT loaded into local working state. */
386 /* Unload the local registers */
469 /* Unload the local registers */
516 LOCAL(boolean)
550 LOCAL(boolean)
645 LOCAL(boolean)
jcdctmgr.c 79 LOCAL(int)
167 LOCAL(int)
rdbmp.c 70 LOCAL(int)
83 LOCAL(void)
rdppm.c 84 LOCAL(int)
101 LOCAL(unsigned int)
rdtarga.c 87 LOCAL(int)
100 LOCAL(void)
jdapimin.c 113 LOCAL(void)
wrtarga.c 53 LOCAL(void)
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jdcoefct.c 73 LOCAL(boolean) smoothing_ok JPP((j_decompress_ptr cinfo));
79 LOCAL(void)
405 LOCAL(boolean)
  /external/jpeg/
rdbmp.c 67 LOCAL(int)
80 LOCAL(void)
rdppm.c 83 LOCAL(int)
100 LOCAL(unsigned int)
rdtarga.c 87 LOCAL(int)
100 LOCAL(void)
jdapimin.c 114 LOCAL(void)
  /external/qemu/distrib/jpeg-6b/
rdbmp.c 67 LOCAL(int)
80 LOCAL(void)
rdppm.c 83 LOCAL(int)
100 LOCAL(unsigned int)
rdtarga.c 87 LOCAL(int)
100 LOCAL(void)
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneConnection.java 304 mCause = DisconnectCause.LOCAL;
311 if (mCause != DisconnectCause.LOCAL) mCause = cause;
636 // The actual call profile (negotiated between local and peer).
638 // The capabilities of the local device.
677 * Determines the {@link ImsPhoneConnection} audio quality based on the local and remote
678 * {@link ImsCallProfile}. If indicate a HQ audio call if the local stream profile
681 * @param localCallProfile The local call profile.
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
StandardAddressVerifier.java 124 script = ScriptType.LOCAL;
  /external/chromium_org/third_party/libjpeg_turbo/simd/
jsimd_arm64.c 42 LOCAL(void)

Completed in 447 milliseconds

1 2 3 4 56 7 8 91011>>