HomeSort by relevance Sort by last modified time
    Searched refs:address_type (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_i18n_input.h 23 // Builds internationalized address input fields for |address_type| (e.g.
33 void BuildAddressInputs(common::AddressType address_type,
autofill_dialog_i18n_input.cc 52 void BuildAddressInputs(common::AddressType address_type,
59 const bool billing = address_type == common::ADDRESS_TYPE_BILLING;
  /external/lldb/include/lldb/Core/
ValueObjectConstResultImpl.h 65 AddressType address_type = eAddressTypeLoad)
68 m_live_address_type = address_type;
76 AddressType *address_type = NULL);
ValueObjectConstResult.h 56 AddressType address_type,
103 AddressType *address_type = NULL);
118 AddressType address_type = eAddressTypeLoad)
121 address_type);
164 AddressType address_type,
ValueObject.h 842 AddressType *address_type = NULL);
845 GetPointerValue (AddressType *address_type = NULL);
906 AddressType address_type = eAddressTypeLoad)
    [all...]
  /external/lldb/source/Core/
ValueObjectConstResultImpl.cpp 201 AddressType *address_type)
210 address_type);
213 if (address_type)
214 *address_type = m_live_address_type;
ValueObjectConstResult.cpp 160 AddressType address_type,
167 address_type,
175 AddressType address_type,
186 switch (address_type)
316 AddressType *address_type)
318 return m_impl.GetAddressOf(scalar_is_load_address, address_type);
Value.cpp 328 AddressType address_type = eAddressTypeFile; local
375 address_type = eAddressTypeLoad;
394 // address_type = eAddressTypeFile;
412 address_type = eAddressTypeLoad;
466 address_type = eAddressTypeLoad;
520 address_type = eAddressTypeHost;
543 error.SetErrorStringWithFormat ("invalid %s address", address_type == eAddressTypeHost ? "host" : "load");
565 if (address_type == eAddressTypeHost)
570 else if ((address_type == eAddressTypeLoad) || (address_type == eAddressTypeFile)
    [all...]
ValueObject.cpp 3843 AddressType address_type; local
3862 AddressType address_type; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpcsvc/
bootparam_prot.x 66 union bp_address switch (int address_type) {
bootparam_prot.h 40 int address_type; member in struct:bp_address
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
bootparam_prot.x 66 union bp_address switch (int address_type) {
bootparam_prot.h 40 int address_type; member in struct:bp_address
  /external/tcpdump/
print-lspping.c 437 u_int8_t address_type; member in struct:lspping_tlv_downstream_map_ipv4_t
445 u_int8_t address_type; member in struct:lspping_tlv_downstream_map_ipv6_t
    [all...]
  /external/lldb/source/Symbol/
Type.cpp 400 AddressType address_type,
414 if (ReadFromMemory (exe_ctx, address, address_type, data))
425 Type::ReadFromMemory (ExecutionContext *exe_ctx, lldb::addr_t addr, AddressType address_type, DataExtractor &data)
427 if (address_type == eAddressTypeFile)
444 if (address_type == eAddressTypeHost)
470 Type::WriteToMemory (ExecutionContext *exe_ctx, lldb::addr_t addr, AddressType address_type, DataExtractor &data)
ClangASTType.cpp     [all...]
  /external/lldb/include/lldb/Symbol/
Type.h 174 AddressType address_type,
182 AddressType address_type,
188 AddressType address_type,
ClangASTType.h 626 AddressType address_type,
632 AddressType address_type,
  /external/chromium_org/net/socket/
socks5_client_socket.cc 465 SocksEndPointAddressType address_type = local
467 if (address_type == kEndPointDomain)
469 else if (address_type == kEndPointResolvedIPv4)
471 else if (address_type == kEndPointResolvedIPv6)
475 NetLog::IntegerCallback("address_type", buffer_[3]));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 98 def address_type(address): function
125 family = family or (address and address_type(address)) \
165 family = family or address_type(address)
290 family = address_type(address)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 98 def address_type(address): function
125 family = family or (address and address_type(address)) \
165 family = family or address_type(address)
290 family = address_type(address)
  /external/chromium_org/net/dns/
dns_config_service.cc 68 NameServersType address_type) {
69 rules_.push_back(new NameServerTypeRule(pattern_string, address_type));
  /external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
ItaniumABILanguageRuntime.cpp 65 AddressType address_type; local
66 lldb::addr_t original_ptr = in_value.GetPointerValue(&address_type);
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ScanManager.java     [all...]

Completed in 935 milliseconds