HomeSort by relevance Sort by last modified time
    Searched full:failed (Results 251 - 275 of 20584) sorted by null

<<11121314151617181920>>

  /external/dbus/bus/
config-loader-expat.c 37 dbus_bool_t failed; member in struct:__anon9534
43 if (context->failed)
52 context->failed = TRUE;
74 if (context->failed)
91 context->failed = TRUE;
115 context->failed = TRUE;
136 context->failed = TRUE;
148 if (context->failed)
155 context->failed = TRUE;
178 context.failed = FALSE
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/libs/mips/raw/lib/mips/
libsplitappjni.so 
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/libs/x86/raw/lib/x86/
libsplitappjni.so 
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
VoidPtr.java 28 int [] Failed;
36 Failed = new int [1];
37 Failed[0] = 0;
38 AFailed.copyFrom(Failed);
61 AFailed.copyTo(Failed);
62 if (Failed[0] != 0) {
89 AFailed.copyTo(Failed);
90 if (Failed[0] != 0) {
121 AFailed.copyTo(Failed);
122 if (Failed[0] != 0)
    [all...]
primitives.rs 40 bool failed = false;
60 if (failed) {
61 rsDebug("test_primitive_types FAILED", time);
67 return failed;
71 bool failed = false;
115 if (failed) {
116 rsDebug("test_vector_types FAILED", time);
122 return failed;
126 bool failed = false;
127 failed |= test_primitive_types()
    [all...]
  /external/avahi/avahi-sharp/
ResolverBase.cs 26 public event ErrorCodeHandler Failed;
30 if (Failed != null)
31 Failed (this, new ErrorCodeArgs (code));
  /external/compiler-rt/test/tsan/
fd_dup_race.cc 14 exit(printf("close failed\n"));
23 exit(printf("open failed\n"));
27 exit(printf("dup2 failed\n"));
  /external/curl/lib/vtls/
polarssl_threadlock.c 63 return 0; /* pthread_mutex_init failed */
69 return 0; /* CreateMutex failed */
88 return 0; /* pthread_mutex_destroy failed */
94 return 0; /* CloseHandle failed */
111 "Error: polarsslthreadlock_lock_function failed\n"));
112 return 0; /* pthread_mutex_lock failed */
120 "Error: polarsslthreadlock_lock_function failed\n"));
121 return 0; /* pthread_mutex_lock failed */
136 "Error: polarsslthreadlock_unlock_function failed\n"));
137 return 0; /* pthread_mutex_unlock failed */
    [all...]
  /external/eigen/scripts/
eigen_gen_docs 14 (cd build && cmake .. && make doc) || { echo "make failed"; exit 1; }
18 rsync -az --no-p --delete build/doc/html/ $USER@ssh.tuxfamily.org:eigen/eigen.tuxfamily.org-web/htdocs/$UPLOAD_DIR/ || { echo "upload failed"; exit 1; }
21 ssh $USER@ssh.tuxfamily.org "chmod -R g+w /home/eigen/eigen.tuxfamily.org-web/htdocs/$UPLOAD_DIR" || { echo "perm failed"; exit 1; }
  /external/libxml2/python/tests/
tst.py 10 print("doc.name failed")
14 print("root.name failed")
18 print("child.name failed")
  /external/testng/src/test/java/test/dataprovider/
