| /external/llvm/test/MC/COFF/ |
| D | section.s | 42 // CHECK: Characteristics [ 51 // CHECK: Characteristics [ 60 // CHECK: Characteristics [ 69 // CHECK: Characteristics [ 78 // CHECK: Characteristics [ 87 // CHECK: Characteristics [ 96 // CHECK: Characteristics [ 104 // CHECK: Characteristics [ 114 // CHECK: Characteristics [ 123 // CHECK: Characteristics [ [all …]
|
| D | linkonce.s | 45 // CHECK: Characteristics [ 51 // CHECK: Characteristics [ 57 // CHECK: Characteristics [ 63 // CHECK: Characteristics [ 69 // CHECK: Characteristics [ 75 // CHECK: Characteristics [ 80 // CHECK: Characteristics [ 86 // CHECK: Characteristics [
|
| D | section-comdat.s | 51 // CHECK: Characteristics [ 58 // CHECK: Characteristics [ 65 // CHECK: Characteristics [ 72 // CHECK: Characteristics [ 79 // CHECK: Characteristics [ 86 // CHECK: Characteristics [ 93 // CHECK: Characteristics [ 100 // CHECK: Characteristics [
|
| /external/llvm/lib/Object/ |
| D | COFFYAML.cpp | 174 void ScalarBitSetTraits<COFF::Characteristics>::bitset( in bitset() 175 IO &IO, COFF::Characteristics &Value) { in bitset() 231 : Characteristics(COFFYAML::WeakExternalCharacteristics(0)) {} in NWeakExternalCharacteristics() 233 : Characteristics(COFFYAML::WeakExternalCharacteristics(C)) {} in NWeakExternalCharacteristics() 234 uint32_t denormalize(IO &) { return Characteristics; } in denormalize() 235 COFFYAML::WeakExternalCharacteristics Characteristics; member 240 : Characteristics(COFF::SectionCharacteristics(0)) {} in NSectionCharacteristics() 242 : Characteristics(COFF::SectionCharacteristics(C)) {} in NSectionCharacteristics() 243 uint32_t denormalize(IO &) { return Characteristics; } in denormalize() 244 COFF::SectionCharacteristics Characteristics; member [all …]
|
| /external/llvm/include/llvm/MC/ |
| D | MCSectionCOFF.h | 32 /// Characteristics - This is the Characteristics field of a section, 34 mutable unsigned Characteristics; variable 42 /// it is a COMDAT section (Characteristics & IMAGE_SCN_LNK_COMDAT) != 0 47 MCSectionCOFF(StringRef Section, unsigned Characteristics, in MCSectionCOFF() argument 50 Characteristics(Characteristics), COMDATSymbol(COMDATSymbol), in MCSectionCOFF() 52 assert ((Characteristics & 0x00F00000) == 0 && in MCSectionCOFF() 69 unsigned getCharacteristics() const { return Characteristics; } in getCharacteristics()
|
| /external/chromium_org/chromeos/dbus/ |
| D | fake_bluetooth_gatt_characteristic_client.h | 66 // Makes the group of characteristics belonging to a particular GATT based 72 // Returns whether or not the heart rate characteristics are visible and 76 // Returns the current object paths of exposed characteristics. If the 82 // Object path components and UUIDs of GATT characteristics. 101 // characteristics are visible. 109 // If true, characteristics of the Heart Rate Service are visible. Use 116 // Static properties returned for simulated characteristics for the Heart 117 // Rate Service. These pointers are not NULL only if the characteristics are 123 // Object paths of the exposed characteristics. If a characteristic is not
|
| /external/chromium_org/device/bluetooth/ |
| D | bluetooth_remote_gatt_service_chromeos.cc | 34 // Add all known GATT characteristics. in BluetoothRemoteGattServiceChromeOS() 49 // Clean up all the characteristics. Copy the characteristics list here and in ~BluetoothRemoteGattServiceChromeOS() 51 // GetCharacteristics() returns no characteristics. in ~BluetoothRemoteGattServiceChromeOS() 52 CharacteristicMap characteristics = characteristics_; in ~BluetoothRemoteGattServiceChromeOS() local 54 for (CharacteristicMap::iterator iter = characteristics.begin(); in ~BluetoothRemoteGattServiceChromeOS() 55 iter != characteristics.end(); ++iter) { in ~BluetoothRemoteGattServiceChromeOS() 104 std::vector<device::BluetoothGattCharacteristic*> characteristics; in GetCharacteristics() local 107 characteristics.push_back(iter->second); in GetCharacteristics() 109 return characteristics; in GetCharacteristics() 130 VLOG(1) << "Characteristics cannot be added to a remote GATT service."; in AddCharacteristic() [all …]
|
| D | bluetooth_gatt_characteristic.h | 27 // 1. To represent GATT characteristics that belong to a service hosted by a 30 // 2. To represent GATT characteristics that belong to a locally hosted 116 // different from the characteristic UUID: while multiple characteristics with 118 // this method is unique among all characteristics of a device. The contents 129 // Returns the value of the characteristic. For remote characteristics, this 130 // is the most recently cached value. For local characteristics, this is the 159 // characteristics and won't have an effect if this instance represents a 164 // For locally hosted characteristics, updates the characteristic's value. 172 // This method only makes sense for local characteristics and does nothing and 193 // only applies to remote characteristics and will fail for those that are
|
| D | bluetooth_gatt_service.h | 22 // the form of GATT characteristics and a set of included GATT services if this 136 // to the list of known characteristics and included services. Observers 142 // used to check whether or not all characteristics of a service have been 152 // number of characteristics with the same UUID belonging to a service 155 // characteristics and not just one. 158 // which can be used by observers to get all the characteristics of a 183 // which can be used by observers to get all the characteristics of a 231 // on the cached value of its characteristics and descriptors at a given time. 261 // List of characteristics that belong to this service. 274 // Adds characteristics and included services to the local attribute hierarchy [all …]
|
| D | bluetooth_gatt_chromeos_unittest.cc | 601 // characteristics. in TEST_F() 616 // Run the message loop so that the characteristics appear. in TEST_F() 619 // 3 characteristics should appear. Only 1 of the characteristics sends in TEST_F() 628 // Hide the characteristics. 3 removed signals should be received. in TEST_F() 636 // Re-expose the heart rate characteristics. in TEST_F() 645 // Hide the service. All characteristics should disappear. in TEST_F() 664 // characteristics. in TEST_F() 680 // Run the message loop so that the characteristics appear. in TEST_F() 834 // characteristics. in TEST_F() 845 // Run the message loop so that the characteristics appear. in TEST_F() [all …]
|
| /external/llvm/tools/obj2yaml/ |
| D | coff2yaml.cpp | 49 YAMLObj.Header.Characteristics = Header->Characteristics; in dumpHeader() 58 uint32_t Characteristics = Sect->Characteristics; in dumpSections() local 59 Sec.Header.Characteristics = Characteristics; in dumpSections() 60 Sec.Alignment = 1 << (((Characteristics >> 20) & 0xf) - 1); in dumpSections() 107 YAMLWE.Characteristics = ObjWE->Characteristics; in dumpWeakExternal()
|
| /external/llvm/test/Object/ |
| D | yaml2obj-coff-multi-doc.test | 15 Characteristics: [ IMAGE_FILE_DEBUG_STRIPPED ] 20 Characteristics: [ IMAGE_SCN_CNT_CODE, IMAGE_SCN_MEM_EXECUTE, 55 Characteristics: [ IMAGE_FILE_DEBUG_STRIPPED ] 60 Characteristics: [ IMAGE_SCN_CNT_CODE, IMAGE_SCN_MEM_EXECUTE,
|
| /external/chromium_org/chrome/browser/extensions/api/image_writer_private/ |
| D | removable_storage_provider_mac.cc | 63 base::ScopedCFTypeRef<CFDictionaryRef> characteristics( in PopulateDeviceList() local 71 if (characteristics == NULL) { in PopulateDeviceList() 72 LOG(ERROR) << "Unable to find device characteristics for " << cf_bsd_name; in PopulateDeviceList() 77 characteristics, CFSTR(kIOPropertyVendorNameKey)); in PopulateDeviceList() 81 characteristics, CFSTR(kIOPropertyProductNameKey)); in PopulateDeviceList()
|
| /external/llvm/test/Object/Inputs/COFF/ |
| D | weak-external.yaml | 4 Characteristics: [ IMAGE_FILE_LINE_NUMS_STRIPPED, IMAGE_FILE_32BIT_MACHINE ] 7 Characteristics: [ IMAGE_SCN_CNT_CODE, IMAGE_SCN_MEM_EXECUTE, IMAGE_SCN_MEM_READ ] 42 Characteristics: 0
|
| D | i386.yaml | 3 Characteristics: [ IMAGE_FILE_DEBUG_STRIPPED ] 9 Characteristics: [IMAGE_SCN_CNT_CODE, IMAGE_SCN_MEM_EXECUTE, IMAGE_SCN_MEM_READ, ] # 0x60500020 31 …Characteristics: [IMAGE_SCN_CNT_INITIALIZED_DATA, IMAGE_SCN_MEM_READ, IMAGE_SCN_MEM_WRITE, ] # 0xc…
|
| D | x86-64.yaml | 8 Characteristics: [IMAGE_SCN_CNT_CODE, IMAGE_SCN_MEM_EXECUTE, IMAGE_SCN_MEM_READ, ] # 0x60500020 30 …Characteristics: [IMAGE_SCN_CNT_INITIALIZED_DATA, IMAGE_SCN_MEM_READ, IMAGE_SCN_MEM_WRITE, ] # 0xc… 35 Characteristics: [ IMAGE_SCN_CNT_INITIALIZED_DATA, IMAGE_SCN_MEM_READ ]
|
| /external/llvm/include/llvm/Object/ |
| D | COFFYAML.h | 24 inline Characteristics operator|(Characteristics a, Characteristics b) { 26 return static_cast<Characteristics>(Ret); 134 struct ScalarBitSetTraits<COFF::Characteristics> { in LLVM_YAML_IS_SEQUENCE_VECTOR() 135 static void bitset(IO &IO, COFF::Characteristics &Value); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
| /external/llvm/test/MC/ARM/Windows/ |
| D | multiple-text-sections.s | 32 @ CHECK: Characteristics [ 41 @ CHECK: Characteristics [ 50 @ CHECK: Characteristics [
|
| /external/llvm/lib/MC/ |
| D | WinCOFFObjectWriter.cpp | 369 coff_section->Header.Characteristics = Sec.getCharacteristics(); in DefineSection() 371 uint32_t &Characteristics = coff_section->Header.Characteristics; in DefineSection() local 373 case 1: Characteristics |= COFF::IMAGE_SCN_ALIGN_1BYTES; break; in DefineSection() 374 case 2: Characteristics |= COFF::IMAGE_SCN_ALIGN_2BYTES; break; in DefineSection() 375 case 4: Characteristics |= COFF::IMAGE_SCN_ALIGN_4BYTES; break; in DefineSection() 376 case 8: Characteristics |= COFF::IMAGE_SCN_ALIGN_8BYTES; break; in DefineSection() 377 case 16: Characteristics |= COFF::IMAGE_SCN_ALIGN_16BYTES; break; in DefineSection() 378 case 32: Characteristics |= COFF::IMAGE_SCN_ALIGN_32BYTES; break; in DefineSection() 379 case 64: Characteristics |= COFF::IMAGE_SCN_ALIGN_64BYTES; break; in DefineSection() 380 case 128: Characteristics |= COFF::IMAGE_SCN_ALIGN_128BYTES; break; in DefineSection() [all …]
|
| /external/libopus/include/ |
| D | opus_custom.h | 150 …aram [in] mode <tt>OpusCustomMode *</tt>: Contains all the information about the characteristics of 151 * the stream (must be the same characteristics as used for the 167 …param [in] mode <tt>OpusCustomMode*</tt>: Contains all the information about the characteristics of 168 * the stream (must be the same characteristics as used for the 260 …aram [in] mode <tt>OpusCustomMode *</tt>: Contains all the information about the characteristics of 261 * the stream (must be the same characteristics as used for the 277 …am [in] mode <tt>OpusCustomMode</tt>: Contains all the information about the characteristics of the 278 * stream (must be the same characteristics as used for the encoder)
|
| /external/chromium_org/third_party/opus/src/include/ |
| D | opus_custom.h | 150 …aram [in] mode <tt>OpusCustomMode *</tt>: Contains all the information about the characteristics of 151 * the stream (must be the same characteristics as used for the 167 …param [in] mode <tt>OpusCustomMode*</tt>: Contains all the information about the characteristics of 168 * the stream (must be the same characteristics as used for the 260 …aram [in] mode <tt>OpusCustomMode *</tt>: Contains all the information about the characteristics of 261 * the stream (must be the same characteristics as used for the 277 …am [in] mode <tt>OpusCustomMode</tt>: Contains all the information about the characteristics of the 278 * stream (must be the same characteristics as used for the encoder)
|
| /external/llvm/test/tools/llvm-readobj/ |
| D | file-headers.test | 29 COFF-ARM-NEXT: Characteristics [ (0x0) 44 COFF32-NEXT: Characteristics [ (0x0) 59 COFF64-NEXT: Characteristics [ (0x0) 136 PE32-NEXT: Characteristics [ (0x102) 218 COFF-UNKNOWN-NEXT: Characteristics [ (0x0) 232 COFF-IMPORTLIB-NEXT: Characteristics [ (0x8)
|
| /external/llvm/docs/ |
| D | yaml2obj.rst | 25 Characteristics: [ IMAGE_SCN_CNT_CODE 87 Characteristics: 114 Characteristics:
|
| /external/chromium_org/chrome/common/extensions/api/ |
| D | bluetooth_low_energy.idl | 17 // characteristics and relationships to other services that encapsulate 61 // ID to distinguish between characteristics from a peripheral with the same 170 // Get a list of all discovered GATT characteristics that belong to the 172 // |serviceId| : The instance ID of the GATT service whose characteristics 174 // |callback| : Called with the list of characteristics that belong to the 273 // characteristics and/or descriptors that get added or removed from the
|
| /external/chromium_org/components/metrics/ |
| D | machine_id_provider.h | 15 // Provides machine characteristics used as a machine id. The implementation is 24 // Get a string containing machine characteristics, to be used as a machine
|