/toolchain/binutils/binutils-2.27/gas/config/ |
tc-tic54x.c | 612 if (!strncmp (".fake", parent->name, 5)) 675 char fake[] = ".fake_stagNNNNNNN"; local 676 sprintf (fake, ".fake_stag%d", struct_count++); 677 current_stag->sym = symbol_new (fake, absolute_section, 708 !strncmp (current_stag->name, ".fake", 5) ? "" : current_stag->name; 915 char fake[] = ".fake_fieldNNNNN"; local 917 sprintf (fake, ".fake_field%d", fieldno++); 918 stag_add_field (current_stag, fake, [all...] |
/build/blueprint/microfactory/ |
microfactory_test.go | 346 // Templates used to create fake compilable packages //
|
/build/soong/androidmk/cmd/androidmk/ |
androidmk.go | 340 // Create a fake assignment with enabled = false
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
universe.go | 11 // builtinpkg is a fake package that declares the universe block.
|
/prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/graph/ |
dotgraph.go | 88 // Collect all edges. Use a fake node to support multiple incoming edges.
|
/prebuilts/go/darwin-x86/src/go/types/ |
call.go | 325 if !pkg.fake {
|
check.go | 80 impMap map[importKey]*Package // maps (import path, source directory) to (complete or fake) package
|
/prebuilts/go/darwin-x86/src/io/ |
io_test.go | 277 rb.err = fmt.Errorf("fake error")
|
/prebuilts/go/darwin-x86/src/time/ |
zoneinfo_read.go | 199 // Build fake transition to cover all time.
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
universe.go | 11 // builtinpkg is a fake package that declares the universe block.
|
/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/graph/ |
dotgraph.go | 88 // Collect all edges. Use a fake node to support multiple incoming edges.
|
/prebuilts/go/linux-x86/src/go/types/ |
call.go | 325 if !pkg.fake {
|
check.go | 80 impMap map[importKey]*Package // maps (import path, source directory) to (complete or fake) package
|
/prebuilts/go/linux-x86/src/io/ |
io_test.go | 277 rb.err = fmt.Errorf("fake error")
|
/prebuilts/go/linux-x86/src/time/ |
zoneinfo_read.go | 199 // Build fake transition to cover all time.
|
/prebuilts/go/darwin-x86/src/net/http/ |
fs_test.go | 319 const contents = "I am a fake file" 666 const indexContents = "I am a fake index.html file" [all...] |
/prebuilts/go/linux-x86/src/net/http/ |
fs_test.go | 319 const contents = "I am a fake file" 666 const indexContents = "I am a fake index.html file" [all...] |
/external/libxml2/ |
parser.c | 13533 xmlNodePtr fake, cur; local [all...] |
/external/clang/utils/TableGen/ |
ClangAttrEmitter.cpp | 187 bool Fake; 192 attrName(Attr), isOpt(false), Fake(false) { 212 bool isFake() const { return Fake; } 213 void setFake(bool fake) { Fake = fake; } [all...] |
/external/python/cpython2/Modules/zlib/ |
make_vms.com | 121 $! Build a fake configure input header
|
/external/python/cpython3/Modules/zlib/ |
make_vms.com | 121 $! Build a fake configure input header
|
/external/zlib/src/ |
make_vms.com | 121 $! Build a fake configure input header
|
/prebuilts/go/darwin-x86/src/net/http/httputil/ |
reverseproxy_test.go | 28 const fakeHopHeader = "X-Fake-Hop-Header-For-Test" 148 const fakeConnectionToken = "X-Fake-Connection-Token" 571 backendURL, _ := url.Parse("http://fake.tld/")
|
/prebuilts/go/linux-x86/src/net/http/httputil/ |
reverseproxy_test.go | 28 const fakeHopHeader = "X-Fake-Hop-Header-For-Test" 148 const fakeConnectionToken = "X-Fake-Connection-Token" 571 backendURL, _ := url.Parse("http://fake.tld/")
|
/toolchain/binutils/binutils-2.27/zlib/ |
make_vms.com | 121 $! Build a fake configure input header
|