/system/bt/osi/src/ |
D | reactor.c | 139 reactor_object_t *object = in reactor_register() local 142 object->reactor = reactor; in reactor_register() 143 object->fd = fd; in reactor_register() 144 object->context = context; in reactor_register() 145 object->read_ready = read_ready; in reactor_register() 146 object->write_ready = write_ready; in reactor_register() 147 pthread_mutex_init(&object->lock, NULL); in reactor_register() 155 event.data.ptr = object; in reactor_register() 159 pthread_mutex_destroy(&object->lock); in reactor_register() 160 osi_free(object); in reactor_register() [all …]
|
/system/extras/simpleperf/ |
D | read_elf.cpp | 104 bool GetBuildIdFromELFFile(const llvm::object::ELFFile<ELFT>* elf, BuildId* build_id) { in GetBuildIdFromELFFile() 122 static bool GetBuildIdFromObjectFile(llvm::object::ObjectFile* obj, BuildId* build_id) { in GetBuildIdFromObjectFile() 124 if (auto elf = llvm::dyn_cast<llvm::object::ELF32LEObjectFile>(obj)) { in GetBuildIdFromObjectFile() 126 } else if (auto elf = llvm::dyn_cast<llvm::object::ELF64LEObjectFile>(obj)) { in GetBuildIdFromObjectFile() 139 llvm::object::OwningBinary<llvm::object::Binary> binary; 140 llvm::object::ObjectFile* obj; 167 auto binary_or_err = llvm::object::createBinary(buffer_or_err.get()->getMemBufferRef()); in OpenObjectFile() 173 ret.binary = llvm::object::OwningBinary<llvm::object::Binary>(std::move(binary_or_err.get()), in OpenObjectFile() 175 ret.obj = llvm::dyn_cast<llvm::object::ObjectFile>(ret.binary.getBinary()); in OpenObjectFile() 209 void ParseSymbolsFromELFFile(const llvm::object::ELFObjectFile<ELFT>* elf_obj, in ParseSymbolsFromELFFile() [all …]
|
D | report.py | 39 class CallTreeNode(object): 69 class ReportItem(object): 140 class ReportWindow(object):
|
/system/connectivity/shill/ |
D | logging.h | 51 #define SLOG_2ARG(object, verbose_level) \ argument 55 << (object ? Logging::ObjectID(object) : "(anon)") << " " 57 #define SLOG_3ARG(scope, object, verbose_level) \ argument 61 << (object ? Logging::ObjectID(object) : "(anon)") << " "
|
/system/bt/osi/test/ |
D | reactor_test.cpp | 79 reactor_object_t *object; member 84 reactor_unregister(arg->object); in unregister_cb() 94 arg.object = reactor_register(reactor, fd, &arg, unregister_cb, NULL); in TEST_F() 109 reactor_object_t *object = reactor_register(reactor, fd, NULL, NULL, NULL); in TEST_F() local 112 reactor_unregister(object); in TEST_F()
|
/system/update_engine/payload_generator/ |
D | payload_file.cc | 43 bool operator <(const DeltaObject& object) const { in operator <() 44 return (size != object.size) ? (size < object.size) : (name < object.name); in operator <() 341 for (const DeltaObject& object : objects) { in ReportPayloadUsage() local 344 object.size * 100.0 / total_size, in ReportPayloadUsage() 345 static_cast<intmax_t>(object.size), in ReportPayloadUsage() 346 (object.type >= 0 ? InstallOperationTypeName( in ReportPayloadUsage() 347 static_cast<InstallOperation_Type>(object.type)) in ReportPayloadUsage() 349 object.name.c_str()); in ReportPayloadUsage()
|
/system/sepolicy/ |
D | mls | 37 # Create/relabel operations: Subject must be equivalent to object unless 56 # Create/relabel operations: Subject must be equivalent to object unless 68 # Subject must be equivalent to object unless the subject is trusted. 78 # Read operations: Subject must dominate object unless the subject 79 # or the object is trusted. 86 # Write operations: Subject must be equivalent to the object unless the 87 # subject or the object is trusted. 96 # creating process' label. Thus we also have an exemption when the "object"
|
D | security_classes | 4 # Define the security object classes 8 # for userspace object managers
|
/system/core/libbacktrace/ |
D | BacktraceOffline.cpp | 562 DebugFrameInfo* ReadDebugFrameFromELFFile(const llvm::object::ELFFile<ELFT>* elf) { in ReadDebugFrameFromELFFile() 679 llvm::object::OwningBinary<llvm::object::Binary> OpenEmbeddedElfFile(const std::string& filename) { in OpenEmbeddedElfFile() 680 llvm::object::OwningBinary<llvm::object::Binary> nothing; in OpenEmbeddedElfFile() 719 auto binary_or_err = llvm::object::createBinary(buffer_or_err.get()->getMemBufferRef()); in OpenEmbeddedElfFile() 725 return llvm::object::OwningBinary<llvm::object::Binary>(std::move(binary_or_err.get()), in OpenEmbeddedElfFile() 730 llvm::object::OwningBinary<llvm::object::Binary> owning_binary; in ReadDebugFrameFromFile() 737 auto binary_or_err = llvm::object::createBinary(llvm::StringRef(filename)); in ReadDebugFrameFromFile() 743 llvm::object::Binary* binary = owning_binary.getBinary(); in ReadDebugFrameFromFile() 744 auto obj = llvm::dyn_cast<llvm::object::ObjectFile>(binary); in ReadDebugFrameFromFile() 748 if (auto elf = llvm::dyn_cast<llvm::object::ELF32LEObjectFile>(obj)) { in ReadDebugFrameFromFile() [all …]
|
/system/connectivity/shill/bin/ |
D | set_cellular_ppp | 54 local object="$1" 59 "${object}" "${method}" "$@" 64 local object="${2:?internal error}" 67 dbus "${object}" "${interface}.GetProperties" 2>/dev/null \
|
D | set_apn | 57 local object="$1" 62 "${object}" "${method}" "$@"
|
/system/bt/vendor_libs/test_vendor_lib/scripts/ |
D | test_channel.py | 59 class Connection(object): 76 class TestChannel(object): 120 class DeviceManager(object): 133 class Device(object):
|
/system/connectivity/shill/doc/ |
D | manager-api.txt | 29 object CreateProfile(string name) 52 object PushProfile(string name) 66 object InsertUserProfile(string name, string user_hash) 80 object PopProfile(string name) 101 object PopAnyProfile() 108 object PopAllUserProfiles() 148 object ConfigureService(dict properties) 153 this work and may be removed later. The object 166 service object was created as a result of this 178 object ConfigureServiceForProfile(object profile, [all …]
|
D | profile-api.txt | 5 When an object is created in memory we check if state from any previous 7 accordingly. Doing this depends on all object instances having a unique 8 name; this is done using adhoc techniques based on object proprties such 48 Return properties for the profile object. See 63 dict GetEntry(object path) 140 array{object} Entries [readonly] 177 array{object} Services [readonly]
|
/system/connectivity/shill/test-scripts/ |
D | stability | 46 class PeriodicExperiment(object): 72 class ManualExperiment(object): 86 class IperfTest(object):
|
D | routing.py | 44 class Route(object): 85 class NetworkRoutes(object):
|
/system/connectivity/shill/dbus/ |
D | chromeos_dbus_objectmanager_proxy.cc | 150 for (const auto& object : dbus_objects_with_properties) { in OnGetManagedObjectsSuccess() local 152 ConvertDBusInterfaceProperties(object.second, &interface_to_properties); in OnGetManagedObjectsSuccess() 153 objects_with_properties.emplace(object.first.value(), in OnGetManagedObjectsSuccess()
|
/system/tpm/trunks/generator/ |
D | raw_commands.txt | 1222 1) If the handle references a transient object, the handle shall reference a loaded object 1226 If the hierarchy for a transient object is disabled, then the transient objects will be flushe d so… 1229 2) If the handle references a persistent object, then 1232 the handle shall reference a persistent object that is currently in TPM non-volatile memory 1237 the hierarchy associated with the object is not disabled (TPM_RC_HIERARCHY); and 1239 iii) if the TPM implementation moves a persistent object to RAM for command processing then 1382 object 1398 c) If the object or NV Index is subject to DA protection, and the authorization is with an HMAC or 1402 An object is subject to DA protection if its noDA attribute is CLEAR. An NV Index is subject to 1423 1) If the entity being authorized is an object and its adminWithPolicy attribute is SET, then the [all …]
|
D | raw_commands_fixed.txt | 1222 1) If the handle references a transient object, the handle shall reference a loaded object 1226 If the hierarchy for a transient object is disabled, then the transient objects will be flushe d so… 1229 2) If the handle references a persistent object, then 1232 the handle shall reference a persistent object that is currently in TPM non-volatile memory 1237 the hierarchy associated with the object is not disabled (TPM_RC_HIERARCHY); and 1239 iii) if the TPM implementation moves a persistent object to RAM for command processing then 1382 object 1398 c) If the object or NV Index is subject to DA protection, and the authorization is with an HMAC or 1402 An object is subject to DA protection if its noDA attribute is CLEAR. An NV Index is subject to 1423 1) If the entity being authorized is an object and its adminWithPolicy attribute is SET, then the [all …]
|
D | raw_structures.txt | 1794 members without requiring a case statement to determine the specific structure. In object oriented 2800 may also refer to a data object that is neither signing 3064 the object type for a symmetric block cipher 3150 O – an object type 4925 NV Index or persistend object already defined 5200 public and sensitive portions of an object are not 5232 out of memory for object contexts 5263 out of shared object/session memory or need 5272 out of object handles – the handle space for 5337 transient object or session that is not loaded [all …]
|
D | raw_structures_fixed.txt | 1794 members without requiring a case statement to determine the specific structure. In object oriented 2798 may also refer to a data object that is neither signing 3058 the object type for a symmetric block cipher 3144 O – an object type 4919 NV Index or persistend object already defined 5194 public and sensitive portions of an object are not 5226 out of memory for object contexts 5257 out of shared object/session memory or need 5266 out of object handles – the handle space for 5331 transient object or session that is not loaded [all …]
|
/system/extras/simpleperf/runtest/ |
D | runtest.py | 34 class CallTreeNode(object): 54 class Symbol(object): 77 class SymbolOverheadRequirement(object): 118 class SymbolRelationRequirement(object): 163 class Test(object): 276 class Runner(object): 328 class ReportAnalyzer(object):
|
/system/connectivity/shill/binder/ |
D | binder_control.cc | 188 AdaptorInterface* BinderControl::CreateAdaptor(Object* object) { in CreateAdaptor() argument 189 return new Adaptor(object, to_string(next_unique_binder_adaptor_id_++)); in CreateAdaptor()
|
/system/bt/osi/include/ |
D | reactor.h | 76 bool reactor_change_registration(reactor_object_t *object,
|
/system/tools/aidl/tests/ |
D | integration-test.py | 30 class ShellResult(object): 57 class AdbHost(object):
|