HomeSort by relevance Sort by last modified time
    Searched full:ran (Results 26 - 50 of 284) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/speex/libspeex/
scal.c 123 union {int i; float f;} ran; local
125 ran.i = jflone | (jflmsk & *seed);
126 ran.f -= 1.5;
127 return 2*ran.f;
  /sdk/eclipse/scripts/
setup_eclipse.sh 53 echo "*** WARNING: To setup Eclipse correctly, it must be ran at least once manually"
  /cts/tests/tests/widget/src/android/widget/cts/
GridViewTest.java 205 // this test case can not be ran in UI thread.
257 // this test case can not be ran in UI thread.
317 // this test case can not be ran in UI thread.
351 // this test case can not be ran in UI thread.
393 // this test case can not be ran in UI thread.
495 // this test case can not be ran in UI thread.
605 // this test case can not be ran in UI thread.
662 // this test case can not be ran in UI thread.
  /dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
CheckedOutputStreamTest.java 80 // ran JDK and found that checkSum value is 7536755
87 // ran JDK and found that checkSum value is 51708133
GZIPOutputStreamTest.java 194 // ran JDK and found this CRC32 value is 3097700292
  /external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/include/
semsgque.h 73 /* (Not a codeword - Not supported (RAN)) */
102 /* (Not a codeword -- Not supported (RAN)) */
lcentry.h 310 uint8 ClcStatus; /* Multiple CLCSEs (RAN) */
311 int32 ClcTmrSqcNumber; /* Multiple CLCSEs (RAN) */
  /external/webkit/WebCore/platform/graphics/chromium/
UniscribeHelperTextRun.cpp 92 // after we already ran out of fonts. fontDataAt behaves in a strange
110 // Ran out of fonts.
  /external/icu4c/test/cintltst/
utmstest.c 40 * Return a random int64_t where U_INT64_MIN <= ran <= U_INT64_MAX.
44 int64_t ran = 0; local
54 for (i = 0; i < sizeof(ran); i += 1) {
55 ((char*)&ran)[i] = (char)((rand() & 0x0FF0) >> 4);
58 return ran;
  /dalvik/libcore/xml/src/main/java/javax/xml/xpath/
XPathFactoryFinder.java 114 // The VM ran out of memory or there was some other serious problem. Re-throw.
184 // The VM ran out of memory or there was some other serious problem. Re-throw.
285 // The VM ran out of memory or there was some other serious problem. Re-throw.
  /development/host/windows/usb/api/
AdbWinApi.cpp 61 // Just mark that we have ran initialization.
  /external/icu4c/i18n/
csrmbcs.cpp 300 // Ran off the end of the input data
345 // Bad second byte or ran off the end of the input data with a non-ASCII first byte.
460 // Ran off the end of the input data
496 // Something wasn't valid, or we ran out of data (-1).
search.cpp 238 // setOffset has been called or that previous ran off the text
281 // setOffset has been called or that next ran off the text
csr2022.cpp 63 // else we ran out of string to compare this time.
  /external/srec/config/en.us/dictionary/
fixit.ok 150 rajeswaran rajesw)ran
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Borland/
NOTES 32 enhanced IDE on a PCI bus and no file system caching. I ran the
  /external/zlib/contrib/blast/
blast.h 62 * 2: ran out of input before completing decompression
  /system/core/libctest/
ctest.c 146 printf("SUCCESS! %d tests ran successfully.\n", suite->size);
  /dalvik/libcore/xml/src/main/java/javax/xml/validation/
SchemaFactoryFinder.java 118 // The VM ran out of memory or there was some other serious problem. Re-throw.
188 // The VM ran out of memory or there was some other serious problem. Re-throw.
315 // The VM ran out of memory or there was some other serious problem. Re-throw.
  /external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/src/
se.cpp 173 /* (Not a codeword -- Not supported (RAN)) */
208 /* (Not a codeword -- Not supported (RAN)) */
596 EventNoShow(p_EventNoTable->Comment); /* PVANALYZER (RAN) */
    [all...]
  /cts/tools/host/src/com/android/cts/
HostUtils.java 180 * Indicates that the visitor ran without errors
181 * @return true if everything ran OK.
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
IncrementalSAXSource.java 71 * ran to completion, or was ended by deliverMoreNodes(false).
  /external/gtest/test/
gtest_output_test_golden_lin.txt 516 [==========] 56 tests from 23 test cases ran.
600 [==========] 4 tests from 2 test cases ran. (? ms total)
618 [==========] 1 test from 1 test case ran.
628 [==========] 1 test from 1 test case ran.
gtest_output_test_golden_win.txt 463 [==========] 57 tests from 26 test cases ran.
543 [==========] 4 tests from 2 test cases ran. (? ms total)
561 [==========] 1 test from 1 test case ran.
571 [==========] 1 test from 1 test case ran.
  /external/jpeg/
cderror.h 69 JMESSAGE(JWRN_GIF_NOMOREDATA, "Ran out of GIF bits")

Completed in 213 milliseconds

12 3 4 5 6 7 8 91011>>