/prebuilts/go/linux-x86/test/chan/ |
powser2.go | 10 // Has not been cleaned up as much as powser1.go, to keep
|
/art/runtime/ |
Android.mk | 234 # Keep the __jit_debug_register_code symbol as a unique symbol during ICF for architectures where 238 JIT_DEBUG_REGISTER_CODE_LDFLAGS := -Wl,--keep-unique,__jit_debug_register_code
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
tree.rb | 93 an input stream, which should be a TreeNodeStream. ANTLR intends to keep its [all...] |
/external/bison/data/ |
yacc.c | 104 # b4_lex_param arrives quoted twice, but we want to keep only one level. [all...] |
/external/llvm/tools/llvm-stress/ |
llvm-stress.cpp | 258 // Vectors of x86mmx are illegal; keep trying till we get something else. 717 Out->keep();
|
/external/minijail/ |
common.mk | 166 # Keep the rules split as newer make does not allow them to be declared 442 $(QUIET)$(OBJCOPY) --only-keep-debug "$(TARGET_OR_MEMBER)" \ 606 # These may already be handled by '-r', but let's keep it to be safe. [all...] |
/external/modp_b64/ |
common.mk | 166 # Keep the rules split as newer make does not allow them to be declared 442 $(QUIET)$(OBJCOPY) --only-keep-debug "$(TARGET_OR_MEMBER)" \ 606 # These may already be handled by '-r', but let's keep it to be safe. [all...] |
/external/valgrind/exp-bbv/tests/amd64-linux/ |
ll.S | 118 pop %rbp # get out_buffer and keep in bp 227 jne bogo_loop # ! if not equal, keep going
|
/external/valgrind/exp-bbv/tests/x86-linux/ |
ll.S | 110 pop %ebp # get out_buffer and keep in bp 221 jne bogo_loop # if not equal, keep going
|
/prebuilts/go/darwin-x86/src/cmd/dist/ |
build.go | 400 // We keep it in pkg/ so that all the generated binaries 414 // We keep it in pkg/, just like the object directory above.
|
/prebuilts/go/darwin-x86/src/runtime/ |
malloc.go | 142 // must vary NumStackOrders to keep the same maximum cached size. 405 // Keep everything page-aligned. 421 // Keep taking from our reservation. 510 // Set mp.mallocing to keep from being preempted by GC.
|
mheap.go | 910 // to abort, and we want to keep the other special records around 1069 // Returns true if we should keep working on deallocating p.
|
/prebuilts/go/linux-x86/src/cmd/dist/ |
build.go | 400 // We keep it in pkg/ so that all the generated binaries 414 // We keep it in pkg/, just like the object directory above.
|
/prebuilts/go/linux-x86/src/runtime/ |
malloc.go | 142 // must vary NumStackOrders to keep the same maximum cached size. 405 // Keep everything page-aligned. 421 // Keep taking from our reservation. 510 // Set mp.mallocing to keep from being preempted by GC.
|
mheap.go | 910 // to abort, and we want to keep the other special records around 1069 // Returns true if we should keep working on deallocating p.
|
/prebuilts/go/darwin-x86/src/reflect/ |
value.go | 446 // and will thus keep the args object alive indefinitely. 491 // Must make a copy, because f might keep a reference to it, 492 // and we cannot let f keep a reference to the stack frame [all...] |
/prebuilts/go/linux-x86/src/reflect/ |
value.go | 446 // and will thus keep the args object alive indefinitely. 491 // Must make a copy, because f might keep a reference to it, 492 // and we cannot let f keep a reference to the stack frame [all...] |
/toolchain/binutils/binutils-2.25/gold/ |
layout.cc | 171 // to keep track of all free chunks. 678 // ABI. Keep others (e.g., .stabstr). We could also do this by 742 // This is a feature used to keep debugging information in 900 bool keep; 903 &script_section_type, &keep); 904 return name != NULL && keep; 958 bool keep; 960 &script_section_type, &keep); [all...] |
/prebuilts/go/darwin-x86/src/net/http/ |
serve_test.go | 732 testTCPConnectionCloses(t, "GET / HTTP/1.0\r\nConnection: keep-alive\r\n\r\n", HandlerFunc(func(w ResponseWriter, r *Request) { [all...] |
/prebuilts/go/linux-x86/src/net/http/ |
serve_test.go | 732 testTCPConnectionCloses(t, "GET / HTTP/1.0\r\nConnection: keep-alive\r\n\r\n", HandlerFunc(func(w ResponseWriter, r *Request) { [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/closure/ |
base.js | 432 * Object used to keep track of urls that have already been added. This 441 * This object is used to keep track of dependencies and other data that is 453 written: {} // used to keep track of script files we have written [all...] |
/build/kati/ |
ninja.go | 467 // ninja will normalize paths (/./, /../), so keep it as is
|
/build/tools/droiddoc/templates-sac/assets/js/ |
docs.js | 331 previous = current; //keep track of previous element next time through loop 1047 date.setTime(date.getTime()+(10*365*24*60*60*1000)); // keep this for 10 years [all...] |
/external/v8/tools/ |
profile.js | 417 result[0].ticks = total_ticks; // Sorting will keep this at index 0.
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/arm64/ |
obj7.go | 109 // The +StackGuard on both sides is required to keep the left side positive:
|