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

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
rcsclient.py 3 (In general, it is probably be better to make local operation the
18 LOCAL = 0
35 local = LOCAL
54 local = 1
55 if local:
  /external/python/cpython2/Demo/pdist/
rcsclient.py 3 (In general, it is probably be better to make local operation the
18 LOCAL = 0
35 local = LOCAL
54 local = 1
55 if local:
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
textflag.go 36 // When passed to ggloblsym, causes Local to be set to true on the LSym it creates.
37 LOCAL = 128
39 // Allocate a word of thread local storage and store the offset from the
40 // thread local base to the thread local storage in this variable.
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
textflag.go 36 // When passed to ggloblsym, causes Local to be set to true on the LSym it creates.
37 LOCAL = 128
39 // Allocate a word of thread local storage and store the offset from the
40 // thread local base to the thread local storage in this variable.
  /system/netd/server/
Network.h 33 LOCAL,
  /external/libjpeg-turbo/
jdmaster.c 33 LOCAL(boolean)
101 LOCAL(void)
419 LOCAL(void)
459 LOCAL(void)
rdswitch.c 24 LOCAL(int)
41 LOCAL(boolean)
142 LOCAL(boolean)
306 LOCAL(void)
cjpeg.c 84 LOCAL(cjpeg_source_ptr)
146 LOCAL(void)
210 LOCAL(int)
jdapistd.c 28 LOCAL(boolean) output_pass_setup (j_decompress_ptr cinfo);
99 LOCAL(boolean)
294 LOCAL(void)
302 LOCAL(void)
317 LOCAL(void)
348 LOCAL(void)
jdhuff.c 16 * into local working storage, and update them back to the permanent
60 /* These fields are loaded into local variables at start of each MCU.
66 /* These fields are NOT loaded into local working state. */
389 /* Unload the local registers */
472 /* Unload the local registers */
520 LOCAL(boolean)
554 LOCAL(boolean)
651 LOCAL(boolean)
jdphuff.c 16 * into local working storage, and update them back to the permanent
62 /* These fields are loaded into local variables at start of each MCU.
68 /* These fields are NOT loaded into local working state. */
233 LOCAL(boolean)
jdcoefct.c 35 LOCAL(boolean) smoothing_ok (j_decompress_ptr cinfo);
352 LOCAL(boolean)
429 /* Keep a local variable to avoid looking it up more than once */
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
AccountWithDataSet.java 28 public static final AccountWithDataSet LOCAL = new AccountWithDataSet(null, null, null);
  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
run_config.py 54 # For running on local desktop.
55 LOCAL = 'local'
85 the `Environment` enums). Defaults to `LOCAL`.
121 master: TensorFlow master. Defaults to empty string for local.
142 self._environment = config.get('environment', Environment.LOCAL)
249 master: TensorFlow master. Defaults to empty string for local.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
symtable.h 80 #define LOCAL 1
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
symtable.h 80 #define LOCAL 1
  /device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
PolicyEntryOperation.h 19 #define LOCAL BIT(0)
  /external/python/cpython2/Include/
symtable.h 80 #define LOCAL 1
  /external/python/cpython3/Include/
symtable.h 106 #define LOCAL 1
  /frameworks/base/telecomm/java/android/telecom/
DisconnectCause.java 39 /** Disconnected because of a local user-initiated action, such as hanging up. */
40 public static final int LOCAL = TelecomProtoEnums.LOCAL; // = 2
267 case LOCAL:
268 code = "LOCAL";
  /hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
HidDefs.h 34 LOCAL,
  /prebuilts/gdb/darwin-x86/include/python2.7/
symtable.h 80 #define LOCAL 1
  /prebuilts/gdb/linux-x86/include/python2.7/
symtable.h 80 #define LOCAL 1
  /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

Completed in 1484 milliseconds

1 2 3 4 5 6 7 8 91011>>