Searched defs:LOCAL (Results 1 - 25 of 74) sorted by relevance

123

/external/chromium_org/extensions/browser/api/storage/
H A Dsettings_namespace.h16 LOCAL, // "local" i.e. chrome.storage.local enumerator in enum:extensions::settings_namespace::Namespace
/external/chromium_org/third_party/libjpeg_turbo/
H A Djdapistd.c26 LOCAL(boolean) output_pass_setup JPP((j_decompress_ptr cinfo));
97 LOCAL(boolean) function
H A Djdmaster.c47 LOCAL(boolean) function
99 LOCAL(void)
419 LOCAL(void)
459 LOCAL(void)
H A Drdswitch.c23 LOCAL(int)
40 LOCAL(boolean) function
140 LOCAL(boolean) function
304 LOCAL(void)
H A Dcjpeg.c83 LOCAL(cjpeg_source_ptr) function
145 LOCAL(void)
207 LOCAL(int)
H A Djdphuff.c228 LOCAL(boolean) function
/external/jpeg/
H A Djdtrans.c19 LOCAL(void) transdecode_master_selection JPP((j_decompress_ptr cinfo));
90 LOCAL(boolean) function
156 LOCAL(boolean) function
222 LOCAL(void)
H A Djdapistd.c23 LOCAL(boolean) output_pass_setup JPP((j_decompress_ptr cinfo));
120 LOCAL(boolean) function
H A Djdmaster.c43 LOCAL(boolean) function
270 LOCAL(void)
310 LOCAL(void)
H A Drdswitch.c20 LOCAL(int)
37 LOCAL(boolean) function
128 LOCAL(boolean) function
H A Dcjpeg.c79 LOCAL(cjpeg_source_ptr) function
140 LOCAL(void)
198 LOCAL(int)
H A Djdphuff.c226 LOCAL(boolean) function
H A Djmorecfg.h213 #define LOCAL(type) static type macro
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jdapistd.c24 LOCAL(boolean) output_pass_setup JPP((j_decompress_ptr cinfo));
95 LOCAL(boolean) function
H A Dfpdfapi_jdmaster.c44 LOCAL(boolean) function
248 LOCAL(void)
288 LOCAL(void)
/external/qemu/distrib/jpeg-6b/
H A Djdtrans.c19 LOCAL(void) transdecode_master_selection JPP((j_decompress_ptr cinfo));
90 LOCAL(boolean) function
156 LOCAL(boolean) function
222 LOCAL(void)
H A Djdapistd.c23 LOCAL(boolean) output_pass_setup JPP((j_decompress_ptr cinfo));
120 LOCAL(boolean) function
H A Djdmaster.c43 LOCAL(boolean) function
270 LOCAL(void)
310 LOCAL(void)
H A Drdswitch.c20 LOCAL(int)
37 LOCAL(boolean) function
128 LOCAL(boolean) function
H A Dcjpeg.c79 LOCAL(cjpeg_source_ptr) function
140 LOCAL(void)
198 LOCAL(int)
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DLookupKey.java78 LOCAL enum constant in enum:LookupKey.ScriptType
282 // Default to LOCAL script.
284 private ScriptType script = ScriptType.LOCAL;
374 this.script = ScriptType.LOCAL;
/external/chromium_org/tools/usb_gadget/
H A Dhid_constants.py30 LOCAL = 2 variable in class:Scope
/external/chromium_org/v8/src/
H A Dvariables.h42 LOCAL, enumerator in enum:v8::internal::Variable::Location
95 bool IsStackLocal() const { return location_ == LOCAL; }
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DFrame.java67 * 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
88 * possible, since actual type values are not always known - cf LOCAL and
112 * @see #LOCAL
154 private static final int LOCAL = 0x2000000; field in class:Frame
524 return LOCAL | local;
530 type = outputLocals[local] = LOCAL | local;
765 if (kind == LOCAL) {
936 // if t2 is of kind STACK or LOCAL w
[all...]
/external/pdfium/core/include/thirdparties/libjpeg/
H A Djmorecfg.h194 #define LOCAL(type) static type macro

Completed in 3395 milliseconds

123