OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:walk
(Results
701 - 725
of
1498
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/dalvik/vm/oo/
Object.cpp
163
* situations, and we won't see them unless we
walk
the lists this way.
649
* situations, and we won't see them unless we
walk
the lists this way.
/external/chromium/net/disk_cache/
block_files.cc
215
//
Walk
this chain of files removing empty ones.
523
// We
walk
the list of files for this particular block type, deleting the ones
/external/chromium_org/chrome/browser/background/
background_mode_manager.cc
618
//
Walk
the BackgroundModeData for all profiles and count the number of apps.
660
//
Walk
the BackgroundModeData for all profiles to see if one of their
/external/chromium_org/chrome/browser/password_manager/
native_backend_gnome_x.cc
578
// We could
walk
the list and delete items as we find them, but it is much
622
// We could
walk
the list and add items as we find them, but it is much
password_form_manager.cc
613
// so we don't generally need to
walk
the entire URL path (the else
617
//
Walk
the origin URL paths one directory at a time to see how
/external/chromium_org/content/browser/worker_host/
worker_process_host.cc
289
//
Walk
all pending filters and let them know the worker has been created
516
//
Walk
all instances and remove the document from their document set.
/external/chromium_org/net/disk_cache/
block_files.cc
289
//
Walk
this chain of files removing empty ones.
607
// We
walk
the list of files for this particular block type, deleting the ones
/external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineIterator.h
222
// If it is a renderer we care about, and we're doing our inline-
walk
, return it.
314
// If either there are no children to
walk
, or the first one is correct
RenderMultiColumnSet.cpp
380
// Figure out the start and end columns and only check within that range so that we don't
walk
the
449
// Figure out the start and end columns and only check within that range so that we don't
walk
the
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGParserUtilities.cpp
326
//
walk
backwards from the ; to ignore any whitespace
478
//
walk
backwards from the ; to ignore any whitespace
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
treeoutline.js
296
//
Walk
up the parent pointers from the desired representedObject
307
//
Walk
down to populate each ancestor's children, to fill in the tree and the cache.
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
filesystem_mock.py
204
root, dirs, files = list(self.
walk
(path))[0]
207
def
walk
(self, top):
member in class:MockFileSystem
/external/chromium_org/third_party/bintrees/bintrees/
ctrees.c
533
/*
Walk
back up the search path */
632
/*
Walk
back up the search path */
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i915_debug.c
527
FLAG(ptr[j], 0, "tile
walk
ymajor");
654
FLAG(ptr[j], 21, "tile
walk
ymajor");
/external/chromium_org/tools/metrics/actions/
extract_actions.py
490
for path, dirs, files in os.
walk
(root_path):
508
#
Walk
the source tree to process all .cc files.
/external/chromium_org/ui/views/controls/menu/
native_menu_win.cc
124
// of WPARAM for WM_MENUSELECT. We need to
walk
forward through the menu
489
// A depth-first
walk
of the menu items, updating states.
/external/chromium_org/v8/src/
full-codegen.h
351
// a register. Emits a context chain
walk
if if necessary (so does
357
// scratch1 will be clobbered. Emits a context chain
walk
if if necessary
[
all
...]
/external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp
355
// Therefore, we cannot simply
walk
through one typedef chain to
485
// expressions inside a template function, we first
walk
up the AST, memoizing
/external/clang/lib/StaticAnalyzer/Core/
Store.cpp
252
//
Walk
through the cast path to create nested CXXBaseRegions.
263
//
Walk
through the path to create nested CXXBaseRegions.
/external/elfutils/libdwfl/
libdwfl.h
213
/* Iterate through the modules, starting the
walk
with OFFSET == 0.
215
When *CALLBACK returns another value, the
walk
stops and the
/external/libusb-compat/libusb/
core.c
259
/*
walk
through all busses we already know about, removing duplicates
594
/*
walk
through the devices we already know about, removing duplicates
/external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h
142
/// MIs that are inside bundles (i.e.
walk
top level MIs only).
703
// MachineFunction as a graph of MachineBasicBlocks... and to
walk
it
/external/llvm/lib/Analysis/IPA/
CallGraphSCCPass.cpp
195
//
Walk
the function body looking for call sites. Sync up the call sites in
430
//
Walk
the callgraph in bottom-up SCC order.
/external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp
251
// do
walk
their operands.
391
//
walk
through it, enumerating the types of the constant.
/external/llvm/lib/CodeGen/
MachineCSE.cpp
598
/// dominator tree node if its a leaf or all of its children are done.
Walk
626
// Perform a DFS
walk
to determine the order of visit.
Completed in 1519 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>