/prebuilts/go/linux-x86/misc/cgo/test/ |
issue9400_linux.go | 25 // We synchronize through a shared variable, so we need two procs
|
/prebuilts/go/linux-x86/src/cmd/internal/objabi/ |
path.go | 16 // check for chars that need escaping
|
/prebuilts/go/linux-x86/src/os/user/ |
listgroups_unix.go | 37 // we need to use different logic for Mac vs. the other OS's.
|
/prebuilts/go/linux-x86/src/runtime/ |
os_darwin_arm.go | 24 // TODO: need more entropy to better seed fastrand.
|
os_freebsd_arm.go | 24 // TODO: need more entropy to better seed fastrand.
|
os_openbsd_arm.go | 24 // TODO: need more entropy to better seed fastrand.
|
runtime_unix_test.go | 6 // We need a fast system call to provoke the race,
|
/prebuilts/go/linux-x86/src/runtime/testdata/testprog/ |
badtraceback.go | 29 // We need two frames on LR machines because we'll smash this
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug284.go | 134 }(x2) // ERROR "cannot|need type assertion|incompatible" 137 x1 = X1(x2) // ERROR "cannot|need type assertion|incompatible" 138 x2 = X2(x0) // ERROR "cannot|need type assertion|incompatible" 139 x2 = X2(x1) // ERROR "cannot|need type assertion|incompatible"
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
macresource.py | 15 def need(restype, resid, filename=None, modname=None): function 117 need('Estr', 1, filename="errors.rsrc", modname=__name__)
|
/external/fio/tools/ |
fio_generate_plots | 27 echo You need gnuplot installed to generate graphs
|
/external/google-benchmark/src/ |
cycleclock.h | 11 // If you need the above guarantees, please consider using a different 63 // this goes at the top because we need ALL Macs, regardless of 166 #error You need to define CycleTimer for your OS and CPU
|
/external/libcxx/utils/google-benchmark/src/ |
cycleclock.h | 11 // If you need the above guarantees, please consider using a different 63 // this goes at the top because we need ALL Macs, regardless of 166 #error You need to define CycleTimer for your OS and CPU
|
/external/libffi/src/powerpc/ |
darwin_closure.S | 75 ; We no longer need the pic symbol stub for Darwin >= 9. 189 /* r3 contains the rtype pointer... save it since we will need 351 lg r3,0(r5) ; we need at least this... 354 b Lsmallstruct ; see if we need more. 400 lg r3,0(r11) ; we need at least this...
|
/external/llvm/test/MC/X86/AlignedBundling/ |
pad-align-to-bundle-end.s | 18 # To align this group to a bundle end, we need a 1-byte NOP.
|
/external/python/cpython2/Mac/Demo/example2/ |
dnslookup-2.py | 18 macresource.need("DLOG", ID_MAIN, "dnslookup-2.rsrc")
|
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/ |
darwin_closure.S | 75 ; We no longer need the pic symbol stub for Darwin >= 9. 189 /* r3 contains the rtype pointer... save it since we will need 351 lg r3,0(r5) ; we need at least this... 354 b Lsmallstruct ; see if we need more. 400 lg r3,0(r11) ; we need at least this...
|
/external/python/cpython3/Modules/_ctypes/libffi/src/powerpc/ |
darwin_closure.S | 75 ; We no longer need the pic symbol stub for Darwin >= 9. 189 /* r3 contains the rtype pointer... save it since we will need 351 lg r3,0(r5) ; we need at least this... 354 b Lsmallstruct ; see if we need more. 400 lg r3,0(r11) ; we need at least this...
|
/libcore/ojluni/src/main/java/javax/net/ssl/ |
SSLSocket.java | 22 * or visit www.oracle.com if you need additional information or have any 84 * <P>There are two groups of cipher suites which you will need to know [all...] |
/prebuilts/go/darwin-x86/src/os/ |
executable_path.go | 11 // errWd will be checked later, if we need to use initWd 21 // Note that we only need to worry about Unix paths here.
|
/prebuilts/go/linux-x86/src/os/ |
executable_path.go | 11 // errWd will be checked later, if we need to use initWd 21 // Note that we only need to worry about Unix paths here.
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/ |
cycleclock.h | 11 // If you need the above guarantees, please consider using a different 63 // this goes at the top because we need ALL Macs, regardless of 166 #error You need to define CycleTimer for your OS and CPU
|
/toolchain/binutils/binutils-2.27/ |
djunpack.bat | 17 Rem The following 2 lines need to be changed with each new GDB release, to
29 Rem empty files. We need that because the previous line will create
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/ |
operand-err-1.s | 17 ; e.g. "test.d $r3" for CRISv32. If you really need it, use
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
regerror.c | 343 int n, need, len;
local 352 need = (int)(pat_end - pat) * 4 + 4;
354 if (n + need < bufsize) {
|