/external/stlport/stlport/stl/ |
_pthread_alloc.h | 124 pointer address(reference __x) const { return &__x; } function in class:pthread_allocator 125 const_pointer address(const_reference __x) const { return &__x; } function in class:pthread_allocator 307 pointer address(reference __x) const { return &__x; } function in class:per_thread_allocator 308 const_pointer address(const_reference __x) const { return &__x; } function in class:per_thread_allocator
|
/external/v8/src/ |
platform-win32.cc | 793 static void UpdateAllocatedSpaceLimits(void* address, int size) { 794 lowest_ever_allocated = Min(lowest_ever_allocated, address); 797 reinterpret_cast<void*>(reinterpret_cast<char*>(address) + size)); 860 void OS::Free(void* address, const size_t size) { 862 VirtualFree(address, 0, MEM_RELEASE); 869 void OS::Protect(void* address, size_t size) { 872 VirtualProtect(address, size, PAGE_READONLY, &old_protect); 876 void OS::Unprotect(void* address, size_t size, bool is_executable) { 880 VirtualProtect(address, size, new_protect, &old_protect); [all...] |
serialize.h | 67 uint32_t Encode(Address key) const; 69 const char* NameOfAddress(Address key) const; 73 static uint32_t Hash(Address key) { 77 int IndexOf(Address key) const; 81 void Put(Address key, int index); 90 Address Decode(uint32_t key) const { 96 Address** encodings_; 98 Address* Lookup(uint32_t key) const { 105 void Put(uint32_t key, Address value) { 270 virtual void VisitExternalReferences(Address* start, Address* end) [all...] |
/external/v8/src/x64/ |
ic-x64.cc | 158 static bool PatchInlinedMapCheck(Address address, Object* map) { 159 // Arguments are address of start of call sequence that called 161 Address test_instruction_address = 162 address + Assembler::kCallTargetAddressOffset; 169 // address). This offset is stored in the last 4 bytes of the 5 171 Address delta_address = test_instruction_address + 1; 173 // Compute the map address. The map address is in the last 8 bytes 175 // to the offset to get the map address [all...] |
/external/webkit/JavaScriptCore/runtime/ |
Collector.cpp | 221 vm_address_t address = 0; local 222 vm_map(current_task(), &address, BLOCK_SIZE, BLOCK_OFFSET_MASK, VM_FLAGS_ANYWHERE | VM_TAG_FOR_COLLECTOR_MEMORY, MEMORY_OBJECT_NULL, 0, FALSE, VM_PROT_DEFAULT, VM_PROT_DEFAULT, VM_INHERIT_DEFAULT); local 228 uintptr_t address = reinterpret_cast<uintptr_t>(mask); 230 void* address = VirtualAlloc(NULL, BLOCK_SIZE, MEM_COMMIT | MEM_RESERVE, PAGE_READWRITE); 233 void* address = __mingw_aligned_malloc(BLOCK_SIZE, BLOCK_SIZE); 235 void* address = _aligned_malloc(BLOCK_SIZE, BLOCK_SIZE); 237 memset(address, 0, BLOCK_SIZE); 239 void* address; 240 posix_memalign(&address, BLOCK_SIZE, BLOCK_SIZE); 253 uintptr_t address = reinterpret_cast<uintptr_t>(mmapResult) [all...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothDevice.java | 36 * it, such as the name, address, class, and bonding state. 39 * address. Objects of this class are immutable. Operations on this class 40 * are performed on the remote Bluetooth hardware address, using the 47 * of a known MAC address (which you can get through device discovery with 390 * Bluetooth MAC address must be upper case, such as "00:11:22:33:AA:BB", 392 * @param address valid Bluetooth MAC address 394 * @throws IllegalArgumentException address is invalid 397 /*package*/ BluetoothDevice(String address) { 399 if (!BluetoothAdapter.checkBluetoothAddress(address)) { [all...] |
/frameworks/base/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/ |
scale_sig_opt.s | 37 ADD r4, r0, r3, LSL #1 @x[i] address
|
convolve_opt.s | 39 ADD r4, r1, r3, LSL #1 @ tmpH address 74 ADD r4, r1, r3, LSL #1 @tmpH address 149 ADD r4, r1, r3, LSL #1 @ tmpH address
|
/libcore/luni/src/main/native/ |
org_apache_harmony_luni_platform_OSNetworkSystem.cpp | 99 * @param address the sockaddr_storage structure to get the port from 101 * @return the port number, or -1 if the address family is unknown. 115 * Obtain the socket address family from an existing socket. 118 * @return an integer, the address family of the socket 132 // we can use either class of address with either an IPv4 or IPv6 socket. 135 // Constructs an address corresponding to 'ss' that's compatible with 'fd'. 149 // We have an IPv6-mapped IPv4 address, but need plain old IPv4. 150 // Unmap the mapped address in ss into an IPv6 address in mTmp. 154 // Translate the IPv6 loopback address to the IPv4 one 486 jint address = static_cast<jint>(reinterpret_cast<uintptr_t>(bytes.get())); local 751 jint address = static_cast<jint>(reinterpret_cast<uintptr_t>(bytes.get() + offset)); local 816 uintptr_t address = reinterpret_cast<uintptr_t>(bytes.get()); local [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_pthread_alloc.h | 124 pointer address(reference __x) const { return &__x; } function in class:pthread_allocator 125 const_pointer address(const_reference __x) const { return &__x; } function in class:pthread_allocator 307 pointer address(reference __x) const { return &__x; } function in class:per_thread_allocator 308 const_pointer address(const_reference __x) const { return &__x; } function in class:per_thread_allocator
|
/packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/ |
JJTAddressListParserState.java | 1 /* Generated By:JJTree: Do not edit this line. /Users/jason/Projects/apache-mime4j-0.3/target/generated-sources/jjtree/org/apache/james/mime4j/field/address/parser/JJTAddressListParserState.java */ 3 package org.apache.james.mime4j.field.address.parser;
|
ParseException.java | 17 package org.apache.james.mime4j.field.address.parser;
|
/packages/inputmethods/LatinIME/native/src/ |
dictionary.h | 22 // 22-bit address = ~4MB dictionary size limit, which on average would be about 200k-300k words 25 // The bit that decides if an address follows in the next 22 bits 58 void searchForTerminalNode(int address, int frequency);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
fdreg.h | 10 #define FD_IOPORT fdc_state[fdc].address 12 /* It would be a lot saner just to force fdc_state[fdc].address to always 39 #define ST0_HA 0x04 /* Head (Address) */ 46 #define ST1_MAM 0x01 /* Missing Address Mark */ 54 #define ST2_MAM 0x01 /* Missing Address Mark (again) */ 63 #define ST3_HA 0x04 /* Head (Address) */
|
/external/bluetooth/bluez/test/ |
gaptest.c | 85 const char *address) 97 dbus_message_append_args(message, DBUS_TYPE_STRING, &address, 120 printf("Using device %s for address %s\n", path, address); 233 "\t-C <address> Create device\n" 234 "\t-R <address> Remove device\n");
|
ipctest.c | 101 char *address; member in struct:userdata 116 .address = NULL 313 strncpy(msg.getcaps_req.destination, u->address, 584 strncpy(msg.open_req.destination, u->address, 1027 char *address; local 1029 if (sscanf(line, "%*s %as", &address) != 1) 1032 free(u->address); 1034 u->address = address; 1035 DBG("bdaddr %s", u->address); [all...] |
/external/e2fsprogs/intl/ |
relocatable.c | 294 /* The DLL is being loaded into an application's address range. */ 324 unsigned long address = (unsigned long) &find_shared_library_fullname; local 332 if (address >= start && address <= end - 1)
|
/frameworks/base/core/java/android/net/ |
LocalSocketImpl.java | 231 protected void connect(LocalSocketAddress address, int timeout) 238 connectLocal(fd, address.getName(), address.getNamespace().getId()); 245 * @param endpoint endpoint address
|
/frameworks/base/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/ |
convolve_neon.s | 40 ADD r4, r1, r3, LSL #1 @ tmpH address 72 ADD r4, r1, r3, LSL #1 @tmpH address 146 ADD r4, r1, r5, LSL #1 @ tmpH address
|
Filt_6k_7k_neon.s | 36 MOV r8, r0 @ copy signal[] address
37 MOV r5, r2 @ copy mem[] address
52 LDR r10, Lable1 @ get fir_7k address
54 ADD r6, r13, #60 @ get x[L_FIR - 1] address
208 @LDR r1, [sp, #-4] @mem address
|
/external/bluetooth/bluez/src/ |
adapter.c | 70 #define check_address(address) bachk(address) 98 bdaddr_t bdaddr; /* adapter Bluetooth Address */ 1134 const char *address) 1139 DBG("%s", address); 1141 device = device_create(conn, adapter, address); 1187 const gchar *address) 1191 DBG("%s", address); 1196 device = adapter_find_device(adapter, address); 1200 return adapter_create_device(conn, adapter, address); 1559 const gchar *address, *sender = dbus_message_get_sender(msg); local 1593 const gchar *address; local 1638 const gchar *address, *agent_path, *capability, *sender; local 1731 const gchar *address; local 2367 char address[18]; local 2516 char mode[14], address[18]; local 3073 char address[18]; local 3305 char address[18]; local 3393 char address[18]; local 3469 char mode[14], address[18]; local [all...] |
/external/qemu/telephony/ |
android_modem.c | 1025 sms_address_dump( SmsAddress address, FILE* out ) 1027 int nn, len = address->len; 1029 if (address->toa == 0x91) { 1035 int c = address->data[nn/2]; 1048 SmsAddressRec address; 1065 if (smspdu_get_sender_address(pdu, &address) < 0) 1068 sms_address_dump(&address, out); 1070 if (smspdu_get_receiver_address(pdu, &address) < 0) 1073 sms_address_dump(&address, out); 1086 SmsAddressRec address; local [all...] |
/external/dropbear/ |
dbutil.c | 180 /* Listen on address:port. 181 * Special cases are address of "" listening on everything, 182 * and address of NULL listening on localhost only. 186 int dropbear_listen(const char* address, const char* port, 203 address == NULL and !AI_PASSIVE: local loopback 204 address == NULL and AI_PASSIVE: all interfaces 205 address != NULL: whatever the address says */ 206 if (!address) { 209 if (address[0] == '\0') [all...] |
/frameworks/base/core/jni/ |
android_bluetooth_HeadsetBase.cpp | 51 jstring address; member in struct:android::__anon8654 168 // (we sometimes send non-ASCII UTF-8 in address book, but should 203 nat->address = 206 nat->c_address = env->GetStringUTFChars(nat->address, NULL); 220 env->ReleaseStringUTFChars(nat->address, nat->c_address); 221 env->DeleteGlobalRef(nat->address);
|
/packages/apps/Mms/src/com/android/mms/ui/ |
MessageUtils.java | 92 // TODO: is it possible for canonical address ID keys to be 101 * MMS address parsing data structures 305 // Address: *** 463 Uri uri = Uri.parse("content://mms-sms/canonical-address/" + recipientId); 683 // "foo+caf_=6505551212=tmomail.net@gmail.com", which is the 'from' address from a forwarded email [all...] |