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/ |
D | protostream_objectsource.cc | 60 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 …]
|
D | protostream_objectsource_test.cc | 803 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()
|
D | json_stream_parser.cc | 57 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/ |
D | statusor.h | 196 status_ = Status(error::INTERNAL, "Status::OK is not a valid argument."); 205 status_ = Status(error::INTERNAL, "NULL is not a vaild argument.");
|
D | status.h | 59 INTERNAL = 13, enumerator
|
D | status.cc | 71 case INTERNAL: in CodeEnumToString()
|
/frameworks/ml/nn/runtime/test/fuzzing/ |
D | RandomGraphGenerator.h | 37 enum class RandomOperandType { INPUT = 0, OUTPUT = 1, INTERNAL = 2, CONST = 3 }; enumerator
|
D | RandomGraphGeneratorUtils.cpp | 73 operand->type == RandomOperandType::INTERNAL) { in dump()
|
D | RandomGraphGenerator.cpp | 133 output->type = RandomOperandType::INTERNAL; in generateGraph() 186 if (operand->type != RandomOperandType::INTERNAL) { in generateValue()
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 642 ENABLED_SECTIONS = INTERNAL
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 2044 // For INTERNAL: null for general case, component name otherwise
|