HomeSort by relevance Sort by last modified time
    Searched refs:UNIMPLEMENTED (Results 51 - 75 of 239) sorted by null

1 23 4 5 6 7 8 910

  /external/flatbuffers/tests/
monster_test.grpc.fb.h 99 return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, "");
119 return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, "");
140 return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, "");
157 return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, "");
175 return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, "");
196 return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, "");
monster_test.grpc.fb.cc 70 return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, "");
77 return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, "");
  /external/swiftshader/src/OpenGL/libEGL/
libEGL.cpp 347 UNIMPLEMENTED(); // FIXME
395 UNIMPLEMENTED(); // FIXME
398 UNIMPLEMENTED(); // FIXME
407 UNIMPLEMENTED(); // FIXME
416 UNIMPLEMENTED(); // FIXME
419 UNIMPLEMENTED(); // FIXME
422 UNIMPLEMENTED(); // FIXME
440 UNIMPLEMENTED(); // FIXME
525 UNIMPLEMENTED();
562 UNIMPLEMENTED(); // FIXM
    [all...]
  /external/swiftshader/src/D3D8/
Direct3DStateBlock8.cpp 292 UNIMPLEMENTED();
306 UNIMPLEMENTED();
311 UNIMPLEMENTED();
325 UNIMPLEMENTED();
330 UNIMPLEMENTED();
341 UNIMPLEMENTED();
352 UNIMPLEMENTED();
398 UNIMPLEMENTED();
  /external/swiftshader/src/Main/
FrameBufferGDI.cpp 123 UNIMPLEMENTED();
128 UNIMPLEMENTED();
  /art/compiler/linker/mips/
relative_patcher_mips.cc 45 UNIMPLEMENTED(FATAL) << "PatchCall unimplemented on MIPS";
92 LOG(FATAL) << "UNIMPLEMENTED";
  /art/compiler/linker/mips64/
relative_patcher_mips64.cc 45 UNIMPLEMENTED(FATAL) << "PatchCall unimplemented on MIPS64";
90 LOG(FATAL) << "UNIMPLEMENTED";
  /art/runtime/arch/mips64/
asm_support_mips64.S 63 .macro UNIMPLEMENTED name
  /external/compiler-rt/lib/scudo/
scudo_utils.cpp 90 UNIMPLEMENTED();
  /external/tensorflow/tensorflow/c/
tf_status_helper.cc 65 case tensorflow::error::UNIMPLEMENTED:
  /external/tensorflow/tensorflow/compiler/xla/client/lib/
testing.cc 86 // If we got an Unimplemented error, fall back to making the fake data via
89 tensorflow::error::UNIMPLEMENTED);
  /external/tensorflow/tensorflow/core/lib/core/
errors.h 79 DECLARE_ERROR(Unimplemented, UNIMPLEMENTED)
status.cc 90 case tensorflow::error::UNIMPLEMENTED:
91 type = "Unimplemented";
  /external/compiler-rt/lib/asan/
asan_win.cc 171 UNIMPLEMENTED();
212 UNIMPLEMENTED();
216 UNIMPLEMENTED();
  /external/v8/src/arm/
simulator-arm.cc     [all...]
  /art/runtime/arch/arm/
asm_support_arm.S 123 // Declare an unimplemented ENTRY that will halt a debugger.
124 .macro UNIMPLEMENTED name
  /art/runtime/arch/arm64/
instruction_set_features_arm64.cc 99 UNIMPLEMENTED(WARNING);
  /art/runtime/gc/accounting/
card_table.cc 134 UNIMPLEMENTED(WARNING) << "Card table verification";
  /external/tensorflow/tensorflow/core/platform/posix/
error.cc 118 code = error::UNIMPLEMENTED;
  /external/tensorflow/tensorflow/python/framework/
errors_impl.py 168 UNIMPLEMENTED = error_codes_pb2.UNIMPLEMENTED
169 tf_export("errors.UNIMPLEMENTED").export_constant(__name__, "UNIMPLEMENTED")
408 UNIMPLEMENTED)
470 UNIMPLEMENTED: UnimplementedError,
  /external/tensorflow/tensorflow/stream_executor/
platform.cc 89 return port::Status(port::error::UNIMPLEMENTED,
  /external/v8/src/ic/mips/
ic-mips.cc 132 UNIMPLEMENTED();
  /external/v8/src/ic/mips64/
ic-mips64.cc 132 UNIMPLEMENTED();
  /hardware/interfaces/keymaster/4.0/vts/functional/
VerificationTokenTest.cpp 86 EXPECT_EQ(ErrorCode::UNIMPLEMENTED, result1.error);
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.cpp 917 UNIMPLEMENTED();
    [all...]

Completed in 490 milliseconds

1 23 4 5 6 7 8 910