Searched refs:kInt (Results 1 - 21 of 21) sorted by relevance

/external/libchrome/base/trace_event/
H A Dheap_profiler_type_name_deduplicator_unittest.cc20 const char kInt[] = "int"; member in namespace:base::trace_event::__anon11058
71 ASSERT_EQ(1, dedup->Insert(kInt));
77 ASSERT_EQ(1, dedup->Insert(kInt));
/external/tensorflow/tensorflow/compiler/xla/tools/parser/
H A Dhlo_token.h69 kInt, // 42 member in class:xla::tools::TokKind
H A Dhlo_lexer.h61 CHECK(GetKind() == TokKind::kInt);
H A Dhlo_lexer.cc304 return TokKind::kInt;
449 case TokKind::kInt:
450 return "kInt";
H A Dhlo_parser.cc1144 if (lexer_.Lex() != TokKind::kInt) {
1506 case TokKind::kInt:
1630 if (lexer_.GetKind() == TokKind::kInt) {
2374 if (lexer_.GetKind() == TokKind::kInt) {
2392 return TokenError("expects token type kInt or kDxD");
2541 if (lexer_.GetKind() != TokKind::kInt) {
2554 case TokKind::kInt:
/external/webrtc/talk/app/webrtc/
H A Dstatstypes.cc234 RTC_DCHECK(type_ == kInt || type_ == kInt64);
235 type_ == kInt ? value_.int_ = static_cast<int>(value) : value_.int64_ = value;
265 case kInt:
289 case kInt:
335 return type_ == kInt ? value_.int_ == static_cast<int>(value) :
352 RTC_DCHECK(type_ == kInt);
604 case kInt:
693 values_[name] = ValuePtr(new Value(name, value, Value::kInt));
H A Dstatstypes.h254 kInt, // int. enumerator in enum:webrtc::StatsReport::Value::Type
281 // One exception to this is that types kInt and kInt64 can be compared and
/external/libvpx/libvpx/test/
H A Dvp9_ethread_test.cc30 const int kInt = 1; member in namespace:__anon12720
31 const size_t kFirstPassStatsSz = kDbl * sizeof(double) + kInt * sizeof(int64_t);
/external/skia/src/pdf/
H A DSkPDFTypes.cpp119 case Type::kInt:
163 case Type::kInt:
184 SkPDFUnion u(Type::kInt);
H A DSkPDFTypes.h139 kInt, member in class:SkPDFUnion::Type
/external/skqp/src/pdf/
H A DSkPDFTypes.cpp119 case Type::kInt:
163 case Type::kInt:
184 SkPDFUnion u(Type::kInt);
H A DSkPDFTypes.h139 kInt, member in class:SkPDFUnion::Type
/external/skqp/tools/bookmaker/
H A Ddefinition.cpp87 kInt, member in class:OpType
131 {{ BLANK, OpType::kInt, OpMod::kNone, }}},
133 {{ BLANK, OpType::kInt, OpMod::kNone, }}},
H A DincludeWriter.cpp802 case KeyWord::kInt:
1273 case KeyWord::kInt:
H A Dbookmaker.h64 kInt, member in class:KeyWord
H A DincludeParser.cpp35 { "int", KeyWord::kInt, KeyProperty::kNumber },
2220 for (KeyWord expected : {KeyWord::kStatic, KeyWord::kConstExpr, KeyWord::kInt}){
/external/skia/tools/bookmaker/
H A Ddefinition.cpp87 kInt, member in class:OpType
131 {{ BLANK, OpType::kInt, OpMod::kNone, }}},
133 {{ BLANK, OpType::kInt, OpMod::kNone, }}},
H A DincludeWriter.cpp888 case KeyWord::kInt:
1369 case KeyWord::kInt:
H A Dbookmaker.h64 kInt, member in class:KeyWord
H A DincludeParser.cpp35 { "int", KeyWord::kInt, KeyProperty::kNumber },
2228 for (KeyWord expected : {KeyWord::kStatic, KeyWord::kConstExpr, KeyWord::kInt}){
/external/v8/src/compiler/
H A Dmachine-operator.cc879 IrOpcode::kInt##format##ShiftLeftByScalar, Operator::kPure, \
886 IrOpcode::kInt##format##ShiftRightByScalar, Operator::kPure, \

Completed in 8817 milliseconds