HomeSort by relevance Sort by last modified time
    Searched refs:starting (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/ppp/pppd/
fsm.h 106 void (*starting) /* Called when we want the lower layer */ member in struct:fsm_callbacks
124 #define STARTING 1 /* Down, been opened */
fsm.c 106 case STARTING:
137 f->state = STARTING;
138 if( f->callbacks->starting )
139 (*f->callbacks->starting)(f);
151 f->state = STARTING;
158 f->state = STARTING;
176 f->state = STARTING;
177 if( f->callbacks->starting )
178 (*f->callbacks->starting)(f);
257 case STARTING
    [all...]
  /external/v8/tools/
codemap.js 83 * @param {number} start The starting address.
93 * code entry with the specified starting address.
95 * @param {number} from The starting address of the entry being moved.
106 * code entry with the specified starting address.
108 * @param {number} start The starting address of the entry being deleted.
118 * @param {number} start The starting address.
131 * @param {number} start The starting address.
199 * Returns a dynamic code entry using its starting address.
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosevents.c 259 static int starting = 1; local
266 /* Discard mouse events until they let go of the mouse after starting */
267 if (starting && regs.r[2] != 0)
270 starting = 0;
  /bionic/linker/
Android.mk 18 # actually produces a correct binary with starting address 0xB0000100 but the
  /external/v8/test/mjsunit/
debug-sourceinfo.js 66 // file size of <debug-sourceinfo.js> - 1, since starting at 0).
68 // This is the last line of entire file (note: starting at 0).
70 // This is the last column of last line (note: starting at 0 and +2, due
84 // The line # of the first line of d() (note: starting at 0).
  /external/v8/test/mjsunit/regress/
regress-1493017.js 42 // Force a global GC. This will collect the maps starting from C and
  /external/webkit/WebKitTools/Scripts/
bisect-builds 108 [-r|--revision M[:N]] specify starting (and optional ending) revisions to search
110 [-s|--sanity-check] verify both starting and ending revisions before bisecting
139 printf "\nChecking starting revision r%s...\n",
146 die "ERROR: Bug reproduced in starting revision! Do you need to test an earlier revision or for a progression?"
148 die "ERROR: Bug not reproduced in starting revision! Do you need to test an earlier revision or for a regression?"
  /frameworks/base/services/java/com/android/server/am/
ProcessRecord.java 52 boolean starting; // True if the process is being started field in class:ProcessRecord
163 pw.print(prefix); pw.print("pid="); pw.print(pid); pw.print(" starting=");
164 pw.print(starting); pw.print(" lastPss="); pw.println(lastPss);
  /build/core/
cleanbuild.mk 71 $(info *** Done with the cleaning, now starting the real build.)
221 $(info *** Done with the cleaning, now starting the real build.)
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 211 // 1 speed up process when the state is stable (when starting or stopping an output)
236 void handleIncallSonification(int stream, bool starting, bool stateChange);
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/bin/
arm-eabi-gccbug 282 SEND-PR: Lines starting with `SEND-PR' will be removed automatically, as
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/bin/
arm-eabi-gccbug 281 SEND-PR: Lines starting with `SEND-PR' will be removed automatically, as
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-gccbug 281 SEND-PR: Lines starting with `SEND-PR' will be removed automatically, as
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-gccbug 281 SEND-PR: Lines starting with `SEND-PR' will be removed automatically, as
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/
arm-eabi-gccbug 282 SEND-PR: Lines starting with `SEND-PR' will be removed automatically, as
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/bin/
arm-eabi-gccbug 281 SEND-PR: Lines starting with `SEND-PR' will be removed automatically, as
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-gccbug 281 SEND-PR: Lines starting with `SEND-PR' will be removed automatically, as
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-gccbug 281 SEND-PR: Lines starting with `SEND-PR' will be removed automatically, as
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-gccbug 281 SEND-PR: Lines starting with `SEND-PR' will be removed automatically, as
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/
i686-unknown-linux-gnu-gccbug 282 SEND-PR: Lines starting with `SEND-PR' will be removed automatically, as
  /external/libffi/src/powerpc/
linux64_closure.S 101 # look up the proper starting point in table
ppc_closure.S 94 # look up the proper starting point in table
  /external/webkit/WebKitTools/android/flex-2.5.4a/
configure     [all...]
  /frameworks/base/services/audioflinger/
AudioPolicyManagerBase.cpp 250 // are we entering or starting a call
253 // force routing command to audio hardware when starting a call
    [all...]

Completed in 892 milliseconds

1 2 3 4