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

  /frameworks/base/tools/aapt2/optimize/
VersionCollapser_test.cpp 38 const StringPiece res_name = "@android:string/foo"; local
41 res_name,
49 test::GetValueForConfig<Id>(table.get(), res_name,
52 test::GetValueForConfig<Id>(table.get(), res_name,
57 test::GetValueForConfig<Id>(table.get(), res_name,
62 test::GetValueForConfig<Id>(table.get(), res_name,
67 test::GetValueForConfig<Id>(table.get(), res_name,
70 test::GetValueForConfig<Id>(table.get(), res_name,
73 test::GetValueForConfig<Id>(table.get(), res_name,
81 const StringPiece res_name = "@android:string/foo" local
    [all...]
  /frameworks/base/libs/androidfw/tests/
Idmap_test.cpp 96 ResTable::resource_name res_name; local
97 ASSERT_TRUE(target_table_.getResourceName(R::array::integerArray1, false, &res_name));
99 ASSERT_TRUE(res_name.package != NULL);
100 ASSERT_TRUE(res_name.type != NULL);
101 ASSERT_TRUE(res_name.name != NULL);
103 EXPECT_EQ(String16("com.android.basic"), String16(res_name.package, res_name.packageLen));
104 EXPECT_EQ(String16("array"), String16(res_name.type, res_name.typeLen));
105 EXPECT_EQ(String16("integerArray1"), String16(res_name.name, res_name.nameLen))
    [all...]
  /frameworks/base/tools/aapt2/test/
Common.cpp 46 const android::StringPiece& res_name,
49 Maybe<ResourceTable::SearchResult> result = table->FindResource(ParseNameOrDie(res_name));
Common.h 55 T* GetValueForConfigAndProduct(ResourceTable* table, const android::StringPiece& res_name,
58 Maybe<ResourceTable::SearchResult> result = table->FindResource(ParseNameOrDie(res_name));
70 const android::StringPiece& res_name,
75 T* GetValueForConfig(ResourceTable* table, const android::StringPiece& res_name,
77 return GetValueForConfigAndProduct<T>(table, res_name, config, {});
81 T* GetValue(ResourceTable* table, const android::StringPiece& res_name) {
82 return GetValueForConfig<T>(table, res_name, {});
Builders.cpp 119 ResourceName res_name = ParseNameOrDie(name); local
120 CHECK(table_->AddResourceWithIdMangled(res_name, id, config, {}, std::move(value),
129 ResourceName res_name = ParseNameOrDie(name); local
132 CHECK(table_->SetVisibilityWithIdMangled(res_name, visibility, id, GetDiagnostics()));
133 CHECK(table_->SetAllowNewMangled(res_name, AllowNew{}, GetDiagnostics()));
  /frameworks/base/tools/aapt2/link/
TableMerger.cpp 167 const ResourceNameRef& res_name,
191 << "resource '" << res_name << "' has a conflicting value for "
225 const ResourceNameRef res_name(src_package->name, src_type->type, src_entry->name);
229 << "resource " << res_name
249 MergeConfigValue(context_, res_name, overlay, dst_config_value,
  /external/webrtc/webrtc/modules/desktop_capture/
window_capturer_x11.cc 389 if (strcmp("gnome-panel", class_hint.res_name) == 0 ||
390 strcmp("desktop_window", class_hint.res_name) == 0) {
393 XFree(class_hint.res_name);
  /frameworks/base/tools/aapt2/process/
SymbolTable.cpp 349 android::ResTable::resource_name res_name = {}; local
350 if (!table.getResourceName(id.id, true, &res_name)) {
353 return ResourceUtils::ToResourceName(res_name);
  /frameworks/base/tools/aapt2/tools/consumers/
duplicates.py 28 for res_name, entries in tracker.resource_definitions.iteritems():
  /external/libpng/contrib/gregbook/
rpng-x.c 126 static char *res_name = RESNAME; variable
592 class_hints->res_name = res_name;
rpng2-x.c 201 static char *res_name = RESNAME; variable
    [all...]
  /external/webrtc/webrtc/base/
x11windowpicker.cc 759 if (gnome_panel.compare(class_hint.res_name) == 0 ||
760 desktop_window.compare(class_hint.res_name) == 0) {
763 XFree(class_hint.res_name);
  /frameworks/base/tools/aapt2/cmd/
Link.cpp 1359 ResourceName res_name = exported_symbol.name; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xutil.h 182 char *res_name; member in struct:__anon61610
  /external/ImageMagick/MagickCore/
xwindow.c 400 if (windows->class_hints->res_name != (char *) NULL)
401 windows->class_hints->res_name=DestroyString(
402 windows->class_hints->res_name);
    [all...]
animate.c     [all...]
display.c     [all...]

Completed in 388 milliseconds