HomeSort by relevance Sort by last modified time
    Searched refs:ResourceId (Results 26 - 50 of 118) sorted by null

12 3 4 5

  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetRPCAPI.h 90 typedef uint64_t ResourceId;
91 static const ResourceId InvalidId = ~0U;
93 ResourceId getNext() {
95 ResourceId I = FreeIds.back();
101 void release(ResourceId I) { FreeIds.push_back(I); }
104 ResourceId NextId = 0;
105 std::vector<ResourceId> FreeIds;
134 void(ResourceIdMgr::ResourceId AllocatorID)> {
141 void(ResourceIdMgr::ResourceId StubOwnerID)> {
155 void(ResourceIdMgr::ResourceId AllocatorID)>
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetRPCAPI.h 90 typedef uint64_t ResourceId;
91 static const ResourceId InvalidId = ~0U;
93 ResourceId getNext() {
95 ResourceId I = FreeIds.back();
101 void release(ResourceId I) { FreeIds.push_back(I); }
104 ResourceId NextId = 0;
105 std::vector<ResourceId> FreeIds;
134 void(ResourceIdMgr::ResourceId AllocatorID)> {
141 void(ResourceIdMgr::ResourceId StubOwnerID)> {
155 void(ResourceIdMgr::ResourceId AllocatorID)>
    [all...]
  /frameworks/base/tools/aapt2/compile/
IdAssigner.cpp 34 static bool AssignId(IDiagnostics* diag, const ResourceId& id,
48 const ResourceId existing_id(pkg->id.value(), type->id ? type->id.value() : 0,
56 std::map<ResourceId, ResourceName> assigned_ids;
69 const ResourceId assigned_id = iter->second;
81 ResourceId resource_id(package->id.value(), type->id.value(),
102 const ResourceId& pre_assigned_id = stable_id_entry.second;
123 // Build a half filled ResourceId object, which will be used to find the
128 ResourceId resource_id(package->id.value(), 0, 0);
131 // Find the closest matching ResourceId that is <= the one with only the
169 resource_id = ResourceId(package->id.value(), type->id.value(), 0)
    [all...]
IdAssigner_test.cpp 43 .AddSimple("android:id/foo", ResourceId(0x01010000))
47 .AddSimple("android:attr/fun", ResourceId(0x01040000))
48 .AddSimple("android:attr/foo", ResourceId(0x01040006))
97 .AddSimple("android:attr/foo", ResourceId(0x01040006))
98 .AddSimple("android:attr/bar", ResourceId(0x01040006))
117 std::unordered_map<ResourceName, ResourceId> id_map = {
118 {test::ParseNameOrDie("android:attr/foo"), ResourceId(0x01010002)}};
  /frameworks/base/tools/aapt2/test/
Builders.h 42 ResourceTableBuilder& AddSimple(const android::StringPiece& name, const ResourceId& id = {});
44 const ResourceId& id = {});
47 ResourceTableBuilder& AddReference(const android::StringPiece& name, const ResourceId& id,
51 ResourceTableBuilder& AddString(const android::StringPiece& name, const ResourceId& id,
53 ResourceTableBuilder& AddString(const android::StringPiece& name, const ResourceId& id,
58 ResourceTableBuilder& AddFileReference(const android::StringPiece& name, const ResourceId& id,
66 ResourceTableBuilder& AddValue(const android::StringPiece& name, const ResourceId& id,
69 const ResourceId& id, std::unique_ptr<Value> value);
70 ResourceTableBuilder& SetSymbolState(const android::StringPiece& name, const ResourceId& id,
83 const Maybe<ResourceId>& id = {})
    [all...]
Builders.cpp 44 const ResourceId& id) {
50 const ResourceId& id) {
60 const ResourceId& id,
70 ResourceTableBuilder& ResourceTableBuilder::AddString(const StringPiece& name, const ResourceId& id,
75 ResourceTableBuilder& ResourceTableBuilder::AddString(const StringPiece& name, const ResourceId& id,
88 const ResourceId& id,
110 ResourceTableBuilder& ResourceTableBuilder::AddValue(const StringPiece& name, const ResourceId& id,
117 const ResourceId& id,
126 const ResourceId& id,
145 std::unique_ptr<Reference> BuildReference(const StringPiece& ref, const Maybe<ResourceId>& id)
    [all...]
Context.h 138 StaticSymbolSourceBuilder& AddPublicSymbol(const android::StringPiece& name, ResourceId id,
148 StaticSymbolSourceBuilder& AddSymbol(const android::StringPiece& name, ResourceId id,
175 std::unique_ptr<SymbolTable::Symbol> FindById(ResourceId id) override {
185 std::map<ResourceId, SymbolTable::Symbol*> id_map_;
  /frameworks/base/tools/aapt2/link/
AutoVersioner_test.cpp 58 ResourceId(0x7f020000),
60 .AddItem("android:attr/onClick", ResourceId(0x0101026f),
62 .AddItem("android:attr/paddingStart", ResourceId(0x010103b3),
65 ResourceId(0x01010364), util::make_unique<Id>())
66 .AddItem("android:attr/colorAccent", ResourceId(0x01010435),
71 ResourceId(0x7f020000),
73 .AddItem("android:attr/paddingEnd", ResourceId(0x010103b4),
PrivateAttributeMover_test.cpp 32 .SetSymbolState("android:attr/publicA", ResourceId(0x01010000),
34 .SetSymbolState("android:attr/publicB", ResourceId(0x01010000),
84 .SetSymbolState("android:attr/pub", ResourceId(0x01010000), Visibility::Level::kPublic)
NoDefaultResourceRemover_test.cpp 37 .SetSymbolState("android:string/baz", ResourceId(0x01020002), Visibility::Level::kPublic)
XmlCompatVersioner.h 56 using Rules = std::unordered_map<ResourceId, std::unique_ptr<IDegradeRule>>;
80 ResourceId id;
TableMerger_test.cpp 185 .SetSymbolState("bool/foo", ResourceId(0x7f, 0x01, 0x0001), Visibility::Level::kPublic)
190 .SetSymbolState("bool/foo", ResourceId(0x7f, 0x01, 0x0001), Visibility::Level::kPublic)
206 .SetSymbolState("bool/foo", ResourceId(0x7f, 0x01, 0x0001), Visibility::Level::kPublic)
211 .SetSymbolState("bool/foo", ResourceId(0x7f, 0x02, 0x0001), Visibility::Level::kPublic)
227 .SetSymbolState("bool/foo", ResourceId(0x7f, 0x01, 0x0001), Visibility::Level::kPublic)
232 .SetSymbolState("bool/foo", ResourceId(0x7f, 0x01, 0x0002), Visibility::Level::kPublic)
306 .AddItem("com.app.a:attr/foo", ResourceId(0x01010000))
327 .AddItem("com.app.a:attr/foo", ResourceId(0x01010000),
346 Reference(test::ParseNameOrDie("com.app.a:attr/foo"), ResourceId(0x01010000)),
  /frameworks/base/tools/aapt2/java/
JavaClassGenerator_test.cpp 38 .AddSimple("android:id/class", ResourceId(0x01020000))
58 .AddSimple("android:id/hey-man", ResourceId(0x01020000))
59 .AddValue("android:attr/cool.attr", ResourceId(0x01010000),
61 .AddValue("android:styleable/hey.dude", ResourceId(0x01030000),
63 .AddItem("android:attr/cool.attr", ResourceId(0x01010000))
88 .AddSimple("android:id/one", ResourceId(0x01020000))
89 .AddSimple("android:id/com.foo$two", ResourceId(0x01020001))
114 .AddSimple("android:attr/two", ResourceId(0x01010001))
115 .AddSimple("android:^attr-private/one", ResourceId(0x01010000))
139 .AddSimple("android:id/one", ResourceId(0x01020000)
    [all...]
JavaClassGenerator.h 101 void ProcessResource(const ResourceNameRef& name, const ResourceId& id,
108 void ProcessStyleable(const ResourceNameRef& name, const ResourceId& id,
JavaClassGenerator.cpp 219 const ResourceId lhs_id = lhs.attr_ref->id.value_or_default(ResourceId(0));
220 const ResourceId rhs_id = rhs.attr_ref->id.value_or_default(ResourceId(0));
230 void JavaClassGenerator::ProcessStyleable(const ResourceNameRef& name, const ResourceId& id,
334 const ResourceId id = sorted_attributes[i].attr_ref->id.value_or_default(ResourceId(0));
426 void JavaClassGenerator::ProcessResource(const ResourceNameRef& name, const ResourceId& id,
430 ResourceId real_id = id;
435 real_id = ResourceId(kAppPackageId, id.package_id(), id.entry_id())
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioGpuDxe/
Gop.c 32 equivalent to the requirement that VgpuGop->ResourceId
36 VgpuGop->BackingStore and VgpuGop->ResourceId will be
40 resource identified by VgpuGop->ResourceId. Only pass
53 ASSERT (VgpuGop->ResourceId != 0);
64 // by setting ResourceId=0 for it.
70 0 // ResourceId
110 VgpuGop->ResourceId // ResourceId
129 VgpuGop->ResourceId // ResourceId
    [all...]
  /frameworks/base/tools/aapt2/
SdkConstants.h 59 ApiVersion FindAttributeSdkLevel(const ResourceId& id);
ResourceTable.h 189 bool AddResourceWithId(const ResourceNameRef& name, const ResourceId& res_id,
206 bool AddResourceWithIdMangled(const ResourceNameRef& name, const ResourceId& id,
215 const ResourceId& res_id, IDiagnostics* diag);
217 const ResourceId& res_id, IDiagnostics* diag);
279 bool AddResourceImpl(const ResourceNameRef& name, const ResourceId& res_id,
289 const ResourceId& res_id, NameValidator name_validator,
298 bool SetSymbolStateImpl(const ResourceNameRef& name, const ResourceId& res_id,
SdkConstants.cpp 63 ApiVersion FindAttributeSdkLevel(const ResourceId& id) {
  /frameworks/base/tools/aapt2/process/
SymbolTable_test.cpp 34 .AddSimple("android:id/foo", ResourceId(0x01020000))
36 .AddValue("android:attr/foo", ResourceId(0x01010000),
53 .AddValue("android:^attr-private/foo", ResourceId(0x01010000),
96 ResourceId(0x7f020000))
97 .AddSimple("com.android.app:id/bar", ResourceId(0x7f020001))
SymbolTable.cpp 117 const SymbolTable::Symbol* SymbolTable::FindById(const ResourceId& id) {
169 ResourceId id, const std::vector<std::unique_ptr<ISymbolSource>>& sources) {
196 symbol->id = ResourceId(sr.package->id.value(), sr.type->id.value(), sr.entry->id.value());
235 const android::ResTable& table, ResourceId id) {
283 symbol.symbol.id = ResourceId(map_entry.name.ident);
303 ResourceId res_id;
348 ResourceId id) {
357 ResourceId id) {
  /frameworks/base/tools/aapt2/format/binary/
BinaryResourceParser.h 107 std::map<ResourceId, ResourceName> id_index_;
110 std::unordered_map<ResourceId, uint32_t> entry_type_spec_flags_;
  /external/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 226 Error handleCreateRemoteAllocator(ResourceIdMgr::ResourceId Id) {
235 Error handleCreateIndirectStubsOwner(ResourceIdMgr::ResourceId Id) {
252 Error handleDestroyRemoteAllocator(ResourceIdMgr::ResourceId Id) {
261 Error handleDestroyIndirectStubsOwner(ResourceIdMgr::ResourceId Id) {
270 handleEmitIndirectStubs(ResourceIdMgr::ResourceId Id,
387 Expected<TargetAddress> handleReserveMem(ResourceIdMgr::ResourceId Id,
406 Error handleSetProtections(ResourceIdMgr::ResourceId Id, TargetAddress Addr,
438 std::map<ResourceIdMgr::ResourceId, Allocator> Allocators;
440 std::map<ResourceIdMgr::ResourceId, ISBlockOwnerList> IndirectStubsOwners;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 198 Error handleCreateRemoteAllocator(ResourceIdMgr::ResourceId Id) {
208 Error handleCreateIndirectStubsOwner(ResourceIdMgr::ResourceId Id) {
226 Error handleDestroyRemoteAllocator(ResourceIdMgr::ResourceId Id) {
236 Error handleDestroyIndirectStubsOwner(ResourceIdMgr::ResourceId Id) {
246 handleEmitIndirectStubs(ResourceIdMgr::ResourceId Id,
365 Expected<JITTargetAddress> handleReserveMem(ResourceIdMgr::ResourceId Id,
385 Error handleSetProtections(ResourceIdMgr::ResourceId Id,
422 std::map<ResourceIdMgr::ResourceId, Allocator> Allocators;
424 std::map<ResourceIdMgr::ResourceId, ISBlockOwnerList> IndirectStubsOwners;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 198 Error handleCreateRemoteAllocator(ResourceIdMgr::ResourceId Id) {
208 Error handleCreateIndirectStubsOwner(ResourceIdMgr::ResourceId Id) {
226 Error handleDestroyRemoteAllocator(ResourceIdMgr::ResourceId Id) {
236 Error handleDestroyIndirectStubsOwner(ResourceIdMgr::ResourceId Id) {
246 handleEmitIndirectStubs(ResourceIdMgr::ResourceId Id,
365 Expected<JITTargetAddress> handleReserveMem(ResourceIdMgr::ResourceId Id,
385 Error handleSetProtections(ResourceIdMgr::ResourceId Id,
422 std::map<ResourceIdMgr::ResourceId, Allocator> Allocators;
424 std::map<ResourceIdMgr::ResourceId, ISBlockOwnerList> IndirectStubsOwners;

Completed in 386 milliseconds

12 3 4 5