OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:visitor
(Results
926 - 950
of
1112
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.jar
/art/runtime/
indirect_reference_table.h
310
void VisitRoots(RootVisitor*
visitor
, void* arg);
/external/chromium/net/tools/flip_server/
balsa_frame.cc
352
// should be parsed without issue (though the
visitor
should know that
355
// Eventually, these errors may be removed alltogether, as the
visitor
can
364
// to be HTTP/0.9 by the
visitor
.
[
all
...]
/external/chromium_org/net/tools/flip_server/
balsa_frame.cc
352
// should be parsed without issue (though the
visitor
should know that
355
// Eventually, these errors may be removed alltogether, as the
visitor
can
364
// to be HTTP/0.9 by the
visitor
.
[
all
...]
/external/chromium_org/ppapi/generators/
idl_c_header.py
30
# A specialized
visitor
which traverses the AST, building a mapping of
/external/chromium_org/third_party/mesa/src/src/glsl/
lower_variable_index_to_cond_assign.cpp
326
*
Visitor
class for replacing expressions with ir_constant values.
/external/chromium_org/third_party/skia/src/core/
SkCanvas.cpp
[
all
...]
/external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h
117
/// \brief A
visitor
interface to visit all BoundNodes results for a
119
class
Visitor
{
121
virtual ~
Visitor
() {}
143
void visitMatches(
Visitor
* ResultVisitor);
[
all
...]
/external/clang/include/clang/Sema/
Template.h
421
// A few supplemental
visitor
functions.
/external/clang/lib/StaticAnalyzer/Checkers/
DeadStoresChecker.cpp
33
/// A simple
visitor
to record what VarDecls occur in EH-handling code.
/external/llvm/docs/
Bugpoint.rst
158
TargetLowering both have
visitor
structured code with lots of potential
ExtendingLLVM.rst
191
add a prototype for a
visitor
to your new instruction type
/external/llvm/lib/Transforms/InstCombine/
InstCombine.h
140
Instruction *
visitOr
(BinaryOperator &I);
/external/mesa3d/src/glsl/
lower_variable_index_to_cond_assign.cpp
326
*
Visitor
class for replacing expressions with ir_constant values.
/external/openfst/src/include/fst/
minimize.h
329
// DFS
visitor
to compute the height (distance) to final state.
/external/proguard/src/proguard/classfile/util/
SimplifiedVisitor.java
31
* This abstract utility class allows to implement various
visitor
interfaces
/external/proguard/src/proguard/evaluation/value/
ReferenceValue.java
25
import proguard.classfile.
visitor
.ClassCollector;
/external/skia/src/core/
SkCanvas.cpp
[
all
...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
minimize.h
316
// DFS
visitor
to compute the height (distance) to final state.
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
symbols.py
357
visitor
handles these nodes specially; they do not propagate
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
symbols.py
357
visitor
handles these nodes specially; they do not propagate
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AidlProcessor.java
379
// since it comes from the delta
visitor
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ReplaceStringsVisitor.java
49
*
Visitor
used by {@link ExtractStringRefactoring} to extract a string from an existing
/dalvik/dx/src/com/android/dx/ssa/
EscapeAnalysis.java
691
ssaMeth.forEachBlockDepthFirstDom(new SsaBasicBlock.
Visitor
() {
694
block.forEachInsn(new SsaInsn.
Visitor
() {
[
all
...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profiler.cc
570
extern "C" void IterateAllocatedObjects(AddressVisitor
visitor
, void* data) {
575
heap_profile->IterateAllocationAddresses(
visitor
, data);
Completed in 868 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>