Home
last modified time | relevance | path

Searched refs:object (Results 1 – 25 of 128) sorted by relevance

123456

/system/bt/osi/src/
Dreactor.c139 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/
Dread_elf.cpp104 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 …]
Dreport.py39 class CallTreeNode(object):
69 class ReportItem(object):
140 class ReportWindow(object):
/system/connectivity/shill/
Dlogging.h51 #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/
Dreactor_test.cpp79 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/
Dpayload_file.cc43 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/
Dmls37 # 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"
Dsecurity_classes4 # Define the security object classes
8 # for userspace object managers
/system/core/libbacktrace/
DBacktraceOffline.cpp562 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/
Dset_cellular_ppp54 local object="$1"
59 "${object}" "${method}" "$@"
64 local object="${2:?internal error}"
67 dbus "${object}" "${interface}.GetProperties" 2>/dev/null \
Dset_apn57 local object="$1"
62 "${object}" "${method}" "$@"
/system/bt/vendor_libs/test_vendor_lib/scripts/
Dtest_channel.py59 class Connection(object):
76 class TestChannel(object):
120 class DeviceManager(object):
133 class Device(object):
/system/connectivity/shill/doc/
Dmanager-api.txt29 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 …]
Dprofile-api.txt5 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/
Dstability46 class PeriodicExperiment(object):
72 class ManualExperiment(object):
86 class IperfTest(object):
Drouting.py44 class Route(object):
85 class NetworkRoutes(object):
/system/connectivity/shill/dbus/
Dchromeos_dbus_objectmanager_proxy.cc150 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/
Draw_commands.txt1222 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 …]
Draw_commands_fixed.txt1222 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 …]
Draw_structures.txt1794 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 …]
Draw_structures_fixed.txt1794 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/
Druntest.py34 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/
Dbinder_control.cc188 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/
Dreactor.h76 bool reactor_change_registration(reactor_object_t *object,
/system/tools/aidl/tests/
Dintegration-test.py30 class ShellResult(object):
57 class AdbHost(object):

123456