HomeSort by relevance Sort by last modified time
    Searched defs:res_name (Results 1 - 9 of 9) 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/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/test/
Builders.h 112 ResourceName res_name = ParseNameOrDie(name); local
113 CHECK(table_->AddResourceAllowMangled(res_name, id, config, {}, std::move(value),
120 ResourceName res_name = ParseNameOrDie(name); local
124 CHECK(table_->SetSymbolStateAllowMangled(res_name, id, symbol, GetDiagnostics()));
  /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...]
  /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:__anon46536
  /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:__anon48402
  /frameworks/base/tools/aapt2/cmd/
Link.cpp 834 ResourceNameRef res_name(package->name, type->type, entry->name);
841 << "generated id '" << res_name
846 << "defined resource '" << res_name
878 ResourceNameRef res_name(package->name, type->type, entry->name);
880 DiagMessage() << "entry " << res_name << " has ID "
1177 ResourceNameRef res_name = exported_symbol.name; local
    [all...]

Completed in 844 milliseconds