HomeSort by relevance Sort by last modified time
    Searched refs:smb (Results 1 - 12 of 12) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
smb_fs.h 12 #include <linux/smb.h>
  /development/samples/RenderScript/Fountain/src/com/example/android/rs/fountain/
FountainRS.java 44 Mesh.AllocationBuilder smb = new Mesh.AllocationBuilder(mRS); local
45 smb.addVertexAllocation(points.getAllocation());
46 smb.addIndexSetType(Mesh.Primitive.POINT);
47 Mesh sm = smb.create();
  /external/opencv/cv/src/
cvmatchcontours.cpp 64 int i, sma, smb; local
121 smb = 1;
123 smb = -1;
125 smb = 0;
130 amb = 1. / (smb * log10( amb ));
151 smb = 1;
153 smb = -1;
155 smb = 0;
160 amb = smb * log10( amb );
181 smb = 1
    [all...]
  /development/samples/RenderScript/FountainFbo/src/com/example/android/rs/fountainfbo/
FountainFboRS.java 46 Mesh.AllocationBuilder smb = new Mesh.AllocationBuilder(mRS); local
47 smb.addVertexAllocation(points.getAllocation());
48 smb.addIndexSetType(Mesh.Primitive.POINT);
49 Mesh sm = smb.create();
  /development/samples/RenderScript/Balls/src/com/example/android/rs/balls/
BallsRS.java 107 Mesh.AllocationBuilder smb = new Mesh.AllocationBuilder(mRS); local
108 smb.addVertexAllocation(mPoints.getAllocation());
109 smb.addIndexSetType(Mesh.Primitive.POINT);
110 Mesh smP = smb.create();
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosFullScreenVideo.c 671 SCREENMODEBLOCK smb; local
674 smb.flags = 1;
675 smb.x_pixels = width;
676 smb.y_pixels = height;
677 smb.mode_vars[0] = -1;
682 smb.pixel_depth = 3;
684 smb.mode_vars[0] = 0; smb.mode_vars[1] = 128; /* Mode flags */
685 smb.mode_vars[2] = 3; smb.mode_vars[3] = 255; /* NColour (number of colours -1) *
    [all...]
  /packages/wallpapers/Galaxy4/src/com/android/galaxy4/
GalaxyRS.java 61 Mesh.AllocationBuilder smb = new Mesh.AllocationBuilder(mRS); local
62 smb.addVertexAllocation(spaceClouds.getAllocation());
63 smb.addIndexSetType(Mesh.Primitive.POINT);
64 spaceCloudsMesh = smb.create();
  /external/tcpdump/
Android.mk 117 print-smb.c\
configure     [all...]
  /frameworks/base/telephony/java/android/telephony/gsm/
SmsMessage.java 146 private SmsMessage(SmsMessageBase smb) {
147 mWrappedSmsMessage = smb;
  /frameworks/base/graphics/java/android/renderscript/
Mesh.java 755 Builder smb = new Builder(mRS, usage); local
756 smb.addVertexType(mElement, mVtxCount / floatCount);
757 smb.addIndexSetType(Element.U16(mRS), mIndexCount, Primitive.TRIANGLE);
759 Mesh sm = smb.create();
  /frameworks/base/telephony/java/android/telephony/
SmsMessage.java 120 private SmsMessage(SmsMessageBase smb) {
121 mWrappedSmsMessage = smb;

Completed in 555 milliseconds