HomeSort by relevance Sort by last modified time
    Searched refs:found (Results 401 - 425 of 2575) sorted by null

<<11121314151617181920>>

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
copy_altivec.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.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
vp8_memcpy_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.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/
rdopt_altivec.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.
  /ndk/sources/host-tools/ndk-stack/
ndk-stack-parser.c 89 * 0 If source file information has been found and printed, or -1 if that
101 * Boolean: 1 if a match has been found, or 0 if match has not been found in
182 int found = 0; local
209 found = 1;
219 return !found;
226 found = 1;
232 return !found;
240 // To workaround, let's double check if pc is found!
243 return !found;
    [all...]
  /system/bt/btif/src/
btif_hl.c 204 BOOLEAN found=FALSE; local
219 found = TRUE;
226 if (found)
229 BTIF_TRACE_DEBUG("%s found=%d channel_id=0x%08x",
230 __FUNCTION__, found, channel_id, *p_app_idx, *p_mcl_idx);
231 return found;
264 BTIF_TRACE_DEBUG("btif_hl_num_dchs: mcl handle found j =%d",j);
269 BTIF_TRACE_DEBUG("btif_hl_num_dchs_in_use:found x =%d",x);
387 BOOLEAN found=FALSE; local
396 found = TRUE
584 BOOLEAN found = FALSE; local
1016 BOOLEAN found=FALSE; local
1060 BOOLEAN found=FALSE; local
1103 BOOLEAN found=FALSE; local
1142 BOOLEAN found=FALSE; local
1194 BOOLEAN found = FALSE; local
1264 BOOLEAN found =FALSE; local
1296 BOOLEAN found=FALSE; local
1433 BOOLEAN found = FALSE; local
1688 BOOLEAN found=FALSE; local
1719 BOOLEAN found=FALSE; local
1752 BOOLEAN found=FALSE; local
1791 BOOLEAN found=FALSE; local
1835 BOOLEAN found=FALSE; local
1897 BOOLEAN found=FALSE; local
1972 BOOLEAN found=FALSE; local
2001 BOOLEAN found=FALSE; local
2034 BOOLEAN found=FALSE; local
2062 BOOLEAN found=FALSE; local
2088 BOOLEAN found = FALSE; local
4550 BOOLEAN found= FALSE; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_strptime.py 40 "%s: not found in tuple" % error_msg)
77 "timezone %s not found in %s" %
139 found = self.time_re.compile(r"%A").match(self.locale_time.f_weekday[6])
140 self.assertTrue(found and found.group('A') == self.locale_time.f_weekday[6],
143 found = compiled.match("%s %s" % (self.locale_time.a_weekday[4],
145 self.assertTrue(found,
149 self.assertTrue(found.group('a') == self.locale_time.a_weekday[4] and
150 found.group('b') == self.locale_time.a_month[4],
153 (found.string, found.re.pattern, found.group('a')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_strptime.py 40 "%s: not found in tuple" % error_msg)
77 "timezone %s not found in %s" %
139 found = self.time_re.compile(r"%A").match(self.locale_time.f_weekday[6])
140 self.assertTrue(found and found.group('A') == self.locale_time.f_weekday[6],
143 found = compiled.match("%s %s" % (self.locale_time.a_weekday[4],
145 self.assertTrue(found,
149 self.assertTrue(found.group('a') == self.locale_time.a_weekday[4] and
150 found.group('b') == self.locale_time.a_month[4],
153 (found.string, found.re.pattern, found.group('a')
    [all...]
  /external/libpng/
compile 99 found=no
106 found=yes
111 found=yes
116 found=yes
123 if test "$found" != yes; then
  /external/antlr/antlr-3.4/runtime/Python/unittests/
testtreewizard.py 286 found = t.toStringTree()
288 self.failUnlessEqual(expecting, found)
294 found = t.toStringTree()
296 self.failUnlessEqual(expecting, found)
302 found = t.toStringTree()
304 self.failUnlessEqual(expecting, found)
310 found = t.toStringTree()
312 self.failUnlessEqual(expecting, found)
318 found = t.toStringTree()
320 self.failUnlessEqual(expecting, found)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
RegisterSpec.java 64 RegisterSpec found = theInterns.get(theInterningItem); local
66 if (found != null) {
67 return found;
70 found = theInterningItem.toRegisterSpec();
71 theInterns.put(found, found);
72 return found;
  /dalvik/dx/src/com/android/dx/rop/code/
RegisterSpec.java 67 RegisterSpec found = theInterns.get(theInterningItem); local
69 if (found != null) {
70 return found;
73 found = theInterningItem.toRegisterSpec();
74 theInterns.put(found, found);
75 return found;
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
RegisterSpec.java 68 RegisterSpec found = theInterns.get(theInterningItem); local
70 if (found != null) {
71 return found;
74 found = theInterningItem.toRegisterSpec();
75 theInterns.put(found, found);
76 return found;
  /external/skia/src/core/
SkPictureFlat.h 6 * found in the LICENSE file.
428 const SkFlatData* found = fHash.find(*toReplace); local
429 if (found == NULL) {
434 // findAndReturnMutableFlat put flat at the back. Swap it into found->index() instead.
437 flat->setIndex(found->index());
438 fIndexedData.removeShuffle(found->index()-1);
439 SkASSERT(flat == fIndexedData[found->index()-1]);
442 fHash.remove(*found);
443 fController->unalloc((void*)found);
  /external/elfutils/src/libdw/
dwarf_getlocation.c 125 struct loc_block_s **found = tfind (&fake, &attr->cu->locs, loc_compare); local
126 if (unlikely (found == NULL))
132 return_block->length = (*found)->length;
133 return_block->data = (*found)->data;
163 struct loc_s **found = tfind (&fake, &attr->cu->locs, loc_compare); local
165 if (found == NULL)
187 found = tsearch (newp, &attr->cu->locs, loc_compare);
190 assert ((*found)->nloc == 1);
194 *llbuf = (*found)->loc;
218 struct loc_s **found = tfind (&fake, cache, loc_compare) local
    [all...]
  /art/runtime/
dex_file_test.cc 315 const DexFile::ProtoId* found = local
317 ASSERT_TRUE(found != nullptr);
318 EXPECT_EQ(java_lang_dex_file_->GetIndexForProtoId(*found), i);
328 const DexFile::MethodId* found = java_lang_dex_file_->FindMethodId(klass, name, signature); local
329 ASSERT_TRUE(found != nullptr) << "Didn't find method " << i << ": "
333 EXPECT_EQ(java_lang_dex_file_->GetIndexForMethodId(*found), i);
343 const DexFile::FieldId* found = java_lang_dex_file_->FindFieldId(klass, name, type); local
344 ASSERT_TRUE(found != nullptr) << "Didn't find field " << i << ": "
348 EXPECT_EQ(java_lang_dex_file_->GetIndexForFieldId(*found), i);
  /external/e2fsprogs/ext2ed/
dir_com.c 92 FOUND - Current dir entry is returned.
112 if (return_code==ABORT || return_code==FOUND)
193 In action_name, the required name will be checked against the name of the current entry, and FOUND will be
196 5. If the required entry is found, we dispatch a remember command to insert the current inode (remember that
259 status=FOUND;info=file_info;
262 if (status==FOUND) { /* If found */
308 wprintw (command_win,"Error - Directory entry %s not found.\n",dir_name); /* Hmm, an invalid path somewhere */
317 Returns FOUND if found, or CONTINUE if not found
547 int found=0; local
594 int found=0; local
    [all...]
  /external/elfutils/src/config/
compile 99 found=no
106 found=yes
111 found=yes
116 found=yes
123 if test "$found" != yes; then
  /external/google-breakpad/autotools/
compile 99 found=no
106 found=yes
111 found=yes
116 found=yes
123 if test "$found" != yes; then
  /external/libedit/
compile 99 found=no
106 found=yes
111 found=yes
116 found=yes
123 if test "$found" != yes; then
  /external/openssh/
sandbox-systrace.c 119 int dev_systrace, i, j, found, status; local
170 found = 0;
173 found = 1;
179 policy.strp_policy = found ?
181 if (found)
  /external/pcre/dist/
compile 99 found=no
106 found=yes
111 found=yes
116 found=yes
123 if test "$found" != yes; then
  /external/protobuf/
compile 99 found=no
106 found=yes
111 found=yes
116 found=yes
123 if test "$found" != yes; then
  /external/protobuf/gtest/build-aux/
compile 99 found=no
106 found=yes
111 found=yes
116 found=yes
123 if test "$found" != yes; then
  /external/v8/test/mjsunit/harmony/
debug-blockscopes.js 116 var found = false;
117 for (var j = 0; j < response.refs.length && !found; j++) {
118 found = response.refs[j].handle == response.body.scopes[i].object.ref;
120 assertTrue(found, "Scope object " + response.body.scopes[i].object.ref + " not found");
132 print('property ' + p + ' not found in scope');
134 assertFalse(property_mirror.isUndefined(), 'property ' + p + ' not found in scope');
155 print('Names found in scope:');
181 var found = false;
182 for (var i = 0; i < response.refs.length && !found; i++)
    [all...]
  /art/compiler/dwarf/
dwarf_test.h 144 // printf("Found '%s' in '%s'.\n", substring.data(), actual_line->data());
148 bool found = false; local
152 found = true;
156 if (!found) {
159 "Not found anywhere in the rest of the output.";
161 // printf("Found '%s' in '%s'.\n", substring.data(), actual_line->data());

Completed in 2536 milliseconds

<<11121314151617181920>>