HomeSort by relevance Sort by last modified time
    Searched refs:GetResource (Results 1 - 25 of 26) sorted by null

1 2

  /external/webrtc/webrtc/modules/audio_device/test/
audio_device_test_defines.h 74 const char* GetResource(const char* resource);
func_test_manager.cc 71 char* GetResource(char* resource)
75 const char* GetResource(const char* resource)
    [all...]
  /external/perf_data_converter/src/
perf_data_converter_test.cc 150 string GetResource(const string& relpath) {
187 GetResource("testdata"
190 GetResource("testdata"
193 GetResource("testdata"
196 GetResource("testdata"
246 GetResource("testdata"
277 string path = GetResource("testdata"
294 string path = GetResource("testdata"
318 string path = GetResource(
  /external/python/cpython2/Lib/plat-mac/
macresource.py 29 h = Res.GetResource(restype, resid)
72 h = Res.GetResource(restype, resid)
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
macresource.py 29 h = Res.GetResource(restype, resid)
72 h = Res.GetResource(restype, resid)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
macresource.py 29 h = Res.GetResource(restype, resid)
72 h = Res.GetResource(restype, resid)
  /frameworks/base/libs/androidfw/tests/
BenchmarkHelpers.cpp 48 ssize_t block = table.getResource(resid, &value, false /*may_be_bag*/, 0u /*density*/, &flags,
80 ApkAssetsCookie cookie = assetmanager.GetResource(
AssetManager2_test.cpp 103 assetmanager.GetResource(basic::R::string::test1, false /*may_be_bag*/,
133 assetmanager.GetResource(basic::R::string::test1, false /*may_be_bag*/,
161 assetmanager.GetResource(libclient::R::string::foo_one, false /*may_be_bag*/,
170 cookie = assetmanager.GetResource(value.data, false /* may_be_bag */, 0 /* density_override*/,
178 cookie = assetmanager.GetResource(libclient::R::string::foo_two, false /*may_be_bag*/,
187 cookie = assetmanager.GetResource(value.data, false /* may_be_bag */, 0 /* density_override*/,
205 ApkAssetsCookie cookie = assetmanager.GetResource(
351 assetmanager.GetResource(basic::R::integer::ref1, false /*may_be_bag*/,
374 assetmanager.GetResource(basic::R::integer::number2, true /*may_be_bag*/,
408 ApkAssetsCookie cookie = assetmanager.GetResource(high_ref, false /*may_be_bag*/
    [all...]
AttributeResolution_bench.cpp 115 assetmanager.GetResource(basic::R::layout::layoutt, false /*may_be_bag*/,
  /external/python/cpython2/Mac/Modules/
MacOS.c 446 h = GetResource('Estr', err);
472 h = GetResource('Estr', err);
  /frameworks/base/libs/androidfw/include/androidfw/
AssetManager2.h 170 // referenced by a resource lookup with GetResource().
202 ApkAssetsCookie GetResource(uint32_t resid, bool may_be_bag, uint16_t density_override,
210 // `in_out_flags` is the type spec flags returned from calls to GetResource() or
  /external/deqp/external/openglcts/modules/gl/
gl4cEnhancedLayoutsTests.cpp 1023 program.GetResource(interface, index, GL_LOCATION, 1 /* size */, &location);
1024 program.GetResource(interface, index, GL_LOCATION_COMPONENT, 1 /* size */, &component);
1268 program.GetResource(GL_BUFFER_VARIABLE, index, GL_OFFSET, 1, &offset);
    [all...]
gl4cEnhancedLayoutsTests.hpp 771 void GetResource(glw::GLenum interface, glw::GLuint index, glw::GLenum property, glw::GLsizei buf_size,
806 static void GetResource(const glw::Functions& gl, glw::GLuint id, glw::GLenum interface, glw::GLuint index,
    [all...]
  /external/python/cpython2/Mac/Modules/res/
_Resmodule.c 942 #ifndef GetResource
943 PyMac_PRECHECK(GetResource);
949 _rv = GetResource(theType,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d11.h     [all...]
d3d10.h     [all...]
d3d10_1.h 326 void (STDMETHODCALLTYPE *GetResource)(
358 #define ID3D10ShaderResourceView1_GetResource(This,ppResource) (This)->lpVtbl->GetResource(This,ppResource)
389 This->lpVtbl->GetResource(This,ppResource);
    [all...]
d3d10effect.h 458 STDMETHOD(GetResource)(THIS_ ID3D10ShaderResourceView **resource) PURE;
    [all...]
d3d10.idl     [all...]
mfobjects.h     [all...]
d3d11.idl     [all...]
  /external/freetype/src/base/
ftmac.c 746 sfnt = GetResource( TTAG_sfnt, sfnt_id );
    [all...]
  /frameworks/base/libs/androidfw/
AssetManager2.cpp 506 ApkAssetsCookie AssetManager2::GetResource(uint32_t resid, bool may_be_bag,
554 cookie = GetResource(in_out_value->data, true /*may_be_bag*/, 0u /*density_override*/,
    [all...]
  /external/freetype/builds/mac/
ftmac.c 1125 sfnt = GetResource( TTAG_sfnt, sfnt_id );
    [all...]
  /frameworks/base/core/jni/
android_util_AssetManager.cpp 594 assetmanager->GetResource(static_cast<uint32_t>(resid), false /*may_be_bag*/,
    [all...]

Completed in 885 milliseconds

1 2