Home
last modified time | relevance | path

Searched refs:Query (Results 1 – 25 of 259) sorted by relevance

1234567891011

/external/libchrome/base/test/
Dtrace_event_analyzer.h185 class Query {
187 Query(const Query& query);
189 ~Query();
195 static Query String(const std::string& str);
198 static Query Double(double num);
199 static Query Int(int32_t num);
200 static Query Uint(uint32_t num);
203 static Query Bool(bool boolean);
206 static Query Phase(char phase);
210 static Query Pattern(const std::string& pattern);
[all …]
Dtrace_event_analyzer_unittest.cc89 analyzer->FindEvents(Query::Bool(true), &found); in TEST_F()
159 Query event_pid = Query::EventPidIs(event.thread.process_id); in TEST_F()
160 Query event_tid = Query::EventTidIs(event.thread.thread_id); in TEST_F()
161 Query event_time = Query::EventTimeIs(event.timestamp); in TEST_F()
162 Query event_duration = Query::EventDurationIs(duration); in TEST_F()
163 Query event_phase = Query::EventPhaseIs(event.phase); in TEST_F()
164 Query event_category = Query::EventCategoryIs(event.category); in TEST_F()
165 Query event_name = Query::EventNameIs(event.name); in TEST_F()
166 Query event_id = Query::EventIdIs(event.id); in TEST_F()
167 Query event_has_arg1 = Query::EventHasNumberArg("num"); in TEST_F()
[all …]
Dtrace_event_analyzer.cc206 QueryNode::QueryNode(const Query& query) : query_(query) { in QueryNode()
214 Query::Query(TraceEventMember member) in Query() function in trace_analyzer::Query
222 Query::Query(TraceEventMember member, const std::string& arg_name) in Query() function in trace_analyzer::Query
231 Query::Query(const Query& query) in Query() function in trace_analyzer::Query
242 Query::~Query() { in ~Query()
245 Query Query::String(const std::string& str) { in String()
246 return Query(str); in String()
249 Query Query::Double(double num) { in Double()
250 return Query(num); in Double()
253 Query Query::Int(int32_t num) { in Int()
[all …]
/external/swiftshader/src/OpenGL/libGLESv2/
DQuery.cpp25 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 …]
DQuery.h28 class Query : public gl::NamedObject
31 Query(GLuint name, GLenum type);
32 virtual ~Query();
44 sw::Query* mQuery;
/external/swiftshader/src/OpenGL/libGL/
DQuery.cpp25 Query::Query(GLuint name, GLenum type) : NamedObject(name) in Query() function in gl::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()
53 mQuery = new sw::Query(type); in begin()
68 void Query::end() in end()
85 GLuint Query::getResult() in getResult()
98 GLboolean Query::isResultAvailable() in isResultAvailable()
108 GLenum Query::getType() const in getType()
[all …]
DQuery.h31 class Query : public NamedObject
34 Query(GLuint name, GLenum type);
35 virtual ~Query();
47 sw::Query* mQuery;
/external/mesa3d/src/mesa/main/
Dcondrender.c53 if (!ctx->Extensions.NV_conditional_render || ctx->Query.CondRenderQuery) { in _mesa_BeginConditionalRender()
58 assert(ctx->Query.CondRenderMode == GL_NONE); in _mesa_BeginConditionalRender()
107 ctx->Query.CondRenderQuery = q; in _mesa_BeginConditionalRender()
108 ctx->Query.CondRenderMode = mode; in _mesa_BeginConditionalRender()
122 if (!ctx->Extensions.NV_conditional_render || !ctx->Query.CondRenderQuery) { in _mesa_EndConditionalRender()
128 ctx->Driver.EndConditionalRender(ctx, ctx->Query.CondRenderQuery); in _mesa_EndConditionalRender()
130 ctx->Query.CondRenderQuery = NULL; in _mesa_EndConditionalRender()
131 ctx->Query.CondRenderMode = GL_NONE; in _mesa_EndConditionalRender()
150 struct gl_query_object *q = ctx->Query.CondRenderQuery; in _mesa_check_conditional_render()
157 switch (ctx->Query.CondRenderMode) { in _mesa_check_conditional_render()
[all …]
Dqueryobj.c157 return &ctx->Query.pipeline_stats[which]; in get_pipe_stats_binding_point()
171 return &ctx->Query.CurrentOcclusionObject; in get_query_binding_point()
176 return &ctx->Query.CurrentOcclusionObject; in get_query_binding_point()
182 return &ctx->Query.CurrentOcclusionObject; in get_query_binding_point()
187 return &ctx->Query.CurrentTimerObject; in get_query_binding_point()
192 return &ctx->Query.PrimitivesGenerated[index]; in get_query_binding_point()
197 return &ctx->Query.PrimitivesWritten[index]; in get_query_binding_point()
256 first = _mesa_HashFindFreeKeyBlock(ctx->Query.QueryObjects, n); in create_queries()
271 _mesa_HashInsert(ctx->Query.QueryObjects, first + i, q); in create_queries()
336 _mesa_HashRemove(ctx->Query.QueryObjects, ids[i]); in _mesa_DeleteQueries()
[all …]
/external/ltp/testcases/network/stress/multicast/query-flood/
D00_Descriptions.txt3 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 …]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveIntervalUnion.h62 class Query; variable
110 class Query {
122 Query(): LiveUnion(), VirtReg(), Tag(0), UserTag(0) {} in Query() function
124 Query(LiveInterval *VReg, LiveIntervalUnion *LIU): in Query() function
185 Query(const Query&); // DO NOT IMPLEMENT
186 void operator=(const Query&); // DO NOT IMPLEMENT
/external/autotest/client/cros/cellular/
Dscpi.py60 def Query(self, command): member in Scpi
62 response = self.driver.Query(command)
83 error = self.Query('SYSTem:ERRor?')
110 self.Query('*OPC?') # Wait for operation complete
131 result = self.Query('%s?' % (command,))
144 self.Query('*OPC?')
Dbase_station_8960.py43 idn = self.c.Query('*IDN?')
57 call_state = self.c.Query('CALL:STATus?')
58 data_state = self.c.Query('CALL:STATus:DATa?')
70 result_text = self.c.Query('CALL:COUNT:DTMonitor:%s:DRATe?' %
84 status = self.c.Query('CALL:STATus:DATa?')
101 self.c.Query("CALL:HSDPa:SERVice:PSData:HSDSchannel:CONFig?")
104 self.c.Query("CALL:HSDPa:MS:REPorted:HSDSChannel:CATegory?")
106 self.c.Query("CALL:STATUS:MS:HSDSChannel:CATegory?")
107 self.c.Query("CALL:HSDPA:SERV:PSD:CQI?")
Dether_io_rf_switch.py98 def Query(self): member in RfSwitch
120 def Query(switch, unused_remaining_args): function
121 (raw_status, port, direction) = switch.Query()
142 Query(switch, arguments)
/external/llvm/include/llvm/CodeGen/
DLiveIntervalUnion.h59 class Query; variable
111 class Query {
123 Query(): LiveUnion(), VirtReg(), Tag(0), UserTag(0) {} in Query() function
125 Query(LiveInterval *VReg, LiveIntervalUnion *LIU): in Query() function
182 Query(const Query&) = delete;
183 void operator=(const Query&) = delete;
/external/v8/src/crankshaft/
Dhydrogen-alias-analysis.h27 HAliasing Query(HValue* a, HValue* b) { in Query() function
57 return Query(a, b) != kNoAlias; in MayAlias()
61 return Query(a, b) == kMustAlias; in MustAlias()
65 return Query(a, b) == kNoAlias; in NoAlias()
/external/autotest/frontend/client/src/autotest/common/table/
DDataSource.java55 public interface Query { interface
76 abstract class DefaultQuery implements Query {
101 public void onQueryReady(Query query); in onQueryReady()
110 public void onQueryReady(Query query) {} in onQueryReady()
/external/llvm/lib/Support/
DSpecialCaseList.cpp42 bool match(StringRef Query) const { in match()
43 return Strings.count(Query) || (RegEx && RegEx->match(Query)); in match()
157 bool SpecialCaseList::inSection(StringRef Section, StringRef Query, in inSection() argument
165 return II->getValue().match(Query); in inSection()
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp49 struct Query { struct
56 Query(const DataLayout &DL, const TargetLibraryInfo *tli, in Query() argument
63 static Value *SimplifyAndInst(Value *, Value *, const Query &, unsigned);
64 static Value *SimplifyBinOp(unsigned, Value *, Value *, const Query &,
67 const Query &, unsigned);
68 static Value *SimplifyCmpInst(unsigned, Value *, Value *, const Query &,
70 static Value *SimplifyOrInst(Value *, Value *, const Query &, unsigned);
71 static Value *SimplifyXorInst(Value *, Value *, const Query &, unsigned);
72 static Value *SimplifyTruncInst(Value *, Type *, const Query &, unsigned);
141 unsigned OpcToExpand, const Query &Q, in ExpandBinOp()
[all …]
DValueTracking.cpp68 struct Query { struct
86 Query(const DataLayout &DL, AssumptionCache *AC, const Instruction *CxtI, in Query() function
90 Query(const Query &Q, const Value *NewExcl) in Query() function
123 unsigned Depth, const Query &Q);
130 Query(DL, AC, safeCxtI(V, CxtI), DT)); in computeKnownBits()
149 unsigned Depth, const Query &Q);
156 Query(DL, AC, safeCxtI(V, CxtI), DT)); in ComputeSignBit()
160 const Query &Q);
167 Query(DL, AC, safeCxtI(V, CxtI), DT)); in isKnownToBeAPowerOfTwo()
170 static bool isKnownNonZero(Value *V, unsigned Depth, const Query &Q);
[all …]
/external/clang/test/CodeGenObjC/
Dprivate-extern-selector-reference.m4 @interface Query interface
9 @interface ObserverQuery : Query @end
/external/guice/extensions/persist/src/com/google/inject/persist/jpa/
DJpaFinderProxy.java40 import javax.persistence.Query;
66 Query jpaQuery = finderDescriptor.createQuery(em); in invoke()
108 private void bindQueryNamedParameters(Query jpaQuery, in bindQueryNamedParameters()
132 private void bindQueryRawParameters(Query jpaQuery, in bindQueryRawParameters()
271 Query createQuery(EntityManager em) { in createQuery()
/external/swiftshader/src/Renderer/
DRenderer.hpp93 struct Query struct
97 Query(Type type) : building(false), reference(0), data(0), type(type) in Query() function
248 std::list<Query*> *queries;
394 void addQuery(Query *query);
395 void removeQuery(Query *query);
486 std::list<Query*> queries;
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DEABContactManager.java430 public static class Query { class in EABContactManager
453 public Query setFilterById(long... ids) { in setFilterById()
462 public Query setFilterByNumber(String number) { in setFilterByNumber()
471 public Query setFilterByTime(String selection) { in setFilterByTime()
484 public Query setFilterByTime(String column, long last) { in setFilterByTime()
497 public Query setFilterByEarliestTime(String column, long earliest) { in setFilterByEarliestTime()
516 public Query orderBy(String column, int direction) { in orderBy()
653 public Cursor query(Query query) { in query()
686 Query query = new Query().setFilterByNumber(number) in update()
687 .orderBy(COLUMN_ID, Query.ORDER_ASCENDING); in update()
/external/autotest/frontend/client/src/autotest/tko/
DSpreadsheetDataProcessor.java9 import autotest.common.table.DataSource.Query;
35 private Query currentQuery;
155 public void onQueryReady(Query query) { in onQueryReady()
224 public Query getCurrentQuery() { in getCurrentQuery()

1234567891011