OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nameSuffix
(Results
1 - 5
of
5
) sorted by null
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/particles/
ParticlesHelper.java
107
char
nameSuffix
;//P - point, L - line, N - None, B - Bilboard
110
nameSuffix
= 'N';
114
nameSuffix
= 'B';
118
nameSuffix
= 'P';
122
nameSuffix
= 'L';
125
nameSuffix
= 'P';
127
result = new ParticleEmitter(particleSettings.getName()+
nameSuffix
, Type.Triangle, totPart);
128
if(
nameSuffix
=='N') {
157
float sizeFactor =
nameSuffix
=='B' ? 1.0f : 0.3f;
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/
ParticlesModifier.java
68
char
nameSuffix
= emitter.getName().charAt(emitter.getName().length() - 1);
69
if (
nameSuffix
== 'B' ||
nameSuffix
== 'N') {
/external/skia/tests/
PathOpsExtendedTest.cpp
450
static void writeTestName(const char*
nameSuffix
, SkMemoryWStream& outFile) {
453
if (
nameSuffix
) {
454
outFile.writeText(
nameSuffix
);
458
static void outputToStream(const char* pathStr, const char* pathPrefix, const char*
nameSuffix
,
461
writeTestName(
nameSuffix
, outFile);
471
writeTestName(
nameSuffix
, outFile);
475
writeTestName(
nameSuffix
, outFile);
489
writeTestName(
nameSuffix
, outFile);
497
writeTestName(
nameSuffix
, outFile);
523
const char*
nameSuffix
= NULL
[
all
...]
/external/llvm/lib/Transforms/Utils/
CloneFunction.cpp
39
const Twine &
NameSuffix
, Function *F,
42
if (BB->hasName()) NewBB->setName(BB->getName()+
NameSuffix
);
51
NewInst->setName(II->getName()+
NameSuffix
);
80
const char *
NameSuffix
, ClonedCodeInfo *CodeInfo,
83
assert(
NameSuffix
&& "
NameSuffix
cannot be null!");
121
BasicBlock *CBB = CloneBasicBlock(&BB, VMap,
NameSuffix
, NewFunc, CodeInfo);
206
const char *
NameSuffix
;
213
const char *
nameSuffix
,
218
NameSuffix
(nameSuffix), CodeInfo(codeInfo), TD(td)
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java
[
all
...]
Completed in 587 milliseconds