/frameworks/base/tools/localize/ |
Configuration.h | 29 // Parse a directory name, like "values-en-rUS". Return the first segment in resType. 30 bool ParseDiectoryName(const string& dir, string* resType);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/ |
FolderTypeRelationship.java | 81 * @param resType the type of resource. 84 public static ResourceFolderType[] getRelatedFolders(ResourceType resType) { 85 ResourceFolderType[] array = mTypeToFolderMap.get(resType); 94 * @param resType the resource type. 99 public static boolean match(ResourceType resType, ResourceFolderType folderType) { 100 ResourceFolderType[] array = mTypeToFolderMap.get(resType);
|
MultiResourceFile.java | 134 * @param resType The type of the resource 137 public void addResourceValue(String resType, ResourceValue value) { 138 ResourceType type = ResourceType.getEnum(resType);
|
CompiledResourcesMonitor.java | 188 String resType = inner.getSimpleName(); 191 resourceValueMap.put(resType, fullMap); 204 genericValueToNameMap.put(value, new String[] { f.getName(), resType });
|
ResourceFolder.java | 131 for (ResourceType resType : types) { 132 if (list.indexOf(resType) == -1) { 133 list.add(resType);
|
ResourceFolderType.java | 62 * <code>resType[-resqualifiers[-resqualifiers[...]]</code>
|
ProjectResources.java | 64 /** Map of (id, [name, resType]) for all resources coming from R.java */ 193 for (ResourceType resType : resTypes) { 196 FolderTypeRelationship.getRelatedFolders(resType); 760 for (ResourceType resType : resTypes) { 761 update(resType); [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xwindows.h | 65 #define RT_FONT ((RESTYPE)4) 66 #define RT_CURSOR ((RESTYPE)5)
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
KeyStoreTest.java | 214 String resType = defKSType; 215 if (resType == null) { 216 resType = defaultType; 219 assertEquals("Incorrect default type", dType, resType); 224 resType = Security.getProperty(propName); 225 assertNotNull("Incorrect default type", resType); 227 assertEquals("Incorrect default type", dType, resType);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
UiResourceAttributeNode.java | 241 for (ResourceType resType : resTypes) { 242 results.add("@" + resType.getName() + "/"); //$NON-NLS-1$ //$NON-NLS-2$ 243 if (resType == ResourceType.ID) { 245 results.add("@+" + resType.getName() + "/"); //$NON-NLS-1$ //$NON-NLS-2$ 252 ResourceType resType = ResourceType.getEnum(typeName); 253 if (resType != null) { 267 for (ResourceItem item : repository.getResources(resType)) {
|
/external/chromium/third_party/icu/source/test/testdata/ |
ra.xlf | 8 <group id = "ra" restype = "x-icu-table" translate = "yes"> 10 <group id = "TestArray" resname = "TestArray" restype = "x-icu-array" translate = "yes"> 17 <trans-unit id = "TestArray_1" restype = "x-icu-integer" translate = "yes"> 22 <bin-unit id = "TestArray_2" mime-type = "application" restype = "x-icu-binary" translate = "yes"> 30 <bin-unit id = "TestImpport" resname = "TestImpport" mime-type = "application" restype = "x-icu-binary" translate = "yes"> 334 <group id = "TestIntVector" resname = "TestIntVector" restype = "x-icu-array" translate = "yes"> 352 <group id = "TestTable" resname = "TestTable" restype = "x-icu-table" translate = "yes"> 364 <trans-unit id = "TestTable_test5" resname = "test5" restype = "x-icu-integer" translate = "yes"> 369 <bin-unit id = "TestTable_test6" resname = "test6" mime-type = "application" restype = "x-icu-binary" translate = "yes">
|
/external/icu4c/test/testdata/ |
ra.xlf | 8 <group id = "ra" restype = "x-icu-table" translate = "yes"> 10 <group id = "TestArray" resname = "TestArray" restype = "x-icu-array" translate = "yes"> 17 <trans-unit id = "TestArray_1" restype = "x-icu-integer" translate = "yes"> 22 <bin-unit id = "TestArray_2" mime-type = "application" restype = "x-icu-binary" translate = "yes"> 30 <bin-unit id = "TestImpport" resname = "TestImpport" mime-type = "application" restype = "x-icu-binary" translate = "yes"> 334 <group id = "TestIntVector" resname = "TestIntVector" restype = "x-icu-array" translate = "yes"> 352 <group id = "TestTable" resname = "TestTable" restype = "x-icu-table" translate = "yes"> 364 <trans-unit id = "TestTable_test5" resname = "test5" restype = "x-icu-integer" translate = "yes"> 369 <bin-unit id = "TestTable_test6" resname = "test6" mime-type = "application" restype = "x-icu-binary" translate = "yes">
|
/frameworks/base/tools/aapt/ |
AaptAssets.h | 86 bool initFromDirName(const char* dir, String8* resType); 119 String8 toDirName(const String8& resType) const; 141 const String8& resType) 143 , mResourceType(resType) 262 const String8& resType); 496 const String8& resType); 501 const String8& resType); 510 const String8& resType);
|
AaptAssets.cpp | 240 AaptGroupEntry::initFromDirName(const char* dir, String8* resType) 270 *resType = part; 562 AaptGroupEntry::toDirName(const String8& resType) const 564 String8 s = resType; [all...] |
Resource.cpp | 57 ResourceDirIterator(const sp<ResourceTypeSet>& set, const String8& resType) 58 : mResType(resType), mSet(set), mSetPos(0), mGroupPos(0) 245 const char* resType) 247 String8 type8(resType); 248 String16 type16(resType); 252 ResourceDirIterator it(set, String8(resType)); 337 String8 resType = files.valueAt(0)->getResourceType(); 339 ssize_t index = resources->indexOfKey(resType); 344 resources->add(resType, set); 501 const char *resType) [all...] |
/libcore/luni/src/test/java/tests/security/cert/ |
CertPathValidator1Test.java | 118 String resType = defCPV; 119 if (resType == null) { 120 resType = defaultType; 123 assertEquals("Incorrect default type", dt, resType); 128 resType = Security.getProperty(propName); 129 assertNotNull("Incorrect default type", resType); 131 assertEquals("Incorrect default type", dt, resType);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
security.h | 114 #include "resource.h" /* for RESTYPE */ 117 extern RESTYPE SecurityAuthorizationResType;
|
/external/chromium/third_party/icu/source/tools/genrb/ |
parse.c | [all...] |
wrtxml.cpp | 531 * <trans-unit id = "blah" resname = "blah" restype = "x-id-alias" translate = "no"> 532 * <group id "calendar_gregorian" resname = "gregorian" restype = "x-icu-array"> 534 static char *printContainer(struct SResource *res, const char *container, const char *restype, const char *mimetype, const char *id, UErrorCode *status) 560 if (restype != NULL) { 561 printAttribute("restype", restype, (int32_t) uprv_strlen(restype)); 731 printAttribute("restype", integer_restype, (int32_t) strlen(integer_restype)); [all...] |
/external/icu4c/tools/genrb/ |
parse.c | [all...] |
wrtxml.cpp | 531 * <trans-unit id = "blah" resname = "blah" restype = "x-id-alias" translate = "no"> 532 * <group id "calendar_gregorian" resname = "gregorian" restype = "x-icu-array"> 534 static char *printContainer(struct SResource *res, const char *container, const char *restype, const char *mimetype, const char *id, UErrorCode *status) 561 if (restype != NULL) { 562 printAttribute("restype", restype, (int32_t) uprv_strlen(restype)); 732 printAttribute("restype", integer_restype, (int32_t) strlen(integer_restype)); [all...] |
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
RenderAction.java | 287 public Integer getId(ResourceType resType, String resName) { 288 return Bridge.getResourceId(resType, resName);
|
/frameworks/base/media/libstagefright/codecs/avc/enc/src/ |
slice.cpp | 172 AVCResidualType resType; 436 resType = AVC_Luma; 447 resType = AVC_Intra16AC; 458 status = enc_residual_block(encvid, resType, (b8 << 2) + b4, currMB);
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/ |
Bridge.java | 251 ResourceType resType = ResourceType.getEnum(resTypeName); 252 if (resType != null) { 254 sRFullMap.put(resType, fullMap); 269 sRMap.put(value, Pair.of(resType, f.getName()));
|
/sdk/layoutlib_utils/src/com/android/layoutlib/utils/ |
ValueResourceParser.java | 43 void addResourceValue(String resType, ResourceValue value);
|