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

1 2

  /external/libmojo/third_party/catapult/devil/devil/utils/
usb_hubs.py 35 def IsType(self, node):
56 if self.IsType(node):
  /external/chromium-trace/catapult/devil/devil/utils/
usb_hubs.py 45 def IsType(self, node):
66 if self.IsType(node):
  /prebuilts/go/darwin-x86/src/go/types/
api.go 271 // IsType reports whether the corresponding expression specifies a type.
272 func (tv TypeAndValue) IsType() bool {
  /prebuilts/go/linux-x86/src/go/types/
api.go 271 // IsType reports whether the corresponding expression specifies a type.
272 func (tv TypeAndValue) IsType() bool {
  /external/webrtc/webrtc/modules/audio_coding/neteq/
decoder_database.cc 144 bool DecoderDatabase::IsType(uint8_t rtp_payload_type,
155 if (IsType(rtp_payload_type, NetEqDecoder::kDecoderCNGnb) ||
156 IsType(rtp_payload_type, NetEqDecoder::kDecoderCNGwb) ||
157 IsType(rtp_payload_type, NetEqDecoder::kDecoderCNGswb32kHz) ||
158 IsType(rtp_payload_type, NetEqDecoder::kDecoderCNGswb48kHz)) {
166 return IsType(rtp_payload_type, NetEqDecoder::kDecoderAVT);
170 return IsType(rtp_payload_type, NetEqDecoder::kDecoderRED);
  /external/clang/lib/Sema/
AttributeList.cpp 161 unsigned IsType : 1;
205 return getInfo(*this).IsType;
  /external/libchrome/base/
values.h 117 bool IsType(Type type) const { return type == type_; }
  /external/python/cpython2/Lib/plat-mac/
aetypes.py 119 def IsType(x):
123 if IsType(type): return type
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
aetypes.py 119 def IsType(x):
123 if IsType(type): return 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/libchrome/base/message_loop/
message_loop.cc 247 bool MessageLoop::IsType(Type type) const {
  /external/clang/include/clang/Serialization/
ASTWriter.h 151 DeclOrType(Decl *D) : Stored(D), IsType(false) { }
152 DeclOrType(QualType T) : Stored(T.getAsOpaquePtr()), IsType(true) { }
154 bool isType() const { return IsType; }
155 bool isDecl() const { return !IsType; }
158 assert(isType() && "Not a type!");
169 bool IsType;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ASTWriter.h 155 DeclOrType(Decl *D) : Stored(D), IsType(false) { }
156 DeclOrType(QualType T) : Stored(T.getAsOpaquePtr()), IsType(true) { }
158 bool isType() const { return IsType; }
159 bool isDecl() const { return !IsType; }
162 assert(isType() && "Not a type!");
173 bool IsType;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Serialization/
ASTWriter.h 155 DeclOrType(Decl *D) : Stored(D), IsType(false) { }
156 DeclOrType(QualType T) : Stored(T.getAsOpaquePtr()), IsType(true) { }
158 bool isType() const { return IsType; }
159 bool isDecl() const { return !IsType; }
162 assert(isType() && "Not a type!");
173 bool IsType;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Serialization/
ASTWriter.h 155 DeclOrType(Decl *D) : Stored(D), IsType(false) { }
156 DeclOrType(QualType T) : Stored(T.getAsOpaquePtr()), IsType(true) { }
158 bool isType() const { return IsType; }
159 bool isDecl() const { return !IsType; }
162 assert(isType() && "Not a type!");
173 bool IsType;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Serialization/
ASTWriter.h 155 DeclOrType(Decl *D) : Stored(D), IsType(false) { }
156 DeclOrType(QualType T) : Stored(T.getAsOpaquePtr()), IsType(true) { }
158 bool isType() const { return IsType; }
159 bool isDecl() const { return !IsType; }
162 assert(isType() && "Not a type!");
173 bool IsType;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Serialization/
ASTWriter.h 155 DeclOrType(Decl *D) : Stored(D), IsType(false) { }
156 DeclOrType(QualType T) : Stored(T.getAsOpaquePtr()), IsType(true) { }
158 bool isType() const { return IsType; }
159 bool isDecl() const { return !IsType; }
162 assert(isType() && "Not a type!");
173 bool IsType;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Serialization/
ASTWriter.h 155 DeclOrType(Decl *D) : Stored(D), IsType(false) { }
156 DeclOrType(QualType T) : Stored(T.getAsOpaquePtr()), IsType(true) { }
158 bool isType() const { return IsType; }
159 bool isDecl() const { return !IsType; }
162 assert(isType() && "Not a type!");
173 bool IsType;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Serialization/
ASTWriter.h 155 DeclOrType(Decl *D) : Stored(D), IsType(false) { }
156 DeclOrType(QualType T) : Stored(T.getAsOpaquePtr()), IsType(true) { }
158 bool isType() const { return IsType; }
159 bool isDecl() const { return !IsType; }
162 assert(isType() && "Not a type!");
173 bool IsType;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ASTWriter.h 155 DeclOrType(Decl *D) : Stored(D), IsType(false) { }
156 DeclOrType(QualType T) : Stored(T.getAsOpaquePtr()), IsType(true) { }
158 bool isType() const { return IsType; }
159 bool isDecl() const { return !IsType; }
162 assert(isType() && "Not a type!");
173 bool IsType;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Serialization/
ASTWriter.h 155 DeclOrType(Decl *D) : Stored(D), IsType(false) { }
156 DeclOrType(QualType T) : Stored(T.getAsOpaquePtr()), IsType(true) { }
158 bool isType() const { return IsType; }
159 bool isDecl() const { return !IsType; }
162 assert(isType() && "Not a type!");
173 bool IsType;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Serialization/
ASTWriter.h 155 DeclOrType(Decl *D) : Stored(D), IsType(false) { }
156 DeclOrType(QualType T) : Stored(T.getAsOpaquePtr()), IsType(true) { }
158 bool isType() const { return IsType; }
159 bool isDecl() const { return !IsType; }
162 assert(isType() && "Not a type!");
173 bool IsType;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Serialization/
ASTWriter.h 155 DeclOrType(Decl *D) : Stored(D), IsType(false) { }
156 DeclOrType(QualType T) : Stored(T.getAsOpaquePtr()), IsType(true) { }
158 bool isType() const { return IsType; }
159 bool isDecl() const { return !IsType; }
162 assert(isType() && "Not a type!");
173 bool IsType;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Serialization/
ASTWriter.h 155 DeclOrType(Decl *D) : Stored(D), IsType(false) { }
156 DeclOrType(QualType T) : Stored(T.getAsOpaquePtr()), IsType(true) { }
158 bool isType() const { return IsType; }
159 bool isDecl() const { return !IsType; }
162 assert(isType() && "Not a type!");
173 bool IsType;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Serialization/
ASTWriter.h 155 DeclOrType(Decl *D) : Stored(D), IsType(false) { }
156 DeclOrType(QualType T) : Stored(T.getAsOpaquePtr()), IsType(true) { }
158 bool isType() const { return IsType; }
159 bool isDecl() const { return !IsType; }
162 assert(isType() && "Not a type!");
173 bool IsType;
    [all...]

Completed in 574 milliseconds

1 2