HomeSort by relevance Sort by last modified time
    Searched full:address (Results 801 - 825 of 19436) sorted by null

<<31323334353637383940>>

  /system/connectivity/shill/ethernet/
mock_ethernet.cc 30 const string& address,
37 address,
  /system/connectivity/shill/wifi/
mock_wifi.cc 30 const string& address,
37 address,
  /system/connectivity/shill/wimax/
mock_wimax.cc 30 const string& address,
33 : WiMax(control, dispatcher, metrics, manager, link_name, address,
  /system/extras/perfprofd/
perf_profile.proto 11 // Address here is the offset of the instruction address to the load address
15 // address[0] is the leaf of the call stack.
16 repeated uint64 address = 1;
24 // Total count that the address/address_range is sampled.
32 // Start instruction address of a range.
39 // Total count that the address/address_range is sampled.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/lns/
lns-big-delta.d 7 \[0x.*\] Extended opcode 2: set Address to 0x0
13 \[0x.*\] Extended opcode 2: set Address to 0x.*
  /external/clang/test/SemaCXX/
warn-tautological-compare.cpp 81 // expected-note@-2{{prefix with the address-of operator to silence this warning}}
84 // expected-note@-2{{prefix with the address-of operator to silence this warning}}
88 // expected-note@-2{{prefix with the address-of operator to silence this warning}}
92 // expected-note@-2{{prefix with the address-of operator to silence this warning}}
95 // expected-note@-2{{prefix with the address-of operator to silence this warning}}
98 // expected-note@-2{{prefix with the address-of operator to silence this warning}}
101 // expected-note@-2{{prefix with the address-of operator to silence this warning}}
105 // expected-note@-2{{prefix with the address-of operator to silence this warning}}
108 // expected-note@-2{{prefix with the address-of operator to silence this warning}}
128 // expected-warning@-1{{comparison of address of 'b' equal to a null pointer is always false}
    [all...]
  /external/dbus/dbus/
dbus-server-socket.c 274 * @param address the server's address
282 const DBusString *address,
321 &socket_vtable, address))
375 * If family is NULL, hostname resolution will try all address
379 * @param host the hostname to report for the listen address
398 DBusString address; local
407 if (!_dbus_string_init (&address))
440 if (!_dbus_string_append (&address, use_nonce ? "nonce-tcp:host=" : "tcp:host=") ||
441 !_dbus_address_append_escaped (&address, &host_str) |
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 43 // Change the address associated with a section when resolving relocations.
51 SymbolInfo(std::nullptr_t) : JITSymbolBase(JITSymbolFlags::None), Address(0) {}
52 SymbolInfo(uint64_t Address, JITSymbolFlags Flags)
53 : JITSymbolBase(Flags), Address(Address) {}
54 explicit operator bool() const { return Address != 0; }
55 uint64_t getAddress() const { return Address; }
57 uint64_t Address;
134 /// \p Addr parameter provides the local address of the EH frame section
135 /// data, while \p LoadAddr provides the address of the data in the targe
    [all...]
  /external/v8/test/cctest/heap/
test-compaction.cc 47 Page::FromAddress(compaction_page_handles.front()->address());
57 CHECK_EQ(to_be_aborted_page, Page::FromAddress(object->address()));
94 Page::FromAddress(compaction_page_handles.front()->address());
107 Page::FromAddress(page_to_fill_handles.front()->address());
117 (Page::FromAddress(object->address()) == to_be_aborted_page));
118 if (Page::FromAddress(object->address()) == to_be_aborted_page) {
122 CHECK_EQ(Page::FromAddress(object->address()), page_to_fill);
170 Page::FromAddress(compaction_page_handles.front()->address());
189 Page::FromAddress(page_to_fill_handles.front()->address());
201 if (Page::FromAddress(current->address()) != to_be_aborted_page)
    [all...]
  /packages/apps/Email/tests/src/com/android/email/
LegacyConversionsTest.java 27 import com.android.emailcommon.mail.Address;
86 final Address from = Address.fromHeader(fromList)[0];
87 final Address[] replies = Address.fromHeader(replyToList);
88 final Address[] tos = Address.fromHeader(toList);
89 final Address[] ccs = Address.fromHeader(ccList);
90 final Address[] bccs = Address.fromHeader(bccList)
    [all...]
  /toolchain/binutils/binutils-2.25/include/aout/
sun4.h 40 /* Virtual Address of text segment from the a.out file. For OMAGIC,
43 an address of zero if a_entry (!!!) is lower than the otherwise
44 expected text address. These kludges have gotta go!
61 symbol table is __DYNAMIC. Its value is the address of the
72 /* The virtual address of a 28 byte structure used in debugging.
75 /* The virtual address of another structure with information about
94 /* The address of the list of names of shared objects which must be
96 byte address of the string naming the object (e.g., for -lc this
99 number; the 2 byte minor version number; the 4 byte address of
105 /* The address of the path to search for the shared objects whic
    [all...]
  /art/runtime/
object_callbacks.h 34 // Return null if an object is not marked, otherwise returns the new address of that object.
35 // May return the same address as the input if the object did not move.
42 // Mark an object and return the new address of an object.
43 // May return the same address as the input if the object did not move.
  /development/ndk/platforms/android-8/include/
dlfcn.h 37 contains address */
38 void *dli_fbase; /* Address at which shared object
40 const char *dli_sname; /* Name of nearest symbol with address
42 void *dli_saddr; /* Exact address of symbol named
  /development/ndk/tests/dlclose-destruction/jni/
libtest1.h 9 * by main.c. This function receives the address of an integer
  /external/autotest/client/cros/cellular/
labconfig_write_stanzas 36 if 'address' in d and 'name' in d:
37 self.dns.write(u'%(address)s\t%(name)s\n' % d)
43 '\tfixed-address %(address)s;\n' +
  /external/autotest/client/site_tests/network_DhcpStaticIP/
network_DhcpStaticIP.py 15 # We'll fill in the subnet and give this address to the client over DHCP.
17 # We'll fill in the subnet and supply this as a static IP address.
28 CONFIGURE_STATIC_IP_ADDRESS = 'ip-address'
49 service.SetProperty('StaticIP.Address', static_ip_address)
71 service.ClearProperty('StaticIP.Address')
81 the address provided by the DHCP server is properly added to the
82 "Saved.Address".
91 if intended_ip != properties['SavedIP.Address']:
92 raise error.TestFail('Saved IP address %s is not DHCP address %s'
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/ipaddr/
README.web-page-replay 9 Used by Web Page Replay to check if an IP address is private.
  /external/clang/test/CXX/over/over.over/
p2.cpp 9 int (*f0c)(int, float) = f0; // expected-error{{address of overloaded function 'f0' does not match required type 'int (int, float)'}}
  /external/clang/test/CodeGen/
address-safety-attr-kasan.cpp 5 /// RUN: %clang_cc1 -triple i386-unknown-linux -fsanitize=address -emit-llvm -o - %s | FileCheck -check-prefix=CHECK-ASAN %s
6 /// RUN: %clang_cc1 -triple i386-unknown-linux -fsanitize=kernel-address -emit-llvm -o - %s | FileCheck -check-prefix=CHECK-KASAN %s
15 __attribute__((no_sanitize("address")))
31 __attribute__((no_sanitize("kernel-address")))
  /external/clang/test/CodeGenOpenCL/
str_literals.cl 1 // RUN: %clang_cc1 %s -emit-llvm -o - -ffake-address-space-map | FileCheck %s
  /external/clang/test/SemaObjC/
property-expression-error.m 16 &object.index; // expected-error {{address of property expression requested}}
  /external/clang/test/SemaOpenCL/
extern.cl 1 // RUN: %clang_cc1 -x cl -cl-std=CL1.2 -emit-llvm -ffake-address-space-map %s -o - -verify | FileCheck %s
sampler_t.cl 8 local sampler_t smp; // expected-error {{sampler type cannot be used with the __local and __global address space qualifiers}}
  /external/compiler-rt/test/BlocksRuntime/
recursive-test.c 30 if (verbose) printf("recursive_local_block's address is %p, running it:\n", (void*)recursive_local_block);
40 if (verbose) printf("other_local_block's address is %p, running it:\n", (void*)other_local_block);
52 if (verbose) printf("other_copied_block's address is %p, running it:\n", (void*)other_copied_block);
68 if (verbose) printf("recursive_copy_block's address is %p, running it:\n", (void*)recursive_copy_block);
  /external/compiler-rt/test/asan/TestCases/Windows/
operator_delete_wrong_argument.cc 9 // CHECK: AddressSanitizer: attempting free on address which was not malloc()-ed

Completed in 1007 milliseconds

<<31323334353637383940>>