| /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/ |
| SDL_gsvideo.c | 183 unsigned long long *im) 214 packet[pnum].ptr = &im[it]; 217 im[it++] = (isize >> 4) | (eop ? (1 << 15) : 0) | (2LL << 58); 218 im[it++] = 0;
|
| /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/seq/ |
| elem.hpp | 35 # define BOOST_PP_SEQ_ELEM_III(im) BOOST_PP_SEQ_ELEM_IV(im) 43 # define BOOST_PP_SEQ_ELEM_II(im) BOOST_PP_SEQ_ELEM_III(im)
|
| /packages/apps/Settings/src/com/android/settings/inputmethod/ |
| KeyboardLayoutDialogFragment.java | 302 InputManager im = (InputManager)getContext().getSystemService(Context.INPUT_SERVICE); local 303 String[] keyboardLayoutDescriptors = im.getKeyboardLayoutsForInputDevice( 306 KeyboardLayout keyboardLayout = im.getKeyboardLayout(keyboardLayoutDescriptor); 314 im.getCurrentKeyboardLayoutForInputDevice(mInputDeviceDescriptor);
|
| /external/aac/libAACenc/src/ |
| transform.cpp | 187 tmp0 = fMultDiv2((FIXP_PCM)timeData[i+nl], pLeftWindowPart[i].v.im); 205 mdctData[(tl/2)-nr-i-1] = -fMultAddDiv2(tmp1, (FIXP_PCM)timeData[(tl*2)-nr-i-1], pRightWindowPart[i].v.im);
|
| /external/chromium/chrome/browser/ui/webui/ |
| downloads_dom_handler.cc | 160 IconManager* im = g_browser_process->icon_manager(); local 161 gfx::Image* icon = im->LookupIcon(file->GetUserVerifiedFilePath(),
|
| /external/jmonkeyengine/engine/src/core/com/jme3/animation/ |
| Skeleton.java | 273 public void read(JmeImporter im) throws IOException { 274 InputCapsule input = im.getCapsule(this);
|
| SpatialTrack.java | 235 public void read(JmeImporter im) throws IOException {
236 InputCapsule ic = im.getCapsule(this);
|
| /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/ |
| MotionPath.java | 159 public void read(JmeImporter im) throws IOException { 160 InputCapsule in = im.getCapsule(this);
|
| /external/jmonkeyengine/engine/src/core/com/jme3/effect/shapes/ |
| EmitterMeshVertexShape.java | 149 public void read(JmeImporter im) throws IOException { 150 InputCapsule ic = im.getCapsule(this);
|
| /external/jmonkeyengine/engine/src/core/com/jme3/font/ |
| BitmapCharacterSet.java | 88 public void read(JmeImporter im) throws IOException {
89 InputCapsule ic = im.getCapsule(this);
|
| /external/jmonkeyengine/engine/src/core/com/jme3/light/ |
| LightList.java | 317 public void read(JmeImporter im) throws IOException { 318 InputCapsule ic = im.getCapsule(this);
|
| /external/jmonkeyengine/engine/src/core/com/jme3/material/ |
| MatParam.java | 309 public void read(JmeImporter im) throws IOException { 310 InputCapsule ic = im.getCapsule(this);
|
| /external/jmonkeyengine/engine/src/core/com/jme3/post/ |
| Filter.java | 331 * This method should always begin by super.read(im);
333 public void read(JmeImporter im) throws IOException {
334 InputCapsule ic = im.getCapsule(this);
|
| FilterPostProcessor.java | 477 public void read(JmeImporter im) throws IOException {
478 InputCapsule ic = im.getCapsule(this);
485 assetManager = im.getAssetManager();
|
| /external/chromium_org/chrome/browser/chromeos/contacts/ |
| gdata_contacts_service.cc | 100 const char kInstantMessagingField[] = "gd$im"; 200 // Maps the protocol from a dictionary representing a contact's IM address to a 351 contacts::Contact_InstantMessagingAddress* im = 355 im->mutable_address())) { 358 im->set_primary(IsAddressPrimary(*im_dict)); 359 InitAddressType(*im_dict, im->mutable_type()); 360 im->set_protocol(GetInstantMessagingProtocol(*im_dict)); [all...] |
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
| TimeLineGraph.java | 31 public void paint(Image im) { 33 Rectangle bounds= im.getBounds(); 35 GC g= new GC(im);
|
| /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/ |
| SliderJoint.java | 459 public void read(JmeImporter im) throws IOException { 460 super.read(im); 461 InputCapsule capsule = im.getCapsule(this);
|
| /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/ |
| PhysicsVehicle.java | 548 public void read(JmeImporter im) throws IOException { 549 InputCapsule capsule = im.getCapsule(this); 559 super.read(im);
|
| /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/ |
| SliderJoint.java | 347 public void read(JmeImporter im) throws IOException { 348 super.read(im); 349 InputCapsule capsule = im.getCapsule(this);
|
| /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/ |
| PhysicsVehicle.java | 531 public void read(JmeImporter im) throws IOException { 532 InputCapsule capsule = im.getCapsule(this); 542 super.read(im);
|
| /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/ |
| TerrainGrid.java | 484 public void read(JmeImporter im) throws IOException { 485 super.read(im); 486 InputCapsule c = im.getCapsule(this);
|
| /external/chromium_org/third_party/WebKit/Source/core/platform/audio/ffmpeg/ |
| FFTFrameFFMPEG.cpp | 49 int16_t im; member in struct:__anon12649::FFTComplexProxy
|
| /external/clang/lib/Analysis/ |
| LiveVariables.cpp | 216 TransferFunctions(LiveVariablesImpl &im, 220 : LV(im), val(Val), observer(Observer), currentBlock(CurrentBlock) {} 499 LiveVariables::LiveVariables(void *im) : impl(im) {}
|
| /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/lodcalc/ |
| PerspectiveLodCalculator.java | 144 public void read(JmeImporter im) throws IOException {
|
| /packages/apps/Camera/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;
|