FailedDataProviderTest.java 40 String[] failed = { local
46 verifyTests("Failed", failed, getFailedTests());
  /external/valgrind/drd/tests/
threaded-fork.c 36 perror("FAILED: fork failed\n");
47 fprintf(stderr, "FAILED - timeout waiting for child\n");
  /external/valgrind/none/tests/
threaded-fork.c 33 perror( "FAILED: fork failed\n" );
45 printf("FAILED - timeout waiting for child\n");
  /external/vboot_reference/tests/tpm_lite/
startup.c 18 printf("tpm startup failed with 0x%x\n", result);
22 printf("tpm getflags failed with 0x%x\n", result);
28 printf("tpm getflags failed with 0x%x\n", result);
  /external/vulkan-validation-layers/tests/
_vkvalidatelayerdoc.ps1 26 echo 'Validation of vk_validation_layer_details.md failed'
27 write-host -background black -foreground red "[ FAILED ] " -nonewline;
28 echo '1 FAILED TEST'
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug401.go 31 panic("not-inlined complex call failed")
37 panic("potentially inlined complex call failed")
43 panic("potentially inlined complex call failed")
  /prebuilts/go/linux-x86/test/fixedbugs/
bug401.go 31 panic("not-inlined complex call failed")
37 panic("potentially inlined complex call failed")
43 panic("potentially inlined complex call failed")
  /external/autotest/client/cros/chameleon/
chameleon_port_finder.py 13 ChameleonPorts = namedtuple('ChameleonPorts', 'connected failed')
33 self.failed = None
39 ports as the first element and failed ports as second element.
43 self.failed = []
45 return ChameleonPorts(self.connected, self.failed)
76 if self.failed:
77 text += ('DUT failed to detect Chameleon ports: %s'
78 % ports_to_str(self.failed))
92 input ports as the first element and failed ports as second
97 self.failed = [
    [all...]
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
rsdebug.rs 26 bool failed = false;
63 return failed;
67 bool failed = false;
68 failed |= basic_test(index);
70 if (failed) {
72 rsDebug("rsdebug_test FAILED", -1);
  /packages/inputmethods/LatinIME/native/jni/
jni_common.cpp 34 AKLOGE("ERROR: GetEnv failed");
43 AKLOGE("ERROR: BinaryDictionary native registration failed");
47 AKLOGE("ERROR: BinaryDictionaryUtils native registration failed");
51 AKLOGE("ERROR: DicTraverseSession native registration failed");
55 AKLOGE("ERROR: ProximityInfo native registration failed");
71 AKLOGE("RegisterNatives failed for '%s'", className);
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
Fuzzy.m 98 state.failed = NO;
103 if ( state.failed ) {
147 [self matchString:@"import"]; if ( state.failed ) return ;
151 [self mWS]; if ( state.failed ) return ;
156 [self mQIDStar]; if ( state.failed ) return ;
173 [self mWS]; if ( state.failed ) return ;
183 [self matchChar:';']; if ( state.failed ) return ;
216 [self matchString:@"return"]; if ( state.failed ) return ;
235 [self matchAny]; if ( state.failed ) return ;
248 [self matchChar:';']; if ( state.failed ) return
    [all...]
  /art/test/972-default-imt-collision/smali/
Klass.smali 20 # System.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod0!");
24 # System.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod1!");
28 # System.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod2!");
32 # System.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod3!");
36 # System.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod4!");
40 # System.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod5!");
44 # System.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod6!");
48 # System.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod7!");
52 # System.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod8!");
56 # System.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod9!")
    [all...]
  /build/blueprint/tests/
test.sh 17 echo " Failed."
18 echo "Test $1 Failed:" >>failed
19 tail log_$1 >>failed
24 echo " Failed."
25 echo "Test $1 Failed:" >>failed
26 diff -u ../tests/expected_$1 test_$1 >>failed
38 echo " Failed."
39 echo "Test wrapper_$1 Failed:" >>faile
    [all...]
  /external/chromium-trace/catapult/telemetry/bin/
README.chromium 33 1: vmlinux symtab matches kallsyms : FAILED!
34 2: detect open syscall event : FAILED!
35 3: detect open syscall event on all cpus : FAILED!
36 4: read samples using the mmap interface : FAILED!
37 5: parse events tests : FAILED!
39 11: Check parsing of sched tracepoints fields : FAILED!
40 12: Generate and check syscalls:sys_enter_open event fields: FAILED!
41 21: Test object code reading :[kernel.kallsyms] ... FAILED!
  /external/clang/test/Preprocessor/
has_include.c 6 #error "__has_include failed (1)."
11 #error "__has_include failed (2)."
16 #error "__has_include failed (5)."
22 #error "__has_include failed (6)."
27 #error "__has_include failed (7)."
32 #error "defined(__has_include) failed (8)."
38 #error "__has_include failed (1)."
43 #error "__has_include failed (2)."
48 #error "__has_include_next failed (5)."
54 #error "__has_include_next failed (6).
    [all...]

Completed in 1413 milliseconds

<<11121314151617181920>>