Searched defs:recurse (Results 1 - 25 of 38) sorted by relevance

12

/external/clang/test/SemaCXX/
H A Dconstexpr-backtrace-limit.cpp4 // TEST1-NEXT: in call to 'recurse(2)'
5 // TEST1-NEXT: in call to 'recurse(3)'
6 // TEST1-NEXT: in call to 'recurse(4)'
7 // TEST1-NEXT: in call to 'recurse(5)'
12 // TEST2-NEXT: in call to 'recurse(2)'
14 // TEST2-NEXT: in call to 'recurse(5)'
19 // TEST3-NEXT: in call to 'recurse(0)'
21 // TEST3-NEXT: in call to 'recurse(5)'
26 // TEST4-NEXT: in call to 'recurse(0)'
27 // TEST4-NEXT: in call to 'recurse(
33 constexpr int recurse(int n) { return n ? recurse(n-1) : *(int*)n; } function
[all...]
H A Dscope-check.cpp182 bool recurse() { function in namespace:PR10462
188 if (recurse()) {
/external/v8/test/mjsunit/regress/
H A Dregress-119429.js31 function recurse() { function
35 recurse();
37 assertThrows(function() { recurse();} );
/external/valgrind/main/none/tests/amd64/
H A Dbug156404-amd64.c35 long recurse ( const char* path, long count ) function
40 long r = recurse(path, count-1);
50 r = recurse( "/proc/self", i );
/external/doclava/src/com/google/doclava/
H A DHierarchy.java62 recurse(nodes, "java.lang.Object", hdf.getChild("classes.0"), depth, depth);
94 private static void recurse(HashMap<String, TreeSet<String>> nodes, String name, Data hdf, method in class:Hierarchy
135 recurse(nodes, s, children.getChild(index), totalDepth, remainingDepth);
/external/elfutils/libdw/
H A Dlibdw_visit_scopes.c112 inline int recurse (void) function
137 int result = recurse ();
156 int result = recurse ();
/external/jmonkeyengine/engine/src/test/jme3test/app/
H A DTestTempVars.java92 public static void recursiveMethod(int recurse) { argument
97 if (recurse < 4) {
98 recursiveMethod(recurse + 1);
/external/webkit/Tools/DumpRenderTree/android/
H A Dget_layout_tests_dir_contents.php21 # get_layout_tests_dir_contents.php?path=PATH&recurse=RECURSE&separator=SEPARATOR&mode=MODE
45 function getAllFilesUnderAsArray($relPath, $recurse, $mode) {
63 if ($recurse) {
64 $result = array_merge($result, getAllFilesUnderAsArray($filePath, $recurse, $mode));
83 $recurse = (strtolower($_GET['recurse']) != 'false'); variable
106 foreach (getAllFilesUnderAsArray($relPath, $recurse, $mode) as $i => $value) {
/external/chromium/base/test/
H A Dtest_file_util_posix.cc22 bool DieFileDie(const FilePath& file, bool recurse) { argument
25 return file_util::Delete(file, recurse);
H A Dtest_file_util_win.cc22 bool DieFileDie(const FilePath& file, bool recurse) { argument
33 if (file_util::Delete(file, recurse))
/external/chromium/chrome/browser/extensions/
H A Dextension_bookmark_helpers.cc18 bool recurse,
48 if (recurse && node->is_folder()) {
65 bool recurse,
67 DictionaryValue* dict = GetNodeDictionary(node, recurse, only_folders);
74 bool recurse) {
75 return AddNode(node, list, recurse, false);
80 bool recurse) {
81 return AddNode(node, list, recurse, true);
17 GetNodeDictionary(const BookmarkNode* node, bool recurse, bool only_folders) argument
63 AddNode(const BookmarkNode* node, ListValue* list, bool recurse, bool only_folders) argument
72 AddNode(const BookmarkNode* node, ListValue* list, bool recurse) argument
78 AddNodeFoldersOnly(const BookmarkNode* node, ListValue* list, bool recurse) argument
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DGlyphPageTreeNodeChromiumWin.cpp72 bool recurse)
82 if (recurse) {
67 fillBMPGlyphs(unsigned offset, unsigned length, UChar* buffer, GlyphPage* page, const SimpleFontData* fontData, bool recurse) argument
/external/e2fsprogs/e2fsck/
H A Dmessage.c238 int *first, int recurse)
247 if (*cpp && recurse < 10) {
253 print_e2fsck_message(ctx, str, pctx, *first, recurse+1);
519 int recurse)
529 expand_at_expression(ctx, *cp, pctx, &first, recurse);
236 expand_at_expression(e2fsck_t ctx, char ch, struct problem_context *pctx, int *first, int recurse) argument
517 print_e2fsck_message(e2fsck_t ctx, const char *msg, struct problem_context *pctx, int first, int recurse) argument
H A Dproblem.c1882 int recurse)
1880 print_e2fsck_message(e2fsck_t ctx, const char *msg, struct problem_context *pctx, int first, int recurse) argument
/external/llvm/utils/llvm-build/llvmbuild/
H A Dmain.py67 def recurse(subpath): function in function:LLVMProjectInfo.load_infos_from_path
82 for item in recurse(os.path.join(subpath, subdir)):
85 return recurse("/")
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DAbstractIteratorTester.java371 recurse(0);
377 private void recurse(int level) { method in class:AbstractIteratorTester
387 recurse(level + 1);
/external/v8/test/mjsunit/
H A Dstrict-mode.js1161 function recurse(n, then) { function
1163 recurse(n - 1);
1170 recurse(n, function() { non_strict.caller; });
1175 recurse(n, function() { strict(n); });
/external/skia/src/views/
H A DSkView.cpp779 static void dumpview(const SkView* view, int level, bool recurse) argument
789 if (recurse)
818 void SkView::dump(bool recurse) const
820 dumpview(this, 0, recurse);
/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DTextureMapperNode.cpp732 void TextureMapperNode::syncCompositingState(GraphicsLayerTextureMapper* graphicsLayer, bool recurse) argument
735 syncCompositingStateInternal(graphicsLayer, recurse, textureMapper);
844 void TextureMapperNode::syncCompositingStateInternal(GraphicsLayerTextureMapper* graphicsLayer, bool recurse, TextureMapper* textureMapper) argument
865 if (!recurse)
/external/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp267 void recurse();
420 // Called from Filter::recurse() when singleton exists. For debug purpose.
552 void Filter::recurse() { function in class:Filter
575 // No need to recurse for a singleton filtered instruction.
650 // See also recurse().
976 // Called from Filter::recurse() when singleton exists. For debug purpose.
1386 bestFilter().recurse();
1457 // Filter::recurse() set either BIT_TRUE or BIT_FALSE for each position.
1625 bestFilter().recurse();
/external/dbus/dbus/
H A Ddbus-marshal-recursive.c118 void (* recurse) (DBusTypeReader *sub, member in struct:DBusTypeReaderClass
119 DBusTypeReader *parent); /**< recurse with this reader as sub */
969 * have an empty array of array of int, you can't recurse into it. You
970 * can only recurse into each element.
1005 _dbus_assert_not_reached ("can't recurse into variant typecode");
1013 _dbus_warn_check_failed ("You can't recurse into an empty array or off the end of a message body\n");
1021 (* sub->klass->recurse) (sub, reader);
1099 * inside an empty array; say you recurse into empty array of int32,
1605 * To recurse, the only allowed operation is to recurse int
[all...]
/external/valgrind/main/coregrind/m_demangle/
H A Dcplus-dem.c3010 char * recurse = (char *)NULL; local
3013 recurse = XNEWVEC (char, namelength + 1);
3014 memcpy (recurse, *mangled, namelength);
3015 recurse[namelength] = '\000';
3017 recurse_dem = ML_(cplus_demangle) (recurse, work->options);
3028 free (recurse);
3973 char * recurse; local
3991 recurse = XNEWVEC (char, literal_len + 1);
3992 memcpy (recurse, *mangled, literal_len);
3993 recurse[literal_le
[all...]
/external/libxml2/include/libxml/
H A DschemasInternals.h623 int recurse; /* Obsolete */ member in struct:_xmlSchemaType
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/dexmaker/lib/
H A Djarjar.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...

Completed in 615 milliseconds

12