HomeSort by relevance Sort by last modified time
    Searched defs:Query (Results 1 - 25 of 59) sorted by null

1 2 3

  /build/kati/
query.go 76 // Query queries q in g.
77 func Query(w io.Writer, q string, g *DepGraph) {
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Table/
TableDec.py 2 # This file is used to create/update/query/erase table for dec datas
96 ## Query table
102 def Query(self, Model):
TableDsc.py 2 # This file is used to create/update/query/erase table for dsc datas
96 ## Query table
102 def Query(self, Model):
TableFdf.py 2 # This file is used to create/update/query/erase table for fdf datas
97 ## Query table
103 def Query(self, Model):
TableInf.py 2 # This file is used to create/update/query/erase table for inf datas
102 ## Query table
108 def Query(self, Model):
TableReport.py 2 # This file is used to create/update/query/erase table for ECC reports
79 ## Query table
83 def Query(self):
105 RecordSet = self.Query()
Table.py 2 # This file is used to create/update/query/erase a common table
50 ## Query table
52 # Query all records of the table
54 def Query(self):
63 EdkLogger.verbose("Query tabel %s DONE!" % self.Table)
  /external/swiftshader/src/OpenGL/libGLESv2/
Query.h 15 // Query.h: Defines the es2::Query class
28 class Query : public gl::NamedObject
31 Query(GLuint name, GLenum type);
32 virtual ~Query();
44 sw::Query* mQuery;
Query.cpp 15 // Query.cpp: Implements the es2::Query class
17 #include "Query.h"
25 Query::Query(GLuint name, GLenum type) : NamedObject(name)
33 Query::~Query()
38 void Query::begin()
42 sw::Query::Type type;
47 type = sw::Query::FRAGMENTS_PASSED
    [all...]
  /external/perfetto/src/trace_processor/
trace_database_integrationtest.cc 53 TraceProcessor::Iterator Query(const std::string& query) {
54 return processor_->ExecuteQuery(query.c_str());
63 auto it = Query(
77 Query("select count(*), max(ts) - min(ts) from slices where utid != 0");
88 auto it = Query("select ts, depth from slices order by ts");
104 auto it = Query("select start_ts, end_ts from trace_bounds");
  /device/linaro/bootloader/OpenPlatformPkg/Include/Protocol/
PlatformVirtualKeyboard.h 59 PLATFORM_VIRTUAL_KBD_QUERY Query;
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
MetaFileTable.py 2 # This file is used to create/update/query/erase a meta file table
108 ## Query table
116 def Query(self, Model, Arch=None, Platform=None):
190 ## Query table
197 def Query(self, Model, Arch=None):
272 ## Query table
282 def Query(self, Model, Scope1=None, Scope2=None, BelongsToItem=None, FromItem=None):
MetaDataTable.py 2 # This file is used to create/update/query/erase table for files
82 ## Query table
84 # Query all records of the table
86 def Query(self):
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
MetaFileTable.py 2 # This file is used to create/update/query/erase a meta file table
130 ## Query table
138 def Query(self, Model, Arch=None, Platform=None, BelongsToItem=None):
212 ## Query table
219 def Query(self, Model, Arch=None):
327 ## Query table
337 def Query(self, Model, Scope1=None, Scope2=None, BelongsToItem=None, FromItem=None):
MetaDataTable.py 2 # This file is used to create/update/query/erase table for files
82 ## Query table
84 # Query all records of the table
86 def Query(self):
  /external/autotest/client/cros/cellular/
ether_io_rf_switch.py 98 def Query(self):
120 def Query(switch, unused_remaining_args):
121 (raw_status, port, direction) = switch.Query()
132 print 'usage: %s hostname {query|select portnumber}' % sys.argv[0]
141 if operation == 'query':
142 Query(switch, arguments)
prologix_scpi_driver.py 26 query. As of Aug '11, something between us and the Agilent 8960
130 # send *RST and *OPC? and then manually query with ++read,
132 # on self.Query to turn on Prologix auto mode to avoid this
134 self.Query('*OPC?')
161 def Query(self, command):
180 """Sends a query to the prologix (do not send ++read).
182 Returns: response of the query.
scpi.py 52 The SCPI driver must export: Query, Send, Reset and Close
60 def Query(self, command):
62 response = self.driver.Query(command)
83 error = self.Query('SYSTem:ERRor?')
88 if '-420' in error and 'Query UNTERMINATED' in error:
110 self.Query('*OPC?') # Wait for operation complete
131 result = self.Query('%s?' % (command,))
144 self.Query('*OPC?')
  /external/python/cpython3/Lib/idlelib/
query.py 2 Dialogs that query users and verify the answer before accepting.
4 Query is the generic base class for a popup dialog.
15 # Query and Section name result from splitting GetCfgSectionNameDialog
31 class Query(Toplevel):
150 class SectionName(Query):
175 class ModuleName(Query):
212 class HelpSource(Query):
311 run(Query, HelpSource)
  /external/syzkaller/vendor/google.golang.org/appengine/log/
log.go 11 query := &log.Query{
16 for results := query.Run(c); ; {
45 // Query defines a logs query.
46 type Query struct {
137 // Result represents the result of a query.
169 // Done is returned when a query iteration has completed.
170 var Done = errors.New("log: query has no more results")
232 // Run starts a query for log records, which contain request and applicatio
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cMapBufferAlignmentTests.cpp 44 /** Implementation of Query test, description follows:
49 class Query : public deqp::TestCase
53 Query(deqp::Context& context) : TestCase(context, "query", "Verifies value of MIN_MAP_BUFFER_ALIGNEMENT")
57 virtual ~Query()
118 tcu::TestNode::IterateResult Query::iterate()
391 addChild(new MapBufferAlignment::Query(m_context));
  /external/tensorflow/tensorflow/core/util/
tensor_slice_set.cc 62 // TODO(yangke): merge Query() with QueryMeta()
63 bool TensorSliceSet::Query(const TensorSlice& slice, float* data) const {
77 // slices with the query slice, and check if the union of all these
134 // slices with the query slice, and check if the union of all these
  /art/tools/ahat/src/main/com/android/ahat/
Query.java 25 * A class for getting and modifying query parameters.
27 class Query {
34 public Query(URI uri) {
38 String query = uri.getQuery(); local
39 if (query != null) {
40 for (String param : query.split("&")) {
52 * Return the value of a query parameter with the given name.
53 * If there is no query parameter with that name, returns the default value.
54 * If there are multiple query parameters with that name, the value of the
55 * last query parameter is returned
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/PlatformToDriverConfiguration/
PlatformToDriverConfiguration.h 75 Allows the UEFI driver to query the platform for configuration information
89 query data. The caller should increment this value by one
135 the data returned from Query.
147 Instance - Instance data returned from Query.
148 ParameterTypeGuid - ParameterTypeGuid returned from Query.
149 ParameterBlock - ParameterBlock returned from Query.
150 ParameterBlockSize - The ParameterBlock size returned from Query.
166 EFI_PLATFORM_TO_DRIVER_CONFIGURATION_QUERY Query;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
PlatformToDriverConfiguration.h 30 The UEFI driver must call Query early in the Start() function
34 Information returned from Query may lead to the drivers Start()
37 the driver must call Query after the child handle has been created
40 return by Query may lead the driver to decide to not create the
43 The UEFI driver repeatedly calls Query, processes the information
45 arguments returned from Query. The Instance value passed into
47 call to Query. The UEFI driver must continuously call Query and
48 Response until EFI_NOT_FOUND is returned by Query.
52 must then continue calling Query and Response until EFI_NOT_FOUND
    [all...]

Completed in 1137 milliseconds

1 2 3