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

1 2 3 4 5 6 7 8 91011>>

  /external/lzma/Java/SevenZip/Compression/RangeCoder/
BitTreeEncoder.java 6 short[] Models;
12 Models = new short[1 << numBitLevels];
17 Decoder.InitBitModels(Models);
27 rangeEncoder.Encode(Models, m, bit);
38 rangeEncoder.Encode(Models, m, bit);
52 price += Encoder.GetPrice(Models[m], bit);
66 price += Encoder.GetPrice(Models[m], bit);
72 public static int ReverseGetPrice(short[] Models, int startIndex,
81 price += Encoder.GetPrice(Models[startIndex + m], bit);
87 public static void ReverseEncode(short[] Models, int startIndex,
    [all...]
BitTreeDecoder.java 5 short[] Models;
11 Models = new short[1 << numBitLevels];
16 Decoder.InitBitModels(Models);
23 m = (m << 1) + rangeDecoder.DecodeBit(Models, m);
33 int bit = rangeDecoder.DecodeBit(Models, m);
41 public static int ReverseDecode(short[] Models, int startIndex,
48 int bit = rangeDecoder.DecodeBit(Models, startIndex + m);
  /external/lzma/CS/7zip/Compress/RangeCoder/
RangeCoderBitTree.cs 7 BitEncoder[] Models;
13 Models = new BitEncoder[1 << numBitLevels];
19 Models[i].Init();
29 Models[m].Encode(rangeEncoder, bit);
40 Models[m].Encode(rangeEncoder, bit);
54 price += Models[m].GetPrice(bit);
68 price += Models[m].GetPrice(bit);
74 public static UInt32 ReverseGetPrice(BitEncoder[] Models, UInt32 startIndex,
83 price += Models[startIndex + m].GetPrice(bit);
89 public static void ReverseEncode(BitEncoder[] Models, UInt32 startIndex,
    [all...]
  /external/chromium-trace/trace-viewer/third_party/webapp2/docs/api/webapp2_extras/appengine/auth/
models.rst 1 .. _api.webapp2_extras.appengine.auth.models:
3 User Models
5 .. module:: webapp2_extras.appengine.auth.models
7 A collection of user related models for :ref:`api.webapp2_extras.auth`.
  /prebuilts/devtools/tools/lib/
hierarchyviewer2lib.jar 
  /external/valgrind/tests/
s390x_features.c 78 model_info models[] = { variable
102 for (p = models; p != models + sizeof models / sizeof models[0]; ++p) {
107 for (p = models; p != models + sizeof models / sizeof models[0]; ++p) {
156 model = models + sizeof models / sizeof models[0]
    [all...]
  /external/chromium-trace/trace-viewer/third_party/webapp2/tests/
extras_appengine_auth_models_test.py 2 from webapp2_extras.appengine.auth import models namespace
23 self.register_model('User', models.User)
24 self.register_model('UserToken', models.UserToken)
25 self.register_model('Unique', models.Unique)
28 m = models.User
55 m = models.User
84 m = models.User
104 m = models.UserToken
126 m = models.User
143 self.register_model('Unique', models.Unique
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/load/model/stream/
StreamModelLoader.java 8 * A base class for {@link ModelLoader}s that translate models into {@link InputStream}s.
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
ElementType.java 40 @param model ORed-together bits representing the content models
42 @param memberOf ORed-together bits representing the content models
120 Returns the content models of this element type.
121 @return The content models of this element type as a vector of bits
127 Returns the content models to which this element type belongs.
128 @return The content models to which this element type belongs as a
169 That is, if any of the models in this element's model vector
170 match any of the models in the other element type's member-of
249 Sets the models of this element type.
250 @param model The content models of this element type as a vector of bit
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/load/model/file_descriptor/
FileDescriptorModelLoader.java 8 * A base class for {@link ModelLoader}s that translate models into {@link java.io.File}s.
  /cts/tools/signature-tools/
README.txt 11 #Delta model : A model to represent differences between two signature models
13 #Comparator : Put two signature models into the comparator and you get a delta model
  /external/tagsoup/templates/org/ccil/cowan/tagsoup/
HTMLModels.java 15 // Defines models for HTMLSchema
19 models. Logically, it is part of HTMLSchema, but it is more
  /external/jmonkeyengine/engine/src/test/jme3test/tools/
TestTextureAtlas.java 56 Spatial obj1 = assetManager.loadModel("Models/Ferrari/Car.scene");
58 Spatial obj2 = assetManager.loadModel("Models/Oto/Oto.mesh.xml");
60 Spatial obj3 = assetManager.loadModel("Models/Ninja/Ninja.mesh.xml");
62 Spatial obj4 = assetManager.loadModel("Models/Sinbad/Sinbad.mesh.xml");
64 Spatial obj5 = assetManager.loadModel("Models/Tree/Tree.mesh.j3o");
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
concepts.hpp 36 * following line checks that the type T models the ForwardRange
105 // are not correct models of the standard iterator concepts,
251 //! Check if a type T models the SinglePassRange range concept.
294 //! Check if a type T models the ForwardRange range concept.
320 //! Check if a type T models the WriteableForwardRange range concept.
328 //! Check if a type T models the BidirectionalRange range concept.
338 //! Check if a type T models the WriteableBidirectionalRange range concept.
346 //! Check if a type T models the RandomAccessRange range concept.
356 //! Check if a type T models the WriteableRandomAccessRange range concept.
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/maven-model/3.0/
maven-model-3.0.pom 50 <models>
52 </models>
82 <id>all-models</id>
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-model/3.0/
maven-model-3.0.pom 50 <models>
52 </models>
82 <id>all-models</id>
  /cts/tools/signature-tools/src/signature/compare/model/
IAnnotationElementDelta.java 22 * {@code IAnnotationElementDelta} models the delta between two
IAnnotationFieldDelta.java 22 * {@code IAnnotationFieldDelta} models the delta between two
IArrayTypeDelta.java 22 * {@code IArrayTypeDelta} models the delta between two {@link IArrayType}
IConstructorDelta.java 22 * {@code IConstructorDelta} models the delta between two {@link IConstructor}
IEnumConstantDelta.java 22 * {@code IEnumConstantDelta} models the delta between two {@link IEnumConstant}
IFieldDelta.java 22 * {@code IFieldDelta} models the delta between two {@link IField} instances.
IGenericDeclarationDelta.java 22 * {@code IGenericDeclarationDelta} models the delta between two
IMethodDelta.java 22 * {@code IMethodDelta} models the delta between two {@link IMethod} subclass
IModifierDelta.java 22 * {@code IModifierDelta} models the delta between two {@link Modifier}

Completed in 2255 milliseconds

1 2 3 4 5 6 7 8 91011>>