Home
last modified time | relevance | path

Searched refs:ghost (Results 1 – 25 of 46) sorted by relevance

12

/external/replicaisland/src/com/replica/replicaisland/
DLifetimeComponent.java133 GhostComponent ghost = parentObject.findByClass(GhostComponent.class); in die() local
134 if (ghost != null) { in die()
135 ghost.releaseControl(parentObject); in die()
DPlayerComponent.java358 GameObject ghost = factory.spawnPlayerGhost(x, y, parentObject, ghostTime); in stateMove() local
360 manager.add(ghost); in stateMove()
364 camera.setTarget(ghost); in stateMove()
DGameObjectFactory.java1261 GhostComponent ghost = (GhostComponent)allocateComponent(GhostComponent.class);
1262 ghost.setMovementSpeed(500.0f);
1263 ghost.setAcceleration(1000.0f);
1264 ghost.setJumpImpulse(300.0f);
1265 ghost.setKillOnRelease(true);
1266 ghost.setDelayOnRelease(1.5f);
1270 ghost.setAmbientSound(sound.load(R.raw.sound_possession));
1275 ghostSwap.addSwapInComponent(ghost);
3852 GhostComponent ghost = (GhostComponent)allocateComponent(GhostComponent.class);
3853 ghost.setMovementSpeed(2000.0f);
[all …]
/external/rust/crates/once_cell/src/
Drace.rs175 ghost: PhantomData<Option<Box<T>>>, field
196 OnceBox { inner: AtomicPtr::new(ptr::null_mut()), ghost: PhantomData } in new()
/external/llvm-project/clang/docs/analyzer/developer-docs/
DInitializerLists.rst150 If only we had "ghost fields"
152 been much easier, because the ghost field would only contain the actual
154 belief that ghost fields are exactly what we need for most C++ checkers.
169 In my view this differs from ghost variables in that (1) this storage does
256 Or we could just have ghost member variables, and no checker support required at
257 all. For ghost member variables, the relation with their parent region (which
262 > In my view this differs from ghost variables in that (1) this storage does
276 overkill, so let's definitely put aside the idea of "ghost symbolic regions"
295 ghost member variables and metadata symbols seems to me like the difference
322 * Because "ghost variables" are not material to the user, we need to somehow
/external/skia/modules/skparagraph/src/
DTextLine.cpp427 [&whitespacePatches, &textLen, &whitespacePatch](const Cluster* cluster, bool ghost) { in justify() argument
451 this->iterateThroughClustersInGlyphsOrder(false, true, [&](const Cluster* cluster, bool ghost) { in justify() argument
453 if (ghost) { in justify()
528 true, false, [&](const Cluster* cluster, bool ghost) { in createEllipsis() argument
732 bool ghost = &cluster >= trimmed.end(); in iterateThroughClustersInGlyphsOrder() local
733 if (!includeGhosts && ghost) { in iterateThroughClustersInGlyphsOrder()
736 if (!visitor(&cluster, ghost)) { in iterateThroughClustersInGlyphsOrder()
DTextLine.h83 using ClustersVisitor = std::function<bool(const Cluster* cluster, bool ghost)>;
/external/llvm-project/llvm/test/DebugInfo/X86/
Dghost-sdnode-dbgvalues.ll71 !1 = !DIFile(filename: "ghost-sdnode-dbgvalues.c", directory: "/tmp")
78 !9 = !DIFile(filename: "ghost-sdnode-dbgvalues.c", directory: "/tmp")
/external/llvm/test/DebugInfo/X86/
Dghost-sdnode-dbgvalues.ll72 !1 = !DIFile(filename: "ghost-sdnode-dbgvalues.c", directory: "/tmp")
79 !9 = !DIFile(filename: "ghost-sdnode-dbgvalues.c", directory: "/tmp")
/external/doclava/res/assets/templates/assets/
Djquery-resizable.min.js40ghost||j.animate?j.helper||"ui-resizable-helper":null});if(this.element[0].nodeName.match(/canvas|… property
/external/python/cpython2/Tools/pynche/X/
Drgb.txt3 248 248 255 ghost white
/external/python/cpython3/Tools/pynche/X/
Drgb.txt3 248 248 255 ghost white
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/
Dinternal_baseEnglishToIpa.txt286 gh > g ; # ghost
/external/pdfium/docs/
Dsafetynet.md33 -0.2763% 102,084,398 ~/test_pdfs/ghost.pdf
/external/rust/crates/libz-sys/src/zlib/doc/
Drfc1950.txt427 EMail: <ghost@aladdin.com>
442 L. Peter Deutsch <ghost@aladdin.com> and
Drfc1952.txt547 EMail: <ghost@aladdin.com>
557 L. Peter Deutsch <ghost@aladdin.com> and
Drfc1951.txt912 EMail: <ghost@aladdin.com>
922 L. Peter Deutsch <ghost@aladdin.com> and
/external/rust/crates/libz-sys/src/zlib-ng/doc/
Drfc1950.txt427 EMail: <ghost@aladdin.com>
442 L. Peter Deutsch <ghost@aladdin.com> and
Drfc1952.txt547 EMail: <ghost@aladdin.com>
557 L. Peter Deutsch <ghost@aladdin.com> and
Drfc1951.txt912 EMail: <ghost@aladdin.com>
922 L. Peter Deutsch <ghost@aladdin.com> and
/external/tinyxml2/docs/
Djquery.js53ghost:false,grid:false,handles:"e,s,se",helper:false,maxHeight:null,maxWidth:null,minHeight:10,min… property
/external/oboe/docs/reference/
Djquery.js53ghost:false,grid:false,handles:"e,s,se",helper:false,maxHeight:null,maxWidth:null,minHeight:10,min… property
/external/llvm/
DCREDITS.TXT375 E: ghost@cs.msu.su
/external/swiftshader/third_party/llvm-subzero/
DCREDITS.TXT378 E: ghost@cs.msu.su
/external/hyphenation-patterns/en-US/
Dhyph-en-us.hyp.txt1314 ghost-script
1315 ghost-view

12