/packages/apps/Contacts/src/com/android/contacts/model/ |
EntityDiff.java | 96 // Walk through "before" children looking for deletes and updates 119 // Walk through remaining "after" children, which are inserts
|
/bionic/libc/tools/ |
bionic_utils.py | 285 """recursively walk a list of paths and files, only keeping the source files in directories""" 290 for root, dirs, files in os.walk(path): 307 for root, dirs, files in os.walk(path, topdown=False):
|
/cts/tools/dasm/src/java_cup/ |
symbol_set.java | 76 /* walk down our set and make sure every element is in the other */ 138 /* walk down the other set and do the adds individually */ 154 /* walk down the other set and do the removes individually */
|
lalr_item_set.java | 90 /* walk down our set and make sure every element is in the other */ 169 /* walk down the other set and do the adds individually */ 183 /* walk down the other set and do the removes individually */
|
/build/tools/ |
findleaves.py | 31 for root, dirs, files in os.walk(rootdir):
|
/dalvik/libcore/luni/src/main/java/java/lang/ |
VMClassLoader.java | 31 * It would be simpler to just walk through the class path elements
|
/external/dropbear/libtommath/ |
dep.pl | 3 # Walk through source, add labels and make classes
|
/external/freetype/src/base/ |
ftbbox.c | 58 /* user :: A pointer to the current walk context. */ 153 /* user :: The address of the current walk context. */ 522 /* user :: The address of the current walk context. */ 636 /* the two boxes are different, now walk over the outline to */
|
/external/ipsec-tools/src/racoon/ |
nattraversal.h | 96 /* Walk through all rmconfigs and tell if NAT-T is enabled in at least one. */
|
/external/oprofile/libdb/ |
db_debug.c | 115 printf("hash table walk found %d node expect %d node\n",
|
/external/qemu/ |
aio-android.c | 161 /* we have to walk very carefully in case
|
aio.c | 169 /* we have to walk very carefully in case
|
/external/v8/test/es5conform/ |
testcfg.py | 83 for root, dirs, files in os.walk(current_root):
|
/external/webkit/WebCore/manual-tests/ |
optgroup-empty-and-nested.html | 9 <!-- A div here is invalid. However, both IE and Firefox will walk into it
|
/external/webkit/WebCore/rendering/ |
SVGRenderSupport.h | 71 // Used to share the "walk all the children" logic between objectBoundingBox
|
/packages/wallpapers/Basic/res/values/ |
strings.xml | 33 See through your phone and walk around without risking accidents.
|
/dalvik/dx/src/com/android/dx/ssa/ |
Dominators.java | 36 * The basic idea behind this algorithm is to perform a DFS walk, keeping track 251 * Callback for depth-first walk through control flow graph (either
|
/dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/ |
KeyTable.java | 76 * The main iterator that will walk through the source 164 // Walk through each of the declarations made with xsl:key
|
/external/webkit/WebCore/xml/ |
XSLStyleSheetLibxslt.cpp | 193 // We have to locate (by ID) the appropriate embedded stylesheet element, so that we can walk the 205 // Walk the children of the root element and look for import/include elements.
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/ |
TreeWalker.java | 41 * This class does a pre-order walk of the DOM tree, calling a ContentHandler 71 * Get the ContentHandler used for the tree walk. 73 * @return the ContentHandler used for the tree walk
|
/external/icu4c/i18n/unicode/ |
coleitr.h | 54 * The CollationElementIterator class is used as an iterator to walk through 300 * collation object. The cursor will walk thru the source string based on the 313 * collation object. The cursor will walk thru the source string based on the
|
/external/libxml2/ |
list.c | 672 * Walk all the element of the first from first to last and 693 * Walk all the element of the list in reverse order and 763 /* Walk the old tree and insert the data into the new one */
|
/dalvik/vm/alloc/ |
MarkSweep.c | 620 * we'll walk through each of these lists and 729 * Walk across the bitmaps and scan each object. 805 // that fail this initial if(). We need to re-walk 895 /* Walk though the reference list again, and mark any non-clear/marked 971 /* Walk through finalizableRefs and move any unmarked references [all...] |
/external/freetype/include/freetype/ |
ftoutln.h | 87 /* Walk over an outline's structure to decompose it into individual */ 220 /* box can take much more time as it needs to walk over all segments */
|
/external/webkit/WebKitTools/CodeCoverage/ |
run-generate-coverage-data | 48 for root, dirs, files in os.walk(src): 150 for root, dirs, files in os.walk(base_path):
|