HomeSort by relevance Sort by last modified time
    Searched refs:starting (Results 126 - 150 of 720) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/syslinux/core/lwip/src/netif/ppp/
fsm.c 171 if( f->callbacks->starting ) {
172 (*f->callbacks->starting)(f);
219 if( f->callbacks->starting ) {
220 (*f->callbacks->starting)(f);
  /external/tensorflow/tensorflow/contrib/bayesflow/python/ops/
variational_sgd_optimizer.py 64 gradient statistics to update the preconditioner before starting to draw
  /frameworks/rs/tests/lldb/
config.py 41 Specify the starting host port number that lldb-server (on the target)
  /prebuilts/go/darwin-x86/src/math/
jn.go 35 // for n<x, forward recursion is used starting
39 // recursion is used starting from a supposed value
  /prebuilts/go/darwin-x86/src/net/
addrselect_test.go 19 reverse bool // also test it starting backwards
140 t.Errorf("test %d, starting backwards:\nin = %s\ngot: %s\nwant: %s\n", i, tt.in, inCopy, tt.want)
  /prebuilts/go/darwin-x86/test/chan/
sieve2.go 20 // Return a chan of odd numbers, starting from 5.
33 // Return a chan of odd multiples of the prime number p, starting from p*p.
  /prebuilts/go/linux-x86/src/math/
jn.go 35 // for n<x, forward recursion is used starting
39 // recursion is used starting from a supposed value
  /prebuilts/go/linux-x86/src/net/
addrselect_test.go 19 reverse bool // also test it starting backwards
140 t.Errorf("test %d, starting backwards:\nin = %s\ngot: %s\nwant: %s\n", i, tt.in, inCopy, tt.want)
  /prebuilts/go/linux-x86/test/chan/
sieve2.go 20 // Return a chan of odd numbers, starting from 5.
33 // Return a chan of odd multiples of the prime number p, starting from p*p.
  /external/google-styleguide/include/
jsguide.js 28 // starting with "#", and the filled-in text is exactly the same
  /external/mesa3d/docs/specs/
MESA_configless_context.spec 75 Replace the paragraph starting "If config is not a valid EGLConfig..."
  /external/walt/
README.md 34 clocks. Some, but not all tests in the app will sync the clocks when starting a measurement.
  /prebuilts/go/darwin-x86/src/cmd/objdump/
main.go 19 // In this mode, objdump disassembles the binary starting at the start address and
  /prebuilts/go/darwin-x86/src/container/ring/
example_test.go 181 // Unlink three elements from r, starting from r.Next()
  /prebuilts/go/darwin-x86/src/go/internal/gcimporter/
exportdata.go 81 // Begins after first line starting with $$.
  /prebuilts/go/darwin-x86/src/image/
image_test.go 76 // Test that taking an empty sub-image starting at a corner does not panic.
  /prebuilts/go/darwin-x86/src/internal/cpu/
cpu.go 38 // For ppc64x, it is safe to check only for ISA level starting on ISA v3.00,
  /prebuilts/go/darwin-x86/src/internal/syscall/windows/
reparse_windows.go 23 // This value is the length of the data starting at the
  /prebuilts/go/linux-x86/src/cmd/objdump/
main.go 19 // In this mode, objdump disassembles the binary starting at the start address and
  /prebuilts/go/linux-x86/src/container/ring/
example_test.go 181 // Unlink three elements from r, starting from r.Next()
  /prebuilts/go/linux-x86/src/go/internal/gcimporter/
exportdata.go 81 // Begins after first line starting with $$.
  /prebuilts/go/linux-x86/src/image/
image_test.go 76 // Test that taking an empty sub-image starting at a corner does not panic.
  /prebuilts/go/linux-x86/src/internal/cpu/
cpu.go 38 // For ppc64x, it is safe to check only for ISA level starting on ISA v3.00,
  /prebuilts/go/linux-x86/src/internal/syscall/windows/
reparse_windows.go 23 // This value is the length of the data starting at the
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStack.java 194 // is short because it directly impacts the responsiveness of starting the
292 * When we are in the process of pausing an activity, before starting the
573 // Inform the user that they are starting an app that may not work correctly in
5079 ActivityRecord starting = topRunningActivityLocked(); local
    [all...]

Completed in 2111 milliseconds

1 2 3 4 56 7 8 91011>>