OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sType
(Results
1 - 7
of
7
) sorted by null
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Object/
shell.js
67
function findClass(
sType
)
70
var a =
sType
.match(re);
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
TextureGeneratorClouds.java
54
// tex->
stype
78
int
sType
= ((Number) tex.getFieldValue("
stype
")).intValue();
82
Format format =
sType
== TEX_COLOR || colorBand != null ? Format.RGBA8 : Format.Luminance8;
83
int bytesPerPixel =
sType
== TEX_COLOR || colorBand != null ? 4 : 1;
106
} else if (
sType
== TEX_COLOR) {
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
TrackerEntry.java
211
String
sType
= cursor.getString(cursor.getColumnIndex(ENTRY_TYPE));
212
TrackerEntry entry = new TrackerEntry(tag, EntryType.valueOf(
sType
));
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/materials/
MaterialContext.java
237
int
sType
= ((Number) texture.getFieldValue("
stype
")).intValue();
238
return
sType
== 1;//
sType
==0: without colors,
sType
==1: with colors
/external/svox/pico/lib/
picopam.c
178
picoos_uint8
sType
; /*Sentence type*/
[
all
...]
/libcore/benchmarks/libs/
caliper.jar
/prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar
Completed in 3439 milliseconds