Searched defs:resourceKey (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcrestst.c957 const char *resourceKey; member in struct:__anon11833
992 res = ures_getByKey(rb, test[i].resourceKey, res, &status);
995 log_err("Couldn't find the key %s. Error: %s\n", test[i].resourceKey, u_errorName(status));
/external/chromium_org/third_party/icu/source/test/intltest/
H A Drestest.cpp576 const char *resourceKey; member in struct:__anon11897
609 ResourceBundle res = rb.get(test[i].resourceKey, status);
612 err("Couldn't find the key %s. Error: %s\n", test[i].resourceKey, u_errorName(status));
/external/icu4c/test/cintltst/
H A Dcrestst.c957 const char *resourceKey; member in struct:__anon19356
992 res = ures_getByKey(rb, test[i].resourceKey, res, &status);
995 log_err("Couldn't find the key %s. Error: %s\n", test[i].resourceKey, u_errorName(status));
/external/icu4c/test/intltest/
H A Drestest.cpp576 const char *resourceKey; member in struct:__anon19433
609 ResourceBundle res = rb.get(test[i].resourceKey, status);
612 err("Couldn't find the key %s. Error: %s\n", test[i].resourceKey, u_errorName(status));
/external/chromium_org/third_party/icu/source/common/
H A Duresbund.c2137 const char* resourceKey,
2149 ures_getByKey(resourceBundle, resourceKey, &resData, status);
2136 ures_countArrayItems(const UResourceBundle* resourceBundle, const char* resourceKey, UErrorCode* status) argument
/external/chromium_org/third_party/skia/src/gpu/
H A DGrContext.cpp228 GrResourceKey resourceKey = GrTexture::ComputeKey(fGpu, params, desc, cacheID); local
229 GrResource* resource = fTextureCache->find(resourceKey);
237 GrResourceKey resourceKey = GrTexture::ComputeKey(fGpu, params, desc, cacheID); local
238 return fTextureCache->hasKey(resourceKey);
244 GrResourceKey resourceKey = GrStencilBuffer::ComputeKey(sb->width(), local
247 fTextureCache->addResource(resourceKey, sb);
252 GrResourceKey resourceKey = GrStencilBuffer::ComputeKey(width, local
255 GrResource* resource = fTextureCache->find(resourceKey);
376 GrResourceKey resourceKey = GrTexture::ComputeKey(fGpu, params, desc, cacheID); local
379 if (GrTexture::NeedsResizing(resourceKey)) {
1781 GrResourceKey resourceKey = GrPath::ComputeKey(inPath, stroke); local
[all...]
/external/icu4c/common/
H A Duresbund.cpp2188 const char* resourceKey,
2200 ures_getByKey(resourceBundle, resourceKey, &resData, status);
2187 ures_countArrayItems(const UResourceBundle* resourceBundle, const char* resourceKey, UErrorCode* status) argument
/external/skia/src/gpu/
H A DGrContext.cpp228 GrResourceKey resourceKey = GrTexture::ComputeKey(fGpu, params, desc, cacheID); local
229 GrResource* resource = fTextureCache->find(resourceKey);
237 GrResourceKey resourceKey = GrTexture::ComputeKey(fGpu, params, desc, cacheID); local
238 return fTextureCache->hasKey(resourceKey);
244 GrResourceKey resourceKey = GrStencilBuffer::ComputeKey(sb->width(), local
247 fTextureCache->addResource(resourceKey, sb);
252 GrResourceKey resourceKey = GrStencilBuffer::ComputeKey(width, local
255 GrResource* resource = fTextureCache->find(resourceKey);
376 GrResourceKey resourceKey = GrTexture::ComputeKey(fGpu, params, desc, cacheID); local
379 if (GrTexture::NeedsResizing(resourceKey)) {
1781 GrResourceKey resourceKey = GrPath::ComputeKey(inPath, stroke); local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 309 milliseconds