Home
last modified time | relevance | path

Searched refs:found (Results 1 – 25 of 1035) sorted by relevance

12345678910>>...42

/external/e2fsprogs/tests/f_expand/
Dexpect.1.gz
/external/e2fsprogs/tests/f_lpffile/
Dexpect.14 /lost+found is not a directory (ino=11)
7 /lost+found not found. Create? yes
11 Connect to /lost+found? yes
14 Connect to /lost+found? yes
19 Connect to /lost+found? yes
24 Connect to /lost+found? yes
/external/apache-http/src/org/apache/http/message/
DBasicTokenIterator.java236 boolean found = false; in findTokenStart()
237 while (!found && (this.currentHeader != null)) { in findTokenStart()
240 while (!found && (from < to)) { in findTokenStart()
248 found = true; in findTokenStart()
255 if (!found) { in findTokenStart()
265 return found ? from : -1; in findTokenStart()
292 boolean found = false; in findTokenSeparator()
294 while (!found && (from < to)) { in findTokenSeparator()
297 found = true; in findTokenSeparator()
DBasicHeaderIterator.java105 boolean found = false; in findNext()
106 while (!found && (from < to)) { in findNext()
108 found = filterHeader(from); in findNext()
110 return found ? from : -1; in findNext()
/external/v8/test/mjsunit/
Dmjsunit.js42 function fail(expected, found, name_opt) { argument
50 throw new MjsUnitAssertionError(start + " expected <" + expected + "> found <" + found + ">");
105 function assertEquals(expected, found, name_opt) { argument
106 if (!deepEquals(found, expected)) {
107 fail(expected, found, name_opt);
112 function assertArrayEquals(expected, found, name_opt) { argument
117 assertEquals(expected.length, found.length, start + "array length");
118 if (expected.length == found.length) {
120 assertEquals(expected[i], found[i], start + "array element at index " + i);
/external/e2fsprogs/tests/f_dup_de/
Dexpect.13 Duplicate entry 'mailcap.dpkg-old' found.
8 Duplicate entry 'mailcap.dpkg-old' in /etc (12) found. Clear? yes
10 Duplicate entry 'fstab' in /etc (12) found. Clear? yes
12 Duplicate entry 'localtime' in /etc (12) found. Clear? yes
14 Duplicate entry 'resolv.conf' in /etc (12) found. Clear? yes
16 Duplicate entry 'usb.permissions' in /etc (12) found. Clear? yes
18 Duplicate entry 'modules.conf.old' in /etc (12) found. Clear? yes
Dexpect-nohtree.16 Duplicate entry 'mailcap.dpkg-old' found.
11 Duplicate entry 'fstab' in /etc (12) found. Clear? yes
13 Duplicate entry 'localtime' in /etc (12) found. Clear? yes
15 Duplicate entry 'mailcap.dpkg-old' in /etc (12) found. Clear? yes
17 Duplicate entry 'modules.conf.old' in /etc (12) found. Clear? yes
22 Duplicate entry 'resolv.conf' in /etc (12) found. Clear? yes
24 Duplicate entry 'usb.permissions' in /etc (12) found. Clear? yes
/external/skia/src/animator/
DSkDisplayList.cpp62 SkGroup** parent, SkGroup** found, SkTDDrawableArray**grandList) { in findGroup() argument
66 return SearchForMatch(match, list, parent, found, grandList); in findGroup()
80 SkGroup** parent, SkGroup** found, SkTDDrawableArray**grandList) { in SearchForMatch() argument
81 *found = NULL; in SearchForMatch()
90 …cope->isGroup() && SearchGroupForMatch(apply->scope, match, list, parent, found, grandList, index)) in SearchForMatch()
101 … if (draw->isGroup() && SearchGroupForMatch(draw, match, list, parent, found, grandList, index)) in SearchForMatch()
109 SkGroup** parent, SkGroup** found, SkTDDrawableArray** grandList, int &index) { in SearchGroupForMatch() argument
114 int groupIndex = group->findGroup(match, list, parent, found, grandList); in SearchGroupForMatch()
116 *found = group; in SearchGroupForMatch()
/external/webkit/JavaScriptCore/wtf/
DMessageQueue.h134 DequeConstIterator<DataType*> found = m_queue.end(); in waitForMessageFilteredWithTimeout() local
135 while (!m_killed && !timedOut && (found = m_queue.findIf(predicate)) == m_queue.end()) in waitForMessageFilteredWithTimeout()
150 ASSERT(found != m_queue.end()); in waitForMessageFilteredWithTimeout()
151 DataType* message = *found; in waitForMessageFilteredWithTimeout()
152 m_queue.remove(found); in waitForMessageFilteredWithTimeout()
178 DequeConstIterator<DataType*> found = m_queue.findIf(predicate); in removeIf() local
179 if (found == m_queue.end()) in removeIf()
182 DataType* message = *found; in removeIf()
183 m_queue.remove(found); in removeIf()
/external/libvpx/build/make/
Darmlink_adapter.sh37 found=0
39 [ -f "$d/$f" ] && infiles="$infiles $d/$f" && found=1 && break
40 [ -f "$d/lib${f}.so" ] && infiles="$infiles $d/lib${f}.so" && found=1 && break
41 [ -f "$d/lib${f}.a" ] && infiles="$infiles $d/lib${f}.a" && found=1 && break
43 [ $found -eq 0 ] && infiles="$infiles $f"
/external/e2fsprogs/ext2ed/
Dmain.c360 int i,found=0; in dispatch() local
373 i<=current_type->type_commands.last_command && !found; in dispatch()
377 found=1; in dispatch()
383 if (!found) in dispatch()
384 for (i=0;i<=ext2_commands.last_command && !found;i++) { in dispatch()
387 found=1; in dispatch()
394 if (!found) in dispatch()
395 for (i=0;i<=general_commands.last_command && !found;i++) { in dispatch()
398 found=1; in dispatch()
404 if (!found) { in dispatch()
/external/e2fsprogs/resize/
Dtest_extent.in28 # Answer: 0 (not found)
32 # Answer: 0 (not found)
36 # Answer: 0 (not found)
38 # Answer: 0 (not found)
46 # Answer: 0 (not found)
/external/qemu/distrib/sdl-1.2.12/src/audio/nto/
DSDL_nto_audio.c352 int found; in NTO_OpenAudio() local
387 found = 0; in NTO_OpenAudio()
389 for (test_format=SDL_FirstAudioFormat(spec->format); !found ;) in NTO_OpenAudio()
396 found = 1; in NTO_OpenAudio()
400 found = 1; in NTO_OpenAudio()
404 found = 1; in NTO_OpenAudio()
408 found = 1; in NTO_OpenAudio()
412 found = 1; in NTO_OpenAudio()
416 found = 1; in NTO_OpenAudio()
422 if (!found) in NTO_OpenAudio()
/external/apache-http/src/org/apache/http/conn/scheme/
DSchemeRegistry.java78 Scheme found = get(name); in getScheme() local
79 if (found == null) { in getScheme()
83 return found; in getScheme()
120 Scheme found = registeredSchemes.get(name); in get() local
121 return found; in get()
/external/elfcopy/
Dfixdwarf.c358 value_t *found = find_value(val); in value_visited() local
359 if (found != NULL) { in value_visited()
374 symbols = backtrace_symbols(found->backtrace, found->backtrace_depth); in value_visited()
388 found = alloc_value(); in value_visited()
389 found->left = found->right = NULL; in value_visited()
390 found->key = val; in value_visited()
392 found->backtrace_depth = backtrace(found->backtrace, BACKTRACE_DEPTH); in value_visited()
395 s_visited_values = found; in value_visited()
398 would_be_parent->left = found; in value_visited()
400 would_be_parent->right = found; in value_visited()
/external/e2fsprogs/tests/f_noroot/
Dexpect.17 Entry '..' in /lost+found (11) has deleted/unused inode 2. Clear? yes
15 Connect to /lost+found? yes
17 /lost+found not found. Create? yes
20 Connect to /lost+found? yes
/external/e2fsprogs/tests/f_lpf/
Dexpect.18 /lost+found not found. Create? yes
12 Connect to /lost+found? yes
17 Connect to /lost+found? yes
22 Connect to /lost+found? yes
/external/freetype/src/base/
Dftdebug.c170 FT_Int level = -1, found = -1; in ft_debug_init() local
186 found = n; in ft_debug_init()
200 if ( found >= 0 && level >= 0 ) in ft_debug_init()
202 if ( found == trace_any ) in ft_debug_init()
209 ft_trace_levels[found] = level; in ft_debug_init()
/external/chromium/third_party/icu/source/i18n/
Dusearch.cpp3774 UBool found; in usearch_search() local
3787 found = TRUE; in usearch_search()
3797 found = FALSE; in usearch_search()
3802 if (!found && targetCEI->ce != UCOL_PROCESSED_NULLORDER) { in usearch_search()
3807 if (!found) { in usearch_search()
3835 found = FALSE; in usearch_search()
3846 found = FALSE; in usearch_search()
3856 found = FALSE; in usearch_search()
3879 found = FALSE; in usearch_search()
3883 found = FALSE; in usearch_search()
[all …]
/external/elfutils/libelf/
Dnlist.c164 const struct hashentry *found; in nlist() local
168 found = nlist_fshash_find (table, nl->n_name, 0, &search); in nlist()
170 if (found != NULL) in nlist()
173 nl->n_value = found->sym.st_value; in nlist()
174 nl->n_scnum = found->sym.st_shndx; in nlist()
175 nl->n_type = GELF_ST_TYPE (found->sym.st_info); in nlist()
/external/webkit/WebCore/platform/graphics/win/
DWKCACFContextFlusher.cpp63 ContextSet::iterator found = m_contexts.find(context); in removeContext() local
64 if (found == m_contexts.end()) in removeContext()
67 CFRelease(*found); in removeContext()
68 m_contexts.remove(found); in removeContext()
/external/bluetooth/glib/tests/
Dmodule-test.c48 compare (const gchar *desc, const gchar *expected, const gchar *found) in compare() argument
50 if (!expected && !found) in compare()
53 if (expected && found && strcmp (expected, found) == 0) in compare()
57 desc, expected ? expected : "NULL", found ? found : "NULL"); in compare()
/external/icu4c/i18n/
Dusearch.cpp3834 UBool found; in usearch_search() local
3859 found = TRUE; in usearch_search()
3872 found = FALSE; in usearch_search()
3887 if (!found && ((targetCEI == NULL) || (targetCEI->ce != UCOL_PROCESSED_NULLORDER))) { in usearch_search()
3892 if (!found) { in usearch_search()
3921 found = FALSE; in usearch_search()
3938 found = FALSE; in usearch_search()
3944 found = false; in usearch_search()
3961 found = FALSE; in usearch_search()
3971 found = FALSE; in usearch_search()
[all …]
/external/e2fsprogs/lib/ext2fs/
Dlookup.c25 int found; member
44 ls->found++; in lookup_proc()
60 ls.found = 0; in ext2fs_lookup()
66 return (ls.found) ? 0 : EXT2_ET_FILE_NOT_FOUND; in ext2fs_lookup()
/external/openssl/crypto/bn/
Dbn_depr.c74 int found = 0; in BN_generate_prime() local
88 found = 1; in BN_generate_prime()
90 if (!found && (ret == NULL) && (rnd != NULL)) BN_free(rnd); in BN_generate_prime()
91 return(found ? rnd : NULL); in BN_generate_prime()

12345678910>>...42