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

1 2 3

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ilp32/
immed64.s 5 callq *late(%rax)
8 callq *late(%eax)
11 movb $late, %al
14 movw $late, %ax
17 movl $late, %eax
20 movabsq $late, %rax
22 addb $late, %al
25 addw $late, %ax
28 addl $late, %eax
31 addq $late, %ra
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
immed64.s 5 callq *late(%rax)
8 callq *late(%eax)
11 movb $late, %al
14 movw $late, %ax
17 movl $late, %eax
20 movabsq $late, %rax
23 addb $late, %al
26 addw $late, %ax
29 addl $late, %eax
32 addq $late, %ra
    [all...]
immed32.s 5 calll *late(%eax)
8 calll *late(%bx)
11 movb $late, %al
14 movw $late, %ax
17 movl $late, %eax
20 addb $late, %al
23 addw $late, %ax
26 addl $late, %eax
29 shlb $late, %al
32 shlw $late, %a
    [all...]
  /frameworks/native/services/surfaceflinger/
VSyncModulator.h 46 // early: the phase offset when waking up early. May be the same as late, in which case we don't
48 // late: the regular sf phase offset.
49 void setPhaseOffsets(nsecs_t early, nsecs_t late) {
51 mLatePhaseOffset = late;
52 mPhaseOffset = late;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
CalendarTest.java 491 Calendar late = Calendar.getInstance(); local
494 late.set(2008, 3, 20, 17, 28, 22);
496 assertTrue(early.before(late));
498 assertFalse(late.before(early));
500 assertTrue(late.after(early));
501 assertFalse(late.after(late));
502 assertFalse(early.after(late));
506 late.set(2008, 3, 20, 17, 28, 12);
508 assertTrue(early.before(late));
    [all...]
  /external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
sema.cpp 171 void late() { function
194 late<float, true>();
195 late<S3, false>();
  /frameworks/base/services/tests/servicestests/src/com/android/server/job/controllers/
ConnectivityControllerTest.java 135 final JobStatus late = createJobStatus(job, now - 2000, now + 1000); local
143 assertTrue(ConnectivityController.isSatisfied(late, net, caps, mConstants));
151 assertTrue(ConnectivityController.isSatisfied(late, net, caps, mConstants));
162 final JobStatus late = createJobStatus(job, now - 2000, now + 1000); local
175 assertTrue(ConnectivityController.isSatisfied(late, net, caps, mConstants));
180 // Metered network is only when prefetching and late
186 assertFalse(ConnectivityController.isSatisfied(late, net, caps, mConstants));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_genexps.py 114 Verify late binding for the outermost if-expression
122 Verify late binding for the innermost for-expression
  /external/python/cpython2/Lib/test/
test_genexps.py 114 Verify late binding for the outermost if-expression
122 Verify late binding for the innermost for-expression
  /external/python/cpython3/Lib/test/
test_genexps.py 114 Verify late binding for the outermost if-expression
122 Verify late binding for the innermost for-expression
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_genexps.py 114 Verify late binding for the outermost if-expression
122 Verify late binding for the innermost for-expression
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_genexps.py 114 Verify late binding for the outermost if-expression
122 Verify late binding for the innermost for-expression
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_genexps.py 114 Verify late binding for the outermost if-expression
122 Verify late binding for the innermost for-expression
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_genexps.py 114 Verify late binding for the outermost if-expression
122 Verify late binding for the innermost for-expression
  /frameworks/base/services/core/java/com/android/server/
DropBoxManagerService.java 795 for (EntryFile late : future) {
796 mAllFiles.blocks -= late.blocks;
797 FileList tagFiles = mFilesByTag.get(late.tag);
798 if (tagFiles != null && tagFiles.contents.remove(late)) {
799 tagFiles.blocks -= late.blocks;
801 if ((late.flags & DropBoxManager.IS_EMPTY) == 0) {
802 enrollEntry(new EntryFile(late.getFile(mDropBoxDir), mDropBoxDir,
803 late.tag, t++, late.flags, mBlockSize));
805 enrollEntry(new EntryFile(mDropBoxDir, late.tag, t++))
    [all...]
  /external/scapy/scapy/arch/bpf/
supersocket.py 118 # sometimes called "too late", and self is None
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
compile.go 348 {name: "late opt", fn: opt, required: true}, // TODO: split required rules and optimizing rules
362 {name: "late phielim", fn: phielim},
363 {name: "late copyelim", fn: copyelim},
365 {name: "late deadcode", fn: deadcode},
370 {name: "late nilcheck", fn: nilcheckelim2},
416 {"decompose builtin", "late opt"},
428 // late nilcheck needs instructions to be scheduled.
429 {"schedule", "late nilcheck"},
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
compile.go 348 {name: "late opt", fn: opt, required: true}, // TODO: split required rules and optimizing rules
362 {name: "late phielim", fn: phielim},
363 {name: "late copyelim", fn: copyelim},
365 {name: "late deadcode", fn: deadcode},
370 {name: "late nilcheck", fn: nilcheckelim2},
416 {"decompose builtin", "late opt"},
428 // late nilcheck needs instructions to be scheduled.
429 {"schedule", "late nilcheck"},
  /build/soong/java/config/
error_prone.go 28 // Wrapper that grabs value of val late so it can be initialized by a later module's init function
  /external/speex/libspeex/
jitter.c 48 + late
146 spx_uint32_t arrival[SPEEX_JITTER_MAX_BUFFER_SIZE]; /**< Packet arrival time (0 means it was late, even though it's a valid timestamp) */
154 int late_cutoff; /**< How late must a packet be for it not to be considered at all */
160 int window_size; /**< Total window over which the late frames are counted */
162 int max_late_rate; /**< Absolute maximum amount of late packets tolerable (in percent) */
171 cost = delay + late_factor*[number of frames that would be late if we used that delay]
173 @param late_factor Equivalent cost of a late frame (in timestamp units)
180 int late = 0; local
209 /* Pick the TOP_DELAY "latest" packets (doesn't need to actually be late
236 cost = -latest + late_factor*late;
371 int late; local
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
libdso-2.d 11 # too late to have it mapped to an output section.
  /prebuilts/go/darwin-x86/src/net/http/httptest/
server.go 184 // socket-late-binding races from the http Client
247 // Out of paranoia for making a late change in Go 1.6, we
302 // Probably just a socket-late-binding dial from
  /prebuilts/go/linux-x86/src/net/http/httptest/
server.go 184 // socket-late-binding races from the http Client
247 // Out of paranoia for making a late change in Go 1.6, we
302 // Probably just a socket-late-binding dial from
  /prebuilts/go/darwin-x86/doc/progs/
go1.go 178 // sleepUntil sleeps until the specified time. It returns immediately if it's too late.
  /prebuilts/go/darwin-x86/src/runtime/race/testdata/
waitgroup_test.go 85 // Incorrect usage: Add is too late.

Completed in 1870 milliseconds

1 2 3