HomeSort by relevance Sort by last modified time
    Searched full:tweaked (Results 1 - 25 of 103) sorted by null

1 2 3 4 5

  /external/chromium_org/third_party/skia/tests/
ChecksumTest.cpp 26 uint32_t data[kBytes/4], tweaked[kBytes/4]; local
27 for (size_t i = 0; i < SK_ARRAY_COUNT(tweaked); ++i) {
28 data[i] = tweaked[i] = rand.nextU();
43 for (size_t j = 0; j < SK_ARRAY_COUNT(tweaked); ++j) {
44 const uint32_t saved = tweaked[j];
45 tweaked[j] = rand.nextU();
46 const uint32_t tweakedHash = algorithm(tweaked, kBytes);
48 ASSERT(tweakedHash == algorithm(tweaked, kBytes));
49 tweaked[j] = saved;
  /external/skia/tests/
ChecksumTest.cpp 26 uint32_t data[kBytes/4], tweaked[kBytes/4]; local
27 for (size_t i = 0; i < SK_ARRAY_COUNT(tweaked); ++i) {
28 data[i] = tweaked[i] = rand.nextU();
43 for (size_t j = 0; j < SK_ARRAY_COUNT(tweaked); ++j) {
44 const uint32_t saved = tweaked[j];
45 tweaked[j] = rand.nextU();
46 const uint32_t tweakedHash = algorithm(tweaked, kBytes);
48 ASSERT(tweakedHash == algorithm(tweaked, kBytes));
49 tweaked[j] = saved;
  /external/chromium_org/crypto/third_party/nss/
README.chromium 6 deleted or commented out unused code, and tweaked them for Chrome's source
  /external/chromium_org/cc/animation/
scroll_offset_animation_curve.cc 29 // tweaked before the smooth scroll API ships.
  /external/chromium_org/chrome/browser/ui/cocoa/content_settings/
cookie_details_view_controller.mm 60 // View needs to be re-tweaked after setting the content object,
  /external/chromium_org/content/common/
inter_process_time_ticks_converter.h 23 // local process must be tweaked in order to appear monotonic.
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
trace_impl.h 23 // TODO(pwestin) WEBRTC_TRACE_MAX_QUEUE needs to be tweaked
  /external/compiler-rt/
README.android 40 tweaked version.
  /external/openssl/crypto/
opensslconf.h.in 86 /* the following is tweaked from a config script, that is why it is a
opensslconf-32.h 263 /* the following is tweaked from a config script, that is why it is a
opensslconf-64.h 263 /* the following is tweaked from a config script, that is why it is a
  /external/proguard/src/proguard/optimize/
DuplicateInitializerInvocationFixer.java 35 * This AttributeVisitor adds an additional integer parameter to the tweaked
Optimizer.java 499 // Fix all invocations of tweaked initializers.
505 // Fix all references to tweaked initializers.
614 // Fix all invocations of tweaked initializers.
620 // Fix all references to tweaked initializers.
    [all...]
  /external/webrtc/src/system_wrappers/source/
trace_impl.h 23 // TODO (pwestin) WEBRTC_TRACE_MAX_QUEUE needs to be tweaked
  /packages/apps/Contacts/src/com/android/contacts/
TypePrecedence.java 43 //TODO These may need to be tweaked.
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
TypePrecedence.java 36 //TODO These may need to be tweaked.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
HISTORY.txt 108 autoindent.py ( bindings tweaked )
113 formatparagraph.py ( bindings tweaked )
117 keydefs.py ( bindings tweaked )
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
HISTORY.txt 108 autoindent.py ( bindings tweaked )
113 formatparagraph.py ( bindings tweaked )
117 keydefs.py ( bindings tweaked )
  /external/chromium_org/third_party/skia/src/gpu/
GrRODrawState.h 385 * to be tweaked in order for the optimization to work. srcCoeff and dstCoeff are optional
386 * params that receive the tweaked coefficients. Normally the function looks at the current
  /device/asus/flo/nfc/
libnfc-brcm-20791b05.conf 47 # The values marked as ?? should be tweaked per antenna or customer/app:
  /device/lge/hammerhead/nfc/
libnfc-brcm-20791b05.conf 48 # The values marked as ?? should be tweaked per antenna or customer/app:
  /external/chromium_org/ui/webui/resources/js/chromeos/
ui_account_tweaks.js 11 * It is also assumed that tweaked page has chrome://resources/css/widgets.css
  /external/llvm/lib/Target/SystemZ/
README.txt 33 SystemZISelDAGToDAG.cpp is suspect. It should be tweaked based on
  /external/oprofile/doc/
opcontrol.1.in 84 to be tweaked when changing this value.
  /external/tcpdump/
print-token.c 23 * Further tweaked to more closely resemble print-fddi.c

Completed in 2442 milliseconds

1 2 3 4 5