HomeSort by relevance Sort by last modified time
    Searched refs:recurse (Results 1 - 25 of 35) sorted by null

1 2

  /frameworks/base/core/tests/coretests/src/android/os/
IBinderThreadPriorityService.aidl 22 void callBack(IBinderThreadPriorityService recurse);
23 void setPriorityAndCallBack(int priority, IBinderThreadPriorityService recurse);
BinderThreadPriorityService.java 41 public void callBack(IBinderThreadPriorityService recurse) {
43 recurse.callBack(this);
49 public void setPriorityAndCallBack(int priority, IBinderThreadPriorityService recurse) {
52 recurse.callBack(this);
  /dalvik/libcore/luni-kernel/src/main/java/java/lang/
ThreadGroup.java 375 * @param recurse indicates whether Threads in subgroups should be
380 public int enumerate(Thread[] threads, boolean recurse) {
381 return enumerateGeneric(threads, recurse, 0, true);
403 * @param recurse indicates whether ThreadGroups in subgroups should be
408 public int enumerate(ThreadGroup[] groups, boolean recurse) {
409 return enumerateGeneric(groups, recurse, 0, false);
415 * receiver. If <param>recurse</param> is true, recursively enumerate the
422 * @param recurse Indicates whether subgroups should be enumerated or not
429 private int enumerateGeneric(Object[] enumeration, boolean recurse, int enumerationIndex,
448 if (recurse) { // Lock this subpart of the tree as we wal
    [all...]
  /external/e2fsprogs/e2fsck/
message.c 217 int *first, int recurse)
226 if (*cpp && recurse < 10) {
232 print_e2fsck_message(ctx, str, pctx, *first, recurse+1);
460 int recurse)
470 expand_at_expression(ctx, *cp, pctx, &first, recurse);
problem.h 925 int recurse);
  /build/tools/droiddoc/src/
Hierarchy.java 68 recurse(nodes, "java.lang.Object", hdf.getObj("classes.0"),depth,depth); method
103 private static void recurse(HashMap<String,TreeSet<String>> nodes, method in class:Hierarchy
146 recurse(nodes, s, children.getObj(index), totalDepth, method
  /external/icu4c/tools/toolutil/
xmlparser.h 62 * @param recurse If TRUE, also recursively appends the contents of all
66 UnicodeString getText(UBool recurse) const;
130 void appendText(UnicodeString &text, UBool recurse) const;
xmlparser.cpp 706 UXMLElement::getText(UBool recurse) const {
708 appendText(text, recurse);
713 UXMLElement::appendText(UnicodeString &text, UBool recurse) const {
720 } else if(recurse) /* must be a UXMLElement */ {
721 ((const UXMLElement *)node)->appendText(text, recurse);
  /external/webkit/WebCore/platform/graphics/chromium/
GlyphPageTreeNodeChromiumWin.cpp 72 bool recurse)
82 if (recurse) {
  /external/webkit/WebCore/bindings/scripts/
CodeGenerator.pm 136 my $recurse;
137 $recurse = sub {
147 &$recurse($parentInterface);
152 &$recurse($dataNode);
  /packages/apps/Email/tests/src/com/android/email/mail/
MockFolder.java 45 public void delete(boolean recurse) {
  /external/tcpdump/
print-ether.c 183 recurse:
238 goto recurse;
265 goto recurse;
  /system/core/libcutils/
dir_hash.c 129 static int recurse(HashAlgorithm algorithm, const char *directory_path, function
236 if (recurse(algorithm, name, out) < 0) {
276 if (recurse(algorithm, directory_path, &out) < 0) {
  /packages/apps/Email/src/com/android/email/mail/
Folder.java 149 public abstract void delete(boolean recurse) throws MessagingException;
  /external/skia/src/views/
SkView.cpp 742 static void dumpview(const SkView* view, int level, bool recurse)
752 if (recurse)
781 void SkView::dump(bool recurse) const
783 dumpview(this, 0, recurse);
  /external/skia/include/views/
SkView.h 294 SkDEBUGCODE(void dump(bool recurse) const;)
  /external/libxml2/include/libxml/
schemasInternals.h 623 int recurse; /* Obsolete */ member in struct:_xmlSchemaType
  /build/tools/releasetools/
ota_from_target_files 228 def recurse(item, current): function in function:Item.SetPermissions
243 recurse(i, current)
249 recurse(self, (-1, -1, -1, -1))
  /external/webkit/WebCore/loader/
FrameLoader.h 140 int numPendingOrLoadingRequests(bool recurse) const;
  /external/dbus/dbus/
dbus-marshal-recursive.c 117 void (* recurse) (DBusTypeReader *sub, member in struct:DBusTypeReaderClass
118 DBusTypeReader *parent); /**< recurse with this reader as sub */
440 /* Recurse into the struct or variant */
571 /* Recurse into the struct or variant */
966 * have an empty array of array of int, you can't recurse into it. You
967 * can only recurse into each element.
1002 _dbus_assert_not_reached ("can't recurse into variant typecode");
1010 _dbus_warn_check_failed ("You can't recurse into an empty array or off the end of a message body\n");
1018 (* sub->klass->recurse) (sub, reader);
1096 * inside an empty array; say you recurse into empty array of int32
    [all...]
  /external/webkit/LayoutTests/fast/js/resources/
JSON-stringify.js 472 return {recurse: r};
  /packages/apps/Email/src/com/android/email/mail/store/
Pop3Store.java 811 public void delete(boolean recurse) throws MessagingException {
    [all...]
ImapStore.java 690 public void delete(boolean recurse) throws MessagingException {
    [all...]
LocalStore.java     [all...]
  /dalvik/docs/
prettify.js 811 // early so we don't recurse into them.
837 // Recurse using the non-markup lexer
    [all...]

Completed in 1578 milliseconds

1 2