/bionic/libc/kernel/tools/ |
find_headers.py | 127 # helper function used to walk the user files
|
/bionic/linker/ |
dlfcn.c | 241 * walk through every element in libdl_symtab,
|
/bootable/bootloader/legacy/include/msm7k/ |
dmov.h | 103 ** is going to walk a list of 32bit pointers as described below. Each
|
/bootable/recovery/minzip/ |
DirUtil.c | 111 /* Walk up the path from the root and make each level.
|
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/ |
ElemCopyOf.java | 164 // generated, so we need to only walk the child nodes.
|
/dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/ |
KeyIterator.java | 113 // Walk through each of the declarations made with xsl:key
|
/dalvik/vm/native/ |
java_security_AccessController.c | 58 * frame *after* the first privileged frame we see as we walk up.
|
/external/dbus/bus/ |
expirelist.c | 145 * this item next time we walk through the list. This would
|
/external/v8/test/mozilla/ |
testcfg.py | 100 for root, dirs, files in os.walk(current_root):
|
/external/webkit/WebCore/bindings/js/ |
SerializedScriptValue.cpp | 248 template <typename TreeWalker> typename TreeWalker::OutputType walk(TreeWalker& context, typename TreeWalker::InputType in) function in class:WebCore::SerializedArray 642 return walk<SerializingTreeWalker>(context, inValue); 812 return walk<DeserializingTreeWalker>(context, *this); 962 walk<TeardownTreeWalker>(context, *this);
|
/external/webkit/WebCore/platform/graphics/win/ |
FontPlatformDataCGWin.cpp | 73 // Now walk each name record looking for a Mac or Windows PostScript name.
|
/external/webkit/WebCore/rendering/ |
RenderLayerCompositor.h | 136 // Walk the tree looking for layers with 3d transforms. Useful in case you need
|
/external/webkit/WebCore/svg/ |
SVGFont.cpp | 224 // Helper class to walk a text run. Lookup a SVGGlyphIdentifier for each character 241 void walk(const TextRun& run, bool isVerticalText, const String& language, int from, int to) function in struct:WebCore::SVGTextRunWalker 416 runWalker.walk(run, isVerticalText, language, 0, run.length()); 513 runWalker.walk(run, isVerticalText, language, from, to);
|
/external/webkit/WebKitTools/pywebsocket/mod_pywebsocket/ |
dispatch.py | 87 for root, unused_dirs, files in os.walk(directory):
|
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
wps_defs.h | 294 /* Walk Time for push button configuration (in seconds) */
|
/packages/apps/Email/src/com/android/email/mail/ |
Sender.java | 76 // walk through senders.xml file.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/ |
OverviewPage.java | 144 // walk through the known children of the manifest descriptor and keep what's not excluded
|
/system/core/libcutils/ |
config_utils.c | 43 /* we walk the whole list, as we need to return the last (newest) entry */
|
/cts/tools/dasm/src/java_cup/ |
production.java | 380 /* walk down the input buffer looking for identifiers */ 449 /* walk down the parts and extract the labels */ 469 /* now walk across and do each action string */ 587 /* walk over the production and process each action */ 669 /* walk down the right hand side till we get past all nullables */
|
/build/tools/releasetools/ |
check_target_files_signatures | 126 for dirpath, dirnames, filenames in os.walk(top): 252 for dirpath, dirnames, filenames in os.walk(d):
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/compiler/ |
Lexer.java | 90 * Walk through the expression and build a token queue, and a map of the top-level 102 * Walk through the expression and build a token queue, and a map of the top-level
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeySourceRandom.java | 308 * TODO: More useful than the random walk here would be to pick a single random direction 362 * TODO: More useful than the random walk here would be to pick a single random direction
|
/development/scripts/ |
divide_and_compress.py | 151 os.path.walk(self.base_path, self.CompressDirectory, 1) 217 unused_id: A numeric identifier passed by the os.path.walk method, this
|
/development/tools/apkcheck/src/com/android/apkcheck/ |
ApkCheck.java | 122 /* walk through list of libs we want to scan */ 216 * We can walk up the hierarchy while analyzing the target APK,
|
/external/clearsilver/java-jni/ |
HDF.java | 319 * Use this in conjunction with objNext to walk the HDF tree. Every node 333 * sibling. Use this in conjunction with objChild to walk the HDF tree.
|