HomeSort by relevance Sort by last modified time
    Searched refs:im (Results 176 - 200 of 247) sorted by null

1 2 3 4 5 6 78 910

  /packages/apps/LegacyCamera/jni/
feature_mos_jni.cpp 121 void GenerateQuarterResImagePlanar(ImageType im, int input_w, int input_h,
131 imp = im + j * input_w;
143 imp = im + j * input_w;
155 imp = im + j * input_w;
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
VehicleWheel.java 364 public void read(JmeImporter im) throws IOException {
365 InputCapsule capsule = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
Bone.java 594 public void read(JmeImporter im) throws IOException {
595 InputCapsule input = im.getCapsule(this);
SkeletonControl.java 539 public void read(JmeImporter im) throws IOException {
540 super.read(im);
541 InputCapsule in = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Spline.java 427 public void read(JmeImporter im) throws IOException {
428 InputCapsule in = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
VehicleWheel.java 344 public void read(JmeImporter im) throws IOException {
345 InputCapsule capsule = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/
GeoMap.java 349 public void read(JmeImporter im) throws IOException {
350 InputCapsule ic = im.getCapsule(this);
  /libcore/luni/src/main/java/java/util/jar/
JarVerifier.java 312 InitManifest im = new InitManifest(sfBytes, attributes, Attributes.Name.SIGNATURE_VERSION); local
313 im.initEntries(entries, null);
  /external/chromium/chrome/browser/ui/views/download/
download_item_view.cc 541 IconManager* im = g_browser_process->icon_manager(); local
542 gfx::Image* icon = im->LookupIcon(download_->GetUserVerifiedFilePath(),
906 IconManager* im = g_browser_process->icon_manager(); local
968 IconManager* im = g_browser_process->icon_manager(); local
    [all...]
  /external/aac/libFDK/src/
fft.cpp 340 ur = (x[ 1 + ix]>>1) + (x[17 + ix]>>1); /* Im A + Im B */ \
341 ui = (x[ 9 + ix]>>1) + (x[25 + ix]>>1); /* Im C + Im D */ \
344 y[ 1 + iy] = ur + ui; /* Im A' = sum of imag values */ \
345 y[ 5 + iy] = ur - ui; /* Im C' = -Im C -Im D +Im A +Im B */
1049 FIXP_DBL re, im; local
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/effect/
ParticleEmitter.java 148 public void read(JmeImporter im) throws IOException {
    [all...]
  /ndk/sources/host-tools/make-3.81/
dir.c 1026 register unsigned int im = 0;
1038 ++im;
1063 if (im == 0)
1066 printf ("%u", im);
1073 impossible += im;
1017 register unsigned int im = 0; local
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
TextureHelper.java 407 Image im = imageLoader.loadImage(blenderContext.getInputStream(), dataFileBlock.getBlockPosition(), true); local
408 if (im != null) {
409 result = new Texture2D(im);
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
BatchNode.java 341 public void read(JmeImporter im) throws IOException {
342 super.read(im);
343 InputCapsule ic = im.getCapsule(this);
352 // material = im.getAssetManager().loadMaterial(matName);
  /external/jmonkeyengine/engine/src/core-effects/com/jme3/water/
WaterFilter.java 347 public void read(JmeImporter im) throws IOException {
348 super.read(im);
349 InputCapsule ic = im.getCapsule(this);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java 373 // Handle Email rows with presence data as Im entry
377 final ImDataItem im = ImDataItem.createFromEmail(email); local
378 if (im.getDataKind() != null) {
379 final DataAction action = new DataAction(context, im);
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
AddressListParserTokenManager.java 789 String im = jjstrLiteralImages[jjmatchedKind]; local
790 t.image = (im == null) ? input_stream.GetImage() : im;
  /packages/apps/Email/src/org/apache/james/mime4j/field/contenttype/parser/
ContentTypeParserTokenManager.java 675 String im = jjstrLiteralImages[jjmatchedKind]; local
676 t.image = (im == null) ? input_stream.GetImage() : im;
  /packages/apps/Email/src/org/apache/james/mime4j/field/datetime/parser/
DateTimeParserTokenManager.java 714 String im = jjstrLiteralImages[jjmatchedKind]; local
715 t.image = (im == null) ? input_stream.GetImage() : im;
  /external/aac/libFDK/include/
common_fix.h 356 FIXP_SGL im; member in struct:__anon1703
366 FIXP_DBL im; member in struct:__anon1704
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/
Properties.java 365 public void read(JmeImporter im) throws IOException {
366 InputCapsule ic = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/core/com/jme3/collision/bih/
BIHNode.java 125 public void read(JmeImporter im) throws IOException {
126 InputCapsule ic = im.getCapsule(this);
BIHTree.java 474 public void read(JmeImporter im) throws IOException {
475 InputCapsule ic = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/core/com/jme3/material/
RenderState.java 362 public void read(JmeImporter im) throws IOException {
363 InputCapsule ic = im.getCapsule(this);
    [all...]
  /frameworks/base/core/java/android/hardware/input/
InputManager.java 173 private InputManager(IInputManager im) {
174 mIm = im;

Completed in 2029 milliseconds

1 2 3 4 5 6 78 910