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

1 2 3 4 5

  /external/hamcrest/src/org/hamcrest/core/
IsNull.java 40 * Matches if value is null. With type inference.
48 * Matches if value is not null. With type inference.
IsAnything.java 53 * This matcher always evaluates to true. With type inference.
  /external/icu4c/samples/ufortune/resources/
fortune_resources.mak 34 # File name extensions for inference rule matching.
41 # Inference rule, for compiling a .txt file into a .res file.
  /external/chromium_org/v8/src/
func-name-inferrer.h 37 // inference for anonymous functions during static analysis of source code.
38 // Inference is performed in cases when an anonymous function is assigned
39 // to a variable or a property (see test-func-name-inference.cc for examples.)
  /external/v8/src/
func-name-inferrer.h 37 // inference for anonymous functions during static analysis of source code.
38 // Inference is performed in cases when an anonymous function is assigned
39 // to a variable or a property (see test-func-name-inference.cc for examples.)
  /dalvik/vm/compiler/
Ralloc.cpp 55 * and type inference.
73 /* Do type inference pass */
  /external/ceres-solver/data/nist/
DanWood.dat 13 "Introduction to Statistical Inference," Van Nostrand
  /external/clang/test/SemaObjCXX/
related-result-type-inference.mm 49 // Inference based on method family
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_filter.py 12 tuple. That would require type inference, which we don't do. Let
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_filter.py 12 tuple. That would require type inference, which we don't do. Let
  /external/hamcrest/src/org/hamcrest/
CoreMatchers.java 124 * This matcher always evaluates to true. With type inference.
138 * Matches if value is null. With type inference.
152 * Matches if value is not null. With type inference.
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
TypeResolver.java 46 * exactly match Clearsilver's type inference system.
50 * important because it means that type inference is propagated correctly along compound
  /art/compiler/sea_ir/types/
type_inference.h 29 // The type inference in SEA IR is different from the verifier in that it is concerned
type_inference.cc 131 LOG(FATAL) << "Error: Type inference for 64-bit variables has not been implemented.";
135 LOG(FATAL) << "Error: Unexpected signature encountered during type inference.";
  /external/icu4c/extra/uconv/
makedata.mak 99 # Inference rule for creating resource bundles
  /external/chromium_org/components/autofill/core/browser/
form_field_unittest.cc 143 // Checkable element shouldn't interfere with inference of Address line2.
  /external/chromium_org/v8/test/cctest/
cctest.gyp 73 'test-func-name-inference.cc',
  /external/chromium_org/v8/test/mjsunit/harmony/
module-resolution.js 30 // Test basic module interface inference.
  /external/clang/test/SemaObjC/
related-result-type-inference.m 49 // Inference based on method family
  /external/llvm/docs/HistoricalNotes/
2001-02-09-AdveComments.txt 3 revisit synchronization, type inference, and other issues.
  /external/v8/test/cctest/
SConscript 76 'test-func-name-inference.cc',
cctest.gyp 71 'test-func-name-inference.cc',
  /external/v8/test/mjsunit/harmony/
module-resolution.js 30 // Test basic module interface inference.
  /packages/apps/Camera/src/com/android/camera/
SwitchAnimManager.java 93 // method. The inference of the scale ratio is done by matching the
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.h 40 /// MVT::SimpleValueType that we use as lattice values during type inference.
46 /// of types. It is used during type inference because register classes can
48 /// type inference is complete.
299 /// The type of each node result. Before and during type inference, each
300 /// result may be a set of possible types. After (successful) type inference,

Completed in 553 milliseconds

1 2 3 4 5