Searched
full:walk (Results
426 -
450 of
1498) sorted by null
<<11121314151617181920>>
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
RenderSVGModelObject.cpp | 105 // We don't walk into SVG trees at all - just report their container.
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
import-w3c-performance-wg-tests | 73 for root, dirs, files in os.walk(directory_to_copy):
|
/external/chromium_org/third_party/closure_linter/closure_linter/common/ |
simplefileflags.py | 107 for root, subdirs, files in os.walk(start):
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
s_expression.cpp | 139 * So, just copy the whole buffer ahead of time. Walk both, leaving the
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_state_batch.c | 111 * state), and more buffers to walk and count for aperture size checking.
|
/external/chromium_org/tools/checkdeps/ |
java_checker.py | 43 for root, dirs, files in os.walk(self._base_directory):
|
/external/chromium_org/tools/code_coverage/ |
croc.py | 177 self.add_files_walk = os.walk # Walk function for AddFiles() 390 # TODO: specify a subdir to get the stat from, then walk the tree to 460 # prune subdirs we don't need to walk.
|
/external/chromium_org/tools/grit/ |
grit_info.py | 58 for root, dirs, filenames in os.walk(grit_root_dir):
|
/external/chromium_org/tools/gyp/test/mac/ |
gyptest-app.py | 30 for dirpath, _, files in os.walk(path):
|
/external/chromium_org/tools/telemetry/telemetry/page/ |
buildbot_page_measurement_results.py | 93 # Time to walk through the values by name, printing first the by_url values
|
page_set.py | 74 for dirpath, _, filenames in os.walk(serving_dir):
|
/external/chromium_org/tools/win/toolchain/ |
get_toolchain_if_necessary.py | 36 for base, _, files in os.walk(root):
|
/external/chromium_org/v8/test/message/ |
testcfg.py | 47 for dirname, dirs, files in os.walk(self.root):
|
/external/chromium_org/v8/test/mozilla/ |
testcfg.py | 74 for dirname, dirs, files in os.walk(current_root):
|
/external/chromium_org/v8/test/test262/ |
testcfg.py | 59 for dirname, dirs, files in os.walk(self.testroot):
|
/external/chromium_org/v8/test/webkit/ |
testcfg.py | 48 for dirname, dirs, files in os.walk(self.root):
|
/external/clang/include/clang/Lex/ |
HeaderSearchOptions.h | 103 /// This operation is expensive, because it requires Clang to walk through
|
/external/clang/lib/Analysis/ |
CocoaConventions.cpp | 27 // Recursively walk the typedef stack, allowing typedefs of reference types.
|
/external/clang/lib/CodeGen/ |
MicrosoftVBTables.h | 71 /// algorithm. First, walk the class hierarchy in the usual order, depth first,
|
/external/clang/lib/Rewrite/Core/ |
DeltaTree.cpp | 112 /// local walk over our contained deltas. 164 /// local walk over our contained deltas. 340 /// VerifyTree - Walk the btree performing assertions on various properties to 409 // Walk down the tree.
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
UndefBranchChecker.cpp | 75 // branch condition." We do a recursive walk of the condition's
|
/external/clang/test/Parser/ |
cxx-template-decl.cpp | 14 // verifies that we only walk to the ',' & still produce errors on the rest of the template parameters
|
/external/clang/tools/scan-build/ |
set-xcode-analyzer | 22 for root, dirs, files in os.walk(path):
|
/external/compiler-rt/lib/ |
gcc_personality_v0.c | 217 /* Walk call-site table looking for range that includes current PC. */
|
/external/elfutils/libelf/ |
elf_rawdata.c | 75 we can simply walk the list of data records. */
|
Completed in 1030 milliseconds
<<11121314151617181920>>