Searched refs:QueryType (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/search/common/
H A Dwebservice_cache.h44 enum QueryType { enum in class:app_list::WebserviceCache
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);
H A Dwebservice_cache.cc42 const CacheResult WebserviceCache::Get(QueryType type,
57 void WebserviceCache::Put(QueryType type,
150 QueryType type, const std::string& query) {
/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h359 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 Typ
[all...]
/external/chromium_org/chrome/browser/extensions/api/commands/
H A Dcommand_service.h46 enum QueryType { enum in class:extensions::CommandService
95 QueryType type,
106 QueryType type,
116 QueryType type,
237 QueryType query_type,
H A Dcommand_service.cc166 QueryType type,
174 QueryType type,
182 QueryType type,
820 QueryType query_type,
/external/chromium_org/components/metrics/
H A Dmachine_id_provider_win.cc58 query.QueryType = PropertyStandardQuery;
/external/chromium_org/third_party/skia/bench/
H A DRTreeBench.cpp72 enum QueryType { enum in class:RTreeQueryBench
80 QueryType q, SkBBoxHierarchy* tree)
154 QueryType fQuery;
/external/skia/bench/
H A DQuadTreeBench.cpp66 enum QueryType { enum in class:QuadTreeQueryBench
74 QueryType q, SkBBoxHierarchy* tree)
143 QueryType fQuery;
H A DRTreeBench.cpp72 enum QueryType { enum in class:RTreeQueryBench
80 QueryType q, SkBBoxHierarchy* tree)
154 QueryType fQuery;
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Dremovable_storage_provider_win.cc102 query.QueryType = PropertyStandardQuery;
/external/chromium_org/chrome/utility/image_writer/
H A Dimage_writer_win.cc32 query.QueryType = PropertyStandardQuery;
/external/chromium_org/base/test/
H A Dtrace_event_analyzer.h464 enum QueryType { enum in class:trace_analyzer::Query
532 QueryType type_;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp234 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)) {
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest.cc659 struct QueryType { struct in namespace:gpu::gles2
664 const QueryType kQueryTypes[] = {
677 const QueryType& query_type,
/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfts1.c1021 typedef enum QueryType { enum
1025 } QueryType; typedef in typeref:enum:QueryType
1107 QueryType iCursorType; /* Copy of sqlite3_index_info.idxNum */
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2.c1941 typedef enum QueryType { enum
1945 } QueryType; typedef in typeref:enum:QueryType
2065 QueryType iCursorType; /* Copy of sqlite3_index_info.idxNum */
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp774 bool MachineInstr::hasPropertyInBundle(unsigned Mask, QueryType Type) const {

Completed in 492 milliseconds