HomeSort by relevance Sort by last modified time
    Searched refs:QueryType (Results 1 - 15 of 15) 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/chromium_org/chrome/browser/extensions/api/commands/
command_service.h 43 enum QueryType {
82 QueryType type,
93 QueryType type,
104 QueryType type,
114 QueryType type,
187 QueryType query_type,
command_service.cc 144 QueryType type,
153 QueryType type,
162 QueryType type,
170 QueryType type,
472 QueryType query_type,
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 304 enum QueryType {
315 bool hasProperty(unsigned MCFlag, QueryType Type = AnyInBundle) const {
328 bool isVariadic(QueryType Type = IgnoreBundle) const {
334 bool hasOptionalDef(QueryType Type = IgnoreBundle) const {
341 bool isPseudo(QueryType Type = IgnoreBundle) const {
345 bool isReturn(QueryType Type = AnyInBundle) const {
349 bool isCall(QueryType Type = AnyInBundle) const {
356 bool isBarrier(QueryType Type = AnyInBundle) const {
366 bool isTerminator(QueryType Type = AnyInBundle) const {
374 bool isBranch(QueryType Type = AnyInBundle) const
    [all...]
  /external/chromium_org/chrome/browser/history/
visitsegment_database.h 114 enum QueryType {
123 QueryType query_type,
visitsegment_database.cc 390 QueryType query_type,
  /external/skia/bench/
RTreeBench.cpp 72 enum QueryType {
80 QueryType q, SkBBoxHierarchy* tree)
154 QueryType fQuery;
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 189 EVT QueryType;
249 QueryType = Node->getValueType(0);
252 QueryType = cast<VTSDNode>(Node->getOperand(1))->getVT();
256 QueryType = Node->getOperand(0).getValueType();
260 switch (TLI.getOperationAction(Node->getOpcode(), QueryType)) {
  /external/chromium_org/base/test/
trace_event_analyzer.h 464 enum QueryType {
532 QueryType type_;
  /external/chromium_org/third_party/angle/src/libGLESv2/
Context.h 64 enum QueryType
Context.cpp 992 QueryType qType;
1029 QueryType qType;
    [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 754 bool MachineInstr::hasPropertyInBundle(unsigned Mask, QueryType Type) const {
    [all...]

Completed in 1820 milliseconds