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

1 2 3 4 5 6 7 8 910

  /external/iproute2/lib/
ll_map.c 45 struct idxmap *im, **imp; local
62 for (imp=&idxmap[h]; (im=*imp)!=NULL; imp = &im->next)
63 if (im->index == ifi->ifi_index)
66 if (im == NULL) {
67 im = malloc(sizeof(*im));
68 if (im == NULL)
70 im->next = *imp;
71 im->index = ifi->ifi_index
93 struct idxmap *im; local
114 struct idxmap *im; local
126 struct idxmap *im; local
140 struct idxmap *im; local
162 struct idxmap *im; local
    [all...]
  /bootable/recovery/tools/ota/
convert-to-bmp.py 16 im = Image.open(infile) variable
17 if im.mode == 'RGB':
18 im.save(outfile)
19 elif im.mode == 'RGBA':
50 im.size[0] * im.size[1] * 4),
56 im.size[0],
57 im.size[1],
70 data = im.tostring()
71 for j in range(im.size[1]-1, -1, -1): # rows bottom-to-to
    [all...]
  /external/opencv/cxcore/src/
_cxcore.h 102 float re, im; member in struct:CvComplex32f
105 CvComplex32f( float _re, float _im=0 ) : re(_re), im(_im) {}
107 //CvComplex32f( const CvComplex32f& v ) : re(v.re), im(v.im) {}
108 //CvComplex32f& operator = (const CvComplex32f& v ) { re = v.re; im = v.im; return *this; }
114 double re, im; member in struct:CvComplex64f
117 CvComplex64f( double _re, double _im=0 ) : re(_re), im(_im) {}
119 //CvComplex64f( const CvComplex64f& v ) : re(v.re), im(v.im) {}
    [all...]
cxdxt.cpp 358 w.im = w1.im = -icvDxtTab[m][1];
363 w.im = w1.im = sin(t);
364 w.re = w1.re = sqrt(1. - w1.im*w1.im);
373 wave[0].im = 0.;
378 wave[n].im = 0;
385 wave[n0-i].im = -w.im;
    [all...]
  /frameworks/base/core/java/android/os/
PatternMatcher.java 124 int ip = 0, im = 0; local
126 while ((ip<NP) && (im<NM)) {
152 if (match.charAt(im) == nextChar) {
155 im++;
156 } while (im < NM);
157 if (im == NM) {
164 im++;
168 if (match.charAt(im) != c) {
171 im++;
172 } while (im < NM)
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/export/
Savable.java 45 void read(JmeImporter im) throws IOException;
  /external/chromium/chrome/browser/ui/webui/
fileicon_source.cc 43 IconManager* im = g_browser_process->icon_manager(); local
44 gfx::Image* icon = im->LookupIcon(escaped_filepath, IconLoader::NORMAL);
53 IconManager::Handle h = im->LoadIcon(escaped_filepath,
59 cancelable_consumer_.SetClientData(im, h, request_id);
70 IconManager* im = g_browser_process->icon_manager(); local
71 int request_id = cancelable_consumer_.GetClientData(im, handle);
  /external/clang/test/CodeGenCXX/
ptr-to-member-function.cpp 52 B1(int i) : pmf(&A::foo), im(i) {
53 ((A*)this->*pmf)(&im);
56 int im; member in struct:B1
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities.cpp 23 float** db_SetupImageReferences_f(float *im,int w,int h)
27 assert(im);
31 img[i]=im+w*i;
36 unsigned char** db_SetupImageReferences_u(unsigned char *im,int w,int h)
41 assert(im);
46 img[i]=im+w*i;
52 float **img,*im; local
54 im=new float [w*h+over_allocation];
55 img=db_SetupImageReferences_f(im,w,h);
62 unsigned char **img,*im; local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities.cpp 23 float** db_SetupImageReferences_f(float *im,int w,int h)
27 assert(im);
31 img[i]=im+w*i;
36 unsigned char** db_SetupImageReferences_u(unsigned char *im,int w,int h)
41 assert(im);
46 img[i]=im+w*i;
52 float **img,*im; local
54 im=new float [w*h+over_allocation];
55 img=db_SetupImageReferences_f(im,w,h);
62 unsigned char **img,*im; local
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
Kerning.java 69 public void read(JmeImporter im) throws IOException {
70 InputCapsule ic = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/core/com/jme3/shader/
ShaderVariable.java 62 public void read(JmeImporter im) throws IOException{
63 InputCapsule ic = im.getCapsule(this);
  /packages/apps/Camera/jni/feature_stab/src/dbregtest/
PgmImage.h 30 friend std::ostream& operator<< (std::ostream& o, const PgmImage& im);
50 PgmImage(const PgmImage &im);
52 PgmImage& operator= (const PgmImage &im);
95 std::ostream& operator<< (std::ostream& o, const PgmImage& im);
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
PgmImage.h 30 friend std::ostream& operator<< (std::ostream& o, const PgmImage& im);
50 PgmImage(const PgmImage &im);
52 PgmImage& operator= (const PgmImage &im);
95 std::ostream& operator<< (std::ostream& o, const PgmImage& im);
  /external/jmonkeyengine/engine/src/bullet/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);
CylinderCollisionShape.java 91 public void read(JmeImporter im) throws IOException {
92 super.read(im);
93 InputCapsule capsule = im.getCapsule(this);
PlaneCollisionShape.java 47 public void read(JmeImporter im) throws IOException {
48 super.read(im);
49 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);
  /external/jmonkeyengine/engine/src/core/com/jme3/audio/
AudioKey.java 130 public void read(JmeImporter im) throws IOException{
131 super.read(im);
132 InputCapsule ic = im.getCapsule(this);
LowPassFilter.java 88 public void read(JmeImporter im) throws IOException{
89 super.read(im);
90 InputCapsule ic = im.getCapsule(this);
  /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);
  /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);
  /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);

Completed in 475 milliseconds

1 2 3 4 5 6 7 8 910