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

1 2 3 4 5 6 7 8 91011>>

  /external/jmonkeyengine/engine/src/test/jme3test/water/
TestSimpleWater.java 84 waterPlane=(Spatial) assetManager.loadAsset("Models/WaterTest/WaterTest.mesh.xml");
  /external/jmonkeyengine/engine/src/tools/jme3tools/savegame/
SaveGame.java 86 * @param manager Link to an AssetManager if required for loading the data (e.g. models with textures)
  /external/libvpx/libvpx/test/
video_source.h 162 // Models a stream where Timebase = 1/FPS, so pts == frame.
  /external/libxml2/os400/libxmlrpg/
xmlregexp.rpgle 114 * Its goal is to do some formal work on content models
  /external/llvm/include/llvm/CodeGen/
TargetSchedule.h 72 /// This models scheduling at each stage in the processor pipeline.
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCTargetDesc.cpp 96 "Only small and large code models are allowed on AArch64");
  /external/llvm/lib/Target/Mips/
MipsMachineFunction.h 116 /// relocation models.
  /external/llvm/lib/Target/X86/
X86MachineFunctionInfo.h 67 /// relocation models.
  /external/protobuf/python/google/protobuf/
symbol_database.py 69 SymbolDatabase also models message_factory.MessageFactory.
  /external/skia/gm/
imagefiltersgraph.cpp 24 // More closely models how Blink's OffsetFilter works as of 10/23/13. SkOffsetImageFilter doesn't
  /frameworks/base/core/java/android/hardware/camera2/
package.html 21 <p>This package models a camera device as a pipeline, which takes in
  /frameworks/base/core/java/android/hardware/soundtrigger/
SoundTriggerModule.java 25 * The SoundTriggerModule provides APIs to control sound models and sound detection
  /frameworks/base/docs/html/guide/topics/ui/
overview.jd 13 fields) and various layout models (such as a linear or relative layout).</p>
  /frameworks/base/tests/VoiceEnrollment/src/com/android/test/voiceenrollment/
EnrollmentUtil.java 129 Log.w(TAG, "No models present for the gien keyphrase ID");
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
video_source.h 107 // Models a stream where Timebase = 1/FPS, so pts == frame.
  /libcore/luni/src/main/java/org/w3c/dom/
Entity.java 17 * XML document. Note that this models the entity itself <em>not</em> the entity declaration.
  /ndk/sources/android/crazy_linker/src/
crazy_linker_shared_library.h 23 // A class that models a shared library loaded by the crazy linker.
  /packages/apps/Camera2/src/com/android/camera/ui/motion/
DampedSpring.java 20 * This models a value after the behavior of a spring. The value tracks the current value, a target
  /packages/apps/Email/tests/src/com/android/email/activity/setup/
AccountSetupIncomingTests.java 178 * TODO: A series of tests to explore the logic around security models & ports
AccountSetupOutgoingTests.java 184 * TODO: A series of tests to explore the logic around security models & ports
  /system/core/adb/
OVERVIEW.TXT 124 An ADB transport models a connection between the ADB server and one device
  /external/opencv/cv/src/
cvfundam.cpp 168 CvMat* models = 0, *err = 0; local
182 models = cvCreateMat( modelSize.height*maxBasicSolutions, modelSize.width, CV_64FC1 );
212 nmodels = runKernel( ms1, ms2, models );
218 cvGetRows( models, &model_i, i*modelSize.height, (i+1)*modelSize.height );
248 cvReleaseMat( &models );
262 CvMat* models = 0; local
279 models = cvCreateMat( modelSize.height*maxBasicSolutions, modelSize.width, CV_64FC1 );
311 nmodels = runKernel( ms1, ms2, models );
317 cvGetRows( models, &model_i, i*modelSize.height, (i+1)*modelSize.height );
347 cvReleaseMat( &models );
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/
RequestManager.java 422 * {@link com.bumptech.glide.load.model.stream.StreamResourceLoader} to load resource id models.
465 * {@link com.bumptech.glide.load.data.HttpUrlFetcher} to load {@link java.net.URL} models.
594 * A helper class for building requests with custom {@link ModelLoader}s that translate models to
614 * A helper class for building requests with custom {@link ModelLoader}s that translate models to
628 * images from an {@link java.io.InputStream}s obtained from models of the given model class.
  /external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/appengine/auth/
models.py 3 webapp2_extras.appengine.auth.models
6 Auth related models.
  /external/glide/library/src/main/java/com/bumptech/glide/request/
GenericRequest.java 205 // We allow null models by just setting an error drawable. Null models will always have empty providers, we

Completed in 1662 milliseconds

1 2 3 4 5 6 7 8 91011>>