HomeSort by relevance Sort by last modified time
    Searched full:difference (Results 226 - 250 of 6236) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/docs/html/sdk/api_diff/9/changes/
constructors_index_changes.html 8 <meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
constructors_index_removals.html 8 <meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
fields_index_removals.html 8 <meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
jdiff_topleftframe.html 8 <meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
packages_index_additions.html 8 <meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
packages_index_removals.html 8 <meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
  /packages/inputmethods/PinyinIME/jni/include/
splparser.h 45 // Similar to splstr_to_idxs(), the only difference is that splstr_to_idxs()
51 // Similar to splstr_to_idxs(), the only difference is that this function
56 // Similar to splstr_to_idxs_f(), the only difference is that this function
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
timevar.h 49 absolute time or a time difference; in the former case, the time
50 base is undefined, except that the difference between two times
51 produces a valid time difference. */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
timevar.h 49 absolute time or a time difference; in the former case, the time
50 base is undefined, except that the difference between two times
51 produces a valid time difference. */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
timevar.h 49 absolute time or a time difference; in the former case, the time
50 base is undefined, except that the difference between two times
51 produces a valid time difference. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
timevar.h 49 absolute time or a time difference; in the former case, the time
50 base is undefined, except that the difference between two times
51 produces a valid time difference. */
  /external/ceres-solver/include/ceres/
gradient_checker.h 93 // error_tolerance: A threshold for the infinity-norm difference
102 // Returns true if no problems are detected and the difference between the
198 LOG(INFO) << "========== finite-difference derivatives ==========";
204 LOG(INFO) << "========== difference ==========";
206 LOG(INFO) << "difference block " << i;
211 LOG(INFO) << "||difference|| = " << results->error_jacobians;
  /external/proguard/src/proguard/evaluation/value/
DoubleValue.java 79 * Returns the difference of this DoubleValue and the given DoubleValue.
84 * Returns the difference of the given DoubleValue and this DoubleValue.
153 * Returns the difference of this DoubleValue and the given SpecificDoubleValue.
161 * Returns the difference of the given SpecificDoubleValue and this DoubleValue.
256 * Returns the difference of this DoubleValue and the given ParticularDoubleValue.
264 * Returns the difference of the given ParticularDoubleValue and this DoubleValue.
FloatValue.java 79 * Returns the difference of this FloatValue and the given FloatValue.
84 * Returns the difference of the given FloatValue and this FloatValue.
153 * Returns the difference of this FloatValue and the given SpecificFloatValue.
161 * Returns the difference of the given SpecificFloatValue and this FloatValue.
256 * Returns the difference of this FloatValue and the given ParticularFloatValue.
264 * Returns the difference of the given ParticularFloatValue and this FloatValue.
  /external/chromium_org/chrome/browser/history/
visit_filter.cc 175 base::TimeDelta difference; local
177 difference = time_of_day2 - time_of_day1;
179 difference = time_of_day1 - time_of_day2;
181 // If the difference is more than 12 hours, we'll get closer by 'wrapping'
183 if (difference > base::TimeDelta::FromHours(12))
184 difference = base::TimeDelta::FromHours(24) - difference;
186 return difference;
  /external/chromium_org/chrome/browser/metrics/
compression_utils.cc 14 // The difference in bytes between a zlib header and a gzip header.
27 // difference is deflateInit2_ is called which sets the window bits to be > 16.
  /external/chromium_org/chrome/browser/profile_resetter/
resettable_settings_snapshot.h 16 // can calculate the difference between two snapshots. That is, modified fields.
56 // difference.
  /external/jdiff/
README.txt 10 difference between two public Java APIs.
41 difference algorithm.
  /external/llvm/tools/llvm-diff/
DiffLog.cpp 1 //===-- DiffLog.h - Difference Log Builder and accessories ------*- C++ -*-===//
10 // This header defines the interface to the LLVM difference log builder.
DiffLog.h 1 //===-- DiffLog.h - Difference Log Builder and accessories ------*- C++ -*-===//
10 // This header defines the interface to the LLVM difference log builder.
  /external/openfst/src/bin/
fstdifference.cc 23 #include <fst/script/difference.h>
82 s::Difference(*ifst1, *ifst2, &ofst, opts);
  /external/webrtc/src/modules/audio_processing/ns/
defines.h 39 #define SPECT_DIFF_TAVG (float)0.30 // tavg parameter for spectral difference measure
46 #define SD_FEATURE_THR (float)0.5 // default threshold for Spectral Difference feature
nsx_defines.h 38 #define FACTOR_1_LRT_DIFF 6 //for LRT and spectral difference (5 times bigger)
54 #define THRES_WEIGHT_FLAT_DIFF 154//(int)(0.3*(inst->modelUpdate)) for flatness and difference
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
MixInSoft_D32C31_SAT.c 54 pInstance->Current = pInstance->Target; /* Difference is not significant anymore. Make them equal. */
86 pInstance->Current = pInstance->Target; /* Difference is not significant anymore. Make them equal. */
MixSoft_1St_D32C31_WRA.c 56 pInstance->Current = pInstance->Target; /* Difference is not significant anymore. Make them equal. */
86 pInstance->Current = pInstance->Target; /* Difference is not significant anymore. Make them equal. */

Completed in 592 milliseconds

1 2 3 4 5 6 7 8 91011>>