Searched refs:found (Results 76 - 100 of 928) sorted by relevance

1234567891011>>

/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-typed-test.cc70 bool found = false; local
75 found = true;
80 if (found) {
84 << " can be found in this test case.\n";
/external/gtest/src/
H A Dgtest-typed-test.cc70 bool found = false; local
75 found = true;
80 if (found) {
84 << " can be found in this test case.\n";
/external/javassist/sample/evolve/
H A DVersionManager.java38 Object found = versionNo.get(qualifiedClassname);
39 if (found == null)
42 version = ((Integer)found).intValue() + 1;
/external/libmtp/examples/
H A Demptyfolders.c32 int found = 0; local
37 found = 1;
43 if(found == 0) { // no files claim this as a parent
100 printf("No folders found\n");
/external/libopus/tests/
H A Drun_vectors.sh52 echo Test vectors found in $VECTOR_PATH
54 echo No test vectors found
61 echo ERROR: Compare program not found: $OPUS_COMPARE
68 echo ERROR: Decoder not found: $OPUS_DEMO
82 echo Bitstream file not found: testvector$file.bit
111 echo Bitstream file not found: testvector$file
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-typed-test.cc70 bool found = false; local
75 found = true;
80 if (found) {
84 << " can be found in this test case.\n";
/external/mesa3d/src/gtest/src/
H A Dgtest-typed-test.cc70 bool found = false; local
75 found = true;
80 if (found) {
84 << " can be found in this test case.\n";
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
H A DUndeclaredThrowableTransformer.java31 boolean found = false;
36 found = true;
40 if (!found)
/external/mockito/src/org/mockito/internal/verification/
H A DAtMost.java36 List<Invocation> found = finder.findInvocations(invocations, wanted);
37 int foundSize = found.size();
42 invocationMarker.markVerified(found, wanted);
/external/openssh/
H A Dgroupaccess.c104 int i, found = 0; local
115 found = 1;
118 return found;
H A Dssh-keysign.c174 int r, key_fd[NUM_KEYTYPES], i, found, version = 2, fd; local
216 for (i = found = 0; i < NUM_KEYTYPES; i++) {
218 found = 1;
220 if (found == 0)
229 found = 0;
241 found = 1;
244 if (!found)
245 fatal("no hostkey found");
268 found = 0;
272 found
[all...]
/external/protobuf/gtest/src/
H A Dgtest-typed-test.cc70 bool found = false; local
75 found = true;
80 if (found) {
84 << " can be found in this test case.\n";
/external/selinux/libselinux/src/
H A Dget_default_type.c33 int found = 0; local
53 found = 1;
60 if (!found) {
H A Dmatchmediacon.c19 int found = 0; local
46 found = 1;
51 if (!found)
/external/skia/src/animator/
H A DSkDisplayList.h5 * found in the LICENSE file.
37 SkGroup** parent, SkGroup** found, SkTDDrawableArray** grandList);
51 SkGroup** parent, SkGroup** found, SkTDDrawableArray**grandList);
53 SkTDDrawableArray** list, SkGroup** parent, SkGroup** found, SkTDDrawableArray** grandList,
/external/valgrind/memcheck/tests/
H A Dvarinfo1.stderr.exp1 Uninitialised byte(s) found during client check request
8 Uninitialised byte(s) found during client check request
14 Uninitialised byte(s) found during client check request
20 Uninitialised byte(s) found during client check request
26 Uninitialised byte(s) found during client check request
32 Uninitialised byte(s) found during client check request
H A Dholey_buffer_too_small.stderr.exp4 Uninitialised byte(s) found during client check request
13 Unaddressable byte(s) found during client check request
22 Unaddressable byte(s) found during client check request
31 Unaddressable byte(s) found during client check request
40 Unaddressable byte(s) found during client check request
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dtrace.c117 bfd_boolean found; member in struct:bfd_data
130 if (data->found)
144 data->found = bfd_find_nearest_line(abfd, section, syms,
164 data.found = FALSE;
167 if (!data.found)
190 data.found = bfd_find_inliner_info(abfd, &data.filename,
192 } while (data.found);
205 data.found = FALSE;
208 if (!data.found)
272 data.found
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dtrace.c117 bfd_boolean found; member in struct:bfd_data
130 if (data->found)
144 data->found = bfd_find_nearest_line(abfd, section, syms,
164 data.found = FALSE;
167 if (!data.found)
190 data.found = bfd_find_inliner_info(abfd, &data.filename,
192 } while (data.found);
205 data.found = FALSE;
208 if (!data.found)
272 data.found
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dtrace.c117 bfd_boolean found; member in struct:bfd_data
130 if (data->found)
144 data->found = bfd_find_nearest_line(abfd, section, syms,
164 data.found = FALSE;
167 if (!data.found)
190 data.found = bfd_find_inliner_info(abfd, &data.filename,
192 } while (data.found);
205 data.found = FALSE;
208 if (!data.found)
272 data.found
[all...]
/external/antlr/antlr-3.4/runtime/Python/unittests/
H A Dtesttree.py29 found = self.toNodesOnlyString(stream)
30 self.failUnlessEqual(expecting, found)
33 found = str(stream)
34 self.failUnlessEqual(expecting, found)
78 found = self.toNodesOnlyString(stream)
79 self.failUnlessEqual(expecting, found)
82 found = str(stream)
83 self.failUnlessEqual(expecting, found)
101 found = self.toNodesOnlyString(stream)
102 self.failUnlessEqual(expecting, found)
[all...]
/external/selinux/libsepol/tests/
H A Dtest-common.c32 int found; local
36 fprintf(stderr, "symbol %s not found in table %d\n", id, sym_type);
47 found = 0;
50 found++;
52 CU_ASSERT(found == 1);
188 unsigned int i, j, new, found = 0; local
197 printf("role %s can't be found! \n", id);
206 found++;
216 CU_ASSERT(found == len);
217 if (found !
229 int j, new, found = 0; local
[all...]
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestAttributes.java68 String found = actionST.render();
69 assertEquals(expecting, found);
89 String found = translator.translate(); assertEquals(expecting, found);
109 String found = translator.translate(); assertEquals(expecting, found);
279 String found = translator.translate(); assertEquals(expecting, found);
317 String found = translator.translate(); assertEquals(expecting, found);
[all...]
/external/e2fsprogs/ext2ed/
H A Dmain.c354 * When an handling function is found, it is called along with the
360 int i,found=0; local
373 i<=current_type->type_commands.last_command && !found;
377 found=1;
383 if (!found)
384 for (i=0;i<=ext2_commands.last_command && !found;i++) {
387 found=1;
392 /* 3. If not found, search the general commands */
394 if (!found)
395 for (i=0;i<=general_commands.last_command && !found;
[all...]
/external/vboot_reference/cgpt/
H A Dcgpt_find.c3 // found in the LICENSE file.
107 // isn't found (or if the file doesn't contain a GPT), it returns false. The
127 int found = 0; local
130 found = 1;
139 found = 1;
141 if (found && match_content(params, drive, entry)) {
203 // found it
211 // returns true if any matches were found, false otherwise.
213 int found = 0; local
221 return found;
[all...]

Completed in 1355 milliseconds

1234567891011>>