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

<<21222324252627282930>>

  /frameworks/base/core/java/android/text/
Spanned.java 136 * for callers to use to store scalar data associated with their
142 * for callers to use to store scalar data associated with their
  /frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/
RecentsTaskLoadPlan.java 87 * this call (callers should synchronize on the loader before making this call).
165 * this call (callers should synchronize on the loader before making this call).
  /frameworks/base/services/net/java/android/net/ip/
IpNeighborMonitor.java 57 * Monitors the kernel rtnetlink neighbor notifications and presents to callers
58 * NeighborEvents describing each event. Callers can provide a consumer instance
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiSettingsStore.java 175 * Allow callers to set the Settings.Global.WIFI_SAVED_STATE property.
190 * Allow callers to get the Settings.Global.WIFI_SAVED_STATE property.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ContactsManager.java 145 * Returns all the valid names in the Contacts DB. Callers should also
231 * Updates the local state of the manager. This should be called when the callers
  /external/tensorflow/tensorflow/core/platform/cloud/
file_block_cache_test.cc 430 // This fetcher won't respond until either `callers` threads are calling it
431 // concurrently (at which point it will respond with success to all callers),
433 const int callers = 4; local
434 BlockingCounter counter(callers);
447 FileBlockCache cache(block_size, 2 * callers * block_size, 0, fetcher);
449 for (int i = 0; i < callers; i++) {
  /external/valgrind/callgrind/
clo.c 481 else if VG_XACT_CLO(arg, "--separate-callers=auto",
483 else if VG_INT_CLO( arg, "--separate-callers",
495 else if VG_STREQN(18, arg, "--separate-callers") {
589 " --separate-callers=<n> Separate functions by call chain length [0]\n"
590 " --separate-callers<n>=<f> Separate <n> callers for function <f>\n"
  /frameworks/base/core/java/android/service/voice/
AlwaysOnHotwordDetector.java 357 * Callers should only call this method after a supported state callback on
395 * Callers should only call this method after a supported state callback on
423 * Callers should only call this method after a supported state callback on
455 * Callers should only call this method after a supported state callback on
476 * Callers should only call this method after a supported state callback on
497 * Callers should only call this method after a supported state callback on
  /libcore/ojluni/src/main/java/java/lang/reflect/
AnnotatedElement.java 40 * by callers without affecting the arrays returned to other callers.
276 * have no effect on the arrays returned to other callers.
296 * have no effect on the arrays returned to other callers.
380 * have no effect on the arrays returned to other callers.
422 * have no effect on the arrays returned to other callers.
  /external/valgrind/callgrind/docs/
cl-manual.xml 87 optimization opportunities depend on changing code in the callers, in
148 top level list of functions, information on the callers and the callees
151 Indented, above each function, there is the list of callers,
496 <option><xref linkend="opt.separate-callers-num"/>=B</option>
497 <option><xref linkend="opt.separate-callers-num"/>=C</option>,
502 <option><xref linkend="opt.separate-callers"/>=2</option> to get a 2-caller
    [all...]
  /prebuilts/tools/linux-x86_64/kythe/proto/
xref.proto 66 // Callers takes a set of tickets for semantic objects and returns the set
69 // `Callers({foo})` would return:
74 // to a new Callers request.
78 rpc Callers(CallersRequest) returns (CallersReply) {}
585 // The set of callers for the given node.
597 int64 callers = 5;
689 // to Callers, along with the syntactic locations that caused that blame to
  /external/google-breakpad/src/processor/
stackwalker_selftest.cc 392 unsigned int callers = CountCallerFrames(); local
393 if (callers != parent_callers + 1)
397 return Recursor(depth - 1, callers);
  /external/libchrome/base/process/
launch.h 309 // internally, so callers may expect things like getpid() to work correctly
314 // As with fork(), callers should be extremely careful when calling this while
317 // Callers should most likely call execve() in the child soon after calling
  /frameworks/base/services/core/java/com/android/server/wm/
AppTransition.java     [all...]
  /external/tensorflow/tensorflow/python/ops/linalg/
linear_operator_identity.py 198 * If `is_X == True`, callers should expect the operator to have the
202 * If `is_X == False`, callers should expect the operator to not have `X`.
203 * If `is_X == None` (the default), callers should have no expectation either
542 * If `is_X == True`, callers should expect the operator to have the
546 * If `is_X == False`, callers should expect the operator to not have `X`.
547 * If `is_X == None` (the default), callers should have no expectation either
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_trace.py 256 """White-box testing of callers tracing"""
276 self.assertEqual(self.tracer.results().callers, expected)
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformHelperLib/
PlatformHelperLib.c 290 // Adjust output port bit given callers request.
346 // Adjust output port bit given callers request.
  /external/google-breakpad/src/client/linux/handler/
exception_handler.h 267 // Callers can add extra info about mappings for cases where the
271 // Callers can request additional memory regions to be included in
  /external/jemalloc/src/
huge.c 322 /* The following should have been caught by callers. */
385 /* The following should have been caught by callers. */
  /external/jsr305/javadoc/javax/annotation/concurrent/
Immutable.html 102 its state cannot be seen to change by callers. Of necessity this means that
108 long as they are computed from immutable state and that callers cannot tell
  /external/libchrome/base/memory/
weak_ptr.h 10 // or more objects other than its owner, and those callers can cope with the
260 // Allow callers to compare WeakPtrs against nullptr to test validity.
  /external/llvm/lib/Analysis/
AliasAnalysisSummary.h 15 /// callers get analyzed. The key idea of summary-based analysis is to first
19 /// called top-down analysis, in which callers are always analyzed first before
  /external/llvm/lib/Target/X86/
README-X86-64.txt 59 The idea is that it saves callers from having to remember this value,
66 optimization for callers.
  /external/llvm/lib/Transforms/IPO/
IPConstantPropagation.cpp 123 // all callers that use those return values with the constant value. This will
128 // callers will be updated to use the value they pass in directly instead of
  /external/python/cpython2/Lib/test/
test_trace.py 256 """White-box testing of callers tracing"""
276 self.assertEqual(self.tracer.results().callers, expected)

Completed in 1290 milliseconds

<<21222324252627282930>>