HomeSort by relevance Sort by last modified time
    Searched refs:found (Results 501 - 525 of 2814) sorted by null

<<21222324252627282930>>

  /external/libvpx/libvpx/vp8/common/arm/armv6/
copymem8x8_v6.asm 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/libvpx/libvpx/vp9/common/arm/neon/
vp9_copy_neon.asm 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/libvpx/libvpx/vp9/encoder/x86/
vp9_error_sse2.asm 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/lzma/CPP/Windows/
FileFind.cpp 303 bool CEnumerator::Next(CFileInfo &fi, bool &found)
307 found = true;
310 found = false;
334 bool CEnumeratorW::Next(CFileInfoW &fi, bool &found)
338 found = true;
341 found = false;
  /external/qemu/distrib/sdl-1.2.15/acinclude/
alsa.m4 7 dnl AM_PATH_ALSA([MINIMUM-VERSION [, ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
14 dnl and the alsa libraries are not found, a fatal AC_MSG_ERROR() will result.
112 [AC_MSG_RESULT(found.)],
114 ifelse([$3], , [AC_MSG_ERROR(Sufficiently new version of libasound not found.)])
122 [ifelse([$3], , [AC_MSG_ERROR(No linkable libasound was found.)])
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Android.mk 4 # 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.
  /libcore/support/src/test/java/libcore/javax/net/ssl/
TestSSLContext.java 218 boolean found = false;
225 found = true;
229 assertTrue(found);
234 boolean found = false;
241 found = true;
245 assertTrue(found);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/
patricia_trie_policy.cpp 66 * outCodePoints: an array to write the found word, with MAX_WORD_LENGTH size.
68 * Return value : the code point count, of 0 if the word was not found.
94 // We found the position. Copy the rest of the code points in the buffer and return
126 // We will write in `found' whether we have passed the children position we are
130 bool found; local
140 found = true;
146 found = true;
149 found = false;
155 found = (1 >= ptNodeCount);
158 if (found) {
    [all...]
  /external/chromium/chrome/browser/content_settings/
content_settings_pref_provider.cc 3 // found in the LICENSE file.
266 bool found = dictionary->GetIntegerWithoutPathExpansion(content_type, local
268 DCHECK(found);
456 bool found = all_settings_dictionary->GetDictionaryWithoutPathExpansion( local
458 if (!found) {
467 found = host_settings_dictionary->GetDictionary(
469 if (!found) {
549 bool found = local
552 DCHECK(found);
643 bool found = mutable_settings->GetDictionaryWithoutPathExpansion local
713 bool found = dictionary->GetIntegerWithoutPathExpansion(content_type, local
741 bool found = dictionary->GetDictionary(content_type, local
748 bool found = resource_dictionary->GetIntegerWithoutPathExpansion( local
797 bool found = all_settings_dictionary->GetDictionaryWithoutPathExpansion( local
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
httpcacheview.js 3 // found in the LICENSE file.
httpthrottlingview.js 3 // found in the LICENSE file.
  /external/chromium/chrome/browser/resources/shared/js/
media_common.js 3 // found in the LICENSE file.
  /external/chromium/testing/gmock/scripts/generator/cpp/
gmock_class.py 147 sys.stderr.write('Class(es) not found in %s: %s\n' %
150 sys.stderr.write('No class found in %s\n' % filename)
  /external/chromium_org/chrome/browser/chromeos/dbus/
org.chromium.LibCrosService.conf 6 found in the LICENSE file.
  /external/chromium_org/chrome/browser/resources/
about_credits.js 3 // found in the LICENSE file.
managed_mode_block_interstitial.js 3 // found in the LICENSE file.
  /external/chromium_org/chrome/browser/resources/apps_debugger/js/
main.js 3 // found in the LICENSE file.
  /external/chromium_org/chrome/browser/resources/chromeos/
cryptohome.js 3 // found in the LICENSE file.
slow.js 3 // found in the LICENSE file.
  /external/chromium_org/chrome/browser/resources/chromeos/first_run/app/
main.js 3 // found in the LICENSE file.
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
error_dialog.js 3 // found in the LICENSE file.
  /external/chromium_org/chrome/browser/resources/google_now/
background_test_util.js 3 // found in the LICENSE file.
  /external/chromium_org/chrome/browser/resources/ssl/
ssl_errors_common.js 3 // found in the LICENSE file.
  /external/chromium_org/chrome/browser/resources/sync_internals/
events.js 3 // found in the LICENSE file.
  /external/chromium_org/chrome/browser/sync/test/integration/
typed_urls_helper.cc 3 // found in the LICENSE file.
69 bool* found,
71 : url_(url), row_(row), wait_event_(event), found_(found) {}
185 bool found; local
186 service->ScheduleDBTask(new GetUrlTask(url, row, &found, &wait_event),
189 return found;
317 bool found = false; local
321 found = true;
325 ASSERT_TRUE(found);

Completed in 2814 milliseconds

<<21222324252627282930>>