HomeSort by relevance Sort by last modified time
    Searched defs:success (Results 51 - 75 of 2342) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/testng/src/test/java/test/conffailure/
ClassWithFailedBeforeTestClassVerification.java 30 static public boolean success() { method in class:ClassWithFailedBeforeTestClassVerification
ConfigurationFailure.java 31 assertTrue(ClassWithFailedBeforeTestClassVerification.success(),
44 assertTrue(ClassWithFailedBeforeSuiteVerification.success(),
  /external/v8/src/inspector/
remote-object-id.cc 23 bool success = local
25 if (success) return parsedObjectId;
38 bool success = parsedObjectId->getInteger("id", &remoteObjectId->m_id);
39 if (!success) return Response::Error("Invalid remote object id");
54 bool success =
56 if (!success) return Response::Error("Invalid call frame id");
  /external/vboot_reference/tests/
sha_tests.c 17 int i, success = 1; local
32 success = 0;
35 return success;
39 int i, success = 1; local
54 success = 0;
57 return success;
61 int i, success = 1; local
76 success = 0;
79 return success;
83 int success = 1 local
    [all...]
  /external/webrtc/webrtc/tools/converter/
rgba_to_i420_converter.cc 79 bool success = converter.ConvertRGBAToI420Video(parser.GetFlag("frames_dir"), local
83 if (success) {
  /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc_util/src/
spirv_tools_wrapper.cc 49 const bool success = tools.Disassemble( local
52 if (!success) {
55 return success;
66 const bool success = local
69 if (!success) {
80 return success;
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/OGLCompilersDLL/
InitializeDll.cpp 115 bool success = true; local
126 success = false;
133 return success;
138 bool success = true; local
145 success = DetachThread();
152 return success;
  /system/chre/apps/message_world/
message_world.cc 50 bool success = chreSendMessageToHostEndpoint( local
53 LOGI("Sent message to host from start callback, result %d", success);
70 bool success = chreSendMessageToHostEndpoint( local
73 LOGI("Result of sending reply: %d", success);
  /system/chre/ash/platform/slpi/smgr/
ash.cc 135 bool success = false; local
157 success = true;
161 return success;
  /system/chre/platform/shared/
chre_api_sensor.cc 46 bool success = false; local
48 success = EventLoopManagerSingleton::get()->getSensorRequestManager().
51 return success;
58 bool success = false; local
60 success = EventLoopManagerSingleton::get()->getSensorRequestManager().
63 return success;
  /system/chre/util/include/chre/util/
fixed_size_blocking_queue_impl.h 28 bool success; local
31 success = mQueue.push(element);
33 if (success) {
36 return success;
41 bool success; local
44 success = mQueue.push(std::move(element));
46 if (success) {
49 return success;
  /system/libvintf/
assemble_vintf_main.cpp 134 bool success = assembleVintf->assemble(); local
136 return success ? 0 : 1;
  /system/update_engine/update_manager/
real_time_provider.cc 47 bool success = Time::FromLocalExploded(now_exp, now); local
48 DCHECK(success);
  /art/compiler/linker/
buffered_output_stream.cc 56 bool success = true; local
58 success = out_->WriteFully(&buffer_[0], used_);
61 return success;
  /art/runtime/
aot_class_linker.cc 57 bool success = ClassLinker::InitializeClass(self, klass, can_init_statics, can_init_parents); local
60 if (success) {
61 // Exit Transaction if success.
70 return success;
zip_archive_test.cc 46 bool success = zip_entry->ExtractToFile(*file, &error_msg); local
47 ASSERT_TRUE(success) << error_msg;
  /art/test/454-get-vreg/
get_vreg_jni.cc 48 bool success = GetVReg(m, 1, kIntVReg, &value); local
50 CHECK(!success);
53 success = GetVReg(m, 2, kIntVReg, &value);
55 CHECK(!success);
85 bool success = GetVRegPair(m, 2, kLongLoVReg, kLongHiVReg, &value); local
87 CHECK(!success);
90 success = GetVRegPair(m, 4, kLongLoVReg, kLongHiVReg, &value);
92 CHECK(!success);
  /art/test/712-varhandle-invocations/src/
VarHandleUnitTestCollector.java 37 public void success() { method in class:VarHandleUnitTestCollector
  /bionic/tools/versioner/
run_tests.py 31 print("{} {}: unexpected success:".format(prefix_fail, test_name))
75 success = True variable
83 success = False variable
85 sys.exit(0 if success else 1)
  /cts/hostsidetests/sustainedperf/shadertoy_android/jni/
utils.cpp 32 GLint success; local
34 glGetShaderiv(shader, GL_COMPILE_STATUS, &success);
35 if (!success)
50 GLint success; local
52 glGetProgramiv(program, GL_LINK_STATUS, &success);
53 if (!success) {
  /cts/tests/openglperf2/jni/primitive/
GLPrimitive.cpp 49 bool success = gRenderer->setUp(workload); local
60 for (int i = 0; i < numFrames && success; i++) {
62 success = gRenderer->draw();
72 success = gRenderer->tearDown() && success;
73 return success;
  /device/google/contexthub/firmware/os/algos/common/math/
kasa.c 114 int success = 0; local
116 success = 1;
119 return success;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread_lwp.h 32 int success; local
36 success = lwp_create(&tid, func, MINPRIO, 0, lwp_newstk(), 1, arg);
37 return success < 0 ? -1 : 0;
87 int success; local
90 success = 0;
97 success = 1;
102 dprintf(("PyThread_acquire_lock(%p, %d) -> %d\n", lock, waitflag, success));
103 return success;
thread_wince.h 28 int success = -1; local
37 success = 0;
41 return success;
95 * Return 1 on success if the lock was acquired
102 int success = 1; local
120 success = 0; /* We failed */
123 dprintf(("%ld: PyThread_acquire_lock(%p, %d) -> %d\n", PyThread_get_thread_ident(),aLock, waitflag, success));
125 return success;
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
gUnitTestResult.java 32 private boolean success; field in class:gUnitTestResult
38 public gUnitTestResult(boolean success, String output) {
39 this.success = success;
43 public gUnitTestResult(boolean success, String output, boolean isLexerTest) {
44 this(success, output);
48 public gUnitTestResult(boolean success, String output, String returned) {
49 this(success, output);
54 return success;

Completed in 233 milliseconds

1 23 4 5 6 7 8 91011>>