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

1 2 3

  /external/chromium_org/chrome/browser/extensions/api/storage/
settings_namespace.h 16 LOCAL, // "local" i.e. chrome.storage.local
  /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 208 #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/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)
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. */
230 LOCAL(boolean)
jmorecfg.h 210 #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);
  /external/chromium_org/v8/src/
variables.h 62 // A slot in the local section on the stack. index() is the variable
64 LOCAL,
117 bool IsStackLocal() const { return location_ == LOCAL; }
142 void set_local_if_not_shadowed(Variable* local) {
143 local_if_not_shadowed_ = local;
  /external/v8/src/
variables.h 62 // A slot in the local section on the stack. index() is the variable
64 LOCAL,
117 bool IsStackLocal() const { return location_ == LOCAL; }
149 void set_local_if_not_shadowed(Variable* local) {
150 local_if_not_shadowed_ = local;
  /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/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/
VideoStreamsView.java 48 * A GLSurfaceView{,.Renderer} that efficiently renders YUV frames from local &
59 public static enum Endpoint { LOCAL, REMOTE };
65 // [0] are local Y,U,V, [1] are remote Y,U,V.
113 localFrame = framesToRender.remove(Endpoint.LOCAL);
133 int[] textures = yuvTextures[stream == Endpoint.LOCAL ? 0 : 1];
284 // Local image should be thumbnailish.
  /external/llvm/lib/Target/NVPTX/
NVPTX.h 118 LOCAL = 5

Completed in 490 milliseconds

1 2 3