/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/chromium_org/chrome/test/nacl/ |
DEPS | 2 # Tests will need access to error codes and similar.
|
/external/chromium_org/content/browser/device_orientation/ |
device_orientation_message_filter.cc | 20 // similar to DeviceMotionService::GetInstance()->RemoveConsumer(); 47 // similar to DeviceMotionService::GetInstance()->AddConsumer(); 58 // similar to DeviceMotionService::GetInstance()->RemoveConsumer(); 64 // similar to
|
/external/chromium_org/chrome/browser/resources/sync_internals/ |
sync_index.js | 7 // TODO(akalin): BMM and options page does something similar, too.
|
/external/clang/test/CodeGenCXX/ |
const-base-cast.cpp | 3 // Check that the following construct, which is similar to one which occurs
|
/external/compiler-rt/lib/tsan/lit_tests/ |
thread_leak5.c | 19 // CHECK: And 4 more similar thread leaks
|
/external/chromium_org/third_party/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/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
|
/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/chromium_org/crypto/ |
run_all_unittests.cc | 10 // This is most likely not needed, but it basically replaces a similar call
|
/external/chromium_org/native_client_sdk/src/ |
.gitignore | 2 # from a 'git status' command, or similar
|
/external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/JSON/backportPP/ |
Boolean.pm | 12 and similar modules. See L<JSON::PP> for more info about this class.
|
/external/chromium_org/third_party/JSON/JSON-2.59/lib/JSON/backportPP/ |
Boolean.pm | 12 and similar modules. See L<JSON::PP> for more info about this class.
|
/external/chromium_org/third_party/JSON/out/lib/perl5/JSON/backportPP/ |
Boolean.pm | 12 and similar modules. See L<JSON::PP> for more info about this class.
|
/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/valgrind/main/callgrind/tests/ |
clreq.c | 2 // Similar to Cachegrind, check if instrumentation works in the presence
|
/packages/apps/UnifiedEmail/unified_src/ |
README | 4 This code should only be used for development. For shipping, this code (or something similar)
|
/external/chromium_org/chrome/renderer/spellchecker/ |
cocoa_spelling_engine_mac.cc | 30 // all engines share a similar path for async requests. 41 // all engines share a similar path for async requests.
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ |
CacheProcessing.java | 154 // First, let's find how similar we are in our cache 157 boolean similar = true; 161 if (similar) { 162 similar = newStep.equals(cacheStep); 164 if (similar) { 173 Log.v(LOGTAG, "similar up to index " + similarUpToIndex); 287 boolean similar = step.equals(newStep); 289 + " similar rep ? " + (similar ? "YES" : "NO")
|
/external/chromium_org/chrome/browser/extensions/ |
test_extension_prefs.h | 63 // Similar to AddExtension, but takes a dictionary with manifest values. 68 // Similar to AddExtension, but takes a dictionary with manifest values 75 // Similar to AddExtension, this adds a new test Extension. This is useful for
|