HomeSort by relevance Sort by last modified time
    Searched refs:im (Results 26 - 50 of 295) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/jmonkeyengine/engine/src/core/com/jme3/light/
DirectionalLight.java 98 public void read(JmeImporter im) throws IOException {
99 super.read(im);
100 InputCapsule ic = im.getCapsule(this);
PointLight.java 146 public void read(JmeImporter im) throws IOException {
147 super.read(im);
148 InputCapsule ic = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/
ColorOverlayFilter.java 106 public void read(JmeImporter im) throws IOException {
107 super.read(im);
108 InputCapsule ic = im.getCapsule(this);
FadeFilter.java 151 public void read(JmeImporter im) throws IOException {
152 super.read(im);
153 InputCapsule ic = im.getCapsule(this);
RadialBlurFilter.java 150 public void read(JmeImporter im) throws IOException {
151 super.read(im);
152 InputCapsule ic = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
BoxCollisionShape.java 73 public void read(JmeImporter im) throws IOException {
74 super.read(im);
75 InputCapsule capsule = im.getCapsule(this);
PlaneCollisionShape.java 46 public void read(JmeImporter im) throws IOException {
47 super.read(im);
48 InputCapsule capsule = im.getCapsule(this);
SphereCollisionShape.java 72 public void read(JmeImporter im) throws IOException {
73 super.read(im);
74 InputCapsule capsule = im.getCapsule(this);
CapsuleCollisionShape.java 101 public void read(JmeImporter im) throws IOException {
102 super.read(im);
103 InputCapsule capsule = im.getCapsule(this);
ConeCollisionShape.java 57 public void read(JmeImporter im) throws IOException {
58 super.read(im);
59 InputCapsule capsule = im.getCapsule(this);
CylinderCollisionShape.java 93 public void read(JmeImporter im) throws IOException {
94 super.read(im);
95 InputCapsule capsule = im.getCapsule(this);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/
ImDataItem.java 22 import android.provider.ContactsContract.CommonDataKinds.Im;
25 * Represents an IM data item, wrapping the columns in
26 * {@link ContactsContract.CommonDataKinds.Im}.
43 ImDataItem im = new ImDataItem(new ContentValues(item.getContentValues()), true); local
44 im.setMimeType(Im.CONTENT_ITEM_TYPE);
45 return im;
52 return getContentValues().getAsString(Im.DATA);
57 return getContentValues().getAsString(Im.LABEL);
61 * Values are one of Im.PROTOCOL
    [all...]
  /packages/apps/Camera/jni/feature_stab/src/dbregtest/
PgmImage.cpp 51 PgmImage::PgmImage(const PgmImage &im) :
54 DeepCopy(im, *this);
57 PgmImage& PgmImage::operator= (const PgmImage &im)
59 if (this == &im) return *this;
60 DeepCopy(im, *this);
241 std::ostream& operator<< (std::ostream& o, const PgmImage& im)
244 o << "Size: " << im.m_w << " x " << im.m_h << "\n";
245 o << "Comment: " << im.m_comment << "\n";
246 switch (im.m_format
    [all...]
  /packages/apps/Camera2/jni/feature_stab/src/dbregtest/
PgmImage.cpp 51 PgmImage::PgmImage(const PgmImage &im) :
54 DeepCopy(im, *this);
57 PgmImage& PgmImage::operator= (const PgmImage &im)
59 if (this == &im) return *this;
60 DeepCopy(im, *this);
241 std::ostream& operator<< (std::ostream& o, const PgmImage& im)
244 o << "Size: " << im.m_w << " x " << im.m_h << "\n";
245 o << "Comment: " << im.m_comment << "\n";
246 switch (im.m_format
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/detail/
ContactDetailFragmentTests.java 23 import android.provider.ContactsContract.CommonDataKinds.Im;
43 values.put(Im.MIMETYPE, Im.CONTENT_ITEM_TYPE);
44 values.put(Im.TYPE, Im.TYPE_HOME);
45 values.put(Im.PROTOCOL, Im.PROTOCOL_GOOGLE_TALK);
46 values.put(Im.DATA, TEST_ADDRESS);
47 ImDataItem im = (ImDataItem) DataItem.createFrom(values); local
50 ContactDetailFragment.buildImActions(mContext, entry, im);
65 ImDataItem im = (ImDataItem) DataItem.createFrom(values); local
85 ImDataItem im = (ImDataItem) DataItem.createFrom(values); local
105 ImDataItem im = (ImDataItem) DataItem.createFrom(values); local
130 ImDataItem im = ImDataItem.createFromEmail( local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
PgmImage.cpp 51 PgmImage::PgmImage(const PgmImage &im) :
54 DeepCopy(im, *this);
57 PgmImage& PgmImage::operator= (const PgmImage &im)
59 if (this == &im) return *this;
60 DeepCopy(im, *this);
241 std::ostream& operator<< (std::ostream& o, const PgmImage& im)
244 o << "Size: " << im.m_w << " x " << im.m_h << "\n";
245 o << "Comment: " << im.m_comment << "\n";
246 switch (im.m_format
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/repetition/
enum.hpp 53 # define BOOST_PP_ENUM_M_1_IM(z, n, im) BOOST_PP_ENUM_M_1_I(z, n, im)
54 # define BOOST_PP_ENUM_M_2_IM(z, n, im) BOOST_PP_ENUM_M_2_I(z, n, im)
55 # define BOOST_PP_ENUM_M_3_IM(z, n, im) BOOST_PP_ENUM_M_3_I(z, n, im)
  /external/chromium_org/chrome/browser/chromeos/contacts/
contact_test_util.cc 63 const Contact_InstantMessagingAddress& im) {
64 return im.address() + "," +
65 base::IntToString(im.protocol()) + "," +
66 base::IntToString(im.type().relation()) + "," +
67 im.type().label() + "," +
68 base::IntToString(im.primary());
108 "im=", ' ');
227 Contact::InstantMessagingAddress* im = local
229 im->set_address(address);
230 im->set_protocol(protocol)
    [all...]
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
CapsuleCollisionShape.java 98 public void read(JmeImporter im) throws IOException {
99 super.read(im);
100 InputCapsule capsule = im.getCapsule(this);
ConeCollisionShape.java 55 public void read(JmeImporter im) throws IOException {
56 super.read(im);
57 InputCapsule capsule = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/core/com/jme3/material/
MatParamTexture.java 61 public void read(JmeImporter im) throws IOException {
62 super.read(im);
63 InputCapsule ic = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/core/com/jme3/shader/
ShaderKey.java 119 public void read(JmeImporter im) throws IOException{
120 super.read(im);
121 InputCapsule ic = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
Point2PointJoint.java 99 public void read(JmeImporter im) throws IOException {
100 super.read(im);
102 InputCapsule cap=im.getCapsule(this);
  /external/jmonkeyengine/engine/src/niftygui/com/jme3/cinematic/events/
GuiTrack.java 114 public void read(JmeImporter im) throws IOException {
115 super.read(im);
116 InputCapsule ic = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
NormalRecalcControl.java 100 public void read(JmeImporter im) throws IOException {
101 super.read(im);
102 InputCapsule ic = im.getCapsule(this);

Completed in 1659 milliseconds

12 3 4 5 6 7 8 91011>>