Home
last modified time | relevance | path

Searched refs:has_error (Results 1 – 25 of 51) sorted by relevance

123

/external/bcc/src/lua/bpf/spec/
Ddecoder_spec.lua24 assert.has_error(function() bytecode.decoder(nil)() end)
25 assert.has_error(function() bytecode.decoder(5)() end)
26 assert.has_error(function() bytecode.decoder('test')() end)
/external/lua/src/
Dlua.c453 #define has_error 1 /* bad option */ macro
475 return has_error; /* invalid option */ in collectargs()
482 return has_error; /* invalid option */ in collectargs()
489 return has_error; /* invalid option */ in collectargs()
498 return has_error; /* no next argument or it is another option */ in collectargs()
502 return has_error; in collectargs()
561 if (args == has_error) { /* bad arg? */ in pmain()
/external/bcc/src/cc/api/
DBPF.cc91 bool has_error = false; in detach_all() local
99 has_error = true; in detach_all()
108 has_error = true; in detach_all()
117 has_error = true; in detach_all()
126 has_error = true; in detach_all()
136 has_error = true; in detach_all()
145 has_error = true; in detach_all()
154 has_error = true; in detach_all()
158 if (has_error) in detach_all()
691 bool has_error = false; in detach_perf_event_all_cpu() local
[all …]
DBPFTable.cc390 bool has_error = false; in close_all_cpu() local
397 has_error = true; in close_all_cpu()
410 has_error = true; in close_all_cpu()
414 if (has_error) in close_all_cpu()
461 bool has_error = false; in close_all_cpu() local
471 has_error = true; in close_all_cpu()
475 if (has_error) in close_all_cpu()
/external/autotest/client/site_tests/video_MediaRecorderHWEncodeUsed/
Dvideo_MediaRecorderHWEncodeUsed.py84 has_error, diff_error = histogram_verifier.poll_histogram_grow(
86 if has_error:
/external/autotest/client/site_tests/video_ChromeHWDecodeUsed/
Dvideo_ChromeHWDecodeUsed.py108 has_error, diff_error = histogram_verifier.poll_histogram_grow(
110 if has_error:
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
DOptimizerDriver.cpp56 if (!Out.os().has_error()) { in writeProgramToFileAux()
73 if (!OS.has_error()) in writeProgramToFile()
161 if (OS.has_error()) { in runPasses()
/external/swiftshader/third_party/LLVM/tools/bugpoint/
DOptimizerDriver.cpp59 if (!Out.os().has_error()) { in writeProgramToFile()
142 if (InFile.os().has_error()) { in runPasses()
/external/tensorflow/tensorflow/contrib/ignite/kernels/igfs/
Digfs_messages.cc66 bool has_error; in Read() local
67 TF_RETURN_IF_ERROR(client->ReadBool(&has_error)); in Read()
69 if (has_error) { in Read()
/external/llvm/tools/bugpoint/
DOptimizerDriver.cpp65 if (!Out.os().has_error()) { in writeProgramToFileAux()
161 if (InFile.os().has_error()) { in runPasses()
/external/swiftshader/third_party/LLVM/tools/opt/
DGraphPrinters.cpp36 if (!F.os().has_error()) { in WriteGraphToFile()
/external/libdrm/intel/
Dintel_bufmgr_gem.c247 bool has_error; member
623 bo_gem->has_error = true; in drm_intel_setup_reloc_list()
836 bo_gem->has_error = false; in drm_intel_gem_bo_alloc_internal()
994 bo_gem->has_error = false; in drm_intel_gem_bo_alloc_userptr()
1960 if (bo_gem->has_error) in do_bo_emit_reloc()
1963 if (target_bo_gem->has_error) { in do_bo_emit_reloc()
1964 bo_gem->has_error = true; in do_bo_emit_reloc()
2043 if (bo_gem->has_error) in drm_intel_gem_bo_add_softpin_target()
2046 if (target_bo_gem->has_error) { in drm_intel_gem_bo_add_softpin_target()
2047 bo_gem->has_error = true; in drm_intel_gem_bo_add_softpin_target()
[all …]
/external/swiftshader/third_party/LLVM/tools/lto/
DLTOCodeGenerator.cpp170 if (Out.os().has_error()) { in writeMergedModules()
199 if (objFile.os().has_error()) { in compile_to_file()
/external/autotest/client/site_tests/video_PlaybackPerf/
Dvideo_PlaybackPerf.py319 has_error, diff_error = histogram_verifier.poll_histogram_grow(
321 if has_error:
/external/v8/src/parsing/
Dscanner.h246 bool has_error() const { return scanner_error_ != MessageTemplate::kNone; } in has_error() function
563 if (has_error()) return; in ReportScannerError()
569 if (has_error()) return; in ReportScannerError()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/BinaryFormat/
DTestFileMagic.cpp128 ASSERT_FALSE(file.has_error()); in TEST_F()
/external/protobuf/src/google/protobuf/compiler/
Dplugin.pb.cc1110 if (has_error()) { in Clear()
1189 if (has_error()) { in SerializeWithCachedSizes()
1215 if (has_error()) { in SerializeWithCachedSizesToArray()
1245 if (has_error()) { in ByteSize()
1290 if (from.has_error()) { in MergeFrom()
1509 bool CodeGeneratorResponse::has_error() const { in has_error() function in google::protobuf::compiler::CodeGeneratorResponse
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTOCodeGenerator.cpp226 if (Out.os().has_error()) { in writeMergedModules()
258 if (objFile.os().has_error()) { in compileOptimizedToFile()
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp225 if (Out.os().has_error()) { in writeMergedModules()
257 if (objFile.os().has_error()) { in compileOptimizedToFile()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Draw_ostream.h388 bool has_error() const { in has_error() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DLockFileManager.cpp203 if (Out.has_error()) { in LockFileManager()
/external/llvm/lib/Support/
DLockFileManager.cpp189 if (Out.has_error()) { in LockFileManager()
/external/swiftshader/third_party/LLVM/unittests/Support/
DPath.cpp243 ASSERT_FALSE(file.has_error()); in TEST_F()
/external/llvm/include/llvm/Support/
Draw_ostream.h415 bool has_error() const { in has_error() function
/external/clang/lib/Serialization/
DGlobalModuleIndex.cpp837 if (Out.has_error()) in writeIndex()
843 if (Out.has_error()) in writeIndex()

123