HomeSort by relevance Sort by last modified time
    Searched full:found (Results 176 - 200 of 17120) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/webrtc/src/system_wrappers/source/
rw_lock.cc 5 * 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.
rw_lock_generic.h 5 * 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.
rw_lock_linux.cc 5 * 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.
rw_lock_linux.h 5 * 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.
thread.cc 5 * 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.
trace_linux.h 5 * 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.
  /external/pcre/cmake/
FindPackageHandleStandardArgs.cmake 5 # The package is found if all variables listed are TRUE.
10 # LibXml2 is considered to be found, if both LIBXML2_LIBRARIES and
12 # If it is not found and REQUIRED was used, it fails with FATAL_ERROR,
14 # If it is found, the location is reported using the VAR1 argument, so
15 # here a message "Found LibXml2: /usr/lib/libxml2.so" will be printed out.
47 MESSAGE(STATUS "Found ${_NAME}: ${${_VAR1}}")
  /external/qemu/
hxtool 29 echo "line $line: syntax error: expected ETEXI, found $str" >&2
36 echo "line $line: syntax error: expected STEXI, found $str" >&2
43 echo "line $line: syntax error: expected ETEXI, found $str" >&2
69 echo "line $line: syntax error: expected EQMP, found $str" >&2
76 echo "line $line: syntax error: expected SQMP, found $str" >&2
83 echo "line $line: syntax error: expected EQMP, found $str" >&2
  /external/clang/test/SemaObjC/
property-lookup-in-id.m 28 fsEventStream = [NSApp delegate].fsEventStream; // expected-warning {{warning: instance method '-delegate' not found (return type defaults to 'id')}} \
29 // expected-error {{property 'fsEventStream' not found on object of type 'id'}}
  /external/e2fsprogs/lib/ss/
test_script_expected 13 test_ss: Command not found quux
15 test_ss: Command not found quux
  /external/libvpx/build/make/
armlink_adapter.sh 6 ## that can be found in the LICENSE file in the root of the source
7 ## tree. An additional intellectual property rights grant can be found
9 ## be found in the AUTHORS file in the root of the source tree.
39 found=0
41 [ -f "$d/$f" ] && infiles="$infiles $d/$f" && found=1 && break
42 [ -f "$d/lib${f}.so" ] && infiles="$infiles $d/lib${f}.so" && found=1 && break
43 [ -f "$d/lib${f}.a" ] && infiles="$infiles $d/lib${f}.a" && found=1 && break
45 [ $found -eq 0 ] && infiles="$infiles $f"
  /external/valgrind/main/exp-ptrcheck/tests/
justify.c 4 // This is an example of an error found by Annelid, but not found by
  /packages/apps/PackageInstaller/res/values-rm/
strings.xml 29 <!-- no translation found for install_failed_invalid_apk (1287935707565682604) -->
31 <!-- no translation found for install_failed_inconsistent_certificates (1517751954440692054) -->
33 <!-- no translation found for install_failed_older_sdk (7947925824732917665) -->
35 <!-- no translation found for install_failed_cpu_abi_incompatible (6692706907221501294) -->
37 <!-- no translation found for install_failed_cpu_abi_incompatible (198065658681054957) -->
39 <!-- no translation found for install_failed_file_not_found (1958430133396322619) -->
41 <!-- no translation found for install_failed_verify_failed (5567372439890440205) -->
43 <!-- no translation found for install_failed_verify_timeout (1657557608958047423) -->
45 <!-- no translation found for install_failed_msg (1338133677465935471) -->
50 <!-- no translation found for unknown_apps_dlg_text (4206956723707981) --
    [all...]
  /dalvik/vm/
Intern.cpp 73 StringObject* found; local
85 * A match was found in the literal table, the easy case.
87 found = literal;
96 * A match was found in the interned table. Move the
100 found = insertString(gDvm.literalStrings, key, interned);
101 assert(found == interned);
107 found = insertString(gDvm.literalStrings, key, strObj);
108 assert(found == strObj);
115 found = lookupString(gDvm.literalStrings, key, strObj);
116 if (found == NULL)
161 StringObject* found = lookupString(gDvm.internedStrings, key, strObj); local
    [all...]
  /external/chromium/android/
execinfo.cc 3 // found in the LICENSE file.
execinfo.h 3 // found in the LICENSE file.
  /external/chromium/android/jni/
autofill_request_url.h 3 // found in the LICENSE file.
  /external/chromium/base/i18n/
icu_util_nacl_win64.cc 3 // found in the LICENSE file.
number_formatting.h 3 // found in the LICENSE file.
  /external/chromium/base/
message_loop_proxy.cc 3 // found in the LICENSE file.
message_pump.cc 3 // found in the LICENSE file.
platform_file.cc 3 // found in the LICENSE file.
process_util.cc 3 // found in the LICENSE file.
48 ProcessEntries found; local
50 found.push_back(*process_entry);
52 return found;
scoped_ptr.h 3 // found in the LICENSE file.
task.cc 3 // found in the LICENSE file.

Completed in 541 milliseconds

1 2 3 4 5 6 78 91011>>