| /third_party/rust/crates/memchr/bench/src/memmem/ |
| D | inputs.rs | 10 pub never: &'static [Query], 12 pub rare: &'static [Query], 14 pub common: &'static [Query], 19 pub struct Query { struct 33 Query { name: "fn-strength", needle: "fn strength", count: 0 }, argument 34 Query { 39 Query { name: "fn-quux", needle: "fn quux(", count: 0 }, 42 Query { 49 Query { name: "fn-is-empty", needle: "fn is_empty(", count: 17 }, 50 Query { name: "fn", needle: "fn", count: 2985 }, [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
| D | LegalityPredicates.cpp | 30 [=](const LegalityQuery &Query) { return Query.Types[TypeIdx] == Type; }; in typeIs() argument 37 return [=](const LegalityQuery &Query) { in typeInSet() argument 38 return std::find(Types.begin(), Types.end(), Query.Types[TypeIdx]) != Types.end(); in typeInSet() 46 return [=](const LegalityQuery &Query) { in typePairInSet() argument 47 std::pair<LLT, LLT> Match = {Query.Types[TypeIdx0], Query.Types[TypeIdx1]}; in typePairInSet() 56 return [=](const LegalityQuery &Query) { in typePairAndMemDescInSet() argument 57 TypePairAndMemDesc Match = {Query.Types[TypeIdx0], Query.Types[TypeIdx1], in typePairAndMemDescInSet() 58 Query.MMODescrs[MMOIdx].SizeInBits, in typePairAndMemDescInSet() 59 Query.MMODescrs[MMOIdx].AlignInBits}; in typePairAndMemDescInSet() 69 return [=](const LegalityQuery &Query) { in isScalar() argument [all …]
|
| D | LegalizeMutations.cpp | 19 [=](const LegalityQuery &Query) { return std::make_pair(TypeIdx, Ty); }; in changeTo() argument 24 return [=](const LegalityQuery &Query) { in changeTo() argument 25 return std::make_pair(TypeIdx, Query.Types[FromTypeIdx]); in changeTo() 31 return [=](const LegalityQuery &Query) { in changeElementTo() argument 32 const LLT OldTy = Query.Types[TypeIdx]; in changeElementTo() 33 const LLT NewTy = Query.Types[FromTypeIdx]; in changeElementTo() 40 return [=](const LegalityQuery &Query) { in changeElementTo() argument 41 const LLT OldTy = Query.Types[TypeIdx]; in changeElementTo() 48 return [=](const LegalityQuery &Query) { in widenScalarOrEltToNextPow2() argument 49 const LLT Ty = Query.Types[TypeIdx]; in widenScalarOrEltToNextPow2() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| D | AArch64LegalizerInfo.cpp | 66 [=](const LegalityQuery &Query) { in AArch64LegalizerInfo() argument 67 return Query.Types[0].isVector() && in AArch64LegalizerInfo() 68 (Query.Types[0].getElementType() != s64 || in AArch64LegalizerInfo() 69 Query.Types[0].getNumElements() != 2); in AArch64LegalizerInfo() 71 [=](const LegalityQuery &Query) { in AArch64LegalizerInfo() argument 72 LLT EltTy = Query.Types[0].getElementType(); in AArch64LegalizerInfo() 121 .customIf([=](const LegalityQuery &Query) { in AArch64LegalizerInfo() argument 122 const auto &SrcTy = Query.Types[0]; in AArch64LegalizerInfo() 123 const auto &AmtTy = Query.Types[1]; in AArch64LegalizerInfo() 160 [=, &ST](const LegalityQuery &Query) { in AArch64LegalizerInfo() argument [all …]
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | Query.cpp | 16 Query::Query(rx::GLImplFactory *factory, QueryType type, QueryID id) in Query() function in gl::Query 20 Query::~Query() in ~Query() 25 void Query::onDestroy(const Context *context) in onDestroy() 31 void Query::setLabel(const Context *context, const std::string &label) in setLabel() 36 const std::string &Query::getLabel() const in getLabel() 41 angle::Result Query::begin(const Context *context) in begin() 46 angle::Result Query::end(const Context *context) in end() 51 angle::Result Query::queryCounter(const Context *context) in queryCounter() 56 angle::Result Query::getResult(const Context *context, GLint *params) in getResult() 61 angle::Result Query::getResult(const Context *context, GLuint *params) in getResult() [all …]
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
| D | Query.cpp | 14 Query::Query(rx::QueryImpl *impl, GLuint id) : RefCountObject(id), mQuery(impl), mLabel() {} in Query() function in gl::Query 16 Query::~Query() in ~Query() 21 void Query::onDestroy(const Context *context) in onDestroy() 27 void Query::setLabel(const Context *context, const std::string &label) in setLabel() 32 const std::string &Query::getLabel() const in getLabel() 37 angle::Result Query::begin(const Context *context) in begin() 42 angle::Result Query::end(const Context *context) in end() 47 angle::Result Query::queryCounter(const Context *context) in queryCounter() 52 angle::Result Query::getResult(const Context *context, GLint *params) in getResult() 57 angle::Result Query::getResult(const Context *context, GLuint *params) in getResult() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| D | Query.cpp | 25 Query::Query(GLuint name, GLenum type) : NamedObject(name) in Query() function in es2::Query 33 Query::~Query() in ~Query() 38 void Query::begin() in begin() 42 sw::Query::Type type; in begin() 47 type = sw::Query::FRAGMENTS_PASSED; in begin() 50 type = sw::Query::TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN; in begin() 57 mQuery = new sw::Query(type); in begin() 83 void Query::end() in end() 111 GLuint Query::getResult() in getResult() 124 GLboolean Query::isResultAvailable() in isResultAvailable() [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | genericFunctions3.symbols | 2 interface Query<T> { 3 >Query : Symbol(Query, Decl(genericFunctions3.ts, 0, 0)) 6 foo(x: string): Query<T[]>; 7 >foo : Symbol(Query.foo, Decl(genericFunctions3.ts, 0, 20)) 9 >Query : Symbol(Query, Decl(genericFunctions3.ts, 0, 0)) 13 function from<T>(arg: boolean): Query<T>; // was Error: Overload signature is not compatible with f… 17 >Query : Symbol(Query, Decl(genericFunctions3.ts, 0, 0)) 20 function from<T>(arg: any): Query<T> { 24 >Query : Symbol(Query, Decl(genericFunctions3.ts, 0, 0))
|
| D | infinitelyExpandingTypes4.types | 2 interface Query<T> { 4 groupBy<K>(keySelector: (item: T) => K): Query<Grouping<K, T>>; 5 >groupBy : <K>(keySelector: (item: T) => K) => Query<Grouping<K, T>> 22 interface Grouping<K, T> extends Query<T> { 27 var q1: Query<number>; 28 >q1 : Query<number> 33 var q3: Query<number>; 34 >q3 : Query<number> 38 >q1 : Query<number> 42 >q1 = q3 : Query<number> [all …]
|
| D | infinitelyExpandingTypes5.types | 2 interface Query<T> { 3 foo(x: T): Query<T[]>; 4 >foo : (x: T) => Query<T[]> 15 function from<T>(array: T[]): Query<T>; 16 >from : { <T>(array: T[]): Query<T>; <T>(enumerator: Enumerator<T>): Query<T>; } 19 function from<T>(enumerator: Enumerator<T>): Query<T>; 20 >from : { <T>(array: T[]): Query<T>; <T>(enumerator: Enumerator<T>): Query<T>; } 24 >from : { <T>(array: T[]): Query<T>; <T>(enumerator: Enumerator<T>): Query<T>; }
|
| D | infinitelyExpandingTypes4.symbols | 2 interface Query<T> { 3 >Query : Symbol(Query, Decl(infinitelyExpandingTypes4.ts, 0, 0)) 7 groupBy<K>(keySelector: (item: T) => K): Query<Grouping<K, T>>; 8 >groupBy : Symbol(Query.groupBy, Decl(infinitelyExpandingTypes4.ts, 0, 20)) 14 >Query : Symbol(Query, Decl(infinitelyExpandingTypes4.ts, 0, 0)) 42 interface Grouping<K, T> extends Query<T> { 46 >Query : Symbol(Query, Decl(infinitelyExpandingTypes4.ts, 0, 0)) 54 var q1: Query<number>; 56 >Query : Symbol(Query, Decl(infinitelyExpandingTypes4.ts, 0, 0)) 62 var q3: Query<number>; [all …]
|
| D | undefinedTypeArgument2.symbols | 3 interface Query<T> { 4 >Query : Symbol(Query, Decl(undefinedTypeArgument2.ts, 0, 0)) 7 selectMany<U>(selector: (item: T) => U[]): Query<U>; 8 >selectMany : Symbol(Query.selectMany, Decl(undefinedTypeArgument2.ts, 1, 20), Decl(undefinedTypeAr… 14 >Query : Symbol(Query, Decl(undefinedTypeArgument2.ts, 0, 0)) 17 …electMany<U>(arraySelector: (item: T) => U[], resultSelector: (outer: T, inner: U) => R): Query<R>; 18 >selectMany : Symbol(Query.selectMany, Decl(undefinedTypeArgument2.ts, 1, 20), Decl(undefinedTypeAr… 29 >Query : Symbol(Query, Decl(undefinedTypeArgument2.ts, 0, 0))
|
| D | infinitelyExpandingTypes5.symbols | 2 interface Query<T> { 3 >Query : Symbol(Query, Decl(infinitelyExpandingTypes5.ts, 0, 0)) 6 foo(x: T): Query<T[]>; 7 >foo : Symbol(Query.foo, Decl(infinitelyExpandingTypes5.ts, 0, 20)) 10 >Query : Symbol(Query, Decl(infinitelyExpandingTypes5.ts, 0, 0)) 25 function from<T>(array: T[]): Query<T>; 30 >Query : Symbol(Query, Decl(infinitelyExpandingTypes5.ts, 0, 0)) 33 function from<T>(enumerator: Enumerator<T>): Query<T>; 39 >Query : Symbol(Query, Decl(infinitelyExpandingTypes5.ts, 0, 0))
|
| D | genericFunctions3.types | 2 interface Query<T> { 3 foo(x: string): Query<T[]>; 4 >foo : (x: string) => Query<T[]> 8 function from<T>(arg: boolean): Query<T>; // was Error: Overload signature is not compatible with f… 9 >from : <T>(arg: boolean) => Query<T> 12 function from<T>(arg: any): Query<T> { 13 >from : <T>(arg: boolean) => Query<T>
|
| D | privacyCheckAnonymousFunctionParameter.js | 6 module Query { 24 var Query; variable 25 (function (Query) { argument 29 Query.fromDoWhile = fromDoWhile; 35 })(Query || (Query = {}));
|
| D | undefinedTypeArgument2.types | 3 interface Query<T> { 4 selectMany<U>(selector: (item: T) => U[]): Query<U>; 5 …lector: (item: T) => U[]): Query<U>; <U>(arraySelector: (item: T) => U[], resultSelector: (outer: … 9 …electMany<U>(arraySelector: (item: T) => U[], resultSelector: (outer: T, inner: U) => R): Query<R>; 10 …lector: (item: T) => U[]): Query<U>; <U>(arraySelector: (item: T) => U[], resultSelector: (outer: …
|
| D | infinitelyExpandingTypes4.js | 2 interface Query<T> { 4 groupBy<K>(keySelector: (item: T) => K): Query<Grouping<K, T>>; 14 interface Grouping<K, T> extends Query<T> { 18 var q1: Query<number>; 20 var q3: Query<number>;
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| D | VkQueryPool.cpp | 23 Query::Query(VkQueryType type) in Query() function in vk::Query 30 void Query::reset() in reset() 38 void Query::start() in start() 45 void Query::finish() in finish() 55 Query::Data Query::getData() const in getData() 63 VkQueryType Query::getType() const in getType() 68 void Query::wait() in wait() 73 void Query::set(int64_t v) in set() 78 void Query::add(int64_t v) in add() 84 : pool(reinterpret_cast<Query *>(mem)) in QueryPool() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
| D | MipsLegalizerInfo.cpp | 28 CheckTy0Ty1MemSizeAlign(const LegalityQuery &Query, in CheckTy0Ty1MemSizeAlign() argument 31 if (Val.ValTy != Query.Types[0]) in CheckTy0Ty1MemSizeAlign() 33 if (Val.PtrTy != Query.Types[1]) in CheckTy0Ty1MemSizeAlign() 35 if (Val.MemSize != Query.MMODescrs[0].SizeInBits) in CheckTy0Ty1MemSizeAlign() 38 Query.MMODescrs[0].SizeInBits % Query.MMODescrs[0].AlignInBits != 0) in CheckTy0Ty1MemSizeAlign() 45 static bool CheckTyN(unsigned N, const LegalityQuery &Query, in CheckTyN() argument 48 if (Val == Query.Types[N]) in CheckTyN() 66 .legalIf([=, &ST](const LegalityQuery &Query) { in MipsLegalizerInfo() argument 67 if (CheckTyN(0, Query, {s32})) in MipsLegalizerInfo() 69 if (ST.hasMSA() && CheckTyN(0, Query, {v16s8, v8s16, v4s32, v2s64})) in MipsLegalizerInfo() [all …]
|
| /third_party/mesa3d/src/mesa/main/ |
| D | condrender.c | 108 assert(ctx->Query.CondRenderMode == GL_NONE); in begin_conditional_render() 161 ctx->Query.CondRenderQuery = q; in begin_conditional_render() 162 ctx->Query.CondRenderMode = mode; in begin_conditional_render() 188 if (!ctx->Extensions.NV_conditional_render || ctx->Query.CondRenderQuery) { in _mesa_BeginConditionalRender() 202 EndConditionalRender(ctx, ctx->Query.CondRenderQuery); in end_conditional_render() 204 ctx->Query.CondRenderQuery = NULL; in end_conditional_render() 205 ctx->Query.CondRenderMode = GL_NONE; in end_conditional_render() 222 if (!ctx->Extensions.NV_conditional_render || !ctx->Query.CondRenderQuery) { in _mesa_EndConditionalRender() 246 struct gl_query_object *q = ctx->Query.CondRenderQuery; in _mesa_check_conditional_render() 253 switch (ctx->Query.CondRenderMode) { in _mesa_check_conditional_render() [all …]
|
| /third_party/ltp/testcases/network/stress/multicast/query-flood/ |
| D | 00_Descriptions.txt | 3 group on a single socket, then receiving a large number of General Query 8 Address Specific Query 13 Address and Source Specific Query 18 Query 23 Multicast Address Specific Query 28 Multicast Address and Source Specific Query 32 group on a single socket, then receiving a large number of General Query 37 Address Specific Query 42 Address and Source Specific Query 47 Query [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
| D | Legacy.h | 39 virtual SymbolNameSet lookup(std::shared_ptr<AsynchronousSymbolQuery> Query, 62 SymbolNameSet lookup(std::shared_ptr<AsynchronousSymbolQuery> Query, in lookup() argument 64 return Lookup(std::move(Query), std::move(Symbols)); in lookup() 143 lookupWithLegacyFn(ExecutionSession &ES, AsynchronousSymbolQuery &Query, in lookupWithLegacyFn() argument 151 Query.notifySymbolMetRequiredState( in lookupWithLegacyFn() 155 ES.legacyFailQuery(Query, Addr.takeError()); in lookupWithLegacyFn() 159 ES.legacyFailQuery(Query, std::move(Err)); in lookupWithLegacyFn() 165 if (NewSymbolsResolved && Query.isComplete()) in lookupWithLegacyFn() 166 Query.handleComplete(); in lookupWithLegacyFn() 193 SymbolNameSet lookup(std::shared_ptr<AsynchronousSymbolQuery> Query, in lookup() argument [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | AMDGPULegalizerInfo.cpp | 44 return [=](const LegalityQuery &Query) { in isMultiple32() argument 45 const LLT Ty = Query.Types[TypeIdx]; in isMultiple32() 52 return [=](const LegalityQuery &Query) { in sizeIs() argument 53 return Query.Types[TypeIdx].getSizeInBits() == Size; in sizeIs() 58 return [=](const LegalityQuery &Query) { in isSmallOddVector() argument 59 const LLT Ty = Query.Types[TypeIdx]; in isSmallOddVector() 68 return [=](const LegalityQuery &Query) { in isWideVec16() argument 69 const LLT Ty = Query.Types[TypeIdx]; in isWideVec16() 76 return [=](const LegalityQuery &Query) { in oneMoreElement() argument 77 const LLT Ty = Query.Types[TypeIdx]; in oneMoreElement() [all …]
|
| /third_party/typescript/tests/cases/compiler/ |
| D | infinitelyExpandingTypes4.ts | 1 interface Query<T> { interface 3 groupBy<K>(keySelector: (item: T) => K): Query<Grouping<K, T>>; 13 interface Grouping<K, T> extends Query<T> { 17 var q1: Query<number>; 19 var q3: Query<number>;
|
| /third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
| D | Query.cpp | 57 return sizeof(Query); in CalcPrivateQuerySize() 111 Query *pQuery = CastQuery(hQuery); in CreateQuery() 114 pQuery->Type = pCreateQuery->Query; in CreateQuery() 117 pQuery->pipe_type = TranslateQueryType(pCreateQuery->Query); in CreateQuery() 141 Query *pQuery = CastQuery(hQuery); in DestroyQuery() 170 Query *pQuery = CastQuery(hQuery); in QueryBegin() 200 Query *pQuery = CastQuery(hQuery); in QueryEnd() 233 Query *pQuery = CastQuery(hQuery); in QueryGetData() 347 Query *pQuery = CastQuery(hQuery); in SetPredication() 374 Query *pQuery = pDevice->pPredicate; in CheckPredicate() [all …]
|