/external/valgrind/exp-sgcheck/ |
D | sg_main.c | 1975 StackFrame *innermost, *innermostOrig; in shadowStack_unwind() local 1977 innermost = shadowStacks[tid]; in shadowStack_unwind() 1978 tl_assert(innermost); in shadowStack_unwind() 1979 innermostOrig = innermost; in shadowStack_unwind() 1982 if (!innermost->outer) in shadowStack_unwind() 1984 if (innermost->inner) in shadowStack_unwind() 1985 tl_assert(innermost->inner->outer == innermost); in shadowStack_unwind() 1986 tl_assert(innermost->outer->inner == innermost); in shadowStack_unwind() 1987 tl_assert(innermost->blocks_added_by_call == NULL); in shadowStack_unwind() 1988 if (sp_now <= innermost->creation_sp) break; in shadowStack_unwind() [all …]
|
/external/v8/test/webkit/ |
D | exception-with-handler-inside-eval-with-dynamic-scope-expected.txt | 31 PASS result is "innermost scope" 32 PASS result is "innermost scope" 36 PASS result is "innermost scope" 37 PASS result is "innermost scope"
|
/external/v8/src/compiler/ |
D | loop-analysis.cc | 325 LoopInfo* innermost = nullptr; in FinishLoopTree() local 336 if (innermost == nullptr || in FinishLoopTree() 337 loop->loop->depth_ > innermost->loop->depth_) { in FinishLoopTree() 338 innermost = loop; in FinishLoopTree() 344 if (innermost == nullptr) continue; in FinishLoopTree() 346 ni.next = innermost->header_list; in FinishLoopTree() 347 innermost->header_list = ∋ in FinishLoopTree() 349 ni.next = innermost->body_list; in FinishLoopTree() 350 innermost->body_list = ∋ in FinishLoopTree()
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | FastStringBuffer.java | 295 FastStringBuffer innermost = this; in reset() local 297 while (innermost.m_innerFSB != null) in reset() 299 innermost = innermost.m_innerFSB; in reset() 302 m_chunkBits = innermost.m_chunkBits; in reset() 303 m_chunkSize = innermost.m_chunkSize; in reset() 304 m_chunkMask = innermost.m_chunkMask; in reset()
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | SynchronizedNavigableMapTest.java | 47 NavigableMap<K, V> innermost = new SafeTreeMap<K, V>( in create() local 49 TestMap<K, V> inner = new TestMap<K, V>(innermost, mutex); in create() 237 NavigableMap<String, String> innermost = in suite() 240 innermost.put(entry.getKey(), entry.getValue()); in suite() 243 new TestMap<String, String>(innermost, mutex); in suite()
|
D | SynchronizedNavigableSetTest.java | 158 NavigableSet<String> innermost = new SafeTreeSet<String>(); in suite() 159 Collections.addAll(innermost, elements); in suite() 160 TestSet<String> inner = new TestSet<String>(innermost, MUTEX); in suite()
|
/external/clang/test/CodeGenObjC/ |
D | debug-info-nested-blocks.m | 22 // innermost block.
|
D | encode-test.m | 14 struct Innermost *innermost; field
|
/external/clang/test/SemaObjC/ |
D | nullability.m | 38 // expected-note@-1{{use nullability type specifier '_Nonnull' to affect the innermost pointer type… 44 // expected-note@-1{{use nullability type specifier '_Nullable' to affect the innermost pointer typ… 55 // expected-note@-1{{use nullability type specifier '_Nullable' to affect the innermost pointer typ…
|
/external/libchrome/base/message_loop/ |
D | message_pump_mac.mm | 551 // Stop the innermost run loop managed by this MessagePumpCFRunLoop object. 553 // This object is running the innermost loop, just stop it. 559 // other run loops, just mark this object to quit the innermost Run as
|
/external/llvm/docs/ |
D | Vectorizers.rst | 221 control flow in the innermost loop. The innermost loop may contain complex
|
/external/chromium-trace/catapult/third_party/flot/ |
D | jquery.flot.js | 1441 innermost = true, 1456 innermost = false; 1509 axis.innermost = innermost; 2054 if (!axis.innermost) {
|
D | jquery.flot.min.js | 7 …innermost=true,outermost=true,first=true,found=false;$.each(isXAxis?xaxes:yaxes,function(i,a){if(a… 8 …x=box.left-plotOffset.left+(axis.position=="left"?box.width:0)}if(!axis.innermost){ctx.strokeStyle…
|
D | NEWS.md | 80 its 'innermost' property set to false or undefined, even if it was on the 107 - When using multiple axes on opposite sides of the plot, the innermost axis
|
D | API.md | 475 innermost axes will have ticks that extend all across the plot, while
|
/external/google-breakpad/src/processor/proto/ |
D | process_state.proto | 144 // innermost called frame in a stack, this will be an exact program counter
|
/external/valgrind/docs/internals/ |
D | xml-output.txt | 358 is one or more FRAMEs. The first is the innermost frame, the
|
D | xml-output-protocol4.txt | 223 is one or more FRAMEs. The first is the innermost frame, the
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 448 unsigned innermost = -1U; in distributeObjCPointerTypeAttrFromDeclarator() local 455 innermost = i; in distributeObjCPointerTypeAttrFromDeclarator() 487 if (innermost != -1U) { in distributeObjCPointerTypeAttrFromDeclarator() 489 declarator.getTypeObject(innermost).getAttrListRef()); in distributeObjCPointerTypeAttrFromDeclarator()
|
/external/chromium-trace/catapult/telemetry/third_party/flot/ |
D | jquery.flot.min.js | 28 …innermost=h}function I(e){e.direction=="x"?(e.box.left=m.left-e.labelWidth/2,e.box.width=f.width-m…
|
/external/clang/docs/ |
D | AutomaticReferenceCounting.rst | 501 pointer which is guaranteed to be valid at least as long as the innermost 742 where the next-innermost declarator is a function declarator, and 748 object, it is applied to the innermost pointer or block-pointer type. 1987 to the innermost autorelease pool exactly as if the object had been sent the
|
/external/libvorbis/doc/ |
D | 04-codec.tex | 184 % itemize at the innermost level. However, it would be much better to
|
/external/clang/include/clang/Basic/ |
D | DiagnosticParseKinds.td | 494 "be innermost component of anonymous pack declaration}0">;
|
/external/libmicrohttpd/doc/ |
D | texinfo.tex | 755 % This records the amount of indent in the innermost environment. 2221 % \INITMACRO can check \currentmarkupstyle for the innermost
|
/external/bison/build-aux/ |
D | texinfo.tex | 754 % This records the amount of indent in the innermost environment. 2220 % \INITMACRO can check \currentmarkupstyle for the innermost
|