HomeSort by relevance Sort by last modified time
    Searched refs:QueryType (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/chrome/browser/ui/app_list/search/common/
webservice_cache.h 44 enum QueryType {
58 const CacheResult Get(QueryType type, const std::string& query);
61 void Put(QueryType type,
101 std::string PrependType(QueryType type, const std::string& query);
webservice_cache.cc 42 const CacheResult WebserviceCache::Get(QueryType type,
57 void WebserviceCache::Put(QueryType type,
150 QueryType type, const std::string& query) {
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 359 enum QueryType {
370 bool hasProperty(unsigned MCFlag, QueryType Type = AnyInBundle) const {
383 bool isVariadic(QueryType Type = IgnoreBundle) const {
389 bool hasOptionalDef(QueryType Type = IgnoreBundle) const {
396 bool isPseudo(QueryType Type = IgnoreBundle) const {
400 bool isReturn(QueryType Type = AnyInBundle) const {
404 bool isCall(QueryType Type = AnyInBundle) const {
411 bool isBarrier(QueryType Type = AnyInBundle) const {
421 bool isTerminator(QueryType Type = AnyInBundle) const {
429 bool isBranch(QueryType Type = AnyInBundle) const
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/commands/
command_service.h 46 enum QueryType {
95 QueryType type,
106 QueryType type,
116 QueryType type,
237 QueryType query_type,
command_service.cc 166 QueryType type,
174 QueryType type,
182 QueryType type,
820 QueryType query_type,
    [all...]
  /external/chromium_org/components/metrics/
machine_id_provider_win.cc 58 query.QueryType = PropertyStandardQuery;
  /external/chromium_org/third_party/skia/bench/
RTreeBench.cpp 72 enum QueryType {
80 QueryType q, SkBBoxHierarchy* tree)
154 QueryType fQuery;
  /external/skia/bench/
QuadTreeBench.cpp 66 enum QueryType {
74 QueryType q, SkBBoxHierarchy* tree)
143 QueryType fQuery;
RTreeBench.cpp 72 enum QueryType {
80 QueryType q, SkBBoxHierarchy* tree)
154 QueryType fQuery;
  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
removable_storage_provider_win.cc 102 query.QueryType = PropertyStandardQuery;
  /external/chromium_org/chrome/utility/image_writer/
image_writer_win.cc 32 query.QueryType = PropertyStandardQuery;
  /external/chromium_org/base/test/
trace_event_analyzer.h 464 enum QueryType {
532 QueryType type_;
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 234 EVT QueryType;
300 QueryType = Node->getValueType(0);
303 QueryType = cast<VTSDNode>(Node->getOperand(1))->getVT();
307 QueryType = Node->getOperand(0).getValueType();
311 switch (TLI.getOperationAction(Node->getOpcode(), QueryType)) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tdi.h 149 ULONG QueryType;
ntddstor.h 434 STORAGE_QUERY_TYPE QueryType;
rpcndr.h     [all...]
winioctl.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
tdikrnl.h 135 LONG QueryType;
652 _Request->QueryType = (ULONG)(QType); \
    [all...]
d3dhal.h 781 D3DQUERYTYPE QueryType;
wdm.h     [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest.cc 659 struct QueryType {
664 const QueryType kQueryTypes[] = {
677 const QueryType& query_type,
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fts1.c 1021 typedef enum QueryType {
1025 } QueryType;
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2.c     [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 774 bool MachineInstr::hasPropertyInBundle(unsigned Mask, QueryType Type) const {
    [all...]

Completed in 1075 milliseconds