HomeSort by relevance Sort by last modified time
    Searched full:predict (Results 251 - 275 of 398) sorted by null

<<111213141516

  /system/tpm/trunks/
resource_manager_test.cc 302 // virtual handle (which we can't predict, but it's unlikely to be the same as
    [all...]
  /external/opencv3/apps/traincascade/
old_ml_tree.cpp 3618 CvDTreeNode* CvDTree::predict( const CvMat* _sample, function in class:CvDTree
3735 CvDTreeNode* CvDTree::predict( const Mat& _sample, const Mat& _missing, bool preprocessed_input ) const function in class:CvDTree
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
CSharp2.stg     [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
CSharp3.stg     [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
Delphi.stg     [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ObjC.stg     [all...]
  /external/libavc/encoder/
ih264e_intra_modes_eval.c     [all...]
  /external/libjpeg-turbo/
structure.txt 534 library has no reliable way to predict the number of passes when dealing
535 with a progressive JPEG file, nor can it predict the number of output passes
    [all...]
  /external/opencv3/modules/ml/src/
svm.cpp     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
coff-ppc.c 280 /* Fix branch prediction bit to predict branch taken. */
283 /* Fix branch prediction bit to predict branch not taken. */
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugGrammarParser.cs 312 alt2 = dfa2.Predict(input);
    [all...]
ProfileGrammarParser.cs 316 alt2 = dfa2.Predict(input);
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
SimpleCParser.m 431 alt2 = [dfa2 predict:input];
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCLexer.m 838 alt4 = [dfa4 predict:input];
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
debug.py 536 ugly in the generated code. The rewind is generated in DFA.predict()
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DFAState.java 750 /** Print all NFA states plus what alts they predict */
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
NFAFactory.java 406 // need to predict the alts of this subrule in case there are actions
  /external/apache-commons-math/src/main/java/org/apache/commons/math/random/
RandomDataImpl.java 80 * it any easier to predict subsequent values.</li>
    [all...]
  /external/libevent/
whatsnew-2.0.txt 567 Network code very frequently needs a secure, hard-to-predict random number
  /external/libvpx/libvpx/
CHANGELOG 327 Make hor UV predict ~2x faster (73 vs 132 cycles) using SSSE3.
  /external/opencv/cvaux/include/
cvvidsurv.hpp 1031 virtual CvBlob* Predict() = 0;
    [all...]
  /external/opencv3/3rdparty/libtiff/
tif_lzw.c 92 TIFFPredictorState predict; /* predictor super class */ member in struct:__anon20990
    [all...]
  /external/opencv3/modules/ml/test/
test_emknearestkmeans.cpp 612 // 2. predict classID using Bayes classifier for estimated distributions.
  /external/opencv3/modules/video/include/opencv2/video/
tracking.hpp 357 CV_WRAP const Mat& predict( const Mat& control = Mat() );
  /external/pdfium/third_party/libtiff/
tif_lzw.c 92 TIFFPredictorState predict; /* predictor super class */ member in struct:__anon22268

Completed in 1621 milliseconds

<<111213141516