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

12 3 4 5 6 7 8 91011>>

  /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/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
FormatInterpreter.java 57 * needed because some countries uses different address formats for local/Latin scripts.
59 * @param scriptType if {@link ScriptType#LOCAL}, use local format; else use Latin format.
92 * type is {@link ScriptType#LOCAL}.
96 return getAddressFieldOrder(ScriptType.LOCAL, regionCode);
151 ScriptType scriptType = ScriptType.LOCAL;
153 scriptType = Util.isExplicitLatinScript(lc) ? ScriptType.LATIN : ScriptType.LOCAL;
256 String format = (scriptType == ScriptType.LOCAL)
  /external/chromium_org/third_party/libjpeg_turbo/
rdswitch.c 23 LOCAL(int)
40 LOCAL(boolean)
140 LOCAL(boolean)
304 LOCAL(void)
jctrans.c 20 LOCAL(void) transencode_master_selection
22 LOCAL(void) transencode_coef_controller
164 LOCAL(void)
237 LOCAL(void)
373 LOCAL(void)
jdmarker.c 120 /* Declare and initialize local copies of input pointer/count */
126 /* Unload the local copies --- do this only at a restart boundary */
131 /* Reload the local copies --- used only in MAKE_BYTE_AVAIL */
138 * but we must reload the local copies after a successful fill.
198 LOCAL(boolean)
238 LOCAL(boolean)
302 LOCAL(boolean)
385 LOCAL(boolean)
431 LOCAL(boolean)
505 LOCAL(boolean
    [all...]
jquant1.c 187 LOCAL(int)
249 LOCAL(int)
263 LOCAL(int)
277 LOCAL(void)
337 LOCAL(void)
400 LOCAL(ODITHER_MATRIX_PTR)
436 LOCAL(void)
726 LOCAL(void)
  /external/jpeg/
jdtrans.c 19 LOCAL(void) transdecode_master_selection JPP((j_decompress_ptr cinfo));
90 LOCAL(boolean)
156 LOCAL(boolean)
222 LOCAL(void)
jctrans.c 19 LOCAL(void) transencode_master_selection
21 LOCAL(void) transencode_coef_controller
157 LOCAL(void)
226 LOCAL(void)
362 LOCAL(void)
jmemname.c 94 LOCAL(void)
125 LOCAL(void)
jquant1.c 185 LOCAL(int)
244 LOCAL(int)
258 LOCAL(int)
272 LOCAL(void)
332 LOCAL(void)
395 LOCAL(ODITHER_MATRIX_PTR)
431 LOCAL(void)
721 LOCAL(void)
  /external/qemu/distrib/jpeg-6b/
jdtrans.c 19 LOCAL(void) transdecode_master_selection JPP((j_decompress_ptr cinfo));
90 LOCAL(boolean)
156 LOCAL(boolean)
222 LOCAL(void)
jctrans.c 19 LOCAL(void) transencode_master_selection
21 LOCAL(void) transencode_coef_controller
157 LOCAL(void)
226 LOCAL(void)
362 LOCAL(void)
jmemname.c 94 LOCAL(void)
125 LOCAL(void)
jquant1.c 185 LOCAL(int)
244 LOCAL(int)
258 LOCAL(int)
272 LOCAL(void)
332 LOCAL(void)
395 LOCAL(ODITHER_MATRIX_PTR)
431 LOCAL(void)
721 LOCAL(void)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
symtable.h 80 #define LOCAL 1
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
symtable.h 80 #define LOCAL 1
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jctrans.c 20 LOCAL(void) transencode_master_selection
22 LOCAL(void) transencode_coef_controller
158 LOCAL(void)
227 LOCAL(void)
363 LOCAL(void)
jmorecfg.h 194 #define LOCAL(type) static type
  /external/libpcap/msdos/
pktdrvr.c 147 LOCAL FARPTR protBase;
148 LOCAL REALPTR realBase;
149 LOCAL WORD realSeg; /* DOS para-address of allocated area */
150 LOCAL SWI_REGS reg;
171 LOCAL struct DPMI_regs reg;
172 LOCAL WORD rm_base_seg, rm_base_sel;
173 LOCAL DWORD realBase;
174 LOCAL int para_skip = 0;
176 LOCAL DWORD dpmi_get_real_vector (int intr);
177 LOCAL WORD dpmi_real_malloc (int size, WORD *selector);
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.h 83 LOCAL = 301,
191 #define LOCAL 301
  /frameworks/base/telecomm/java/android/telecom/
DisconnectCause.java 42 /** Disconnected because of a local user-initiated action, such as hanging up. */
43 public static final int LOCAL = 2;
238 case LOCAL:
239 code = "LOCAL";
  /external/chromium_org/extensions/browser/api/storage/
storage_api_unittest.cc 53 // Runs the storage.set() API function with local storage.
58 "[\"local\", {\"%s\": \"%s\"}]", key.c_str(), value.c_str()));
61 // Runs the storage.get() API function with the local storage, and populates
67 base::StringPrintf("[\"local\", \"%s\"]", key.c_str()));
106 settings_namespace::LOCAL,
  /external/llvm/lib/Target/NVPTX/
NVPTX.h 122 LOCAL = 5
  /external/pdfium/core/include/thirdparties/libjpeg/
jmorecfg.h 194 #define LOCAL(type) static type
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
AccountWithDataSet.java 28 public static final AccountWithDataSet LOCAL = new AccountWithDataSet(null, null, null);

Completed in 1029 milliseconds

12 3 4 5 6 7 8 91011>>