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

1 2 3

  /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.
profile.js 97 * @param {number} startAddr Starting address.
113 * @param {number} startAddr Starting address.
130 * @param {number} start Starting address.
174 * @param {number} start Starting address.
201 * @param {number} start Starting address.
222 * addresses starting with the program counter value.
319 * Calculates a flat profile of callees starting from a node with
322 * @param {string} opt_label Starting node label.
  /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 53 boolean starting; // True if the process is being started field in class:ProcessRecord
159 pw.print(prefix); pw.print("pid="); pw.print(pid); pw.print(" starting=");
160 pw.print(starting); pw.print(" lastPss="); pw.println(lastPss);
  /build/core/
cleanbuild.mk 71 $(info *** Done with the cleaning, now starting the real build.)
216 $(info *** Done with the cleaning, now starting the real build.)
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 182 // 1 speed up process when the state is stable (when starting or stopping an output)
207 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/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/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/libs/audioflinger/
AudioPolicyManagerBase.cpp 261 // are we entering or starting a call
264 // force routing command to audio hardware when starting a call
    [all...]
  /external/zlib/contrib/masm686/
match.asm 300 ; * starting the compare loop. So what this code does is skip over 0-3
  /external/blktrace/doc/
blktrace.tex 680 The header is the data in this line up to the 223490 (starting block).
710 \item[S -- sleep] The starting sector and number of blocks is output
722 \item[X -- split] The original starting sector followed by the new
    [all...]

Completed in 814 milliseconds

1 2 3