HomeSort by relevance Sort by last modified time
    Searched full:then (Results 576 - 600 of 8022) sorted by null

<<21222324252627282930>>

  /external/openssl/patches/
bad_version.patch 12 + /* If the major versions match then we'll send
  /external/ppp/pppd/plugins/radius/etc/
radiusclient.conf 5 # if you specify "radius,local" then the RADIUS server is asked
6 # first then the local one. if only one keyword is specified only
30 # item can appear more then one time. if multiple servers are
66 # it blank then
radiusclient.conf.in 5 # if you specify "radius,local" then the RADIUS server is asked
6 # first then the local one. if only one keyword is specified only
30 # item can appear more then one time. if multiple servers are
66 # it blank then
  /external/proguard/examples/annotations/examples/
Bean.java 8 * You can then process it with:
  /external/qemu/distrib/sdl-1.2.12/
android-configure.sh 15 if [ -z "$ANDROID_QEMU_PATH" ] ; then
16 if [ -f ../../android/build/common.sh ] ; then
25 if [ ! -d $ANDROID_QEMU_PATH ] ; then
30 if [ ! -f $ANDROID_QEMU_PATH/android/build/common.sh ] ; then
46 if [ -z "$CC" ] ; then
56 if [ "$VERBOSE" = "yes" ] ; then
80 if [ "$OPTION_HELP" = "yes" ] ; then
101 if [ "$OPTION_TRY_64" != "yes" ] ; then
106 if [ -z "$OPTION_TARGETS" ] ; then
129 if [ ! -d $TIGER_SDK -a $OPTION_NO_TIGER = no ] ; then
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/timer/riscos/
SDL_systimer.c 86 Uint32 now,then,elapsed; local
103 then = SDL_GetTicks();
116 elapsed = (now-then);
117 then = now;
  /external/quake/
setupdevicesdcard.sh 16 if [ -z "$T" ] ; then
  /external/skia/include/core/
SkRefCnt.h 54 decrement, then call delete on the object. Note that if this is the
55 case, then the object needs to have been allocated via new, and not on
67 If this is null, then do nothing.
76 If this is null, then do nothing.
  /external/speex/libspeex/
kiss_fft.h 21 Then see kfc.h kiss_fftr.h kiss_fftnd.h fftutil.c kiss_fastfir.c
61 * If lenmem is NULL, then kiss_fft_alloc will allocate a cfg buffer using malloc.
66 * then the function places the cfg in mem and the size used in *lenmem
70 * then the function returns NULL and places the minimum cfg
  /external/webkit/LayoutTests/storage/
quota-tracking-expected.txt 3 The test clears all databases, sets the quota for the origin to 32k, then tries to insert 17k of data into two databases. If things go as planned, the UI Delegate will be informed of the exceeded quota and should increase the quota for this origin. Inserting 17k of data the third time should succeed again.
  /external/webkit/WebCore/manual-tests/
Default-port-frame.html 2 on a webserver and then point your browser to http://localhost/Default-port-frame.html.
modal-dialog.html 23 <p>Then, push this button: <input type="button" value="Close" onClick="closeModal()"></p>
window-close-during-parsing.html 14 <p>If this test passes, you should see a window open and then close.
  /external/webkit/WebCore/manual-tests/inspector/
profiler-test-call.html 30 To use this test, load it in the browser then load the WebInspector and look at
profiler-test-many-calls-in-the-same-scope.html 36 To use this test, load it in the browser then load the WebInspector and look at
  /external/webkit/WebCore/manual-tests/resources/
named-window-blank-target-step2.html 14 If this window is frontmost after STEP 4, then the test FAILED.
  /external/webkit/WebCore/manual-tests/wml/
deck-access-control.wml 7 <p>You can click 'Go' to enter 'access-target.wml', and then enter 'targetdeck.wml' from there</p>
select-element.wml 6 <p>You can select one or more options, and then click 'Answer', the second card will tell you what you selected</p>
  /external/webkit/WebKitTools/android/flex-2.5.4a/
mkinstalldirs 24 if test ! -d "${pathcomp}"; then
  /external/zlib/contrib/blast/
blast.h 44 * the source data, i.e. it is not in the proper format, then a negative value
46 * output space, then a positive error is returned.
50 * available bytes there. If infun() returns zero, then blast() returns with
55 * to be written are buf[0..len-1]. If err is not zero, then blast() returns
  /external/zlib/contrib/masmx86/
readme.txt 10 Copy these files into the zlib source directory, then run the
  /external/zlib/contrib/puff/
README 37 Then you can call puff() to decompress a deflate stream that is in memory in
44 If destlen is not enough space for the uncompressed data, then inflate will
50 output space. This is done by passing dest equal to (unsigned char *)0. Then
53 then two passes of puff() can be used--first to determine the size, and second
  /external/zlib/examples/
gzlog.h 26 opening the log file locked for small bursts, and then closing it. The log
47 gzlog_write() is used for a short message, and then gzlog_close() is
48 called. If a large amount of data is to be written, then the application
50 calling gzlog_close() and then gzlog_open() again. */
  /frameworks/base/cmds/system_server/
system_main.cpp 4 * Calls the standard system initialization function, and then
  /system/extras/tests/bionic/libc/common/
test_semaphore.c 42 * Thread 1 takes the semaphore, then sleeps for 2 seconds, then post the semaphore
43 * Thread 2 sleeps for 1 second, then waits the semaphore, sleeps for 2 seconds, then post the semaphoe

Completed in 59 milliseconds

<<21222324252627282930>>