/external/mesa3d/src/gallium/frontends/clover/core/ |
D | timestamp.cpp | 32 _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 ()()
|
D | timestamp.hpp | 53 pipe_query *_query; member in clover::timestamp::query
|
/external/lottie/sample/src/main/kotlin/com/airbnb/lottie/samples/views/ |
D | SearchInputItemView.kt | 19 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/ |
D | tko_rpc_utils.py | 101 self._query = query 121 self._query = self._query.filter(**{header_field + '__in' : values}) 127 self._query, self._group_by)
|
/external/clang/test/SemaObjC/ |
D | property-8.m | 60 _XCOQQuery *_query; field 69 @synthesize query = _query;
|
/external/perfetto/src/cloud_trace_processor/ |
D | trace_processor_wrapper.cc | 57 std::string _query, in QueryRunner() 61 query(std::move(_query)), in QueryRunner()
|
/external/autotest/server/cros/cellular/ |
D | abstract_inst.py | 157 def _query(self, cmd): member in SocketInstrument 188 def _query(self, cmd): member in RequestInstrument
|
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/ |
D | webcomponents-lite.js | 162 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 = "?";
|
D | webcomponents-lite.min.js | 11 …_query="?",d="query"):"#"==b?(this._fragment="#",d="fragment"):p!=b&&"\t"!=b&&"\n"!=b&&"\r"!=b&&(t…
|
D | webcomponents.js | 5055 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/ |
D | readers.py | 1188 self._query = ops.convert_to_tensor( 1193 self._driver_name, self._data_source_name, self._query,
|
/external/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_context.c | 150 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/ |
D | features.rs | 3652 _query: u32, in load() 3669 _query: u32, in load() 3704 _query: u32, in load()
|
D | extensions.rs | 3296 _query: u32, in load() 3318 _query: u32, in load() 21832 _query: u32, in load()
|