HomeSort by relevance Sort by last modified time
    Searched defs:IsType (Results 1 - 13 of 13) sorted by null

  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
tokens.py 97 def IsType(self, token_type):
  /external/chromium_org/third_party/closure_linter/closure_linter/common/
tokens.py 97 def IsType(self, token_type):
  /external/chromium_org/sandbox/win/src/
handle_table.cc 164 bool HandleTable::HandleEntry::IsType(const string16& type_string) {
  /external/chromium/base/
values.h 85 bool IsType(ValueType type) const { return type == type_; }
  /external/chromium_org/base/
values.h 86 bool IsType(Type type) const { return type == type_; }
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aetypes.py 119 def IsType(x):
123 if IsType(type): return type
  /external/chromium_org/base/message_loop/
message_loop.cc 333 bool MessageLoop::IsType(Type type) const {
  /external/chromium_org/win8/metro_driver/
chrome_app_view_ash.cc 209 bool IsType(windevs::Input::PointerDeviceType type) const {
218 return IsType(windevs::Input::PointerDeviceType_Mouse);
222 return IsType(windevs::Input::PointerDeviceType_Touch);
    [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 133 DeclOrType(Decl *D) : Stored(D), IsType(false) { }
134 DeclOrType(QualType T) : Stored(T.getAsOpaquePtr()), IsType(true) { }
136 bool isType() const { return IsType; }
137 bool isDecl() const { return !IsType; }
140 assert(isType() && "Not a type!");
151 bool IsType;
  /external/chromium_org/gpu/command_buffer/
build_gles2_cmd_buffer.py     [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 237 inline bool IsType() const {
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.cc 255 inline bool IsType() const {
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 336 bool IsType(const NamedDecl *ND) const;
    [all...]

Completed in 857 milliseconds