HomeSort by relevance Sort by last modified time
    Searched full:writegroup (Results 1 - 15 of 15) sorted by null

  /frameworks/compile/mclinker/include/mcld/Support/
FileHandle.h 54 WriteGroup = 0x0020,
  /external/deqp/modules/gles2/functional/
es2fDepthRangeTests.cpp 433 tcu::TestCaseGroup* writeGroup = new tcu::TestCaseGroup(m_testCtx, "write", "gl_FragDepth write tests");
434 addChild(writeGroup);
436 writeGroup->addChild(new DepthRangeWriteCase(m_context, cases[ndx].name, cases[ndx].desc, cases[ndx].depthCoord, cases[ndx].zNear, cases[ndx].zFar));
  /external/deqp/modules/gles3/functional/
es3fBufferMapTests.cpp 607 tcu::TestCaseGroup* writeGroup = new tcu::TestCaseGroup(m_testCtx, bufferDataSources[srcNdx].name, "");
608 mapReadGroup->addChild(writeGroup);
618 writeGroup->addChild(new BufferMapReadCase(m_context, (string(getBufferTargetName(target)) + "_full").c_str(), "", target, hint, size, 0, size, write));
619 writeGroup->addChild(new BufferMapReadCase(m_context, (string(getBufferTargetName(target)) + "_partial").c_str(), "", target, hint, size, partialOffs, partialSize, write));
es3fFragDepthTests.cpp 577 tcu::TestCaseGroup* writeGroup = new tcu::TestCaseGroup(m_testCtx, "write", "gl_FragDepth write tests");
578 addChild(writeGroup);
580 writeGroup->addChild(new FragDepthWriteCase(m_context, cases[ndx].name, cases[ndx].desc, cases[ndx].fragSrc, cases[ndx].evalFunc));
  /frameworks/compile/mclinker/lib/Support/Windows/
FileSystem.inc 82 if (pPerm & FileHandle::WriteOwner || pPerm & FileHandle::WriteGroup ||
  /frameworks/compile/mclinker/lib/Support/Unix/
FileSystem.inc 114 if (pPerm & FileHandle::WriteGroup)
  /external/protobuf/java/src/main/java/com/google/protobuf/
CodedOutputStream.java 231 public void writeGroup(final int fieldNumber, final MessageLite value)
243 * call {@link #writeGroup}.
249 writeGroup(fieldNumber, value);
    [all...]
FieldSet.java 658 output.writeGroup(number, (MessageLite) value);
    [all...]
UnknownFieldSet.java 763 output.writeGroup(fieldNumber, value);
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format_lite.cc 407 void WireFormatLite::WriteGroup(int field_number,
wire_format_lite.h 359 static void WriteGroup(
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedOutputStreamMicro.java 183 public void writeGroup(final int fieldNumber, final MessageMicro value)
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
CodedOutputByteBufferNano.java 154 public void writeGroup(final int fieldNumber, final MessageNano value)
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/libprotobuf-java-lite/2.3.0/
libprotobuf-java-lite-2.3.0.jar 
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 

Completed in 1930 milliseconds