HomeSort by relevance Sort by last modified time
    Searched defs:LOCAL (Results 1 - 25 of 48) sorted by null

1 2

  /external/chromium_org/extensions/browser/api/storage/
settings_namespace.h 16 LOCAL, // "local" i.e. chrome.storage.local
  /external/chromium_org/third_party/libjpeg_turbo/
jdapistd.c 26 LOCAL(boolean) output_pass_setup JPP((j_decompress_ptr cinfo));
97 LOCAL(boolean)
jdmaster.c 47 LOCAL(boolean)
99 LOCAL(void)
419 LOCAL(void)
459 LOCAL(void)
rdswitch.c 23 LOCAL(int)
40 LOCAL(boolean)
140 LOCAL(boolean)
304 LOCAL(void)
cjpeg.c 83 LOCAL(cjpeg_source_ptr)
145 LOCAL(void)
207 LOCAL(int)
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)
jdphuff.c 13 * into local working storage, and update them back to the permanent
59 /* These fields are loaded into local variables at start of each MCU.
65 /* These fields are NOT loaded into local working state. */
228 LOCAL(boolean)
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 */
jmorecfg.h 192 #define LOCAL(type) static type
transupp.c 90 LOCAL(void)
128 LOCAL(void)
195 LOCAL(void)
257 LOCAL(void)
337 LOCAL(void)
385 LOCAL(void)
466 LOCAL(void)
537 LOCAL(void)
645 LOCAL(void)
765 LOCAL(boolean
    [all...]
  /external/jpeg/
jdtrans.c 19 LOCAL(void) transdecode_master_selection JPP((j_decompress_ptr cinfo));
90 LOCAL(boolean)
156 LOCAL(boolean)
222 LOCAL(void)
jdapistd.c 23 LOCAL(boolean) output_pass_setup JPP((j_decompress_ptr cinfo));
120 LOCAL(boolean)
rdswitch.c 20 LOCAL(int)
37 LOCAL(boolean)
128 LOCAL(boolean)
jdmaster.c 43 LOCAL(boolean)
270 LOCAL(void)
310 LOCAL(void)
cjpeg.c 79 LOCAL(cjpeg_source_ptr)
140 LOCAL(void)
198 LOCAL(int)
jdphuff.c 13 * into local working storage, and update them back to the permanent
59 /* These fields are loaded into local variables at start of each MCU.
65 /* These fields are NOT loaded into local working state. */
226 LOCAL(boolean)
jmorecfg.h 213 #define LOCAL(type) static type
jchuff.c 13 * variables into local working storage, and update them back to the
60 /* These fields are NOT loaded into local working state. */
277 LOCAL(boolean)
301 LOCAL(boolean)
339 LOCAL(boolean)
352 LOCAL(boolean)
450 LOCAL(boolean)
571 LOCAL(void)
jdhuff.c 13 * into local working storage, and update them back to the permanent
22 LOCAL(boolean) process_restart (j_decompress_ptr cinfo);
57 /* These fields are loaded into local variables at start of each MCU.
63 /* These fields are NOT loaded into local working state. */
383 /* Unload the local registers */
422 /* Unload the local registers */
468 LOCAL(boolean)
jmemdos.c 127 LOCAL(void)
287 LOCAL(boolean)
413 LOCAL(boolean)
553 LOCAL(boolean)
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
LookupKey.java 23 * A builder for creating keys that are used to lookup data in the local cache and fetch data from
72 * Local scripts. For Japan, it's Japanese (including Hiragana, Katagana, and Kanji); For
73 * Saudi Arabia, it's Arabic. Notice that for US, the local script is actually Latin script
75 * provide two set of data (Latin and local) since they use only Latin script. You have to
76 * specify the {@link ScriptType} as local instead Latin.
78 LOCAL
231 // Example key. E.g., "examples/TW/local/_default".
282 // Default to LOCAL script.
284 private ScriptType script = ScriptType.LOCAL;
373 if (scriptStr.equals("local")) {
    [all...]
  /external/chromium_org/tools/usb_gadget/
hid_constants.py 30 LOCAL = 2
  /external/chromium_org/v8/src/
variables.h 40 // A slot in the local section on the stack. index() is the variable
42 LOCAL,
95 bool IsStackLocal() const { return location_ == LOCAL; }
120 void set_local_if_not_shadowed(Variable* local) {
121 local_if_not_shadowed_ = local;
  /external/libpcap/msdos/
pktdrvr.h 5 #define LOCAL static
  /external/llvm/lib/Target/NVPTX/
NVPTX.h 122 LOCAL = 5

Completed in 1483 milliseconds

1 2