/external/proguard/src/proguard/classfile/attribute/ |
SourceFileAttribute.java | 58 public void accept(Clazz clazz, AttributeVisitor attributeVisitor) method in class:SourceFileAttribute
|
/external/proguard/src/proguard/classfile/attribute/annotation/ |
RuntimeInvisibleParameterAnnotationsAttribute.java | 58 public void accept(Clazz clazz, Method method, AttributeVisitor attributeVisitor) method in class:RuntimeInvisibleParameterAnnotationsAttribute
|
RuntimeVisibleParameterAnnotationsAttribute.java | 58 public void accept(Clazz clazz, Method method, AttributeVisitor attributeVisitor) method in class:RuntimeVisibleParameterAnnotationsAttribute
|
/external/proguard/src/proguard/shrink/ |
Shrinker.java | 89 programClassPool.accept(classPoolvisitor); 90 libraryClassPool.accept(classPoolvisitor); 123 programClassPool.accept(whyClassPoolvisitor); 124 libraryClassPool.accept(whyClassPoolvisitor);
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/ |
DocumentLoader.java | 14 @Override public boolean accept(File file) {
|
/external/swiftshader/src/Common/ |
Socket.hpp | 36 Socket *accept();
|
/external/swiftshader/third_party/LLVM/test/MC/ELF/ |
set.s | 16 // Test that we accept .set of a symbol after it has been used in a statement.
|
/external/toybox/ |
configure | 15 # We accept LDFLAGS, but by default don't have anything in it
|
/external/v8/tools/clang/blink_gc_plugin/ |
CheckGCRootsVisitor.cpp | 19 it->second.edge()->Accept(this);
|
/external/valgrind/drd/tests/ |
run_openmp_test | 11 # Do not accept any statically linked executable.
|
/external/vogar/src/vogar/ |
RetrievedFilesFilter.java | 34 @Override public boolean accept(File file) { method in class:RetrievedFilesFilter
|
/external/vogar/src/vogar/tasks/ |
RetrieveFilesTask.java | 46 if (filenameFilter.accept(file)) {
|
/external/volley/ |
CONTRIBUTING.md | 3 We'd love to accept your patches and contributions to this project. There are
|
/frameworks/base/cmds/interrupter/ |
interrupter.c | 52 DEFINE_INTERCEPT(accept, int, int, struct sockaddr*, socklen_t*);
|
/frameworks/base/packages/Osu/src/com/android/hotspot2/utils/ |
HTTPMessage.java | 12 public static final String AcceptHeader = "Accept";
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
DropTarget.java | 27 * Returns whether this target can accept this drop. The x,y are relative to the top level
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
Utils.java | 28 c.accept(list.get(i));
|
/frameworks/base/tests/CoreTests/android/core/ |
HttpConstants.java | 79 "accept", 80 "accept-charset", 81 "accept-encoding", 82 "accept-language",
|
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/perf/ |
TimedStatement.java | 118 stats.accept(System.currentTimeMillis() - start); 151 memoryUseStats.accept(getUsedMemory()); 162 timeStats.accept(stopTimeMs - startTimeMs); 175 mCallback.accept(result);
|
/frameworks/rs/rsov/compiler/spirit/ |
instructions.cpp | 28 void Instruction::accept(IVisitor *v) { v->visit(this); } function in class:android::spirit::Instruction
|
test_utils.h | 39 e->accept(&v);
|
/libcore/luni/src/test/java/libcore/java/util/function/ |
DoubleConsumerTest.java | 30 one.andThen(two).accept(1.0d);
|
IntConsumerTest.java | 30 one.andThen(two).accept(1);
|
LongConsumerTest.java | 30 one.andThen(two).accept(1L);
|
/libcore/ojluni/src/main/java/java/util/ |
LongSummaryStatistics.java | 39 * LongSummaryStatistics::accept, 84 public void accept(int value) { method in class:LongSummaryStatistics 85 accept((long) value); method 94 public void accept(long value) { method in class:LongSummaryStatistics
|