HomeSort by relevance Sort by last modified time
    Searched refs:res_name (Results 1 - 18 of 18) 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 109 ResourceName res_name = ParseNameOrDie(name); local
110 CHECK(table_->AddResourceAllowMangled(res_name, id, config, {}, std::move(value),
118 ResourceName res_name = ParseNameOrDie(name); local
122 CHECK(table_->SetSymbolStateAllowMangled(res_name, id, symbol, GetDiagnostics()));
  /frameworks/base/tools/aapt2/link/
TableMerger.cpp 210 const ResourceNameRef& res_name,
234 << "resource '" << res_name << "' has a conflicting value for "
270 const ResourceNameRef res_name(src_package->name, src_type->type, src_entry->name);
274 << "resource " << res_name
294 MergeConfigValue(context_, res_name, overlay, dst_config_value,
318 if (!callback(res_name, src_config_value->config, new_file_ref.get(), f)) {
  /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 320 android::ResTable::resource_name res_name = {}; local
321 if (!table.getResourceName(id.id, true, &res_name)) {
324 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 125 static char *res_name = RESNAME; variable
591 class_hints->res_name = res_name;
rpng2-x.c 199 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 840 ResourceNameRef res_name(package->name, type->type, entry->name);
847 << "generated id '" << res_name
852 << "defined resource '" << res_name
884 ResourceNameRef res_name(package->name, type->type, entry->name);
886 DiagMessage() << "entry " << res_name << " has ID "
1184 ResourceNameRef res_name = exported_symbol.name; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xutil.h 184 char *res_name; member in struct:__anon53870
  /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:__anon55736
  /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 974 milliseconds