HomeSort by relevance Sort by last modified time
    Searched full:callers (Results 701 - 725 of 2686) sorted by null

<<21222324252627282930>>

  /toolchain/binutils/binutils-2.27/gold/
ChangeLog-0815 422 Adjust all callers.
820 callers. Don't use STT_COMMON to check for common symbols.
    [all...]
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 155 // Loop over all of the callers of the function, transforming the call sites
248 // in callers may introduce undefined behavior.
459 // any callers use the return value. This fills in the LiveValues set and Uses
506 DEBUG(dbgs() << "DeadArgumentEliminationPass - Inspecting callers for fn: "
565 // Now we've inspected all callers, record the liveness of our return values.
824 // Loop over all of the callers of the function, transforming the call sites
    [all...]
  /prebuilts/go/darwin-x86/doc/
go1.9.html 287 <a href="/pkg/runtime#Callers"><code>runtime.Callers</code></a>
305 <code>Callers</code> is any indication of the call depth.
313 <code>Callers</code>.
873 <a href="/pkg/runtime/#Callers"><code>runtime.Callers</code></a>.
    [all...]
  /prebuilts/go/linux-x86/doc/
go1.9.html 287 <a href="/pkg/runtime#Callers"><code>runtime.Callers</code></a>
305 <code>Callers</code> is any indication of the call depth.
313 <code>Callers</code>.
873 <a href="/pkg/runtime/#Callers"><code>runtime.Callers</code></a>.
    [all...]
  /build/blueprint/parser/
ast.go 134 // remove this function and have callers use reflect.DeepEqual(a, b)
277 return prop, found // we don't currently expose the index to callers
  /cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerCtsTestsBase.java 246 protected void withCallers(List<Context> callers, Runnable r) {
247 for (Context c : callers) {
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
web_services.py 63 In the event that this call fails, we will setup the response, so callers just
91 In the event that this call fails, we will setup the response, so callers just
  /external/annotation-tools/asmx/src/org/objectweb/asm/tree/analysis/
Analyzer.java 205 for (int i = 0; i < subroutine.callers.size(); ++i) {
206 int caller = indexes.get(subroutine.callers.get(i));
  /external/autotest/site_utils/bootperf-bin/
resultset.py 284 Rationale: Some callers of this function total up intermediate
379 Rationale: Some callers of this function total up intermediate
  /external/boringssl/src/
PORTING.md 97 Switch any `*_ctrl` callers to the macro/function versions. This works in both
177 Ensure that callers do not rely on this object reuse behavior. It is
  /external/elfutils/libdw/
dwarf_getmacros.c 421 - The highest bit is used for distinguishing between callers that
432 callers (which in practice decreases the permissible macro unit
  /external/icu/icu4c/source/common/unicode/
localpointer.h 203 * so that callers need to check only for U_FAILURE(errorCode)
348 * so that callers need to check only for U_FAILURE(errorCode)
  /external/libmojo/base/android/java/src/org/chromium/base/library_loader/
LibraryLoader.java 28 * Callers are allowed to separate loading the libraries from initializing them.
169 * Override kept for callers that need to load from a different app context. Do not use unless
  /external/llvm/lib/IR/
Dominators.cpp 142 // edges, the callers can normally handle them more efficiently.
193 // edges, the callers can normally handle them more efficiently.
  /external/llvm/lib/Target/PowerPC/
PPCCallingConv.td 203 // offsets in the callers stack frame.
205 // Still, the address of the aggregate copy in the callers stack frame is passed
  /external/python/cpython3/Lib/test/
test_trace.py 267 """White-box testing of callers tracing"""
290 self.assertEqual(self.tracer.results().callers, expected)
  /external/skqp/include/core/
SkSurface.h 45 * Callers are responsible for initialiazing the surface pixels.
275 * Retrieves the backend API handle of the RenderTarget backing this surface. Callers must
  /external/valgrind/include/
pub_tool_debuginfo.h 143 trailing zero, so callers should establish the useful text length
184 Therefore, callers need to possibly stash away the string.
  /external/valgrind/none/tests/
cmdline2.stdout.exp 40 --num-callers=<number> show <number> callers in stack traces [12]
  /external/volley/src/main/java/com/android/volley/toolbox/
ImageLoader.java 459 // Note that this will be used to deliver responses to all callers in mBatchedResponses.
466 // If one of the callers in the batched request canceled the request
  /external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp.h 586 // TODO(danilchap): Remove this when all callers have been updated.
624 // TODO(danilchap): Remove this when all callers have been updated.
  /external/webrtc/webrtc/p2p/base/
transportcontroller.cc 414 // TODO(deadbeef): Make callers smarter so they won't attempt to set a
433 // TODO(deadbeef): Make callers smarter so they won't attempt to set a
  /frameworks/base/core/java/android/net/
RouteInfo.java 136 // matches the documented behaviour. Before we can do this we need to fix all callers (e.g.,
278 * TODO: Convert callers to use IpPrefix and then remove.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
PipMenuActivityController.java 290 + " callers=\n" + Debug.getCallers(5, " "));
341 + " callers=\n" + Debug.getCallers(5, " "));
  /frameworks/base/tools/aapt2/process/
SymbolTable.cpp 112 // Returns the raw pointer. Callers are not expected to hold on to this
133 // Returns the raw pointer. Callers are not expected to hold on to this

Completed in 1927 milliseconds

<<21222324252627282930>>