HomeSort by relevance Sort by last modified time
    Searched refs:Query (Results 276 - 300 of 347) sorted by null

<<11121314

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
objidlbase.h     [all...]
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...]
d3d10.idl     [all...]
dbdaoint.h 499 STDMETHOD(Execute) (THIS_ BSTR Query,VARIANT Options) PURE;
555 STDMETHOD(Execute) (THIS_ BSTR Query,VARIANT Options) PURE;
    [all...]
objidl.h     [all...]
  /external/llvm/lib/CodeGen/
LiveInterval.cpp     [all...]
RegisterPressure.cpp 546 LiveQueryResult LRQ = LR->Query(SlotIdx);
    [all...]
MachineScheduler.cpp     [all...]
InlineSpiller.cpp 361 LiveQueryResult SrcQ = SrcLI.Query(Idx);
    [all...]
  /external/pdfium/xfa/fxfa/parser/
xfa_basic_data.cpp 339 {0x6eef1116, L"query", XFA_Element::Query, XFA_XDPPACKET_SourceSet,
    [all...]
  /prebuilts/go/darwin-x86/src/net/url/
url_test.go 79 // empty query
90 // query ending in question mark (Issue 14573)
101 // query
112 // query with hex escaping: NOT parsed
123 // %20 outside query
172 // unescaped :// in query should not create a scheme
174 "/foo?query=http://bad",
177 RawQuery: "query=http://bad",
189 // leading // without scheme, with userinfo, path, and query
1167 v := u.Query()
    [all...]
  /prebuilts/go/linux-x86/src/net/url/
url_test.go 79 // empty query
90 // query ending in question mark (Issue 14573)
101 // query
112 // query with hex escaping: NOT parsed
123 // %20 outside query
172 // unescaped :// in query should not create a scheme
174 "/foo?query=http://bad",
177 RawQuery: "query=http://bad",
189 // leading // without scheme, with userinfo, path, and query
1167 v := u.Query()
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-datapipeline/1.11.18/
aws-java-sdk-datapipeline-1.11.18.jar 
  /compatibility/cdd/7_hardware-compatibility/
7_4_data-connectivity.md 155 Service (GAS) and Access Network Query Protocol (ANQP).
  /external/swiftshader/src/OpenGL/libGLESv2/
libGLESv3.cpp 22 #include "Query.h"
967 es2::Query *queryObject = context->getQuery(id);
1053 es2::Query *queryObject = context->getQuery(id);
    [all...]
libGLESv2.cpp 27 #include "Query.h"
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/
driver.go 153 values := url.Query()
  /prebuilts/go/darwin-x86/src/net/http/cookiejar/
jar_test.go 325 // 3. For each query in tests: Check that Cookies with toURL yields the
327 // (Query n done at tNow + (n+2)*1001 ms.)
333 queries []query // Queries to test the Jar.Cookies method
336 // query contains one test of the cookies returned from Jar.Cookies.
337 type query struct { type
378 for i, query := range test.queries {
381 for _, c := range jar.cookies(mustParseURL(query.toURL), now) {
384 if got := strings.Join(s, " "); got != query.want {
385 t.Errorf("Test %q #%d\ngot %q\nwant %q", test.description, i, got, query.want)
398 []query{
    [all...]
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/driver/
driver.go 153 values := url.Query()
  /prebuilts/go/linux-x86/src/net/http/cookiejar/
jar_test.go 325 // 3. For each query in tests: Check that Cookies with toURL yields the
327 // (Query n done at tNow + (n+2)*1001 ms.)
333 queries []query // Queries to test the Jar.Cookies method
336 // query contains one test of the cookies returned from Jar.Cookies.
337 type query struct { type
378 for i, query := range test.queries {
381 for _, c := range jar.cookies(mustParseURL(query.toURL), now) {
384 if got := strings.Join(s, " "); got != query.want {
385 t.Errorf("Test %q #%d\ngot %q\nwant %q", test.description, i, got, query.want)
398 []query{
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTransformFeedbackTests.cpp 824 GLU_EXPECT_NO_ERROR(gl.getError(), "Query TF varyings");
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTessellationGeometryInteractionTests.cpp     [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h 436 * The query does however depend on fragment color clamping.
    [all...]
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /external/swiftshader/src/D3D9/
Direct3DDevice9.cpp 716 long Direct3DDevice9::CreateQuery(D3DQUERYTYPE type, IDirect3DQuery9 **query)
720 TRACE("D3DQUERYTYPE type = %d, IDirect3DQuery9 **query = 0x%0.8p", type, query);
722 if(query == 0) // Support checked
764 *query = new Direct3DQuery9(this, type);
766 if(!*query)
771 (*query)->AddRef();
    [all...]

Completed in 691 milliseconds

<<11121314