/prebuilts/go/linux-x86/src/unsafe/ |
unsafe.go | 184 // which must be of the form structValue.field. In other words, it returns the
|
/prebuilts/go/darwin-x86/test/ |
run.go | 364 words := strings.Fields(line) 365 if words[0] == "+build" { 367 for _, word := range words[1:] {
|
/prebuilts/go/linux-x86/test/ |
run.go | 364 words := strings.Fields(line) 365 if words[0] == "+build" { 367 for _, word := range words[1:] {
|
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-m68k.c | 1409 LITTLENUM_TYPE words[6]; local 5585 LITTLENUM_TYPE words[6]; local [all...] |
/external/googletest/googletest/src/ |
gtest.cc | 2133 word_list << "'" << words[i] << "'"; local [all...] |
/external/libvpx/libvpx/third_party/googletest/src/src/ |
gtest.cc | 2136 word_list << "'" << words[i] << "'"; local [all...] |
/external/mesa3d/src/gtest/src/ |
gtest.cc | 1813 word_list << "'" << words[i] << "'"; local [all...] |
/external/v8/src/arm64/ |
simulator-arm64.cc | [all...] |
/external/v8/src/ppc/ |
simulator-ppc.cc | 386 intptr_t words; // likely inaccurate variable name for 64bit local 388 words = 10; 390 if (!GetValue(argv[next_arg], &words)) { 391 words = 10; 394 end = cur + words; 579 PrintF("stack [<num words>]\n"); 580 PrintF(" dump stack content, default dump 10 words)\n"); 581 PrintF("mem <address> [<num words>]\n"); 582 PrintF(" dump memory content, default dump 10 words)\n"); [all...] |
/external/v8/testing/gtest/src/ |
gtest.cc | 2136 word_list << "'" << words[i] << "'"; local [all...] |
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/ |
gtest.cc | 1813 word_list << "'" << words[i] << "'"; local [all...] |
/prebuilts/ndk/r11/sources/third_party/googletest/googletest/src/ |
gtest.cc | 1798 word_list << "'" << words[i] << "'"; local [all...] |
/prebuilts/ndk/r13/sources/third_party/googletest/googletest/src/ |
gtest.cc | 1798 word_list << "'" << words[i] << "'"; local [all...] |
/external/libvpx/libvpx/vpx_dsp/x86/ |
subpel_variance_sse2.asm | 62 ; if H=64 and W=16, we have 8 words of each 2(1bit)x64(6bit)x9bit=16bit 64 ; We have to sign-extend it before adding the words within the register 1091 ; filtered second line as words as cache for the next line. Packing into [all...] |
/external/bison/ |
maint.mk | 21 # ME := $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST)) [all...] |
/external/jline/ |
jline-1.0.jar | |
/external/mesa3d/scripts/ |
get_reviewer.pl | 185 my @words = split(" ", $line); 186 foreach my $word (@words) { [all...] |
/external/r8/deps/ |
jopt-simple-4.6.jar | |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
pgen.go | 79 // all of which cannot be treated as individual words.
|
/prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/ |
ext_test.go | 315 // hasPrefix reports whether any of the space-separated words in the text s
|
/prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/ |
ext_test.go | 291 // hasPrefix reports whether any of the space-separated words in the text s
|
/prebuilts/go/darwin-x86/src/crypto/elliptic/ |
p256_amd64.go | 106 // table will store precomputed powers of x. The four words at index
|
/prebuilts/go/darwin-x86/src/database/sql/ |
convert_test.go | 364 // and gc. With 32-bit words there are more convT2E allocs, and
|
/prebuilts/go/darwin-x86/src/go/types/ |
call.go | 126 // In other words, if there's exactly one operand that - after type-checking
|
/prebuilts/go/darwin-x86/src/math/big/ |
ftoa.go | 354 // remove trailing 0 words early
|