HomeSort by relevance Sort by last modified time
    Searched full:callers (Results 176 - 200 of 966) sorted by null

1 2 3 4 5 6 78 91011>>

  /hardware/libhardware/include/hardware/
lights.h 102 * The high byte should be ignored. Callers will set it to 0xff (which
  /libcore/luni/src/main/java/java/io/
OutputStream.java 34 * BufferedOutputStream}. Callers that do only bulk writes may omit buffering.
  /ndk/sources/android/crazy_linker/src/
crazy_linker_elf_relocations.h 28 // Callers of ::ApplyAll() should pass the address of a derived class
  /packages/apps/Exchange/src/com/android/exchange/adapter/
MoveItemsParser.java 42 // These are the status values we return to callers
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasOptions.java 54 * Perform the server request. If successful, callers should use
  /packages/apps/Messaging/src/com/android/messaging/util/
BugleSubscriptionPrefs.java 45 // Callers should only access per-subscription preferences from this class
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/x86_64-linux-gnu/aarch64-linux-android/include/
dis-asm.h 1 /* Interface between the opcode library and its callers.
57 back from the instruction decoders to their callers.
341 /* This block of definitions is for particular callers who read instructions
344 /* Here is a function which callers may wish to use for read_memory_func.
  /external/droiddriver/src/io/appium/droiddriver/helpers/
package-info.java 39 * could be exceptions where we let callers determine the type of the new page, but that
42 * don't abuse it -- typically callers should acquire page objects by calling methods of other
  /frameworks/base/core/java/android/app/backup/
RestoreSession.java 67 * <p>Callers must hold the android.permission.BACKUP permission to use this method.
96 * <p>Callers must hold the android.permission.BACKUP permission to use this method.
  /frameworks/base/core/java/android/text/
Spanned.java 134 * for callers to use to store scalar data associated with their
140 * for callers to use to store scalar data associated with their
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
MethodTest.java 29 // Check that corrupting our array doesn't affect other callers.
42 // Check that corrupting our array doesn't affect other callers.
  /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/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 358 * Callers should only call this method after a supported state callback on
396 * Callers should only call this method after a supported state callback on
424 * Callers should only call this method after a supported state callback on
456 * Callers should only call this method after a supported state callback on
477 * Callers should only call this method after a supported state callback on
498 * Callers should only call this method after a supported state callback on
  /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,
467 <option><xref linkend="opt.separate-callers-num"/>=B</option>
468 <option><xref linkend="opt.separate-callers-num"/>=C</option>,
473 <option><xref linkend="opt.separate-callers"/>=2</option> to get a 2-caller
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
AppTransition.java     [all...]
  /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/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
Analyzer.java 142 sub.callers.add(jsr);
234 for (int i = 0; i < subroutine.callers.size(); ++i) {
235 Object caller = subroutine.callers.get(i);
  /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/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/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/mesa3d/src/glsl/
list.h 79 /* Callers of this ralloc-based new need not call delete. It's
288 /* Callers of this ralloc-based new need not call delete. It's
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs.h 69 /* Callers of this ralloc-based new need not call delete. It's
129 /* Callers of this ralloc-based new need not call delete. It's
  /external/valgrind/none/tests/
cmdline1.stdout.exp 40 --num-callers=<number> show <number> callers in stack traces [12]
  /frameworks/base/services/core/java/com/android/server/
NetworkScoreService.java 229 /** Set the active scorer. Callers are responsible for checking permissions as appropriate. */
250 /** Clear scores. Callers are responsible for checking permissions as appropriate. */

Completed in 1785 milliseconds

1 2 3 4 5 6 78 91011>>