HomeSort by relevance Sort by last modified time
    Searched defs:IsType (Results 1 - 18 of 18) 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/content/common/android/
gin_java_bridge_value.cc 58 if (!value->IsType(base::Value::TYPE_BINARY))
77 value->IsType(base::Value::TYPE_BINARY)
89 bool GinJavaBridgeValue::IsType(Type type) const {
  /external/chromium_org/sandbox/win/src/
handle_table.cc 164 bool HandleTable::HandleEntry::IsType(const base::string16& type_string) {
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
decoder_database.cc 144 bool DecoderDatabase::IsType(uint8_t rtp_payload_type,
155 if (IsType(rtp_payload_type, kDecoderCNGnb) ||
156 IsType(rtp_payload_type, kDecoderCNGwb) ||
157 IsType(rtp_payload_type, kDecoderCNGswb32kHz) ||
158 IsType(rtp_payload_type, kDecoderCNGswb48kHz)) {
166 return IsType(rtp_payload_type, kDecoderAVT);
170 return IsType(rtp_payload_type, kDecoderRED);
  /external/chromium_org/base/
values.h 83 bool IsType(Type type) const { return type == type_; }
  /external/clang/lib/Sema/
AttributeList.cpp 152 unsigned IsType : 1;
195 return getInfo(*this).IsType;
SemaCodeComplete.cpp 336 bool IsType(const NamedDecl *ND) const;
    [all...]
SemaDecl.cpp 78 bool IsType = isa<TypeDecl>(ND) || isa<ObjCInterfaceDecl>(ND);
80 return (IsType || AllowedTemplate) &&
    [all...]
  /external/pdfium/fpdfsdk/include/javascript/
JS_Object.h 46 virtual FX_BOOL IsType(FX_LPCSTR sClassName){return TRUE;};
  /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 319 bool MessageLoop::IsType(Type type) const {
  /art/compiler/driver/
compiler_driver.h 429 virtual bool IsType() const {
554 bool IsType() const {
    [all...]
  /external/chromium_org/win8/metro_driver/
chrome_app_view_ash.cc 448 bool IsType(windevs::Input::PointerDeviceType type) const {
457 return IsType(windevs::Input::PointerDeviceType_Mouse);
461 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 253 inline bool IsType() const {
    [all...]

Completed in 1285 milliseconds