Home
last modified time | relevance | path

Searched refs:_query (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/frontends/clover/core/
Dtimestamp.cpp32 _query(q.pipe->create_query(q.pipe, PIPE_QUERY_TIMESTAMP, 0)) { in query()
33 q.pipe->end_query(q.pipe, _query); in query()
38 _query(other._query) { in query()
39 other._query = NULL; in query()
43 if (_query) in ~query()
44 q().pipe->destroy_query(q().pipe, _query); in ~query()
51 if (!q().pipe->get_query_result(q().pipe, _query, false, &result)) in operator ()()
Dtimestamp.hpp53 pipe_query *_query; member in clover::timestamp::query
/external/autotest/frontend/tko/
Dtko_rpc_utils.py101 self._query = query
121 self._query = self._query.filter(**{header_field + '__in' : values})
127 self._query, self._group_by)
/external/llvm-project/clang/test/SemaObjC/
Dproperty-8.m60 _XCOQQuery *_query; field
69 @synthesize query = _query;
/external/clang/test/SemaObjC/
Dproperty-8.m60 _XCOQQuery *_query; field
69 @synthesize query = _query;
/external/angle/doc/
DExtensionSupport.md28 * GL\_EXT\_occlusion\_query\_boolean (fn1)
55 * EGL\_ANGLE\_query\_surface\_pointer
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
Dwebcomponents-lite.min.js11_query="?",d="query"):"#"==b?(this._fragment="#",d="fragment"):p!=b&&"\t"!=b&&"\n"!=b&&"\r"!=b&&(t…
Dwebcomponents-lite.js162 this._query = "?";
201 this._query = base._query;
212 this._query = "?";
220 this._query = base._query;
424 this._query = "?";
440 this._query += percentEscapeQuery(c);
461 this._query = "";
483 …is._isRelative ? "//" + authority + this.host : "") + this.pathname + this._query + this._fragment;
526 return this._isInvalid || !this._query || "?" == this._query ? "" : this._query;
530 this._query = "?";
Dwebcomponents.js5055 this._query = "?";
5094 this._query = base._query;
5105 this._query = "?";
5113 this._query = base._query;
5317 this._query = "?";
5333 this._query += percentEscapeQuery(c);
5354 this._query = "";
5376 …is._isRelative ? "//" + authority + this.host : "") + this.pathname + this._query + this._fragment;
5419 return this._isInvalid || !this._query || "?" == this._query ? "" : this._query;
5423 this._query = "?";
/external/tensorflow/tensorflow/python/data/experimental/ops/
Dreaders.py1187 self._query = ops.convert_to_tensor(
1192 self._driver_name, self._data_source_name, self._query,
/external/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_context.c150 struct pipe_query *_query) in trace_context_destroy_query() argument
154 struct trace_query *tr_query = trace_query(_query); in trace_context_destroy_query()
216 struct pipe_query *_query, in trace_context_get_query_result() argument
222 struct trace_query *tr_query = trace_query(_query); in trace_context_get_query_result()