/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkPrograms.cpp | 87 if (*(const deUint32*)binary.getBinary() != spirvMagicBytes) in isSaneSpirVBinary() 166 disassembleSpirV(program.getSize()/sizeof(deUint32), (const deUint32*)program.getBinary(), dst); in disassembleProgram() 185 …return validateSpirV(program.getSize()/sizeof(deUint32), (const deUint32*)program.getBinary(), dst… in validateProgram() 203 (const deUint32*)binary.getBinary(), in createShaderModule()
|
D | vkBinaryRegistry.cpp | 71 out.write((const char*)binary.getBinary(), binary.getSize()); in writeBinary() 78 return deMemoryHash(binary->getBinary(), binary->getSize()); in binaryHash() 84 return deMemoryEqual(a->getBinary(), b->getBinary(), a->getSize()); in binaryEqual()
|
D | vkPrograms.hpp | 58 const deUint8* getBinary (void) const { return m_binary.empty() ? DE_NULL : &m_binary[0]; } in getBinary() function in vk::ProgramBinary
|
/external/llvm/include/llvm/Object/ |
D | Binary.h | 152 T* getBinary(); 153 const T* getBinary() const; 180 template <typename T> T* OwningBinary<T>::getBinary() { in getBinary() function 184 template <typename T> const T* OwningBinary<T>::getBinary() const { in getBinary() function
|
/external/llvm/lib/Object/ |
D | Object.cpp | 81 section_iterator SI = OB->getBinary()->section_begin(); in LLVMGetSections() 92 return (*unwrap(SI) == OB->getBinary()->section_end()) ? 1 : 0; in LLVMIsSectionIteratorAtEnd() 110 symbol_iterator SI = OB->getBinary()->symbol_begin(); in LLVMGetSymbols() 121 return (*unwrap(SI) == OB->getBinary()->symbol_end()) ? 1 : 0; in LLVMIsSymbolIteratorAtEnd()
|
/external/llvm/lib/ExecutionEngine/ |
D | GDBRegistrationListener.cpp | 166 if (!DebugObj.getBinary()) in NotifyObjectEmitted() 169 const char *Buffer = DebugObj.getBinary()->getMemoryBufferRef().getBufferStart(); in NotifyObjectEmitted() 170 size_t Size = DebugObj.getBinary()->getMemoryBufferRef().getBufferSize(); in NotifyObjectEmitted()
|
/external/icu/icu4c/source/tools/ctestfw/unicode/ |
D | datamap.h | 82 virtual const uint8_t *getBinary(int32_t &length, const char *key, UErrorCode &status) const = 0; 126 virtual const uint8_t *getBinary(int32_t &length, const char *key, UErrorCode &status) const;
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ICUResourceBundleImpl.java | 60 public ByteBuffer getBinary() { in getBinary() method in ICUResourceBundleImpl.ResourceBinary 61 return wholeBundle.reader.getBinary(resource); in getBinary() 63 public byte [] getBinary(byte []ba) { in getBinary() method in ICUResourceBundleImpl.ResourceBinary 64 return wholeBundle.reader.getBinary(resource, ba); in getBinary()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | ICUResourceBundleImpl.java | 61 public ByteBuffer getBinary() { in getBinary() method in ICUResourceBundleImpl.ResourceBinary 62 return wholeBundle.reader.getBinary(resource); in getBinary() 64 public byte [] getBinary(byte []ba) { in getBinary() method in ICUResourceBundleImpl.ResourceBinary 65 return wholeBundle.reader.getBinary(resource, ba); in getBinary()
|
/external/llvm/lib/ExecutionEngine/OProfileJIT/ |
D | OProfileJITEventListener.cpp | 86 const ObjectFile &DebugObj = *DebugObjOwner.getBinary(); in NotifyObjectEmitted() 125 const ObjectFile &DebugObj = *DebugObjects[Obj.getData().data()].getBinary(); in NotifyFreeingObject()
|
/external/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | IntelJITEventListener.cpp | 103 const ObjectFile &DebugObj = *DebugObjOwner.getBinary(); in NotifyObjectEmitted() 185 const ObjectFile &DebugObj = *DebugObjects[Obj.getData().data()].getBinary(); in NotifyFreeingObject()
|
/external/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/ |
D | InterpreterDescriptor.java | 56 public File getBinary(Context context); in getBinary() method
|
/external/icu/icu4c/source/tools/ctestfw/ |
D | datamap.cpp | 159 RBDataMap::getBinary(int32_t &length, const char *key, UErrorCode &status) const { in getBinary() function in RBDataMap 162 return r->getBinary(length, status); in getBinary()
|
/external/llvm/tools/obj2yaml/ |
D | obj2yaml.cpp | 36 Binary &Binary = *BinaryOrErr.get().getBinary(); in dumpInput()
|
/external/llvm/unittests/ExecutionEngine/Orc/ |
D | ObjectLinkingLayerTest.cpp | 63 Objs.push_back(OwningObj.getBinary()); in TEST()
|
/external/llvm/tools/llvm-cov/ |
D | TestingSupport.cpp | 43 ObjectFile *OF = ObjErr.get().getBinary(); in convertForTestingMain()
|
/external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/interpreter/ |
D | InterpreterProcess.java | 52 setBinary(interpreter.getBinary()); in InterpreterProcess()
|
/external/icu/icu4c/source/common/unicode/ |
D | resbund.h | 236 getBinary(int32_t& len, UErrorCode& status) const;
|
/external/icu/icu4c/source/common/ |
D | resource.h | 101 virtual const uint8_t *getBinary(int32_t &length, UErrorCode &errorCode) const = 0;
|
/external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/ |
D | Interpreter.java | 125 public File getBinary() { in getBinary() method in Interpreter
|
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/interpreter/ |
D | InterpreterProvider.java | 141 values.put(InterpreterPropertyNames.BINARY, mDescriptor.getBinary(mContext).getAbsolutePath()); in getProperties()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | ICUResourceBundleTest.java | 259 ByteBuffer got = sub.getBinary(); in TestBasicTypes() 270 got = sub.getBinary(); in TestBasicTypes() 1108 rb1.getBinary(); in TestUResourceBundleCoverage() 1119 rb1.getBinary(ba); in TestUResourceBundleCoverage()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | ICUResourceBundleTest.java | 263 ByteBuffer got = sub.getBinary(); in TestBasicTypes() 274 got = sub.getBinary(); in TestBasicTypes() 1112 rb1.getBinary(); in TestUResourceBundleCoverage() 1123 rb1.getBinary(ba); in TestUResourceBundleCoverage()
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | UResourceBundle.java | 568 public ByteBuffer getBinary() { in getBinary() method in UResourceBundle 610 public byte[] getBinary(byte[] ba) { in getBinary() method in UResourceBundle
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | UResourceBundle.java | 584 public ByteBuffer getBinary() { in getBinary() method in UResourceBundle 629 public byte[] getBinary(byte[] ba) { in getBinary() method in UResourceBundle
|