/external/e2fsprogs/tests/f_expand/ |
D | expect.1.gz |
|
/external/e2fsprogs/tests/f_lpffile/ |
D | expect.1 | 4 /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/ |
D | BasicTokenIterator.java | 236 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()
|
D | BasicHeaderIterator.java | 105 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/ |
D | mjsunit.js | 42 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/ |
D | expect.1 | 3 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
|
D | expect-nohtree.1 | 6 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/ |
D | SkDisplayList.cpp | 62 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/ |
D | MessageQueue.h | 134 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/ |
D | armlink_adapter.sh | 37 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/ |
D | main.c | 360 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/ |
D | test_extent.in | 28 # 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/ |
D | SDL_nto_audio.c | 352 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/ |
D | SchemeRegistry.java | 78 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/ |
D | fixdwarf.c | 358 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/ |
D | expect.1 | 7 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/ |
D | expect.1 | 8 /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/ |
D | ftdebug.c | 170 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/ |
D | usearch.cpp | 3774 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/ |
D | nlist.c | 164 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/ |
D | WKCACFContextFlusher.cpp | 63 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/ |
D | module-test.c | 48 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/ |
D | usearch.cpp | 3834 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/ |
D | lookup.c | 25 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/ |
D | bn_depr.c | 74 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()
|