HomeSort by relevance Sort by last modified time
    Searched full:querytype (Results 1 - 25 of 43) sorted by null

1 2

  /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/third_party/angle/src/libGLESv2/
queryconversions.cpp 32 GLenum queryType = CastStateValueEnum<QueryT>::mEnumForType;
49 if (nativeType == GL_INT_64_ANGLEX && queryType == GL_INT)
63 GLenum queryType = CastStateValueEnum<QueryT>::mEnumForType;
65 switch (queryType)
validationES.h 26 bool ValidQueryType(const gl::Context *context, GLenum queryType);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ndfapi.h 27 WORD querytype,
ole.h 131 OLESTATUS (CALLBACK *QueryType) (LPOLEOBJECT,LONG *);
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaWindowAdapter.java 242 int queryType;
245 public QuerySpec(int queryType) {
246 this.queryType = queryType;
256 result = prime * result + queryType;
276 || queryType != other.queryType || start != other.start
764 private DayAdapterInfo pruneAdapterInfo(int queryType) {
769 if (queryType == QUERY_TYPE_NEWER) {
771 } else if (queryType == QUERY_TYPE_OLDER)
    [all...]
  /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/third_party/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/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/commands/
command_service.h 46 enum QueryType {
95 QueryType type,
106 QueryType type,
116 QueryType type,
235 QueryType query_type,
command_service.cc 166 QueryType type,
174 QueryType type,
182 QueryType type,
816 QueryType query_type,
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
renderer11_utils.cpp 206 D3D11_QUERY ConvertQueryType(GLenum queryType)
208 switch (queryType)
renderer11_utils.h 35 D3D11_QUERY ConvertQueryType(GLenum queryType);
  /external/chromium_org/chrome/utility/image_writer/
image_writer_win.cc 32 query.QueryType = PropertyStandardQuery;
  /external/chromium_org/components/metrics/
machine_id_provider_win.cc 58 query.QueryType = PropertyStandardQuery;
  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
removable_storage_provider_win.cc 102 query.QueryType = PropertyStandardQuery;
  /external/esd/include/
audiofile.h 400 AUpvlist afQuery (int querytype, int arg1, int arg2, int arg3, int arg4);
401 long afQueryLong (int querytype, int arg1, int arg2, int arg3, int arg4);
402 double afQueryDouble (int querytype, int arg1, int arg2, int arg3, int arg4);
403 void *afQueryPointer (int querytype, int arg1, int arg2, int arg3, int arg4);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
audiofile.h 400 AUpvlist afQuery (int querytype, int arg1, int arg2, int arg3, int arg4);
401 long afQueryLong (int querytype, int arg1, int arg2, int arg3, int arg4);
402 double afQueryDouble (int querytype, int arg1, int arg2, int arg3, int arg4);
403 void *afQueryPointer (int querytype, int arg1, int arg2, int arg3, int arg4);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
audiofile.h 400 AUpvlist afQuery (int querytype, int arg1, int arg2, int arg3, int arg4);
401 long afQueryLong (int querytype, int arg1, int arg2, int arg3, int arg4);
402 double afQueryDouble (int querytype, int arg1, int arg2, int arg3, int arg4);
403 void *afQueryPointer (int querytype, int arg1, int arg2, int arg3, int arg4);
  /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...]
  /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...]
  /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...]

Completed in 2525 milliseconds

1 2