/external/iproute2/ip/ |
iproute_lwtunnel.c | 325 struct rtattr *nest; local 341 nest = rta_nest(rta, 1024, RTA_ENCAP); 359 rta_nest_end(rta, nest);
|
/build/kati/ |
eval.h | 110 // This value tracks the nest level of make expressions. For
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/ |
protorpc_test.proto | 18 // Message used to nest inside another message.
|
/external/guice/extensions/persist/src/com/google/inject/persist/ |
UnitOfWork.java | 43 * units-of-work that nest within one another safely.
|
/external/llvm/test/CodeGen/XCore/ |
trampoline.ll | 25 define internal i32 @g.1101(%struct.FRAME.f* nocapture nest %CHAIN.1) nounwind readonly {
|
/external/llvm/test/MC/X86/AlignedBundling/ |
nesting.s | 71 # inner nest is closed.
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
dummy_threading.py | 13 # Declaring now so as to not have to nest ``try``s to get proper clean-up.
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
dummy_threading.py | 13 # Declaring now so as to not have to nest ``try``s to get proper clean-up.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
dummy_threading.py | 13 # Declaring now so as to not have to nest ``try``s to get proper clean-up.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
dummy_threading.py | 13 # Declaring now so as to not have to nest ``try``s to get proper clean-up.
|
/cts/tests/tests/text/src/android/text/cts/ |
SpannableStringTest.java | 135 SpannableString first = new SpannableString("t\nest data"); 166 SpannableString first = new SpannableString("t\nest data");
|
/external/autotest/client/bin/ |
cpuset.py | 334 def _release_container_nest(nest): 336 nest_path = full_path(nest) 340 for child in inner_containers_of(nest): 343 logging.debug("releasing container %s", nest) 346 parent = os.path.dirname(nest) 347 move_tasks_into_container(parent, get_tasks(nest)) 349 # remove the now-empty outermost container of this nest 510 root = the parent cpuset to nest this new set within
|
/external/clang/test/OpenMP/ |
critical_messages.cpp | 27 #pragma omp critical(name2) // expected-error {{cannot nest 'critical' regions having the same name 'name2'}} 90 #pragma omp critical(name2) // expected-error {{cannot nest 'critical' regions having the same name 'name2'}}
|
/external/llvm/include/llvm/IR/ |
Attributes.td | 70 def Nest : EnumAttr<"nest">;
|
/external/llvm/include/llvm/Passes/ |
PassBuilder.h | 65 /// Pass managers have ()s describing the nest structure of passes. All passes 86 /// form a pass manager in which to nest passes.
|
/external/llvm/test/Bitcode/ |
attributes-3.3.ll | 56 define void @f9(i8* nest) 57 ; CHECK: define void @f9(i8* nest)
|
/external/v8/test/unittests/compiler/ |
diamond-unittest.cc | 77 d1.Nest(d0, true); 97 d1.Nest(d0, false);
|
loop-peeling-unittest.cc | 117 void Nest(While* a, While* b) { 197 Nest(&inner, &outer); 236 Nest(&inner, &outer); 272 Nest(&inner, &outer);
|
/external/llvm/lib/Target/WebAssembly/ |
known_gcc_test_failures.txt | 286 nest-align-1.c 287 nest-stdar-1.c 303 align-nest.c
|
/external/llvm/bindings/go/llvm/ |
ir_test.go | 63 {NestAttribute, "nest"},
|
/external/llvm/bindings/python/llvm/ |
enumerations.py | 42 ('Nest', 1 << 8),
|
/external/llvm/include/llvm/Transforms/Utils/ |
LoopUtils.h | 299 /// \brief Simplify each loop in a loop nest recursively. 302 /// it into a simplified loop nest with preheaders and single backedges. It will 321 /// \brief Put a loop nest into LCSSA form. 323 /// This recursively forms LCSSA for a loop nest.
|
/external/llvm/lib/Target/XCore/ |
XCoreCallingConv.td | 31 // The 'nest' parameter, if any, is passed in R11.
|
/prebuilts/gdb/darwin-x86/include/python2.7/ |
ceval.h | 107 WARNING: NEVER NEST CALLS TO Py_BEGIN_ALLOW_THREADS AND
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_scope.py | 53 def nest(): function in function:ScopeTests.testNestingGlobalNoFree.make_adder4 54 def nest(): function in function:ScopeTests.testNestingGlobalNoFree.make_adder4.nest 58 return nest() 59 return nest()
|