/external/compiler-rt/SDKs/darwin/ |
README.txt | 1 The Darwin platforms are all similar enough we roll them into one SDK, and use
|
/external/javassist/src/main/javassist/util/proxy/ |
package.html | 3 Dynamic proxy (similar to <code>Enhancer</code> of <a href="http://cglib.sourceforge.net/">cglib</a>).
|
/external/mockito/src/org/mockito/internal/verification/checkers/ |
MissingInvocationChecker.java | 35 Invocation similar = finder.findSimilarInvocation(invocations, wanted); local 36 if (similar != null) { 38 Integer[] indexesOfSuspiciousArgs = argumentMatchingTool.getSuspiciouslyNotMatchingArgsIndexes(wanted.getMatchers(), similar.getArguments()); 39 SmartPrinter smartPrinter = new SmartPrinter(wanted, similar, indexesOfSuspiciousArgs); 40 reporter.argumentsAreDifferent(smartPrinter.getWanted(), smartPrinter.getActual(), similar.getLocation());
|
MissingInvocationInOrderChecker.java | 51 Invocation similar = finder.findSimilarInvocation(invocations, wanted); local 52 if (similar != null) { 55 similar.getArguments()); 56 SmartPrinter smartPrinter = new SmartPrinter(wanted, similar, indicesOfSimilarMatchingArguments); 57 reporter.argumentsAreDifferent(smartPrinter.getWanted(), smartPrinter.getActual(), similar.getLocation());
|
/development/ndk/samples/module-exports/ |
README.TXT | 2 (i.e. LOCAL_EXPORT_CFLAGS and similar other variables).
|
/external/clang/test/CodeGenCXX/ |
const-base-cast.cpp | 3 // Check that the following construct, which is similar to one which occurs
|
/external/skia/include/effects/ |
SkAvoidXfermode.h | 32 Tolerance near 0: avoid any colors even remotely similar to the op-color 36 are similar to the op-color 38 Tolerance near 255: draw on any colors even remotely similar to the op-color
|
/external/skia/legacy/include/effects/ |
SkAvoidXfermode.h | 34 Tolerance near 0: avoid any colors even remotely similar to the op-color 38 are similar to the op-color 40 Tolerance near 255: draw on any colors even remotely similar to the op-color
|
/bionic/libc/private/ |
resolv_static.h | 12 * (note: the OpenBSD/FreeBSD resolver has similar 'issues')
|
/external/chromium/crypto/ |
run_all_unittests.cc | 10 // This is most likely not needed, but it basically replaces a similar call
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/ |
_README.txt | 3 files, similar in content to these, and run accordingly.
|
/external/skia/legacy/src/effects/ |
SkBlurMask.h | 28 kHigh_Quality //!< three pass box blur (similar to gaussian)
|
/external/valgrind/main/callgrind/tests/ |
clreq.c | 2 // Similar to Cachegrind, check if instrumentation works in the presence
|
/external/webkit/Source/WebKit/qt/Api/ |
qwebkitglobal.h | 26 // QTWEBKIT_VERSION is (major << 16) + (minor << 8) + patch. Similar to Qt. 28 // Use: #if (QTWEBKIT_VERSION >= QTWEBKIT_VERSION_CHECK(2, 0, 0)). Similar to Qt.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/ |
_README.txt | 12 feedManipulation.sh (and .xml) and create a copy similar to suit your needs. 16 To publish a feed, use a script similar to feedPublish.sh (and .xml). 33 test results), use a script similar to feedWatch.sh (and .xml), along with properties
|
/frameworks/base/graphics/java/android/graphics/ |
AvoidXfermode.java | 44 * Tolerance near 0: avoid any colors even remotely similar to the op-color 48 * are similar to the op-color 50 * Tolerance near 255: draw on any colors even remotely similar to the op-color
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/ |
Collapser.java | 23 * Class used for collapsing data items into groups of similar items. The data items that should be 36 * Interface implemented by data types that can be collapsed into groups of similar data. This 37 * can be used for example to collapse similar contact data items into a single item.
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
Collapser.java | 23 * Class used for collapsing data items into groups of similar items. The data items that should be 36 * Interface implemented by data types that can be collapsed into groups of similar data. This 37 * can be used for example to collapse similar contact data items into a single item.
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_object/d/ |
T_aput_object_4.java | 22 /* similar to
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ |
DSA.java | 6 * interface for classes implementing algorithms modeled similar to the Digital Signature Alorithm.
|
/external/chromium/android/jni/ |
jni_utils.h | 14 namespace jni { // To avoid name conflict with similar functions in webkit
|
/external/chromium/chrome/browser/sync/ |
unrecoverable_error_handler.h | 18 // syncer model are inconsistent, or similar. The ProfileSyncService will
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_folder_view.h | 11 // logically similar to a BookmarkBarView but is oriented vertically.
|
/external/chromium/chrome/browser/ui/cocoa/ |
objc_method_swizzle.h | 15 // This is similar to class_getInstanceMethod(), except that it
|
/external/chromium/net/udp/ |
datagram_socket.h | 26 // (similar to getsockname)
|