Searched refs:found (Results 176 - 200 of 928) sorted by relevance

1234567891011>>

/external/webrtc/src/system_wrappers/source/
H A DAndroid.mk4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found
7 # be found in the AUTHORS file in the root of the source tree.
/external/libpng/
H A Dcompile99 found=no
106 found=yes
111 found=yes
116 found=yes
123 if test "$found" != yes; then
/external/antlr/antlr-3.4/runtime/Python/unittests/
H A Dtesttreewizard.py286 found = t.toStringTree()
288 self.failUnlessEqual(expecting, found)
294 found = t.toStringTree()
296 self.failUnlessEqual(expecting, found)
302 found = t.toStringTree()
304 self.failUnlessEqual(expecting, found)
310 found = t.toStringTree()
312 self.failUnlessEqual(expecting, found)
318 found = t.toStringTree()
320 self.failUnlessEqual(expecting, found)
[all...]
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRegisterSpec.java68 RegisterSpec found = theInterns.get(theInterningItem);
70 if (found != null) {
71 return found;
74 found = theInterningItem.toRegisterSpec();
75 theInterns.put(found, found);
76 return found;
/external/elfutils/src/libdw/
H A Ddwarf_getlocation.c125 struct loc_block_s **found = tfind (&fake, &attr->cu->locs, loc_compare); local
126 if (unlikely (found == NULL))
132 return_block->length = (*found)->length;
133 return_block->data = (*found)->data;
163 struct loc_s **found = tfind (&fake, &attr->cu->locs, loc_compare); local
165 if (found == NULL)
187 found = tsearch (newp, &attr->cu->locs, loc_compare);
190 assert ((*found)->nloc == 1);
194 *llbuf = (*found)->loc;
218 struct loc_s **found local
[all...]
H A Dlibdw_findcu.c149 struct Dwarf_CU **found = tfind (&fake, tree, findcu_cb); local
150 if (found != NULL)
151 return *found;
/external/e2fsprogs/ext2ed/
H A Ddir_com.c196 5. If the required entry is found, we dispatch a remember command to insert the current inode (remember that
262 if (status==FOUND) { /* If found */
308 wprintw (command_win,"Error - Directory entry %s not found.\n",dir_name); /* Hmm, an invalid path somewhere */
317 Returns FOUND if found, or CONTINUE if not found.
369 internal_error ("dir_com","type_dir___entry","According to our gathered data, we should have found this entry");
547 int found=0; local
568 while (descriptor_ptr!=NULL && !found) {
570 found=1;
594 int found local
[all...]
/external/elfutils/src/config/
H A Dcompile99 found=no
106 found=yes
111 found=yes
116 found=yes
123 if test "$found" != yes; then
/external/google-breakpad/autotools/
H A Dcompile99 found=no
106 found=yes
111 found=yes
116 found=yes
123 if test "$found" != yes; then
/external/libedit/
H A Dcompile99 found=no
106 found=yes
111 found=yes
116 found=yes
123 if test "$found" != yes; then
/external/openssh/
H A Dsandbox-systrace.c119 int dev_systrace, i, j, found, status; local
170 found = 0;
173 found = 1;
179 policy.strp_policy = found ?
181 if (found)
/external/pcre/dist/
H A Dcompile99 found=no
106 found=yes
111 found=yes
116 found=yes
123 if test "$found" != yes; then
/external/protobuf/
H A Dcompile99 found=no
106 found=yes
111 found=yes
116 found=yes
123 if test "$found" != yes; then
/external/protobuf/gtest/build-aux/
H A Dcompile99 found=no
106 found=yes
111 found=yes
116 found=yes
123 if test "$found" != yes; then
/external/chromium-trace/trace-viewer/third_party/WebOb/webob/
H A Dheaders.py54 found = False
58 found = True
59 if not found:
/external/dnsmasq/contrib/dynamic-dnsmasq/
H A Ddynamic-dnsmasq.pl195 my $found = 0;
203 $found = 1;
209 unless ( $found ) {
/external/google-breakpad/src/processor/
H A Dstackwalker.cc88 bool found = false; local
92 found = true;
96 if (!found) {
/external/icu/icu4c/source/test/intltest/
H A Dwindttst.cpp81 UBool found = FALSE; local
87 if (found = uprv_getWindowsTimeZoneInfo(&tzi, equiv.getBuffer(), equiv.length())) {
92 if (! found) {
/external/linux-tools-perf/src/tools/perf/arch/
H A Dcommon.c65 bool found = false; local
81 found = true;
87 return found;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_cse.cpp99 bool found = false; local
110 found = true;
116 if (!found) {
/external/skia/samplecode/
H A DSampleAnimator.cpp6 * found in the LICENSE file.
75 const SkDOMNode* found = find_nodeID(dom, child, name); local
76 if (found) {
77 return found;
/external/skia/tests/
H A DPathOpsQuadLineIntersectionThreadedTest.cpp5 * found in the LICENSE file.
55 bool found = false; local
62 found = true;
65 REPORTER_ASSERT(reporter, found);
/external/v8/test/mjsunit/
H A Ddebug-listbreakpoints.js97 var found = false;
101 found = true;
105 assertTrue(found, "found unexpected breakpoint " + id);
H A Dmirror-array.js105 assertTrue(length_found, 'Property length not found');
110 var found = false;
113 found = true;
116 assertTrue(found, names[i])
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dlattice_armv7.S5 @ that can be found in the LICENSE file in the root of the source
6 @ tree. An additional intellectual property rights grant can be found
8 @ be found in the AUTHORS file in the root of the source tree.

Completed in 2362 milliseconds

1234567891011>>