Home
last modified time | relevance | path

Searched refs:INTERNAL (Results 1 – 11 of 11) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dprotostream_objectsource.cc60 using util::error::INTERNAL;
109 return Status(util::error::INTERNAL, "Invalid map key type."); in MapKeyDefaultValueAsString()
288 return Status(util::error::INTERNAL, "Invalid map entry."); in RenderMap()
296 return Status(util::error::INTERNAL, "Invalid map entry."); in RenderMap()
324 util::error::INTERNAL, in RenderTimestamp()
330 util::error::INTERNAL, in RenderTimestamp()
348 util::error::INTERNAL, in RenderDuration()
354 util::error::INTERNAL, in RenderDuration()
361 return Status(util::error::INTERNAL, in RenderDuration()
615 return util::Status(util::error::INTERNAL, in RenderAny()
[all …]
Dprotostream_objectsource_test.cc803 EXPECT_EQ(util::error::INTERNAL, status.error_code()); in TEST_P()
819 EXPECT_EQ(util::error::INTERNAL, status.error_code()); in TEST_P()
835 EXPECT_EQ(util::error::INTERNAL, status.error_code()); in TEST_P()
968 EXPECT_EQ(util::error::INTERNAL, status.error_code()); in TEST_P()
979 EXPECT_EQ(util::error::INTERNAL, status.error_code()); in TEST_P()
990 EXPECT_EQ(util::error::INTERNAL, status.error_code()); in TEST_P()
1001 EXPECT_EQ(util::error::INTERNAL, status.error_code()); in TEST_P()
Djson_stream_parser.cc57 using util::error::INTERNAL;
239 result = util::Status(util::error::INTERNAL, in RunParser()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dstatusor.h196 status_ = Status(error::INTERNAL, "Status::OK is not a valid argument.");
205 status_ = Status(error::INTERNAL, "NULL is not a vaild argument.");
Dstatus.h59 INTERNAL = 13, enumerator
Dstatus.cc71 case INTERNAL: in CodeEnumToString()
/frameworks/ml/nn/runtime/test/fuzzing/
DRandomGraphGenerator.h37 enum class RandomOperandType { INPUT = 0, OUTPUT = 1, INTERNAL = 2, CONST = 3 }; enumerator
DRandomGraphGeneratorUtils.cpp73 operand->type == RandomOperandType::INTERNAL) { in dump()
DRandomGraphGenerator.cpp133 output->type = RandomOperandType::INTERNAL; in generateGraph()
186 if (operand->type != RandomOperandType::INTERNAL) { in generateValue()
/frameworks/av/media/codec2/docs/
Ddoxygen.config642 ENABLED_SECTIONS = INTERNAL
/frameworks/base/cmds/statsd/src/
Datoms.proto2044 // For INTERNAL: null for general case, component name otherwise