OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:splits
(Results
1 - 7
of
7
) sorted by null
/external/icu4c/test/intltest/
csdetest.cpp
100
static UnicodeString *split(const UnicodeString &src, UChar ch, int32_t &
splits
)
104
splits
= 1;
106
splits
+= 1;
109
UnicodeString *result = new UnicodeString[
splits
];
147
int32_t
splits
= 0;
local
149
UnicodeString *eSplit = split(encoding, CH_SLASH,
splits
);
200
if (
splits
> 1 && lang.compare(eSplit[1]) != 0) {
regextst.cpp
5174
UnicodeString
splits
[10];
local
[
all
...]
/external/jmonkeyengine/engine/src/core/com/jme3/shadow/
PssmShadowRenderer.java
59
* It
splits
the view frustum in several parts and compute a shadow map for each
60
* one.<br>
splits
are distributed so that the closer they are from the camera,
131
private ColorRGBA
splits
;
field in class:PssmShadowRenderer
175
splits
= new ColorRGBA();
350
//We prevent computing the frustum points and
splits
with zeroed or negative near clip value
364
splits
.a = splitsArray[4];
366
splits
.b = splitsArray[3];
368
splits
.g = splitsArray[2];
371
splits
.r = splitsArray[1];
433
postshadowMat.setColor("
Splits
", splits)
[
all
...]
/frameworks/base/core/java/android/bluetooth/
BluetoothDeviceProfileState.java
1156
String[]
splits
= value.split("-");
local
1166
String[]
splits
= value.split("-");
local
[
all
...]
/external/opencv/ml/src/
mltree.cpp
270
// create memory storage that will keep nodes and
splits
of the decision tree
3288
CvFileNode*
splits
;
local
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar
org.eclipse.text_3.5.0.v20100601-1300.jar
Completed in 3781 milliseconds