HomeSort by relevance Sort by last modified time
    Searched defs:Query (Results 26 - 50 of 66) sorted by null

12 3

  /external/chromium_org/ppapi/proxy/
file_io_resource.cc 171 int32_t FileIOResource::Query(PP_FileInfo* info,
  /external/chromium_org/v8/test/cctest/
test-decls.cc 75 virtual v8::Handle<Integer> Query(Local<String> key);
142 int get, int set, int query,
162 CHECK_EQ(query, query_count());
204 info.GetReturnValue().Set(context->Query(key));
225 v8::Handle<Integer> DeclarationContext::Query(Local<String> key) {
282 virtual v8::Handle<Integer> Query(Local<String> key) {
337 virtual v8::Handle<Integer> Query(Local<String> key) {
410 virtual v8::Handle<Integer> Query(Local<String> key) {
496 virtual v8::Handle<Integer> Query(Local<String> key) {
547 virtual v8::Handle<Integer> Query(Local<String> key)
    [all...]
  /external/llvm/include/llvm/CodeGen/
LiveIntervalUnion.h 59 class Query;
103 /// Query interferences between a single live virtual register and a live
105 class Query {
117 Query(): LiveUnion(), VirtReg(), Tag(0), UserTag(0) {}
119 Query(LiveInterval *VReg, LiveIntervalUnion *LIU):
158 // query's live virtual register, up to maxInterferingRegs.
176 Query(const Query&) LLVM_DELETED_FUNCTION;
177 void operator=(const Query&) LLVM_DELETED_FUNCTION;
  /external/chromium_org/base/test/
trace_event_analyzer.cc 174 QueryNode::QueryNode(const Query& query) : query_(query) {
180 // Query
182 Query::Query(TraceEventMember member)
190 Query::Query(TraceEventMember member, const std::string& arg_name)
199 Query::Query(const Query& query
    [all...]
trace_event_analyzer.h 5 // Use trace_analyzer::Query and trace_analyzer::TraceAnalyzer to search for
15 // A Query is a boolean expression tree that evaluates to true or false for a
34 // analyzer.FindEvents(Query(EVENT_NAME) == "my_event", &events);
38 // Query q = (Query(EVENT_NAME) == Query::String("my_event") &&
39 // Query(EVENT_PHASE) == Query::Phase(TRACE_EVENT_PHASE_BEGIN) &&
40 // Query(EVENT_DURATION) > Query::Double(1000000.0))
547 const Query& query() const { return query_; } function in class:trace_analyzer::QueryNode
    [all...]
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
fake_pepper_interface_html5_fs.cc 345 int32_t FakeFileIoInterface::Query(PP_Resource file_io,
558 int32_t FakeFileRefInterface::Query(PP_Resource file_ref,
  /packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/
MockContentProvider.java 42 public static class Query {
58 public Query(Uri uri) {
67 public Query withProjection(String... projection) {
72 public Query withDefaultProjection(String... projection) {
77 public Query withAnyProjection() {
82 public Query withSelection(String selection, String... selectionArgs) {
88 public Query withAnySelection() {
93 public Query withSortOrder(String sortOrder) {
98 public Query withAnySortOrder() {
103 public Query returnRow(ContentValues values)
239 Query query = new Query(contentUri); local
249 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, method in class:MockContentProvider
253 Query query = iterator.next(); local
    [all...]
  /external/chromium_org/chrome/browser/devtools/device/usb/
android_usb_browsertest.cc 309 queries_.push(Query(callback, make_scoped_refptr(buffer), length));
386 Query query = queries_.front();
388 if (query.size > output_buffer_.size())
393 output_buffer_.begin() + query.size,
394 query.buffer->data());
396 output_buffer_.begin() + query.size);
399 base::Bind(query.callback,
401 query.buffer,
402 query.size))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netprov.h 82 virtual HRESULT WINAPI Query(LPCWSTR pszwDomain,LPCWSTR pszwLanguage,LPCWSTR pszwXPathQuery,IXMLDOMNodeList **Nodes) = 0;
91 HRESULT (WINAPI *Query)(IProvisioningDomain *This,LPCWSTR pszwDomain,LPCWSTR pszwLanguage,LPCWSTR pszwXPathQuery,IXMLDOMNodeList **Nodes);
102 #define IProvisioningDomain_Query(This,pszwDomain,pszwLanguage,pszwXPathQuery,Nodes) (This)->lpVtbl->Query(This,pszwDomain,pszwLanguage,pszwXPathQuery,Nodes)
eventsys.h 187 virtual HRESULT WINAPI Query(BSTR progID,BSTR queryCriteria,int *errorIndex,IUnknown **ppInterface) = 0;
204 HRESULT (WINAPI *Query)(IEventSystem *This,BSTR progID,BSTR queryCriteria,int *errorIndex,IUnknown **ppInterface);
223 #define IEventSystem_Query(This,progID,queryCriteria,errorIndex,ppInterface) (This)->lpVtbl->Query(This,progID,queryCriteria,errorIndex,ppInterface)
    [all...]
d3d11.h 438 D3D11_QUERY Query;
    [all...]
d3d10.h     [all...]
objidl.h     [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/extras/tycho-p2-extras-plugin/0.18.1/
tycho-p2-extras-plugin-0.18.1.jar 
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 44 struct Query {
49 Query(const DataLayout *DL, const TargetLibraryInfo *tli,
53 static Value *SimplifyAndInst(Value *, Value *, const Query &, unsigned);
54 static Value *SimplifyBinOp(unsigned, Value *, Value *, const Query &,
56 static Value *SimplifyCmpInst(unsigned, Value *, Value *, const Query &,
58 static Value *SimplifyOrInst(Value *, Value *, const Query &, unsigned);
59 static Value *SimplifyXorInst(Value *, Value *, const Query &, unsigned);
60 static Value *SimplifyTruncInst(Value *, Type *, const Query &, unsigned);
129 unsigned OpcToExpand, const Query &Q,
188 const Query &Q, unsigned MaxRecurse)
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fulltext.c 371 * A DocListMerge is not yet able to propagate offsets through query
544 ** query joins a virtual table to itself? If so perhaps we should
747 * If found, returns SQLITE_ROW and result in *piResult; if the query returns
940 /* Decide how to handle an SQL query.
    [all...]
fts1.c 948 /* A single term in a query is represented by an instances of
962 /* A query string is parsed into a Query structure.
964 * We could, in theory, allow query strings to be complicated
985 * occurs in the query string, the NOT is ignored:
990 typedef struct Query {
992 int nTerms; /* Number of terms in the query */
997 } Query;
1010 short int iTerm; /* The index in Query.pTerms[] of the matching term */
1035 ** 10k documents of Enron corpus), though including query performanc
    [all...]
  /frameworks/base/core/java/android/app/
DownloadManager.java 763 public static class Query {
786 public Query setFilterById(long... ids) {
796 public Query setFilterByStatus(int flags) {
802 * Controls whether this query includes downloads not visible in the system's Downloads UI.
803 * @param value if true, this query will only include downloads that should be displayed in
804 * the system's Downloads UI; if false (the default), this query will include
809 public Query setOnlyIncludeVisibleInDownloadsUi(boolean value) {
995 public Cursor query(Query query) { method in class:DownloadManager
1027 Query query = new Query().setFilterById(id); local
1075 Query query = new Query().setFilterById(id); local
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
box2d.js 80 m;b.aabb.upperBound.y=e.upperBound.y+f;this.InsertLeaf(b);return true};u.prototype.Rebalance=function(b){if(b===undefined)b=0;if(this.m_root!=null)for(var e=0;e<b;e++){for(var f=this.m_root,m=0;f.IsLeaf()==false;){f=this.m_path>>m&1?f.child2:f.child1;m=m+1&31}++this.m_path;this.RemoveLeaf(f);this.InsertLeaf(f)}};u.prototype.GetFatAABB=function(b){return b.aabb};u.prototype.GetUserData=function(b){return b.userData};u.prototype.Query=function(b,e){if(this.m_root!=null){var f=new Vector,m=0;for(f[m++]=
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2.c 170 ** likely to be query targets.
275 ** At query time, high MERGE_COUNT increases the number of segments
290 ** TODO(shess) That said, it would be nice to have a better query-side
305 ** query logic likewise merges doclists so that newer data knocks out
340 ** - table query functions
342 ** Put the query functions last because they're likely to reference
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h 756 * The query does however depend on fragment color clamping.
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h 756 * The query does however depend on fragment color clamping.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddk.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 3499 milliseconds

12 3