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

1 2 3 4 5 6 7 8 910

  /external/valgrind/main/memcheck/tests/
wrap1.stdout.exp 0 starting
wrap7.stdout.exp 0 starting
  /external/llvm/test/MC/ARM/
full_line_comment.s 2 # this is a full line comment starting at column 1
3 # this starting at column 2
  /external/valgrind/main/gdbserver_tests/
nlgone_abrt.stderr.exp 6 starting ...
nlgone_exit.stderr.exp 6 starting ...
nlgone_return.stderr.exp 6 starting ...
nlpasssigalrm.stderr.exp 6 starting ...
  /external/clang/test/Parser/
cxx0x-literal-operators.cpp 6 expected-warning{{user-defined literal suffixes not starting with '_' are reserved}}
8 expected-warning{{user-defined literal suffixes not starting with '_' are reserved}}
  /external/valgrind/main/drd/tests/
tc17_sembar.stderr.exp 2 starting
  /external/valgrind/main/helgrind/tests/
tc17_sembar.stderr.exp 2 starting
  /external/junit/src/org/junit/rules/
TestName.java 29 protected void starting(Description d) { method in class:TestName
TestWatcher.java 45 starting(description);
83 protected void starting(Description description) {
TestWatchman.java 51 starting(method);
89 public void starting(FrameworkMethod method) {
  /frameworks/base/services/core/java/com/android/server/am/
LockTaskNotify.java 63 public void show(boolean starting) {
65 if (starting) {
CompatModePackages.java 325 ActivityRecord starting = stack.restartPackage(packageName); local
343 if (starting != null) {
344 stack.ensureActivityConfigurationLocked(starting, 0);
347 stack.ensureActivitiesVisibleLocked(starting, 0);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/util/
TestFragmentTransaction.java 14 private boolean starting; field in class:TestFragmentTransaction
45 this.starting = true;
60 this.starting = true;
195 return starting;
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
init_document.js 39 cvox.ChromeVox.recallInit_('ChromeVox not starting on unloaded page: ' +
48 cvox.ChromeVox.recallInit_('ChromeVox not starting; waiting for TTS. ' +
53 window.console.log('Starting ChromeVox.');
81 // starting ChromeVox. If this isn't the uncompiled script, it will be
  /external/chromium_org/v8/tools/
codemap.js 78 * @param {number} start The starting address.
89 * code entry with the specified starting address.
91 * @param {number} from The starting address of the entry being moved.
103 * code entry with the specified starting address.
105 * @param {number} start The starting address of the entry being deleted.
115 * @param {number} start The starting address.
128 * @param {number} start The starting address.
213 * Returns a dynamic code entry using its starting address.
  /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 */
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_settings_browsertest.js 42 * A URL to load before starting each test.
76 * A URL to load before starting each test.
  /external/chromium_org/chrome/browser/ui/webui/
sync_setup_browsertest.js 31 * Verifies starting point is not synced.
64 // Make sure the user is not starting off in the signed in or syncing state.
  /ndk/sources/host-tools/sed-4.2.1/doc/
sed.x 202 lines starting from the first address and continuing to
240 line starting with line
244 starting with the second.
  /external/guava/guava-tests/test/com/google/common/collect/
ObjectArraysTest.java 155 Integer[] starting = Platform.clone(array1); local
165 Object[] expectedArray1 = expectModify ? reference : starting;
166 Object[] expectedArray2 = expectModify ? target : starting;
  /external/qemu/distrib/sdl-1.2.15/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;
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
braille_text_handler.js 36 * @param {number} start The 0-based index starting selection.

Completed in 2042 milliseconds

1 2 3 4 5 6 7 8 910