/external/eigen/scripts/ |
relicense.py | 52 for root, sub_folders, files in os.walk(rootdir):
|
/external/freetype/src/base/ |
ftbbox.c | 60 /* user :: A pointer to the current walk context. */ 144 /* user :: The address of the current walk context. */ 346 /* user :: The address of the current walk context. */ 461 /* the two boxes are different, now walk over the outline to */
|
/external/libcxx/test/ |
makemake.py | 19 for root, _dirs, files in os.walk('.'):
|
/external/libusb-compat/ |
README | 5 with libusb-1.0. libusb-compat-0.1 attempts to look, feel, smell and walk
|
/external/llvm/include/llvm/CodeGen/ |
MachineRegisterInfo.h | 201 /// reg_begin/reg_end - Provide iteration support to walk over all definitions 219 /// reg_iterator/reg_begin/reg_end - Walk all defs and uses of the specified 232 /// reg_instr_iterator/reg_instr_begin/reg_instr_end - Walk all defs and uses 249 /// reg_bundle_iterator/reg_bundle_begin/reg_bundle_end - Walk all defs and uses 269 /// reg_nodbg_iterator/reg_nodbg_begin/reg_nodbg_end - Walk all defs and uses 286 /// reg_instr_nodbg_iterator/reg_instr_nodbg_begin/reg_instr_nodbg_end - Walk 304 /// reg_bundle_nodbg_iterator/reg_bundle_nodbg_begin/reg_bundle_nodbg_end - Walk 328 /// def_iterator/def_begin/def_end - Walk all defs of the specified register. 340 /// def_instr_iterator/def_instr_begin/def_instr_end - Walk all defs of the 357 /// def_bundle_iterator/def_bundle_begin/def_bundle_end - Walk all defs of th [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_debug_stack.c | 82 /* Limit the stack walk to avoid referencing undefined memory */
|
/external/wpa_supplicant_8/src/utils/ |
radiotap_iter.h | 33 * struct ieee80211_radiotap_iterator - tracks walk thru present radiotap args
|
/frameworks/compile/slang/ |
slang_rs_check_ast.h | 27 // This class is designed to walk a Renderscript/Filterscript AST looking for
|
/packages/wallpapers/Basic/res/values/ |
strings.xml | 33 See through your phone and walk around without risking accidents.
|
/packages/wallpapers/Basic/res/values-en-rGB/ |
strings.xml | 25 <string name="wallpaper_walkaround_desc" msgid="1714824320382778730">"See through your phone and walk around without the risk of having an accident."</string>
|
/packages/wallpapers/Basic/res/values-en-rIN/ |
strings.xml | 25 <string name="wallpaper_walkaround_desc" msgid="1714824320382778730">"See through your phone and walk around without the risk of having an accident."</string>
|
/external/replicaisland/src/com/replica/replicaisland/ |
GameObjectFactory.java | 575 // Walk the world and spawn objects based on tile indexes. [all...] |
/art/runtime/arch/arm64/ |
context_arm64.cc | 53 // Lowest number spill is farthest away, walk registers and fill into context. 64 // Lowest number spill is farthest away, walk registers and fill into context.
|
/art/runtime/arch/x86_64/ |
context_x86_64.cc | 48 // Lowest number spill is farthest away, walk registers and fill into context. 58 // Lowest number spill is farthest away, walk registers and fill into context.
|
/art/runtime/gc/space/ |
bump_pointer_space.h | 143 void Walk(ObjectCallback* callback, void* arg) 177 // have a header, this lets us walk empty spaces which are mprotected.
|
/bionic/libc/include/ |
fts.h | 50 #define FTS_LOGICAL 0x0002 /* logical walk */ 53 #define FTS_PHYSICAL 0x0010 /* physical walk */
|
/development/ndk/platforms/android-8/include/ |
fts.h | 52 #define FTS_LOGICAL 0x0002 /* logical walk */ 55 #define FTS_PHYSICAL 0x0010 /* physical walk */
|
/development/ndk/platforms/android-L/include/ |
fts.h | 50 #define FTS_LOGICAL 0x0002 /* logical walk */ 53 #define FTS_PHYSICAL 0x0010 /* physical walk */
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
Attribute.java | 77 // walk backwards looking for start of an ID 96 // walk forwards looking for end of an ID
|
/external/chromium-trace/trace-viewer/ |
run_dev_server.py | 45 for dirpath, dirnames, filenames in os.walk(src_dir): 64 for dirpath, dirnames, filenames in os.walk(test_data_dir):
|
/external/chromium_org/build/android/pylib/host_driven/ |
setup.py | 51 host_driven_test_root: The path to walk, looking for the 63 for root, _, files in os.walk(host_driven_test_root):
|
/external/chromium_org/ipc/ |
file_descriptor_set_posix.cc | 70 // We should always walk the descriptors in order, so it's reasonable to 84 // can enforce that we walk the indexes strictly in order.
|
/external/chromium_org/native_client_sdk/src/build_tools/ |
build_app.py | 30 for root, _, files in os.walk(outdir): 46 for root, _, files in os.walk(outdir):
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
SVGResourcesCache.cpp | 60 // Walk resources and register the render object at each resources. 75 // Walk resources and register the render object at each resources.
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/ |
filereader.py | 134 # FIXME: We should consider moving to self.filesystem.files_under() (or adding walk() to FileSystem) 135 for dir_path, dir_names, file_names in os.walk(directory):
|