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

1 2

  /external/llvm/include/llvm/DebugInfo/PDB/
IPDBSourceFile.h 31 virtual uint32_t getUniqueId() const = 0;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
IPDBSourceFile.h 31 virtual uint32_t getUniqueId() const = 0;
  /frameworks/av/drm/common/
DrmInfoEvent.cpp 29 int DrmInfoEvent::getUniqueId() const {
IDrmServiceListener.cpp 31 data.writeInt32(event.getUniqueId());
  /frameworks/av/include/drm/
DrmInfoEvent.h 93 int getUniqueId() const;
  /external/llvm/include/llvm/DebugInfo/PDB/DIA/
DIASourceFile.h 26 uint32_t getUniqueId() const override;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DIASourceFile.h 26 uint32_t getUniqueId() const override;
  /external/deqp-deps/glslang/SPIRV/
SpvBuilder.cpp 83 Instruction* import = new Instruction(getUniqueId(), NoType, OpExtInstImport);
137 type = new Instruction(getUniqueId(), NoType, OpTypeVoid);
151 type = new Instruction(getUniqueId(), NoType, OpTypeBool);
165 type = new Instruction(getUniqueId(), NoType, OpTypeSampler);
187 type = new Instruction(getUniqueId(), NoType, OpTypePointer);
202 Instruction* type = new Instruction(getUniqueId(), NoType, OpTypeForwardPointer);
243 type = new Instruction(getUniqueId(), NoType, OpTypeInt);
277 type = new Instruction(getUniqueId(), NoType, OpTypeFloat);
308 Instruction* type = new Instruction(getUniqueId(), NoType, OpTypeStruct);
355 type = new Instruction(getUniqueId(), NoType, OpTypeVector)
    [all...]
SpvBuilder.h 83 spv::Id strId = getUniqueId();
115 Id getUniqueId() { return ++uniqueId; }
    [all...]
  /external/llvm/lib/DebugInfo/PDB/DIA/
DIASourceFile.cpp 38 uint32_t DIASourceFile::getUniqueId() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DIASourceFile.cpp 38 uint32_t DIASourceFile::getUniqueId() const {
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
RenderNodeTests.java 346 assertNotEquals(r1.getUniqueId(), r2.getUniqueId());
348 assertTrue(usedIds.add(r1.getUniqueId()));
349 assertTrue(usedIds.add(r2.getUniqueId()));
351 assertTrue(usedIds.add(new RenderNode(null).getUniqueId()));
  /cts/tests/security/src/android/keystore/cts/
Attestation.java 110 public byte[] getUniqueId() {
  /device/linaro/hikey/gralloc960/
mali_gralloc_bufferallocation.cpp 84 static uint64_t getUniqueId()
    [all...]
  /external/deqp-deps/glslang/glslang/MachineIndependent/
SymbolTable.h 106 virtual int getUniqueId() const { return uniqueId; }
670 copy->setUniqueId(shared->getUniqueId());
677 container->setUniqueId(anon->getAnonContainer().getUniqueId());
  /external/testng/ant/3rdparty/
DTDDoc.jar 
  /cts/tests/tests/drm/src/android/drm/cts/
DrmEventTest.java 179 assertEquals(id, event.getUniqueId());
  /external/swiftshader/src/OpenGL/compiler/
ParseHelper.cpp     [all...]
SymbolTable.h 66 int getUniqueId() const { return uniqueId; }
  /cts/tests/tests/keystore/src/android/keystore/cts/
KeyAttestationTest.java 527 assertNotNull(attestation.getUniqueId());
528 assertEquals(0, attestation.getUniqueId().length);
    [all...]
  /external/guice/extensions/struts2/lib/
commons-fileupload-1.2.1.jar 
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-fileupload-1.2.1.jar 
  /external/deqp-deps/glslang/hlsl/
hlslParseHelper.cpp     [all...]
  /frameworks/av/drm/drmserver/
DrmManager.cpp 600 if (uniqueId == event.getUniqueId()) {
  /frameworks/av/media/codec2/vndk/platform/
C2BqBuffer.cpp 565 Return<uint64_t> transResult = producer->getUniqueId();

Completed in 582 milliseconds

1 2