HomeSort by relevance Sort by last modified time
    Searched refs:found (Results 226 - 250 of 483) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/openssl/ssl/
d1_both.c 68 * apply to all code found in this distribution, be it the RC4, RSA,
983 int found = 0; local
992 0, &found) <= 0 && found)
1068 int *found)
1084 /* XDTLS: the requested message ought to be found, otherwise error */
1093 *found = 0;
1097 *found = 1;
    [all...]
  /external/svox/pico/lib/
picoktab.c 291 If the property is found, a value > 0 is returned otherwise 0 */
412 /* PICODBG_DEBUG(("picoktab_graphOffset: utf char '%s' found", utf8graph));
424 PICODBG_DEBUG(("picoktab_graphOffset: utf char '%s' not found", utf8graph));
1019 picoos_uint8 found; local
    [all...]
  /external/tinyxml/
xmltest.cpp 29 bool XmlTest (const char* testString, const char* expected, const char* found, bool noEcho = false)
31 bool pass = !strcmp( expected, found );
40 printf (" %s [%s][%s]\n", testString, expected, found);
50 bool XmlTest( const char* testString, int expected, int found, bool noEcho = false )
52 bool pass = ( expected == found );
61 printf (" %s [%d][%d]\n", testString, expected, found);
500 printf( "WARNING: File 'utf8test.xml' not found.\n"
  /frameworks/base/tools/aapt/
Images.cpp 175 bool found = false; local
183 found = true;
207 if (required && !found) {
208 *outError = "No marked region found along edge";
224 bool found = false; local
232 found = true;
256 if (required && !found) {
257 *outError = "No marked region found along edge";
547 " Found at pixel #%d along %s edge.\n", errorPixel, errorEdge);
550 " Found along %s edge.\n", errorEdge)
    [all...]
  /packages/apps/Email/src/org/apache/commons/io/
FileUtils.java 245 * subdirectories). All files found are filtered by an IOFileFilter.
247 * @param files the collection of files found.
253 File[] found = directory.listFiles((FileFilter) filter); local
254 if (found != null) {
255 for (int i = 0; i < found.length; i++) {
256 if (found[i].isDirectory()) {
257 innerListFiles(files, found[i], filter);
259 files.add(found[i]);
267 * subdirectories). All files found are filtered by an IOFileFilter.
324 * All files found are filtered by an IOFileFilter. This method is
    [all...]
  /system/extras/tests/fstest/
perm_checker.conf 5 /cache/lost+found/ 700 770 root root root root
21 /data/lost+found/ 700 770 root root root root
149 /system/lost+found/ 700 770 root root root root
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap.c 756 int found = 0; local
782 found++;
785 if (!found) {
802 int found = 0, expanded_found = 0; local
834 found++;
837 if (!found)
839 wpa_hexdump(MSG_DEBUG, "EAP: allowed methods", start, found);
    [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java 312 boolean found = false;
315 found = true;
319 if (!found) {
338 if (!found) {
341 assertTrue(found);
381 boolean found = false;
386 found = true;
390 if (!found) {
403 assertTrue(found);
    [all...]
  /bootable/recovery/minzip/
Zip.c 149 const ZipEntry* found; local
151 found = (const ZipEntry*)mzHashTableLookup(pHash,
153 if (found != pEntry) {
155 found->fileNameLen, found->fileName);
201 LOGI("Found Zip archive, but it looks empty\n");
204 LOGV("Not a Zip archive (found 0x%08x)\n", val);
503 * Returns NULL if no matching entry found.
    [all...]
  /external/skia/src/animator/
SkDisplayApply.cpp 439 SkGroup* pGroup = NULL, * found = NULL; local
440 int old = maker.fDisplayList.findGroup(scope, &pList, &pGroup, &found, &gList);
443 if (found != NULL) {
445 if (oldChild->isApply() && found->copySet(old)) {
446 found->markCopyClear(old);
  /external/webkit/WebCore/dom/
xml_expat_tokenizer.cpp 364 int found = 0; local
367 while(start && (found < 3)) {
370 string[found++] = toQString(start, (next-start));
373 string[found++] = toQString(start);
378 switch(found) {
  /system/core/sh/
expand.c 1394 int invert, found; local
1415 found = 0;
1434 found = 1;
1438 found = 1;
1441 if (found == invert)
  /dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/
BreakIteratorTest.java 298 boolean found = false;
302 found = true;
306 found);
  /external/blktrace/btreplay/
btrecord.c 332 int cpu, found = 0; local
348 found++;
351 if (!found) {
352 fatal(NULL, ERR_ARGS, "No traces found for %s\n", devnm);
  /external/dhcpcd/
net.c 186 int retval = 0, found = 0; local
243 found = 1;
280 if (!found)
  /external/grub/stage2/
char_io.c 612 /* Found, so insert COMPLETION_BUFFER. */
851 int mult = 10, found = 0; local
878 found = 1;
888 if (!found)
  /external/opencore/android/
metadatadriver.cpp 213 // b. If nothing is found
215 // a. If metadata value(s) is found
219 bool found = false; local
223 found = true;
293 return found? OK: UNKNOWN_ERROR;
316 LOGV("extractEmbeddedAlbumArt: Embedded graphic or album art (%d bytes) is found.", size);
340 LOGV("extractExternalAlbumArt: External graphic or album art is found: %s.", url);
368 return status; // Found the album art.
  /external/qemu/audio/
fmodaudio.c 566 int found = 0; local
570 found = 1;
574 if (!found) {
  /external/v8/src/
assembler.cc 506 Object* found = Heap::FindCodeObject(addr); local
507 ASSERT(found->IsCode());
508 ASSERT(code->address() == HeapObject::cast(found)->address());
  /external/webkit/WebCore/html/
HTMLFormElement.cpp 650 bool found = false; local
653 found = true;
657 if (!found)
  /external/webkit/WebCore/platform/graphics/android/
LayerAndroid.cpp 240 const LayerAndroid* found = getChild(i)->find(x, y); local
241 if (found)
242 return found;
  /external/webkit/WebCore/rendering/
SVGRenderTreeAsText.cpp 349 bool found = false; local
354 found = true;
359 return found;
  /external/webkit/WebCore/svg/
SVGFont.cpp 193 bool found = false; local
197 found = true;
202 if (!found)
225 // - also respecting possibly defined ligatures - and invoke a callback for each found glyph.
  /external/wpa_supplicant/
events.c 42 wpa_printf(MSG_INFO, "No network configuration found for the "
52 wpa_printf(MSG_DEBUG, "Network configuration found for the current "
421 /* If no WPA-enabled AP found, try to find non-WPA AP, if configuration
536 wpa_printf(MSG_DEBUG, "No APs found - clear blacklist "
565 wpa_printf(MSG_DEBUG, "No suitable AP found.");
592 int l, len, found = 0, wpa_found, rsn_found; local
623 found = 1;
630 if (!found && data->assoc_info.req_ies)
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
ustring.cpp 268 const_iterator found = ::ustl::find (iat(pos), end(), c); local
269 return (found < end() ? distance(begin(),found) : npos);

Completed in 3959 milliseconds

1 2 3 4 5 6 7 8 91011>>