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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/upstream-netbsd/lib/libc/isc/
ev_timers.c 189 struct timespec due,
197 "evSetTimer(ctx %p, func %p, uap %p, due %ld.%09ld, inter %ld.%09ld)\n",
199 (long)due.tv_sec, due.tv_nsec,
206 if (due.tv_nsec >= BILLION)
212 if (due.tv_sec < 0 || due.tv_nsec < 0 || due.tv_nsec >= BILLION)
219 /* due={0,0} is a magic cookie meaning "now." */
220 if (due.tv_sec == (time_t)0 && due.tv_nsec == 0L
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
mips4.s 8 # It used to be disabled due to a clash with lwc3.
  /external/llvm/test/MC/Mips/
mips-register-names-invalid.s 4 # $32 used to trigger an assertion instead of the usual error message due to
  /external/vboot_reference/scripts/keygeneration/
increment_kernel_subkey_and_key.sh 39 New Firmware version (due to kernel subkey change): ${new_firm_ver}.
40 New Kernel key version (due to kernel datakey change): ${new_kernkey_ver}.
increment_firmware_data_key.sh 36 New Firmware key version (due to firmware key change): ${new_firmkey_ver}.
increment_kernel_subkey.sh 36 New Firmware version (due to kernel subkey change): ${new_firm_ver}.
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug443.go 7 // Was failing to compile with 'invalid receiver' due to
issue7346.go 7 // issue 7346 : internal error "doasm" error due to checknil
issue4518.go 8 // where F has multiple returns is miscompiled by 6g due to
  /prebuilts/go/darwin-x86/test/fixedbugs/bug448.dir/
pkg2.go 5 // Issue 3843: inlining bug due to wrong receive operator precedence.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug443.go 7 // Was failing to compile with 'invalid receiver' due to
issue7346.go 7 // issue 7346 : internal error "doasm" error due to checknil
issue4518.go 8 // where F has multiple returns is miscompiled by 6g due to
  /prebuilts/go/linux-x86/test/fixedbugs/bug448.dir/
pkg2.go 5 // Issue 3843: inlining bug due to wrong receive operator precedence.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
expdyn5.d 8 # needs to be a .got due to the GOT relocs, but the entry is constant.
asneed1.d 11 # htab->dynobj, trigging a SEGV due to a NULL dereference for
  /external/bison/
GNUmakefile 89 .DEFAULT_GOAL := abort-due-to-no-makefile
101 ifeq ($(.DEFAULT_GOAL),abort-due-to-no-makefile)
102 $(MAKECMDGOALS): abort-due-to-no-makefile
105 abort-due-to-no-makefile:
  /prebuilts/go/darwin-x86/src/go/parser/
performance_test.go 22 b.Fatalf("benchmark failed due to parse error: %s", err)
  /prebuilts/go/linux-x86/src/go/parser/
performance_test.go 22 b.Fatalf("benchmark failed due to parse error: %s", err)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
arm-it-auto.s 37 @Two groups shall be generated, due to the label:
67 @ite eq - this group finishes due to the mov.n pc, rn
85 @ite gt (group shall finish due to another condition change)
  /prebuilts/go/darwin-x86/test/bench/go1/
parser_test.go 40 b.Fatalf("benchmark failed due to parse error: %s", err)
  /prebuilts/go/darwin-x86/test/syntax/
semi4.go 10 // due to a nil pointer dereference.
  /prebuilts/go/linux-x86/test/bench/go1/
parser_test.go 40 b.Fatalf("benchmark failed due to parse error: %s", err)
  /prebuilts/go/linux-x86/test/syntax/
semi4.go 10 // due to a nil pointer dereference.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
fill.d 9 # Breaks on ia64 due to minimum alignment of code. The section alignment

Completed in 211 milliseconds

1 2 3 4 5 6 7 8 91011>>