HomeSort by relevance Sort by last modified time
    Searched defs:address (Results 251 - 275 of 1950) sorted by null

<<11121314151617181920>>

  /cts/tests/tests/text/src/android/text/util/cts/
Rfc822TokenTest.java 38 final String address = "jdoe@example.net"; local
40 Rfc822Token rfc822Token1 = new Rfc822Token(name, address, comment);
42 assertEquals(address, rfc822Token1.getAddress());
45 Rfc822Token rfc822Token2 = new Rfc822Token(null, address, comment);
47 assertEquals(address, rfc822Token2.getAddress());
55 Rfc822Token rfc822Token4 = new Rfc822Token(name, address, null);
57 assertEquals(address, rfc822Token4.getAddress());
64 final String address = "jdoe@example.net"; local
66 Rfc822Token rfc822Token = new Rfc822Token(name, address, comment);
96 final String address = "jdoe@example.net" local
116 String address = "jdoe@example.net"; local
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
PositionList.java 149 /** {@code >= 0;} address of this entry */
150 private final int address; field in class:PositionList.Entry
158 * @param address {@code >= 0;} address of this entry
161 public Entry (int address, SourcePosition position) {
162 if (address < 0) {
163 throw new IllegalArgumentException("address < 0");
170 this.address = address;
175 * Gets the address
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
PositionList.java 149 /** {@code >= 0;} address of this entry */
150 private final int address; field in class:PositionList.Entry
158 * @param address {@code >= 0;} address of this entry
161 public Entry (int address, SourcePosition position) {
162 if (address < 0) {
163 throw new IllegalArgumentException("address < 0");
170 this.address = address;
175 * Gets the address
    [all...]
  /device/generic/goldfish/dhcp/server/
dhcpserver.cpp 154 ALOGE("Failed to get address for offer: %s", res.c_str());
160 ALOGE("Failed to get address for interface %u: %s",
185 ALOGE("Failed to get address for offer: %s", res.c_str());
190 ALOGE("Failed to get address for interface %u: %s",
211 ALOGE("Failed to get address for interface %u: %s",
229 ALOGE("Failed to get address for offer: %s", res.c_str());
233 ALOGE("Client requested a different IP address from the offered one");
246 struct in_addr address; local
247 if (::inet_pton(AF_INET, value, &address) > 0) {
248 mDnsServers.push_back(address.s_addr)
    [all...]
  /device/google/contexthub/util/stm32_flash/
flash.c 80 uint32_t address = 0x08000000; local
106 printf(" -a <address> (address to write filename to. default: 0x%08x)\n",
107 address);
131 address = strtol(optarg, NULL, 0);
238 write_filename, address);
251 ret = write_memory(handle, address,
255 ret = write_memory(handle, address,
279 ret = read_memory(handle, address, length, buffer);
285 length, read_filename, address);
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/libfdt/
fdt.h 85 fdt64_t address; member in struct:fdt_reserve_entry
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/Ds5/
profile.py 31 def get_address_from_string(address):
32 return int(address.strip("S:").strip("N:").strip("EL2:").strip("EL1:"), 16)
83 # Generate the key for the given address
230 # Set the end address of the previous function
274 column_addr = columns.index('Address')
284 address = get_address_from_string(line.split('\t')[column_addr]) variable
286 callee = add_cycles_to_function(functions, func_name, address, cycles)
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/
fdt.h 77 fdt64_t address; member in struct:fdt_reserve_entry
  /external/adhd/cras/src/server/
cras_bt_adapter.c 23 char *address; member in struct:cras_bt_adapter
96 free(adapter->address);
105 adapters->address);
157 return adapter->address;
195 if (strcmp(key, "Address") == 0) {
196 free(adapter->address);
197 adapter->address = strdup(value);
233 if (strcmp(key, "Address") == 0) {
234 free(adapter->address);
235 adapter->address = NULL
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
JDWPUnitDebuggeeWrapper.java 52 * JDWP transport address.
54 protected String address; field in class:JDWPUnitDebuggeeWrapper
80 address = settings.getTransportAddress();
83 logWriter.println("Start listening on: " + address);
85 address = transport.startListening(address);
89 logWriter.println("Listening on: " + address);
91 logWriter.println("Attach to: " + address);
105 + settings.getDebuggeeAgentOptions(address, isListenConnection)
150 String address = settings.getTransportAddress() local
    [all...]
  /external/capstone/bindings/python/pyx/
ccapstone.pyx 76 # return instruction's address.
78 def address(self): member in class:CsInsn
79 return self._raw.address
291 # unlike disasm(), disasm_lite() only return tuples of (address, size, mnemonic, op_str),
306 yield (insn.address, insn.size, insn.mnemonic, insn.op_str)
  /external/capstone/tests/
test_basic.c 222 uint64_t address = 0x1000; local
240 count = cs_disasm(handle, platforms[i].code, platforms[i].size, address, 0, &insn);
249 insn[j].address, insn[j].mnemonic, insn[j].op_str);
253 printf("0x%" PRIx64 ":\n", insn[j-1].address + insn[j-1].size);
280 printf("@address: %lu\n", offsetof(cs_insn, address));
test_iter.c 182 uint64_t address; local
210 address = 0x1000;
213 while(cs_disasm_iter(handle, &code, &size, &address, insn)) {
217 insn->address, insn->mnemonic, insn->op_str,
  /external/compiler-rt/lib/builtins/
emutls.c 39 uintptr_t index; /* data[index-1] is the object address */
40 void* address; /* object address, when in single thread env */ member in union:__emutls_control::__anon17134
67 /* The mallocated address is in ((void**)base)[-1] */
160 * Extends its size if necessary to hold address at index.
  /external/curl/CMake/
CurlTests.c 96 char *address = "example.com"; local
127 rc = gethostbyaddr_r(address, length, type, &h, &hdata);
130 hp = gethostbyaddr_r(address, length, type, &h, buffer, 8192, &h_errnop);
134 rc = gethostbyaddr_r(address, length, type, &h, buffer, 8192, &hp, &h_errnop);
139 rc = gethostbyname_r(address, &h, &hdata);
142 rc = gethostbyname_r(address, &h, buffer, 8192, &h_errnop);
146 rc = gethostbyname_r(address, &h, buffer, 8192, &hp, &h_errnop);
  /external/dtc/libfdt/
fdt.h 77 fdt64_t address; member in struct:fdt_reserve_entry
  /external/google-breakpad/src/common/dwarf/
cfi_assembler.h 62 // to various base address: the start of the .text section, the
63 // location holding the address itself, and so on. These allow the
80 // The starting address of this CFI section in memory, for
82 // that has is loaded into the program's address space.
85 // The starting address of this file's .text section, for DW_EH_PE_textrel.
88 // The starting address of this file's .got or .eh_frame_hdr section,
108 // Return this CFISection's address size.
172 // Append ADDRESS to this section, in the appropriate size and
174 CFISection &Address(uint64_t address) {
175 Section::Append(endianness(), address_size_, address); local
179 Section::Append(endianness(), address_size_, address); local
    [all...]
  /external/google-breakpad/src/common/
stabs_reader.h 149 // regardless of the architecture address size (don't ask me why); on
181 uint64_t address; member in struct:google_breakpad::StabsReader::Line
253 // all assume the library is loaded at its nominal load address.
254 // They are *not* offsets from the nominal load address. If you
256 // address.
266 // string address comparisons, not string content comparisons.
272 // named FILENAME, and whose base address is ADDRESS. If
275 virtual bool StartCompilationUnit(const char *filename, uint64_t address,
280 // Finish processing the compilation unit. If ADDRESS is non-zero
    [all...]
  /external/google-breakpad/src/processor/
exploitability_win.cc 51 // The cutoff that we use to judge if and address is likely an offset
101 uint64_t address = process_state_->crash_address(); local
169 bool near_null = (address <= kProbableNullOffset);
265 if (!near_null && AddressIsAscii(address))
fast_source_line_resolver.cc 65 MemAddr address = frame->instruction - frame->module->base_address(); local
67 // First, look for a FUNC record that covers address. Use
71 // need to check that address indeed falls within the function we
81 if (functions_.RetrieveNearestRange(address, func_ptr,
83 address >= function_base && address - function_base < function_size) {
91 if (func->lines.RetrieveRange(address, line_ptr, &line_base, NULL)) {
101 } else if (public_symbols_.Retrieve(address,
190 MemAddr address = frame->instruction - frame->module->base_address(); local
201 .RetrieveRange(address, frame_info_ptr)
243 MemAddr address = frame->instruction - frame->module->base_address(); local
    [all...]
postfix_evaluator-inl.h 151 ValueType address; local
152 if (!PopValue(&address)) {
159 if (!memory_->GetMemoryAtAddress(address, &value)) {
160 BPLOG(ERROR) << "Could not dereference memory at address " <<
161 HexString(address) << ": " << expression;
  /external/jmdns/src/javax/jmdns/impl/
DNSQuestion.java 28 * Address question.
52 * Address question.
106 InetAddress address = jmDNSImpl.getLocalHost().getInetAddress(); local
107 String hostIPAddress = (address != null ? address.getHostAddress() : "");
  /external/libbrillo/brillo/
any_internal_impl.h 293 DataType* address = reinterpret_cast<DataType*>(contained_buffer_); local
297 new (address) DataType(std::forward<T>(value));
  /external/libdrm/tests/
drmstat.c 99 void *address; local
235 bufs->list[i].address);
289 address = NULL;
290 if ((r = drmMap(fd, offset, size, &address))) {
295 offset, size, address, getpid());
308 address = NULL;
309 if ((r = drmMap(fd, offset, size, &address))) {
314 offset, size, address, getpid());
326 printf("%02x ", (unsigned int)((unsigned char *)address)[i]);
331 ((char *)address)[i] = i & 0xff
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_tex.c 114 addr = mt->base.address;
224 uint64_t address = res->address; local
227 address += tic->pipe.u.buf.offset;
228 if (tic->tic[1] == (uint32_t)address &&
229 (tic->tic[2] & 0xff) == address >> 32)
234 tic->tic[1] = address;
236 tic->tic[2] |= address >> 32;

Completed in 931 milliseconds

<<11121314151617181920>>