Home
last modified time | relevance | path

Searched defs:Resource (Results 1 – 25 of 25) sorted by relevance

/external/deqp/framework/common/
DtcuResource.hpp45 class Resource class
58 Resource (const std::string& name) : m_name(name) {} in Resource() function in tcu::Resource
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
DResource.java9 public interface Resource<Z> { interface
/external/skia/src/gpu/vk/
DGrVkImage.h32 Resource() : INHERITED(), fImage(nullptr), fAlloc(nullptr), fFlags(kNo_Flags) {} in Resource() function
34 Resource(VkImage image, VkDeviceMemory alloc, Flags flags) in Resource() function
DGrVkBuffer.h56 Resource(VkBuffer buf, VkDeviceMemory alloc) : INHERITED(), fBuffer(buf), fAlloc(alloc) {} in Resource() function
/external/clang/test/SemaCXX/
Doperator-arrow-temporary.cpp4 struct Resource { struct
/external/chromium-trace/catapult/third_party/py_vulcanize/py_vulcanize/
Dresource.py11 class Resource(object): class
/external/mesa3d/src/egl/main/
Deglsync.h43 _EGLResource Resource; member
Deglimage.h64 _EGLResource Resource; member
Deglcontext.h45 _EGLResource Resource; member
Deglsurface.h45 _EGLResource Resource; member
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_emit_nvc0.cpp1829 struct Resource { struct
1830 int st[DATA_FILE_COUNT]; // LD to LD delay 3
1831 int ld[DATA_FILE_COUNT]; // ST to ST delay 3
1832 int tex; // TEX to non-TEX delay 17 (0x11)
1833 int sfu; // SFU to SFU delay 3 (except PRE-ops)
1834 int imul; // integer MUL to MUL delay 3
/external/v8/src/
Dobjects-body-descriptors-inl.h308 typedef v8::String::ExternalOneByteStringResource Resource; in IterateBody() typedef
315 typedef v8::String::ExternalOneByteStringResource Resource; in IterateBody() typedef
331 typedef v8::String::ExternalStringResource Resource; in IterateBody() typedef
338 typedef v8::String::ExternalStringResource Resource; in IterateBody() typedef
Dobjects.h9184 typedef v8::String::ExternalOneByteStringResource Resource; typedef
9216 typedef v8::String::ExternalStringResource Resource; typedef
/external/autotest/frontend/shared/
Drest_client.py60 class Resource(object): class
Dresource_lib.py33 class Resource(object): class
/external/icu/icu4c/source/common/
Duresdata.h61 typedef uint32_t Resource; typedef
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_parse.h73 struct tgsi_declaration_resource Resource; member
/external/llvm/lib/Target/AMDGPU/
DR600TextureIntrinsicsReplacer.cpp122 unsigned SrcSelect[4], Value *Offset[3], Value *Resource, in ReplaceCallInst()
/external/jetty/src/java/org/eclipse/jetty/util/resource/
DResource.java47 public abstract class Resource implements ResourceFactory class
/external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
Ddiscovery.py880 class Resource(object): class
/external/apache-http/src/org/apache/http/impl/
DEnglishReasonPhraseCatalog.java227 "Insufficient Space On Resource"); in setReason()
/external/v8/test/cctest/
Dtest-strings.cc104 class Resource: public v8::String::ExternalStringResource { class
106 Resource(const uc16* data, size_t length): data_(data), length_(length) {} in Resource() function in Resource
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h176 unsigned Resource : 8; /**< one of TGSI_TEXTURE_ */ member
183 unsigned Resource : 8; /**< one of TGSI_TEXTURE_ */ member
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
DXLIFF2ICUConverter.java605 private class Resource{ class in XLIFF2ICUConverter
/external/v8/src/snapshot/
Dserialize.cc2167 typedef v8::String::ExternalOneByteStringResource Resource; in SerializeExternalNativeSourceString() typedef