Home
last modified time | relevance | path

Searched refs:getBinary (Results 1 – 25 of 69) sorted by relevance

123

/external/deqp/external/vulkancts/framework/vulkan/
DvkPrograms.cpp87 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()
DvkBinaryRegistry.cpp71 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()
DvkPrograms.hpp58 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/
DBinary.h152 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/
DObject.cpp81 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/
DGDBRegistrationListener.cpp166 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/
Ddatamap.h82 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/
DICUResourceBundleImpl.java60 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/
DICUResourceBundleImpl.java61 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/
DOProfileJITEventListener.cpp86 const ObjectFile &DebugObj = *DebugObjOwner.getBinary(); in NotifyObjectEmitted()
125 const ObjectFile &DebugObj = *DebugObjects[Obj.getData().data()].getBinary(); in NotifyFreeingObject()
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp103 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/
DInterpreterDescriptor.java56 public File getBinary(Context context); in getBinary() method
/external/icu/icu4c/source/tools/ctestfw/
Ddatamap.cpp159 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/
Dobj2yaml.cpp36 Binary &Binary = *BinaryOrErr.get().getBinary(); in dumpInput()
/external/llvm/unittests/ExecutionEngine/Orc/
DObjectLinkingLayerTest.cpp63 Objs.push_back(OwningObj.getBinary()); in TEST()
/external/llvm/tools/llvm-cov/
DTestingSupport.cpp43 ObjectFile *OF = ObjErr.get().getBinary(); in convertForTestingMain()
/external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/interpreter/
DInterpreterProcess.java52 setBinary(interpreter.getBinary()); in InterpreterProcess()
/external/icu/icu4c/source/common/unicode/
Dresbund.h236 getBinary(int32_t& len, UErrorCode& status) const;
/external/icu/icu4c/source/common/
Dresource.h101 virtual const uint8_t *getBinary(int32_t &length, UErrorCode &errorCode) const = 0;
/external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/
DInterpreter.java125 public File getBinary() { in getBinary() method in Interpreter
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/interpreter/
DInterpreterProvider.java141 values.put(InterpreterPropertyNames.BINARY, mDescriptor.getBinary(mContext).getAbsolutePath()); in getProperties()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUResourceBundleTest.java259 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/
DICUResourceBundleTest.java263 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/
DUResourceBundle.java568 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/
DUResourceBundle.java584 public ByteBuffer getBinary() { in getBinary() method in UResourceBundle
629 public byte[] getBinary(byte[] ba) { in getBinary() method in UResourceBundle

123