/development/samples/devbytes/animation/SlidingFragments/res/values/ |
strings.xml | 20 <string name="address"><b>Address:</b> Golden Gate Bridge, San Francisco, CA 94129</string>
|
/development/samples/training/location-aware/res/values/ |
strings.xml | 19 <string name="address">Address:</string>
|
/external/android-clat/ |
clatd.h | 29 // how frequently (in seconds) to poll for an address change while traffic is passing 32 // how frequently (in seconds) to poll for an address change while there is no traffic
|
/external/autotest/client/cros/cellular/ |
labconfig.py | 25 """Returns the IP address for an interface, or None if not found. 26 @param interface: the interface to request IP address for. 45 This includes things like the address of the cell emulator device 90 matches the IP address in the cell duts configuration. We'll 94 # autotest: Getting IP address from eth0 by name is brittle 107 log.debug('Got an IP address: %s Stopping the search.. ' % 123 if machine == dut["address"] or machine == dut["name"]: 128 (machine, dut['address'],
|
/external/autotest/client/tests/kvm/scripts/ |
multicast_guest.py | 15 prefix: multicast address prefix 16 suffix: multicast address suffix""" % sys.argv[0]
|
/external/autotest/utils/named_semaphore/ |
namedsem.c | 6 parse_sem_t(PyObject *object, void *address) 8 *((sem_t **)address) = PyLong_AsVoidPtr(object);
|
/external/avahi/avahi-daemon/ |
static-hosts.c | 44 AvahiAddress address; member in struct:StaticHost 117 if (!strcmp(h->host, host) && !avahi_address_cmp(a, &h->address)) 138 p = (h->address.proto == AVAHI_PROTO_INET && config->publish_a_on_ipv6) || 139 (h->address.proto == AVAHI_PROTO_INET6 && config->publish_aaaa_on_ipv4) ? AVAHI_PROTO_UNSPEC : h->address.proto; 141 if ((err = avahi_server_add_address(avahi_server, h->group, AVAHI_IF_UNSPEC, p, 0, h->host, &h->address)) < 0) { 239 avahi_log_error("Static host name %s: failed to parse address %s", host, ip); 252 h->address = a;
|
/external/avahi/avahi-ui-sharp/ |
bssh.cs | 17 Console.WriteLine ("Connecting to {0}:{1}", dialog.Address, dialog.Port); 33 dialog.HostName, dialog.Port, user, dialog.Address.ToString ());
|
/external/c-ares/ |
nameser.h | 36 ns_t_a = 1, /* Host address. */ 54 ns_t_x25 = 19, /* X_25 calling address. */ 55 ns_t_isdn = 20, /* ISDN calling address. */ 57 ns_t_nsap = 22, /* NSAP address. */ 63 ns_t_aaaa = 28, /* Ip6 Address. */ 69 ns_t_atma = 34, /* ATM Address */ 73 ns_t_a6 = 38, /* IPv6 address (deprecates AAAA) */ 77 ns_t_apl = 42, /* Address prefix list (RFC3123) */
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tree_construction/ |
tests20.dat | 14 <!doctype html><p><button><address> 23 | <address> 230 <!doctype html><address><button></address>a 237 | <address> 242 <!doctype html><address><button></address>a 249 | <address>
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/ |
p3-nodeduct.cpp | 9 template<typename T, T* Address> struct Constant { }; 12 template<typename T, T* Address> void constant_func();
|
/external/clang/test/CodeGenCXX/ |
address-space-ref.cpp | 4 // any address space). 14 // For a reference to an incomplete type in an alternate address space, output
|
/external/clang/test/CodeGenOpenCL/ |
address-spaces.cl | 1 // RUN: %clang_cc1 %s -O0 -ffake-address-space-map -emit-llvm -o - | FileCheck %s 2 // RUN: %clang_cc1 %s -O0 -DCL20 -cl-std=CL2.0 -ffake-address-space-map -emit-llvm -o - | FileCheck %s --check-prefix=CL20
|
/external/clang/test/Rewriter/ |
rewrite-block-literal-1.mm | 2 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -Did="void *" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp 5 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -Did="void *" -D"SEL=void*" -D"__declspec(X)=" %t-modern-rw.cpp
|
rewrite-byref-in-nested-blocks.mm | 2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"SEL=void*" -U__declspec -D"__declspec(X)=" %t-rw.cpp 4 // RUN: %clang_cc1 -fsyntax-only -Werror -Wno-address-of-temporary -D"SEL=void*" -U__declspec -D"__declspec(X)=" %t-modern-rw.cpp
|
rewrite-foreach-in-block.mm | 2 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"id=struct objc_object*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp 4 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"id=struct objc_object*" -D"SEL=void*" -D"__declspec(X)=" %t-modern-rw.cpp
|
rewrite-nested-blocks-2.mm | 2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp 5 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-modern-rw.cpp
|
rewrite-nested-blocks.mm | 2 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp 4 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=" %t-modern-rw.cpp
|
rewrite-nested-ivar.mm | 2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp 4 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw-modern.cpp
|
rewrite-rewritten-initializer.mm | 2 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"SEL=void*" -U__declspec -D"__declspec(X)=" %t-rw.cpp 4 // RUN: %clang_cc1 -fsyntax-only -Werror -Wno-address-of-temporary -D"SEL=void*" -U__declspec -D"__declspec(X)=" %t-rw-modern.cpp
|
rewrite-unique-block-api.mm | 2 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp 4 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=" %t-modern-rw.cpp
|
/external/clang/test/Sema/ |
builtins-arm-exclusive.c | 22 sum += __builtin_arm_ldrex((struct Simple *)addr).a; // expected-error {{address argument to atomic builtin must be a pointer to}} 24 sum += __builtin_arm_ldrex((__int128 *)addr); // expected-error {{__int128 is not supported on this target}} expected-error {{address argument to load or store exclusive builtin must be a pointer to 1,2,4 or 8 byte type}} 47 res |= __builtin_arm_strex(var, (struct Simple *)addr); // expected-error {{address argument to atomic builtin must be a pointer to}} 51 res |= __builtin_arm_strex(1, (__int128 *)addr); // expected-error {{__int128 is not supported on this target}} expected-error {{address argument to load or store exclusive builtin must be a pointer to 1,2,4 or 8 byte type}} 73 sum += __builtin_arm_ldaex((struct Simple *)addr).a; // expected-error {{address argument to atomic builtin must be a pointer to}} 75 sum += __builtin_arm_ldaex((__int128 *)addr); // expected-error {{__int128 is not supported on this target}} expected-error {{address argument to load or store exclusive builtin must be a pointer to 1,2,4 or 8 byte type}} 98 res |= __builtin_arm_stlex(var, (struct Simple *)addr); // expected-error {{address argument to atomic builtin must be a pointer to}} 102 res |= __builtin_arm_stlex(1, (__int128 *)addr); // expected-error {{__int128 is not supported on this target}} expected-error {{address argument to load or store exclusive builtin must be a pointer to 1,2,4 or 8 byte type}}
|
/external/clang/test/SemaCXX/ |
builtins.cpp | 37 int *pbf = __builtin_addressof(u.n); // expected-error {{address of bit-field requested}} 39 S *ptmp = __builtin_addressof(S{}); // expected-error {{taking the address of a temporary}}
|
/external/clang/test/SemaTemplate/ |
resolve-single-template-id.cpp | 44 !oneT<int>; // expected-warning {{expression result unused}} expected-warning {{address of function 'oneT<int>' will always evaluate to 'true'}} expected-note {{prefix with the address-of operator to silence this warning}} 50 // expected-note {{prefix with the address-of operator to silence this warning}} 53 // expected-note {{prefix with the address-of operator to silence this warning}} 56 // expected-note {{prefix with the address-of operator to silence this warning}} 62 bool b = oneT<int>; // expected-warning {{address of function 'oneT<int>' will always evaluate to 'true'}} expected-note {{prefix with the address-of operator to silence this warning}} 80 // expected-note {{prefix with the address-of operator to silence this warning}}
|
temp_arg_nontype_cxx11.cpp | 5 U f() { return &F; } // expected-error{{cannot take the address of an rvalue of type 'int (*)(int)'}} expected-error{{cannot take the address of an rvalue of type 'int *'}}
|