Home
last modified time | relevance | path

Searched refs:_query (Results 1 – 14 of 14) 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/lottie/sample/src/main/kotlin/com/airbnb/lottie/samples/views/
DSearchInputItemView.kt19 private val _query = MutableStateFlow("") in <lambda>() constant
20 val query: StateFlow<String> = _query in <lambda>()
24 _query.value = text?.toString() ?: "" in <lambda>()
/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/clang/test/SemaObjC/
Dproperty-8.m60 _XCOQQuery *_query; field
69 @synthesize query = _query;
/external/perfetto/src/cloud_trace_processor/
Dtrace_processor_wrapper.cc57 std::string _query, in QueryRunner()
61 query(std::move(_query)), in QueryRunner()
/external/autotest/server/cros/cellular/
Dabstract_inst.py157 def _query(self, cmd): member in SocketInstrument
188 def _query(self, cmd): member in RequestInstrument
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
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-lite.min.js11_query="?",d="query"):"#"==b?(this._fragment="#",d="fragment"):p!=b&&"\t"!=b&&"\n"!=b&&"\r"!=b&&(t…
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.py1188 self._query = ops.convert_to_tensor(
1193 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()
/external/rust/crates/ash/src/vk/
Dfeatures.rs3652 _query: u32, in load()
3669 _query: u32, in load()
3704 _query: u32, in load()
Dextensions.rs3296 _query: u32, in load()
3318 _query: u32, in load()
21832 _query: u32, in load()