OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:smb
(Results
1 - 15
of
15
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
smb_fs.h
12
#include <linux/
smb
.h>
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
smb_fs.h
12
#include <linux/
smb
.h>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
smb_fs.h
12
#include <linux/
smb
.h>
/frameworks/base/tests/RenderScriptTests/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();
/frameworks/base/tests/RenderScriptTests/Fountain_v11/src/com/android/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
...]
/frameworks/base/tests/RenderScriptTests/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();
/frameworks/base/tests/RenderScriptTests/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
67
Mesh.AllocationBuilder
smb
= new Mesh.AllocationBuilder(mRS);
local
68
smb
.addVertexAllocation(mSpaceClouds.getAllocation());
69
smb
.addIndexSetType(Mesh.Primitive.POINT);
70
mSpaceCloudsMesh =
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
807
Builder
smb
= new Builder(mRS, usage);
local
808
smb
.addVertexType(mElement, mMaxIndex);
809
smb
.addIndexSetType(Element.U16(mRS), mIndexCount, Primitive.TRIANGLE);
811
Mesh sm =
smb
.create();
/frameworks/base/telephony/java/android/telephony/
SmsMessage.java
120
private SmsMessage(SmsMessageBase
smb
) {
121
mWrappedSmsMessage =
smb
;
Completed in 472 milliseconds