HomeSort by relevance Sort by last modified time
    Searched refs:guess (Results 26 - 50 of 396) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/
mimetypes.py 0 """Guess the MIME type of a file.
5 guess_type(url, strict=1) -- guess the MIME type and encoding of a URL.
7 guess_extension(type, strict=1) -- guess the extension for a given MIME type.
61 URL, and can guess a reasonable extension given a MIME type.
96 """Guess the type of a file based on its URL.
158 """Guess the extensions for a file based on its MIME type.
177 """Guess the extension for a file based on its MIME type.
276 """Guess the type of a file based on its URL.
299 """Guess the extensions for a file based on its MIME type.
316 """Guess the extension for a file based on its MIME type
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
mimetypes.py 0 """Guess the MIME type of a file.
5 guess_type(url, strict=1) -- guess the MIME type and encoding of a URL.
7 guess_extension(type, strict=1) -- guess the extension for a given MIME type.
61 URL, and can guess a reasonable extension given a MIME type.
96 """Guess the type of a file based on its URL.
158 """Guess the extensions for a file based on its MIME type.
177 """Guess the extension for a file based on its MIME type.
276 """Guess the type of a file based on its URL.
299 """Guess the extensions for a file based on its MIME type.
316 """Guess the extension for a file based on its MIME type
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mimetypes.py 0 """Guess the MIME type of a file.
5 guess_type(url, strict=1) -- guess the MIME type and encoding of a URL.
7 guess_extension(type, strict=1) -- guess the extension for a given MIME type.
61 URL, and can guess a reasonable extension given a MIME type.
96 """Guess the type of a file based on its URL.
158 """Guess the extensions for a file based on its MIME type.
177 """Guess the extension for a file based on its MIME type.
276 """Guess the type of a file based on its URL.
299 """Guess the extensions for a file based on its MIME type.
316 """Guess the extension for a file based on its MIME type
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mimetypes.py 0 """Guess the MIME type of a file.
5 guess_type(url, strict=1) -- guess the MIME type and encoding of a URL.
7 guess_extension(type, strict=1) -- guess the extension for a given MIME type.
61 URL, and can guess a reasonable extension given a MIME type.
96 """Guess the type of a file based on its URL.
158 """Guess the extensions for a file based on its MIME type.
177 """Guess the extension for a file based on its MIME type.
276 """Guess the type of a file based on its URL.
299 """Guess the extensions for a file based on its MIME type.
316 """Guess the extension for a file based on its MIME type
    [all...]
  /external/e2fsprogs/e2fsck/
readahead.c 237 unsigned long long guess; local
245 guess = 2ULL * fs->blocksize * fs->inode_blocks_per_group;
248 if (get_memory_size() > (guess * 50))
249 return guess / 1024;
  /external/crcalc/src/com/hp/creals/
UnaryCRFunction.java 355 // initial guess
447 // chosen point (guess) in the middle.
449 BigInteger guess; local
456 guess = l.add(h).shiftRight(1);
465 // tentative adjustment to l to compute guess
484 guess = (adj.signum() <= 0? l.add(big2) : l.add(adj));
490 CR guess_cr = CR.valueOf(guess)
500 // and adjust guess slightly.
529 // guess might be exactly right; tweak it
531 trace("tweaking guess");
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/util/
IntList.java 422 int guess = values[guessIdx]; local
424 if (value <= guess) {
  /dalvik/dx/src/com/android/dx/util/
IntList.java 423 int guess = values[guessIdx]; local
425 if (value <= guess) {
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/
HarmonicFitter.java 30 * searched by a least square estimator initialized with a rough guess
52 * <p>This constructor can be used when a first guess of the
77 * the first guess cannot be computed
81 // shall we compute the first guess of the parameters ourselves ?
90 guesser.guess();
HarmonicCoefficientsGuesser.java 26 * <p>The algorithm used to guess the coefficients is as follows:</p>
150 /** Estimate a first guess of the coefficients.
152 * the first guess cannot be computed (when the elements under the
155 public void guess() throws OptimizationException { method in class:HarmonicCoefficientsGuesser
189 /** Estimate a first guess of the a and &omega; coefficients.
191 * the first guess cannot be computed (when the elements under the
248 /** Estimate a first guess of the &phi; coefficient.
  /external/c-ares/
buildconf 88 config.guess \
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/direct/
PowellOptimizer.java 93 final double[] guess = point.clone(); local
94 final int n = guess.length;
101 double[] x = guess;
  /frameworks/base/services/core/java/com/android/server/fingerprint/
FingerprintsUserState.java 115 int guess = 1; local
119 guess);
123 guess++;
  /dalvik/dx/src/com/android/dx/dex/code/
OutputFinisher.java 545 * opcode as a first "best guess" and then pessimizes from there
549 * @param guess {@code null-ok;} the current guess as to the best
555 private Dop findOpcodeForInsn(DalvInsn insn, Dop guess) {
557 * Note: The initial guess might be null, meaning that an
562 while (guess != null) {
563 if (guess.getFormat().isCompatible(insn)) {
569 guess.getOpcode() != Opcodes.CONST_STRING) {
574 guess = Dops.getNextOrNull(guess, dexOptions)
    [all...]
  /external/curl/
buildconf 299 config.guess \
391 # Depending on the libtool and automake versions being used, config.guess
395 if test ! -f ./config.guess; then
396 echo "buildconf: config.guess not found"
398 buildhost=`./config.guess 2>/dev/null|head -n 1`
  /external/ltp/testcases/realtime/
Makefile 49 AUTOMAKE_FILES := config.guess config.sub install-sh missing stamp-h1
  /frameworks/base/core/java/android/text/
Layout.java 1262 int high = getLineCount(), low = -1, guess; local
1285 int high = getLineCount(), low = -1, guess; local
1351 int high = there - 1 + 1, low = here + 1 - 1, guess; local
    [all...]
  /external/libxml2/VxWorks/
build.sh 35 rm -fR config.guess
  /external/skia/src/utils/
SkInterpolator.cpp 256 Dot14 guess = eval_cubic(t, A, B, C); local
257 if (x < guess) {
  /external/icu/icu4c/source/test/perf/collperf/
collperf.cpp 425 int guess; local
429 guess = (high + low)/2;
430 if (last_guess == guess) break; // nothing to search
432 r = (this->*fn)(random, guess);
438 high = guess;
440 low = guess;
442 last_guess = guess;
  /external/pdfium/third_party/libtiff/
tif_luv.c 1312 int guess; local
    [all...]
  /external/dexmaker/dexmaker/src/main/java/com/android/dx/
AppDataDirGuesser.java 25 * Uses heuristics to guess the application's private data directory.
28 public File guess() { method in class:AppDataDirGuesser
  /external/ltp/include/mk/
automake.mk 64 AUTOMAKE_FILES := config.guess config.sub install-sh missing stamp-h1
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
syn.h 366 char guess; /* true if (...)? block */ member in struct:Junction::_junct
367 char alpha_beta_guess_end; /* MR14 1 => end block of guess sub block */
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
AParser.h 132 * in this structure (like guess stuff). however, i'm not convinced that
193 virtual int guess(ANTLRParserState *); // MR9 27-Sep-97 make virtual
328 // MR1 10-Apr-97 zzfailed_pred() macro does not backtrack in guess mode.

Completed in 1392 milliseconds

12 3 4 5 6 7 8 91011>>