HomeSort by relevance Sort by last modified time
    Searched defs:local (Results 176 - 200 of 994) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/
atmsvc.h 39 struct sockaddr_atmsvc local; member in struct:atmsvc_msg
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/
atmsvc.h 39 struct sockaddr_atmsvc local; member in struct:atmsvc_msg
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/
atmsvc.h 39 struct sockaddr_atmsvc local; member in struct:atmsvc_msg
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/
atmsvc.h 39 struct sockaddr_atmsvc local; member in struct:atmsvc_msg
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/
atmsvc.h 39 struct sockaddr_atmsvc local; member in struct:atmsvc_msg
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/
atmsvc.h 39 struct sockaddr_atmsvc local; member in struct:atmsvc_msg
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
atmsvc.h 39 struct sockaddr_atmsvc local; member in struct:atmsvc_msg
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
atmsvc.h 39 struct sockaddr_atmsvc local; member in struct:atmsvc_msg
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_threading_local.py 16 def target(local, weaklist):
18 local.weak = weak
29 local = self._local()
32 t = threading.Thread(target=target, args=(local, weaklist))
40 # XXX _threading_local keeps the local of the last stopped thread alive.
44 # Assignment to the same thread local frees it sometimes (!)
45 local.someothervar = None
52 # of a threading.local derived class, the per-thread dictionary
56 class Local(self._local):
59 local = Local(
115 from thread import _local as local namespace
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_threading_local.py 16 def target(local, weaklist):
18 local.weak = weak
29 local = self._local()
32 t = threading.Thread(target=target, args=(local, weaklist))
40 # XXX _threading_local keeps the local of the last stopped thread alive.
44 # Assignment to the same thread local frees it sometimes (!)
45 local.someothervar = None
52 # of a threading.local derived class, the per-thread dictionary
56 class Local(self._local):
59 local = Local(
115 from thread import _local as local namespace
    [all...]
  /system/connectivity/dhcp_client/
dhcpv4.cc 196 struct sockaddr_ll local; local
197 memset(&local, 0, sizeof(local));
198 local.sll_family = PF_PACKET;
199 local.sll_protocol = htons(ETHERTYPE_IP);
200 local.sll_ifindex = static_cast<int>(interface_index_);
203 reinterpret_cast<struct sockaddr*>(&local),
204 sizeof(local)) < 0) {
  /toolchain/binutils/binutils-2.25/gas/config/
obj-elf.h 61 /* Whether the symbol has been marked as local. */
62 int local; member in struct:elf_obj_sy
  /art/build/
Android.common_build.mk 124 define set-target-local-clang-vars
198 # Clear local variables now their use has ended.
416 define set-target-local-cflags-vars
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
RegisterSpec.java 49 /** {@code null-ok;} local variable info associated with this register, if any */
50 private final LocalItem local; field in class:RegisterSpec
58 * @param local {@code null-ok;} the associated local variable, if any
62 LocalItem local) {
63 theInterningItem.set(reg, type, local);
97 * @param local {@code non-null;} the associated local variable
101 LocalItem local) {
102 if (local == null)
605 private LocalItem local; field in class:RegisterSpec.ForComparison
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
RegisterSpec.java 49 * {@code null-ok;} local variable info associated with this register,
52 private final LocalItem local; field in class:RegisterSpec
60 * @param local {@code null-ok;} the associated local variable, if any
64 LocalItem local) {
66 theInterningItem.set(reg, type, local);
101 * @param local {@code non-null;} the associated local variable
105 LocalItem local) {
106 if (local == null)
617 private LocalItem local; field in class:RegisterSpec.ForComparison
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
RegisterSpec.java 50 * {@code null-ok;} local variable info associated with this register,
53 private final LocalItem local; field in class:RegisterSpec
61 * @param local {@code null-ok;} the associated local variable, if any
65 LocalItem local) {
67 theInterningItem.set(reg, type, local);
102 * @param local {@code non-null;} the associated local variable
106 LocalItem local) {
107 if (local == null)
612 private LocalItem local; field in class:RegisterSpec.ForComparison
    [all...]
  /external/chromium-trace/catapult/tracing/third_party/css-element-queries/test/
mootools-core-full-nocompat.js     [all...]
  /cts/tests/tests/net/src/android/net/rtp/cts/
AudioGroupTest.java 48 InetAddress local = InetAddress.getByName("::1"); local
50 mStreamA = new AudioStream(local);
57 mStreamB = new AudioStream(local);
  /dalvik/dx/src/com/android/dx/cf/code/
Simulator.java 40 * {@code non-null;} canned error message for local variable
45 "local variable information.";
53 /** {@code non-null;} local variable information */
384 * if it has local info.
565 * the local variable table, though we still need to check
570 * the local type becomes valid. On the other hand, the
576 LocalVariableList.Item local = local
580 if (local != null) {
581 localType = local.getType();
595 machine.localInfo(local != null)
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
ConstCollector.java 60 * If true, allow one local var to be involved with a collected const.
164 * Each collected constant can be used by just one local
209 * TODO: Might be nice to try and figure out which local
217 // Count one local usage only.
269 * the definition of {@code origReg} is associated with a local
270 * variable, then insert a mark-local for {@code newReg} just below
288 * This is a mark-local. it will be updated when all uses
294 LocalItem local = localAssignment.getLocalItem(); local
299 // Now add a mark-local to the new reg immediately after.
300 newReg = newReg.withLocalItem(local);
    [all...]
NormalSsaInsn.java 78 * the type or local var name so don't update use list
158 LocalItem local = assignment.getLocalItem(); local
160 if (local == null) {
PhiInsn.java 90 * Note that local association of operands are preserved in this step.
110 * @param local {@code null-ok;} new local info, if available
112 public void changeResultType(TypeBearer type, LocalItem local) {
114 getResult().getReg(), type, local)); local
  /external/apache-xml/src/main/java/org/apache/xml/utils/
NamespaceSupport2.java 219 * <dd>The local name (without prefix).</dd>
240 * local name, and the raw XML 1.0 name; or null if there
377 // Local classes.
567 * URI part (or empty string), the local part,
616 String local = qName.substring(index+1); local
627 name[1] = local.intern();
726 * _only_ its local bindings, and delegate upward if not found.</p>
  /external/avahi/avahi-core/
socket.c 311 struct sockaddr_in local; local
338 memset(&local, 0, sizeof(local));
339 local.sin_family = AF_INET;
340 local.sin_port = htons(AVAHI_MDNS_PORT);
343 r = bind(fd, (struct sockaddr*) &local, sizeof(local));
345 r = bind_with_warn(fd, (struct sockaddr*) &local, sizeof(local));
373 struct sockaddr_in6 sa, local; local
911 struct sockaddr_in local; local
951 struct sockaddr_in6 local; local
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/core/
cros_interface.py 14 # /usr/local/... instead of the default location. We have to check for both
17 re.compile(r'^/usr/local/?.*/chrome/chrome ')]
103 if self.local:
134 def local(self): member in class:CrOSInterface
148 if self.local:
173 assert not self.local, "Cannot use SCP on local target."
229 assert not self.local
255 if self.local:
272 if self.local
    [all...]

Completed in 1260 milliseconds

1 2 3 4 5 6 78 91011>>