Searched refs:LOCAL (Results 1 - 25 of 145) sorted by relevance

123456

/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dsettings_namespace.cc21 case LOCAL: return kLocalNamespace;
32 return LOCAL;
H A Dsettings_namespace.h16 LOCAL, // "local" i.e. chrome.storage.local enumerator in enum:extensions::settings_namespace::Namespace
H A Dsync_or_local_value_store_cache.cc33 DCHECK(settings_namespace_ == settings_namespace::LOCAL ||
78 settings_namespace_ == settings_namespace::LOCAL &&
104 const bool local = settings_namespace_ == settings_namespace::LOCAL;
H A Dsettings_apitest.cc43 using settings_namespace::LOCAL;
325 ReplyWhenSatisfied(LOCAL, "assertEmpty", "assertEmpty");
326 ReplyWhenSatisfied(LOCAL, "assertNoNotifications", "assertNoNotifications");
330 ReplyWhenSatisfied(LOCAL, "setFoo", "noop");
331 ReplyWhenSatisfied(LOCAL, "assertFoo", "assertFoo");
332 ReplyWhenSatisfied(LOCAL,
337 ReplyWhenSatisfied(LOCAL, "clearNotifications", "clearNotifications");
339 ReplyWhenSatisfied(LOCAL, "noop", "removeFoo");
340 ReplyWhenSatisfied(LOCAL, "assertEmpty", "assertEmpty");
341 ReplyWhenSatisfied(LOCAL,
[all...]
/external/ipsec-tools/src/racoon/samples/roadwarrior/client/
H A Dphase1-down.sh58 LOCAL="${LOCAL_ADDR}[${LOCAL_PORT}]"
62 #LOCAL="${LOCAL_ADDR}"
69 -P out ipsec esp/tunnel/${LOCAL}-${REMOTE}/require;
71 -P in ipsec esp/tunnel/${REMOTE}-${LOCAL}/require;
H A Dphase1-up.sh51 LOCAL="${LOCAL_ADDR}[${LOCAL_PORT}]"
55 #LOCAL="${LOCAL_ADDR}"
61 -P out ipsec esp/tunnel/${LOCAL}-${REMOTE}/require;
63 -P in ipsec esp/tunnel/${REMOTE}-${LOCAL}/require;
74 -P fwd ipsec esp/tunnel/${REMOTE}-${LOCAL}/require;
/external/qemu/distrib/
H A Dbuild-emulator.sh27 LOCAL=$CURDIR/local
/external/chromium_org/chrome/browser/resources/print_preview/data/
H A Ddestination.js148 LOCAL: 'local',
157 LOCAL: 'local',
184 LOCAL: 'images/printer.png',
238 return this.origin_ == Destination.Origin.LOCAL ||
320 return Destination.IconUrl_.LOCAL;
H A Dlocal_parsers.js20 print_preview.Destination.Type.LOCAL,
21 print_preview.Destination.Origin.LOCAL,
98 print_preview.Destination.Type.LOCAL,
H A Ddestination_store.js77 this.initialDestinationOrigin_ = print_preview.Destination.Origin.LOCAL;
189 print_preview.Destination.Type.LOCAL,
190 print_preview.Destination.Origin.LOCAL,
262 this.initialDestinationOrigin_ = print_preview.Destination.Origin.LOCAL;
274 print_preview.Destination.Origin.LOCAL) {
297 print_preview.Destination.Type.LOCAL,
626 this.getDestinationKey_(print_preview.Destination.Origin.LOCAL,
/external/jpeg/
H A Drdcolmap.c45 LOCAL(void)
78 LOCAL(void)
120 LOCAL(int)
137 LOCAL(unsigned int)
170 LOCAL(void)
H A Djcmarker.c107 LOCAL(void)
121 LOCAL(void)
130 LOCAL(void)
143 LOCAL(int)
183 LOCAL(void)
221 LOCAL(void)
264 LOCAL(void)
276 LOCAL(void)
307 LOCAL(void)
348 LOCAL(voi
[all...]
H A Dwrgif.c80 LOCAL(void)
104 LOCAL(void)
142 LOCAL(void)
161 LOCAL(void)
181 LOCAL(void)
199 LOCAL(void)
208 LOCAL(void)
218 LOCAL(void)
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 Djctrans.c19 LOCAL(void) transencode_master_selection
21 LOCAL(void) transencode_coef_controller
157 LOCAL(void)
226 LOCAL(void)
362 LOCAL(void)
H A Djmemname.c94 LOCAL(void)
125 LOCAL(void)
H A Djquant1.c185 LOCAL(int)
244 LOCAL(int)
258 LOCAL(int)
272 LOCAL(void)
332 LOCAL(void)
395 LOCAL(ODITHER_MATRIX_PTR) function
431 LOCAL(void)
721 LOCAL(void)
/external/qemu/distrib/jpeg-6b/
H A Drdcolmap.c45 LOCAL(void)
78 LOCAL(void)
120 LOCAL(int)
137 LOCAL(unsigned int)
170 LOCAL(void)
H A Djcmarker.c107 LOCAL(void)
121 LOCAL(void)
130 LOCAL(void)
143 LOCAL(int)
183 LOCAL(void)
221 LOCAL(void)
264 LOCAL(void)
276 LOCAL(void)
307 LOCAL(void)
348 LOCAL(voi
[all...]
H A Dwrgif.c80 LOCAL(void)
104 LOCAL(void)
142 LOCAL(void)
161 LOCAL(void)
181 LOCAL(void)
199 LOCAL(void)
208 LOCAL(void)
218 LOCAL(void)
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 Djctrans.c19 LOCAL(void) transencode_master_selection
21 LOCAL(void) transencode_coef_controller
157 LOCAL(void)
226 LOCAL(void)
362 LOCAL(void)
/external/chromium_org/v8/src/
H A Dvariables.h64 LOCAL, enumerator in enum:v8::internal::Variable::Location
117 bool IsStackLocal() const { return location_ == LOCAL; }
/external/v8/src/
H A Dvariables.h64 LOCAL, enumerator in enum:v8::internal::Variable::Location
117 bool IsStackLocal() const { return location_ == LOCAL; }
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
H A Dprogram_parse.tab.h83 LOCAL = 301, enumerator in enum:yytokentype
191 #define LOCAL 301 macro

Completed in 603 milliseconds

123456