Searched refs:found (Results 126 - 150 of 961) sorted by relevance

1234567891011>>

/external/selinux/secilc/docs/
H A DMakefile17 $(error xmlto package not found - install package.)
32 $(error dblatex package not found - install package for a pdf document.)
/external/skia/bench/
H A DImageCacheBench.cpp5 * found in the LICENSE file.
64 SkDEBUGCODE(bool found =) fCache.find(key, TestRec::Visitor, NULL);
65 SkASSERT(!found);
/external/v8/test/mjsunit/bugs/harmony/
H A Ddebug-blockscopes.js114 var found = false;
115 for (var j = 0; j < response.refs.length && !found; j++) {
116 found = response.refs[j].handle == response.body.scopes[i].object.ref;
118 assertTrue(found, "Scope object " + response.body.scopes[i].object.ref + " not found");
130 print('property ' + p + ' not found in scope');
132 assertFalse(property_mirror.isUndefined(), 'property ' + p + ' not found in scope');
153 print('Names found in scope:');
179 var found = false;
180 for (var i = 0; i < response.refs.length && !found;
[all...]
/external/valgrind/memcheck/tests/
H A Dvarinforestrict.stderr.exp2 Uninitialised byte(s) found during client check request
/external/valgrind/none/tests/scripts/
H A Dshell.stderr.exp8 ./shell: shell_nosuchfile: command not found
/external/elfutils/src/libdw/
H A Dcie.c163 struct dwarf_cie **found = tfind (&cie_key, &cache->cie_tree, &compare_cie); local
164 if (found != NULL)
165 return *found;
192 struct dwarf_cie **found = tfind (&cie_key, &cache->cie_tree, &compare_cie); local
193 if (found == NULL)
/external/sqlite/android/
H A DOldPhoneNumberUtils.cpp90 bool found; local
92 found = false;
97 if (c == '0' && !found) {
98 found = true;
104 return found;
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DStringSearch.java77 * <li> If the following match is to be found, the position should not be the
79 * character. Vice versa, if the preceding match is to be found, the
83 * <li> If a following pattern match is to be found, any position within a
85 * preceding pattern match is to be found, an invalid starting point
92 * not be found in the string "\u00e9" if a character break iterator is used.
864 * @return TRUE if identical match is found
1018 boolean found;
1039 found = true;
1060 found = false;
1075 if (!found
[all...]
/external/f2fs-tools/tools/
H A Df2fstat.c85 struct mm_table *found; local
150 found = bsearch(&key, f2fstat_table, f2fstat_table_cnt, sizeof(struct mm_table), compare_mm_table);
151 dbg("[RESULT] %s (%s)\n", head, (found) ? "O" : "X");
153 if (!found)
156 *(found->val) = strtoul(head, &tail, 10);
157 if (found->flag) {
162 switch (found->flag & (KEY_NODE | KEY_META)) {
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
H A DSSLServerSocketImplTest.java334 found:
338 break found;
356 found:
360 break found;
382 found:
386 break found;
449 found:
453 break found;
475 found:
479 break found;
[all...]
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DRouteSpecificPool.java228 * @return <code>true</code> if the entry was found and deleted, or
229 * <code>false</code> if the entry was not found
233 final boolean found = freeEntries.remove(entry);
234 if (found)
236 return found;
/external/apache-http/src/org/apache/http/message/
H A DBasicHeaderElement.java183 * Returns parameter with the given name, if found. Otherwise null
193 NameValuePair found = null;
197 found = current;
201 return found;
/external/chromium-trace/trace-viewer/tracing/
H A Drun_tests4 # found in the LICENSE file.
40 'Browser found but cannot run browser tests because you do not have a '
62 found = False
65 found = subprocess.call(['google-chrome', '--version'],
69 if found:
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/
H A Dtest_runner.py4 # found in the LICENSE file.
61 found = False
64 found = True
65 return found
/external/e2fsprogs/lib/blkid/
H A Dresolve.c30 blkid_tag found; local
46 (found = blkid_find_tag_dev(dev, tagname)))
47 ret = blkid_strdup(found->bit_val);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_debug_refcnt.c71 boolean found = TRUE; local
98 found = FALSE;
102 return found;
/external/skia/experimental/PdfViewer/
H A DSkTracker.h5 * found in the LICENSE file.
108 if (found(x, y)) {
121 if (found(x, y)) {
198 inline bool found(int x, int y) { function in class:SkTracker
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A Dtest-trees.rb25 found = nodes_only_string(stream)
27 found.should == expecting
30 found = stream.inspect
32 found.should == expecting
68 found = nodes_only_string(stream)
69 found.should == expecting
72 found = stream.inspect
73 found.should == expecting
91 found = nodes_only_string(stream)
92 found
[all...]
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestCompositeGrammars.java61 String found = execParser("M.g", master, "MParser", "MLexer",
63 assertEquals("S.a\n", found);
81 String found = execParser("M.g", master, "MParser", "MLexer",
83 assertEquals("S.a1000\n", found);
101 String found = execParser("M.g", master, "MParser", "MLexer",
103 assertEquals("S.ab\n", found);
120 String found = execParser("M.g", master, "MParser", "MLexer",
122 assertEquals("foo\n", found);
142 String found = execParser("M.g", master, "MParser", "MLexer",
144 assertEquals("S.a\n", found);
[all...]
/external/protobuf/gtest/scripts/
H A Dpump.py175 # We found regex in lines
197 # We found a regex in line.
302 found = FindFirst(lines, TOKEN_TABLE, pos)
303 if not found:
307 if found.start == pos:
311 prev_token = MakeToken(lines, pos, found.start, 'code')
314 if found.token_type == '$$': # A meta comment.
317 pos = Cursor(found.end.line + 1, 0)
318 elif found.token_type == '$var':
321 yield found
[all...]
/external/bison/build-aux/
H A Dcompile119 found=no
126 found=yes
131 found=yes
138 test "$found" != yes && set x "$@" "$lib.lib"
/external/boringssl/src/ssl/test/runner/
H A Dtest_output.go53 if _, found := t.Tests[name]; found {
/external/clang/test/SemaTemplate/
H A Dinstantiate-call.cpp28 expected-error {{neither visible in the template definition nor found by argument-dependent lookup}}
/external/clang/utils/analyzer/
H A Dreducer.pl42 my \$found = 0;
/external/libcap-ng/libcap-ng-0.7/
H A Dcompile119 found=no
126 found=yes
131 found=yes
138 test "$found" != yes && set x "$@" "$lib.lib"

Completed in 2067 milliseconds

1234567891011>>