HomeSort by relevance Sort by last modified time
    Searched full:real (Results 176 - 200 of 2203) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/webkit/WebCore/platform/graphics/chromium/
IconChromiumMac.cpp 36 // FIXME: These are temporary stubs, we need real implementations which
ImageChromiumMac.mm 46 // FIXME: These are temporary stubs, we need real implementations which
  /external/webkit/WebCore/xml/
XMLHttpRequestProgressEvent.h 47 // Those 2 methods are to be compatible with Firefox and are only a wrapper on top of the real implementation.
  /external/zlib/contrib/asm586/
README.586 10 there is no real way to work around without rewriting the basic
  /frameworks/base/core/java/android/content/
SyncInfo.java 42 * This is represented in elapsed real time.
  /frameworks/base/core/java/com/android/internal/widget/
Smileys.java 22 * Temp stupidity until we have a real emoticon API.
  /frameworks/base/test-runner/src/android/test/mock/
MockContentResolver.java 31 * A mock {@link android.content.ContentResolver} class that isolates the test code from the real
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
SurfaceView.java 28 * Only non override public methods from the real SurfaceView have been added in there.
  /packages/apps/Email/src/org/apache/commons/io/filefilter/
FileFileFilter.java 25 * For example, here is how to print out a list of the real files
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
input.h 29 /* A value which will never be used to represent a real location. */
  /external/iproute2/man/man8/
tc-red.8 84 Hard limit on the real (not average) queue size in bytes. Further packets
91 real queue size. Larger values make the calculation more sluggish, allowing
92 longer bursts of traffic before marking starts. Real life experiments
  /external/stlport/doc/
stlport_namespaces.txt 108 The official STLport namespace is: stlport. Once again this is not the real namespace
109 where all the Standard stuff are. As the real STLport namespace change depending on compilation
110 options you cannot use it directly. So stlport is an alias of the real STLport namespace.
  /external/webkit/JavaScriptCore/wtf/wince/
mt19937ar.c 144 /* generates a random number on [0,1]-real-interval */
151 /* generates a random number on [0,1)-real-interval */
158 /* generates a random number on (0,1)-real-interval */
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
Environment.java 26 * view. All original dimension values are defined in float, and the real size
54 * How much should the balloon width be larger than width of the real key.
60 * How much should the balloon height be larger than that of the real key.
BalloonHint.java 50 * real background drawable to the content view, and make the PopupWindow's
133 * @param width The desired width of the balloon. The real width is
136 * @param height The desired width of the balloon. The real width is
150 * @param width The desired width of the balloon. The real width is
153 * @param height The desired width of the balloon. The real width is
  /development/simulator/wrapsim/
FakeDev.c 14 fancy tricks with select() and poll(), or requires that we return a real
19 (1) Always use real fds. We can dup() an open /dev/null to get a number
24 (3) Use a mix of real and fake fds, in a high range (512-1023). Because
25 it's in the "real" range, we can pass real fds around for things that
  /packages/apps/Email/tests/src/com/android/email/
AccountBackupRestoreTests.java 51 // explicitly use (and clean out) the real ones for now.
102 // Create real accounts in need of backup
153 // make sure there are no real backups
180 // make sure there are no real backups
203 // make sure there are no real backups
  /external/speex/libspeex/
kiss_fftr.c 39 speex_warning("Real FFT optimization must be even.\n");
93 /*perform the parallel fft of two real signals packed in real,imag*/
95 /* The real part of the DC element of the frequency spectrum in st->tmpbuf
186 /*perform the parallel fft of two real signals packed in real,imag*/
188 /* The real part of the DC element of the frequency spectrum in st->tmpbuf
  /dalvik/libcore/luni/src/main/java/java/lang/
Math.java 119 * 1 ulp (unit in the last place) of the real result.
137 * ulp (unit in the last place) of the real result.
155 * within 1 ulp (unit in the last place) of the real result.
176 * is within 2 ulps (units in the last place) of the real result.
253 * The returned result is within 1 ulp (unit in the last place) of the real
272 * place) of the real result.
290 * place) of the real result.
310 * (unit in the last place) of the real result.
312 * For any finite input, the result is not less than -1.0. If the real
355 * in the last place) of the real result. If one parameter remains constant
    [all...]
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
HttpURLConnectionTest.java 464 * @tests java.net.URLConnection#setUseCaches() and its real implementation
492 * @tests java.net.URLConnection#setUseCaches() and its real implementation
520 * @tests java.net.URLConnection#setUseCaches() and its real implementation
525 notes = "real implementation\n in HttpURLConnection using GetOutputStream()",
557 * @tests java.net.URLConnection#setUseCaches() and its real implementation
562 notes = "real implementation in HttpURLConnection using GetInputStream()",
584 * @tests java.net.URLConnection#setUseCaches() and its real implementation
635 * @tests java.net.URLConnection#setUseCaches() and its real implementation
688 * @tests java.net.URLConnection#setUseCaches() and its real implementation
711 * @tests java.net.URLConnection#setUseCaches() and its real implementatio
    [all...]
  /external/bluetooth/glib/glib/
gthread.c 686 GRealThread* real = (GRealThread*) g_thread_self (); local
687 real->retval = retval;
694 GRealThread* real = (GRealThread*) thread; local
700 g_return_val_if_fail (!g_system_thread_equal (real->system_thread,
703 G_THREAD_UF (thread_join, (&real->system_thread));
705 retval = real->retval;
723 g_system_thread_assign (real->system_thread, zero_thread);
738 GRealThread* real = (GRealThread*) thread; local
741 g_return_if_fail (!g_system_thread_equal (real->system_thread, zero_thread));
748 (&real->system_thread, priority))
    [all...]
  /external/stlport/stlport/stl/
_complex.h 69 value_type real() const { return _M_re; } function in struct:complex
72 // Arithmetic op= operations involving one real argument.
195 value_type real() const { return _M_re; } function in struct:complex
198 // Arithmetic op= operations involving one real argument.
334 value_type real() const { return _M_re; } function in struct:complex
337 // Arithmetic op= operations involving one real argument.
472 value_type real() const { return _M_re; } function in struct:complex
475 // Arithmetic op= operations involving one real argument.
625 // Non-member arithmetic operations involving one real argument.
727 inline _Tp _STLP_CALL real(const complex<_Tp>& __z function
    [all...]
  /external/webkit/JavaScriptCore/runtime/
JSLock.cpp 71 // Locking "not for real" is a debug-only feature.
92 // Locking "not for real" is a debug-only feature.
190 // will prevent a real lock from being taken.
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ralink.h 141 Ndis802_11NetworkTypeMax // not a real type, defined as an upper bound
202 Ndis802_11InfrastructureMax // Not a real value, defined as upper bound
248 Ndis802_11AuthModeMax // Not a real mode, defined as upper bound
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
RemoteAdtTestRunner.java 73 * whose results will be communicated back in real-time to JDT JUnit.
121 // now do real execution
173 * TestRunListener that communicates results in real-time back to JDT JUnit

Completed in 373 milliseconds

1 2 3 4 5 6 78 91011>>