Searched refs:found (Results 201 - 225 of 961) sorted by relevance

1234567891011>>

/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.
/external/icu/icu4c/source/i18n/
H A Dusearch.cpp749 // a initial match is found
758 * sets match not found
1066 * @return TRUE if identical match is found
1224 * Checks and sets the match information if found.
1397 * @return TRUE if a match if found, FALSE otherwise
1436 * @return USEARCH_DONE if a match is not found, otherwise return the starting
1561 * However if the failure is found before the accent set, it fails.
1567 * @return USEARCH_DONE if a match is not found, otherwise return the starting
1762 return TRUE; // match found
1885 * Checks and sets the match information if found
3852 UBool found; local
4142 UBool found; local
4351 UBool found = FALSE; local
4467 UBool found = FALSE; local
4584 UBool found = FALSE; local
4734 UBool found = FALSE; local
[all...]
H A Drbtz.cpp552 UBool found = findNext(base, inclusive, transitionTime, fromRule, toRule); local
553 if (found) {
571 UBool found = findPrev(base, inclusive, transitionTime, fromRule, toRule); local
572 if (found) {
742 UBool found = FALSE; local
748 found = TRUE;
755 found = TRUE;
778 found = TRUE;
796 found = TRUE;
799 if (found) {
825 UBool found = FALSE; local
[all...]
/external/libvpx/libvpx/vp8/common/arm/armv6/
H A Dcopymem8x4_v6.asm5 ; 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.
H A Dcopymem8x8_v6.asm5 ; 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.
H A Ddc_only_idct_add_v6.asm5 ; grant that can be found in the LICENSE file in the root of the source
6 ; tree. All contributing project authors may be found in the AUTHORS
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_copy_neon.asm5 ; 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/
H A Dvp9_error_sse2.asm5 ; 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/
H A DFileFind.cpp303 bool CEnumerator::Next(CFileInfo &fi, bool &found) argument
307 found = true;
310 found = false;
334 bool CEnumeratorW::Next(CFileInfoW &fi, bool &found) argument
338 found = true;
341 found = false;
/external/webrtc/
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/google-tv-pairing-protocol/cpp/
H A Dconfigure.ac43 [AC_MSG_ERROR([protoc was not found in your path])])
/external/libopus/win32/
H A Dgenversion.bat11 echo Git cannot be found, nor can version.mk. Generating unknown version.
/external/openssh/
H A Dauth2.c460 u_int i, found; local
469 for (found = i = 0; !found && authmethods[i] != NULL; i++) {
483 found = 1;
486 if (!found) {
598 u_int i, found = 0; local
605 found = 1;
614 if (!found)
H A Dhostfile.c250 debug3("%s: found %skey type %s in file %s:%lu", __func__,
329 * If looking for a keytype (key == NULL) and one is found then return
333 * 1. If the key is a cert and a matching CA is found, return HOST_OK
334 * 2. If the key is not a cert and a matching key is found, return HOST_OK
335 * 3. If no key matches but a key with a different type is found, then
337 * 4. If no matching keys are found, then return HOST_NEW.
339 * Finally, check any found key is not revoked.
343 struct sshkey *k, int keytype, const struct hostkey_entry **found)
351 if (found != NULL)
352 *found
342 check_hostkeys_by_key_or_type(struct hostkeys *hostkeys, struct sshkey *k, int keytype, const struct hostkey_entry **found) argument
401 check_key_in_hostkeys(struct hostkeys *hostkeys, struct sshkey *key, const struct hostkey_entry **found) argument
410 lookup_key_in_hostkeys_by_type(struct hostkeys *hostkeys, int keytype, const struct hostkey_entry **found) argument
[all...]
/external/linux-tools-perf/src/tools/perf/util/
H A Dprobe-finder.c57 goto found;
63 found:
768 bool found; member in struct:find_scope_param
787 fsp->found = true;
797 fsp->found = true;
812 .found = false,
817 return fsp.found ? die_mem : NULL;
883 pr_debug("No matched lines found in %s.\n", fname);
898 pr_debug("Probe line found: line:%d addr:0x%llx\n",
951 pr_debug("found inlin
1023 int found; member in struct:pubname_callback_param
[all...]
H A Dconfig.c406 int ret = 0, found = 0; local
415 found += 1;
442 found += 1;
447 if (found == 0)
/external/opencv/cvaux/src/
H A Dcvcalibfilter.cpp376 bool found = false; local
410 found = cvFindChessBoardCornerGuesses( grayImg, tempImg, storage,
414 if( found )
425 latestCounts[i] = found ? tempPointCount : -tempPointCount;
426 result = result && found;
484 int* count, bool* found )
489 !pts || !count || !found )
497 *found = n > 0;
527 bool found = false; local
530 GetLatestPoints( i, &pts, &count, &found );
[all...]
/external/eigen/unsupported/test/
H A Dpolynomialsolver.cpp52 cerr << "Roots found: " << roots.transpose() << endl;
104 // 1) the roots found are correct
118 bool found = false; local
119 for( size_t j=0; j<calc_realRoots.size()&& !found; ++j )
122 found = true; }
124 VERIFY( found );
/external/google-breakpad/src/processor/
H A Dstatic_address_map_unittest.cc99 bool found; local
102 found = addr_map[testcase].Retrieve(target, &entry, &address);
106 ASSERT_EQ(found, found_test);
108 if (found && found_test) {
/external/icu/icu4c/source/common/
H A Duarrsort.c67 UBool found=FALSE; local
82 * (where found will never become TRUE in the insertion sort)
85 found=TRUE;
98 found=TRUE;
104 return found ? (start-1) : ~start;
/external/javassist/src/main/javassist/tools/rmi/
H A DAppletServer.java226 ExportedObject found = (ExportedObject)exportedNames.get(name);
229 if (found == null) {
230 logging2(name + "not found.");
236 out.writeInt(found.identifier);
237 out.writeUTF(found.object.getClass().getName());

Completed in 714 milliseconds

1234567891011>>