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

1 2 3

  /frameworks/support/room/compiler/src/main/kotlin/androidx/room/parser/
ParserErrors.kt 25 fun invalidQueryType(type: QueryType): String {
27 QueryType.SUPPORTED.joinToString(", ") { it.name }
SqlParser.kt 42 private val queryType: QueryType
45 queryType = (0 until statement.childCount).map {
47 }.filterNot { it == QueryType.UNKNOWN }.firstOrNull() ?: QueryType.UNKNOWN
52 private fun findQueryType(statement: ParseTree): QueryType {
58 QueryType.SELECT
62 QueryType.DELETE
65 QueryType.INSERT
68 QueryType.UPDAT
    [all...]
  /external/deqp/modules/glshared/
glsStateQueryUtil.hpp 235 enum QueryType
384 void queryState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLenum pname, QueriedState& state);
385 void queryIndexedState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLenum target, int index, QueriedState& state);
386 void queryAttributeState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLenum target, int index, QueriedState& state);
387 void queryFramebufferState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLenum target, glw::GLenum pname, QueriedState& state);
388 void queryProgramState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLuint program, glw::GLenum pname, QueriedState& state);
389 void queryPipelineState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLuint pipeline, glw::GLenum pname, QueriedState& state);
390 void queryTextureParamState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLenum target, glw::GLenum pname, QueriedState& state);
391 void queryTextureLevelState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLenum target, int level, glw::GLenum pname, QueriedState& state);
392 void queryPointerState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLenum pname, QueriedState& state)
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 393 enum QueryType {
404 bool hasProperty(unsigned MCFlag, QueryType Type = AnyInBundle) const {
417 bool isVariadic(QueryType Type = IgnoreBundle) const {
423 bool hasOptionalDef(QueryType Type = IgnoreBundle) const {
429 bool isPseudo(QueryType Type = IgnoreBundle) const {
433 bool isReturn(QueryType Type = AnyInBundle) const {
437 bool isCall(QueryType Type = AnyInBundle) const {
444 bool isBarrier(QueryType Type = AnyInBundle) const {
453 bool isTerminator(QueryType Type = AnyInBundle) const {
461 bool isBranch(QueryType Type = AnyInBundle) const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 380 enum QueryType {
391 bool hasProperty(unsigned MCFlag, QueryType Type = AnyInBundle) const {
404 bool isVariadic(QueryType Type = IgnoreBundle) const {
410 bool hasOptionalDef(QueryType Type = IgnoreBundle) const {
416 bool isPseudo(QueryType Type = IgnoreBundle) const {
420 bool isReturn(QueryType Type = AnyInBundle) const {
424 bool isCall(QueryType Type = AnyInBundle) const {
431 bool isBarrier(QueryType Type = AnyInBundle) const {
440 bool isTerminator(QueryType Type = AnyInBundle) const {
448 bool isBranch(QueryType Type = AnyInBundle) const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MachineInstr.h 385 enum QueryType {
396 bool hasProperty(unsigned MCFlag, QueryType Type = AnyInBundle) const {
409 bool isVariadic(QueryType Type = IgnoreBundle) const {
415 bool hasOptionalDef(QueryType Type = IgnoreBundle) const {
421 bool isPseudo(QueryType Type = IgnoreBundle) const {
425 bool isReturn(QueryType Type = AnyInBundle) const {
429 bool isCall(QueryType Type = AnyInBundle) const {
436 bool isBarrier(QueryType Type = AnyInBundle) const {
445 bool isTerminator(QueryType Type = AnyInBundle) const {
453 bool isBranch(QueryType Type = AnyInBundle) const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MachineInstr.h 385 enum QueryType {
396 bool hasProperty(unsigned MCFlag, QueryType Type = AnyInBundle) const {
409 bool isVariadic(QueryType Type = IgnoreBundle) const {
415 bool hasOptionalDef(QueryType Type = IgnoreBundle) const {
421 bool isPseudo(QueryType Type = IgnoreBundle) const {
425 bool isReturn(QueryType Type = AnyInBundle) const {
429 bool isCall(QueryType Type = AnyInBundle) const {
436 bool isBarrier(QueryType Type = AnyInBundle) const {
445 bool isTerminator(QueryType Type = AnyInBundle) const {
453 bool isBranch(QueryType Type = AnyInBundle) const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MachineInstr.h 399 enum QueryType {
410 bool hasProperty(unsigned MCFlag, QueryType Type = AnyInBundle) const {
423 bool isVariadic(QueryType Type = IgnoreBundle) const {
429 bool hasOptionalDef(QueryType Type = IgnoreBundle) const {
435 bool isPseudo(QueryType Type = IgnoreBundle) const {
439 bool isReturn(QueryType Type = AnyInBundle) const {
443 bool isCall(QueryType Type = AnyInBundle) const {
450 bool isBarrier(QueryType Type = AnyInBundle) const {
459 bool isTerminator(QueryType Type = AnyInBundle) const {
467 bool isBranch(QueryType Type = AnyInBundle) const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MachineInstr.h 399 enum QueryType {
410 bool hasProperty(unsigned MCFlag, QueryType Type = AnyInBundle) const {
423 bool isVariadic(QueryType Type = IgnoreBundle) const {
429 bool hasOptionalDef(QueryType Type = IgnoreBundle) const {
435 bool isPseudo(QueryType Type = IgnoreBundle) const {
439 bool isReturn(QueryType Type = AnyInBundle) const {
443 bool isCall(QueryType Type = AnyInBundle) const {
450 bool isBarrier(QueryType Type = AnyInBundle) const {
459 bool isTerminator(QueryType Type = AnyInBundle) const {
467 bool isBranch(QueryType Type = AnyInBundle) const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MachineInstr.h 399 enum QueryType {
410 bool hasProperty(unsigned MCFlag, QueryType Type = AnyInBundle) const {
423 bool isVariadic(QueryType Type = IgnoreBundle) const {
429 bool hasOptionalDef(QueryType Type = IgnoreBundle) const {
435 bool isPseudo(QueryType Type = IgnoreBundle) const {
439 bool isReturn(QueryType Type = AnyInBundle) const {
443 bool isCall(QueryType Type = AnyInBundle) const {
450 bool isBarrier(QueryType Type = AnyInBundle) const {
459 bool isTerminator(QueryType Type = AnyInBundle) const {
467 bool isBranch(QueryType Type = AnyInBundle) const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
MachineInstr.h 399 enum QueryType {
410 bool hasProperty(unsigned MCFlag, QueryType Type = AnyInBundle) const {
423 bool isVariadic(QueryType Type = IgnoreBundle) const {
429 bool hasOptionalDef(QueryType Type = IgnoreBundle) const {
435 bool isPseudo(QueryType Type = IgnoreBundle) const {
439 bool isReturn(QueryType Type = AnyInBundle) const {
443 bool isCall(QueryType Type = AnyInBundle) const {
450 bool isBarrier(QueryType Type = AnyInBundle) const {
459 bool isTerminator(QueryType Type = AnyInBundle) const {
467 bool isBranch(QueryType Type = AnyInBundle) const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 380 enum QueryType {
391 bool hasProperty(unsigned MCFlag, QueryType Type = AnyInBundle) const {
404 bool isVariadic(QueryType Type = IgnoreBundle) const {
410 bool hasOptionalDef(QueryType Type = IgnoreBundle) const {
416 bool isPseudo(QueryType Type = IgnoreBundle) const {
420 bool isReturn(QueryType Type = AnyInBundle) const {
424 bool isCall(QueryType Type = AnyInBundle) const {
431 bool isBarrier(QueryType Type = AnyInBundle) const {
440 bool isTerminator(QueryType Type = AnyInBundle) const {
448 bool isBranch(QueryType Type = AnyInBundle) const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
MachineInstr.h 385 enum QueryType {
396 bool hasProperty(unsigned MCFlag, QueryType Type = AnyInBundle) const {
409 bool isVariadic(QueryType Type = IgnoreBundle) const {
415 bool hasOptionalDef(QueryType Type = IgnoreBundle) const {
421 bool isPseudo(QueryType Type = IgnoreBundle) const {
425 bool isReturn(QueryType Type = AnyInBundle) const {
429 bool isCall(QueryType Type = AnyInBundle) const {
436 bool isBarrier(QueryType Type = AnyInBundle) const {
445 bool isTerminator(QueryType Type = AnyInBundle) const {
453 bool isBranch(QueryType Type = AnyInBundle) const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
MachineInstr.h 385 enum QueryType {
396 bool hasProperty(unsigned MCFlag, QueryType Type = AnyInBundle) const {
409 bool isVariadic(QueryType Type = IgnoreBundle) const {
415 bool hasOptionalDef(QueryType Type = IgnoreBundle) const {
421 bool isPseudo(QueryType Type = IgnoreBundle) const {
425 bool isReturn(QueryType Type = AnyInBundle) const {
429 bool isCall(QueryType Type = AnyInBundle) const {
436 bool isBarrier(QueryType Type = AnyInBundle) const {
445 bool isTerminator(QueryType Type = AnyInBundle) const {
453 bool isBranch(QueryType Type = AnyInBundle) const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
MachineInstr.h 399 enum QueryType {
410 bool hasProperty(unsigned MCFlag, QueryType Type = AnyInBundle) const {
423 bool isVariadic(QueryType Type = IgnoreBundle) const {
429 bool hasOptionalDef(QueryType Type = IgnoreBundle) const {
435 bool isPseudo(QueryType Type = IgnoreBundle) const {
439 bool isReturn(QueryType Type = AnyInBundle) const {
443 bool isCall(QueryType Type = AnyInBundle) const {
450 bool isBarrier(QueryType Type = AnyInBundle) const {
459 bool isTerminator(QueryType Type = AnyInBundle) const {
467 bool isBranch(QueryType Type = AnyInBundle) const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
MachineInstr.h 399 enum QueryType {
410 bool hasProperty(unsigned MCFlag, QueryType Type = AnyInBundle) const {
423 bool isVariadic(QueryType Type = IgnoreBundle) const {
429 bool hasOptionalDef(QueryType Type = IgnoreBundle) const {
435 bool isPseudo(QueryType Type = IgnoreBundle) const {
439 bool isReturn(QueryType Type = AnyInBundle) const {
443 bool isCall(QueryType Type = AnyInBundle) const {
450 bool isBarrier(QueryType Type = AnyInBundle) const {
459 bool isTerminator(QueryType Type = AnyInBundle) const {
467 bool isBranch(QueryType Type = AnyInBundle) const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
MachineInstr.h 399 enum QueryType {
410 bool hasProperty(unsigned MCFlag, QueryType Type = AnyInBundle) const {
423 bool isVariadic(QueryType Type = IgnoreBundle) const {
429 bool hasOptionalDef(QueryType Type = IgnoreBundle) const {
435 bool isPseudo(QueryType Type = IgnoreBundle) const {
439 bool isReturn(QueryType Type = AnyInBundle) const {
443 bool isCall(QueryType Type = AnyInBundle) const {
450 bool isBarrier(QueryType Type = AnyInBundle) const {
459 bool isTerminator(QueryType Type = AnyInBundle) const {
467 bool isBranch(QueryType Type = AnyInBundle) const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
MachineInstr.h 399 enum QueryType {
410 bool hasProperty(unsigned MCFlag, QueryType Type = AnyInBundle) const {
423 bool isVariadic(QueryType Type = IgnoreBundle) const {
429 bool hasOptionalDef(QueryType Type = IgnoreBundle) const {
435 bool isPseudo(QueryType Type = IgnoreBundle) const {
439 bool isReturn(QueryType Type = AnyInBundle) const {
443 bool isCall(QueryType Type = AnyInBundle) const {
450 bool isBarrier(QueryType Type = AnyInBundle) const {
459 bool isTerminator(QueryType Type = AnyInBundle) const {
467 bool isBranch(QueryType Type = AnyInBundle) const
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
SmbiosView.h 33 @param[in] QueryType Structure type to view.
43 IN UINT8 QueryType,
53 @param[in] QueryType Structure type to view.
63 IN UINT8 QueryType,
  /external/deqp/modules/gles3/functional/
es3fSamplerStateQueryTests.cpp 41 static const char* getVerifierSuffix (QueryType type)
56 QueryType verifier = (VERIFIERS)[_verifierNdx]; \
68 static const QueryType verifiers[] =
es3fTextureStateQueryTests.cpp 40 static const char* getVerifierSuffix (QueryType type)
55 QueryType verifier = (VERIFIERS)[_verifierNdx]; \
68 static const QueryType verifiers[] =
  /external/deqp/modules/gles31/functional/
es31fFramebufferDefaultStateQueryTests.cpp 43 static const char* getVerifierSuffix (QueryType type)
57 FramebufferTest (Context& context, QueryType verifier, const char* name, const char* desc);
64 const QueryType m_verifier;
67 FramebufferTest::FramebufferTest (Context& context, QueryType verifier, const char* name, const char* desc)
109 FramebufferDimensionTest (Context& context, QueryType verifier, DimensionType dimension, const char* name, const char* desc);
117 FramebufferDimensionTest::FramebufferDimensionTest (Context& context, QueryType verifier, DimensionType dimension, const char* name, const char* desc)
143 FramebufferSamplesTest (Context& context, QueryType verifier, const char* name, const char* desc);
148 FramebufferSamplesTest::FramebufferSamplesTest (Context& context, QueryType verifier, const char* name, const char* desc)
172 FramebufferFixedSampleLocationsTest (Context& context, QueryType verifier, const char* name, const char* desc);
177 FramebufferFixedSampleLocationsTest::FramebufferFixedSampleLocationsTest (Context& context, QueryType verifier, const char* name, const char* desc
    [all...]
es31fBooleanStateQueryTests.cpp 43 static const char* getVerifierSuffix (QueryType type)
61 IsEnabledStateTestCase (Context& context, QueryType verifier, const char* name, const char* description, glw::GLenum targetName, bool initial, glu::ApiType minimumContextVersion)
98 const QueryType m_verifier;
117 static const QueryType isEnabledVerifiers[] =
130 const QueryType verifier = (VERIFIERS)[verifierNdx]; \
es31fShaderMultisampleInterpolationStateQueryTests.cpp 56 InterpolationOffsetCase (Context& context, const char* name, const char* desc, QueryType verifier, TestType testType);
63 const QueryType m_verifier;
67 InterpolationOffsetCase::InterpolationOffsetCase (Context& context, const char* name, const char* desc, QueryType verifier, TestType testType)
107 FragmentInterpolationOffsetBitsCase (Context& context, const char* name, const char* desc, QueryType verifier);
114 const QueryType m_verifier;
117 FragmentInterpolationOffsetBitsCase::FragmentInterpolationOffsetBitsCase (Context& context, const char* name, const char* desc, QueryType verifier)
162 QueryType verifier;
es31fSamplerStateQueryTests.cpp 39 static const char* getVerifierSuffix (QueryType type)
82 static const QueryType scalarVerifiers[] =
89 static const QueryType nonPureVerifiers[] =
94 static const QueryType vectorVerifiers[] =
106 const QueryType verifier = (VERIFIERS)[verifierNdx]; \
137 QueryType verifier;

Completed in 1171 milliseconds

1 2 3