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

1 2 3 45 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
local5.d 12 There are 6 section headers, starting at offset .*:
local7.d 13 There are 6 section headers, starting at offset .*:
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/
ilp32-4-nacl.d 7 There are 9 section headers, starting at offset 0x[0-9a-f]+:
  /art/runtime/interpreter/mterp/arm/
entry.S 57 ldr r0, [r2, #SHADOWFRAME_DEX_PC_OFFSET] @ Get starting dex_pc.
62 /* Starting ibase */
70 mov rPROFILE, r0 @ Starting hotness countdown to rPROFILE
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
Fd.py 80 GenFdsGlobalVariable.InfLogger('Padding region starting from offset 0x%X, with size 0x%X' %(PreviousRegionStart + PreviousRegionSize, RegionObj.Offset - (PreviousRegionStart + PreviousRegionSize)))
101 'Region offset 0x%X in wrong order with Region starting from 0x%X, size 0x%X\nRegions in FDF must have offsets appear in ascending order.'\
105 'Region offset 0x%X overlaps with Region starting from 0x%X, size 0x%X' \
108 GenFdsGlobalVariable.InfLogger('Padding region starting from offset 0x%X, with size 0x%X' %(PreviousRegionStart + PreviousRegionSize, RegionObj.Offset - (PreviousRegionStart + PreviousRegionSize)))
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
ObjectArraysTest.java 84 Integer[] starting = ObjectArrays.arraysCopyOf(array1, array1.length); local
94 Object[] expectedArray1 = expectModify ? reference : starting;
95 Object[] expectedArray2 = expectModify ? target : starting;
  /external/guava/guava-tests/test/com/google/common/collect/
ObjectArraysTest.java 155 Integer[] starting = ObjectArrays.arraysCopyOf(array1, array1.length); local
165 Object[] expectedArray1 = expectModify ? reference : starting;
166 Object[] expectedArray2 = expectModify ? target : starting;
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractService.java 25 import static com.google.common.util.concurrent.Service.State.STARTING;
58 new Callback<Listener>("starting()") {
60 listener.starting();
70 stoppingCallback(STARTING);
172 snapshot = new StateSnapshot(STARTING);
173 starting();
197 case STARTING:
198 snapshot = new StateSnapshot(STARTING, true, null);
199 stopping(STARTING);
295 * the service to transition from {@link State#STARTING} to {@link State#RUNNING}
    [all...]
  /external/dhcpcd-6.8.2/dev/
udev.c 32 # warning udev-settle service or similar if starting
129 syslog(LOG_DEBUG, "udev: starting");
  /external/lmfit/ruby/inline/
curve1_rubyinline.rb 37 double par[3] = { 1, 0, -1 }; // relatively bad starting value
  /frameworks/base/services/core/java/com/android/server/am/
CompatModePackages.java 353 ActivityRecord starting = stack.restartPackage(packageName); local
371 if (starting != null) {
372 starting.ensureActivityConfiguration(0 /* globalChanges */,
376 stack.ensureActivitiesVisibleLocked(starting, 0, !PRESERVE_WINDOWS);
  /external/compiler-rt/
README.android 37 yet). Look at frameworks/compile/libbcc/runtime for potential starting points.
  /frameworks/base/libs/hwui/hwui/
AnimatedImageDrawable.cpp 143 const bool starting = mStarting; local
159 } else if (starting) {
  /prebuilts/go/darwin-x86/src/compress/bzip2/
move_to_front.go 10 // by starting with an initial list of symbols and references symbols by their
  /prebuilts/go/darwin-x86/src/os/
proc.go 14 // Args hold the command-line arguments, starting with the program name.
  /prebuilts/go/darwin-x86/src/testing/
allocs.go 26 // Measure the starting statistics
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug484.go 8 // starting at its declaration, because it appears to have its
  /prebuilts/go/linux-x86/src/compress/bzip2/
move_to_front.go 10 // by starting with an initial list of symbols and references symbols by their
  /prebuilts/go/linux-x86/src/os/
proc.go 14 // Args hold the command-line arguments, starting with the program name.
  /prebuilts/go/linux-x86/src/testing/
allocs.go 26 // Measure the starting statistics
  /prebuilts/go/linux-x86/test/fixedbugs/
bug484.go 8 // starting at its declaration, because it appears to have its
  /cts/tests/autofillservice/src/android/autofillservice/cts/
AutoFillServiceTestCase.java 68 protected void starting(Description description) {
  /external/e2fsprogs/tests/scripts/
resize_test 14 echo $test_description starting > $LOG
  /external/libvpx/libvpx/vpx_dsp/x86/
ssim_opt_x86_64.asm 27 ; Sum across the register %1 starting with q words
39 ; Sum across the register %1 starting with q words
  /external/ppp/pppd/
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...]

Completed in 542 milliseconds

1 2 3 45 6 7 8 91011>>