Searched refs:space (Results 1 - 25 of 429) sorted by relevance

1234567891011>>

/external/valgrind/none/tests/scripts/
H A Dnointerp2.stdout.exp1 no space after #!
H A Dnointerp3.stdout.exp1 there is a space after the #!
/external/llvm/test/MC/ELF/
H A Dpr19430.s6 .space 1000
/external/llvm/test/MC/AsmParser/
H A Ddirective_space.s4 # CHECK: .space 1
6 .space 1
9 # CHECK: .space 2,3
11 .space 2, 3
14 # CHECK: .space 1
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/
H A DPhysicsTickListener.java42 * @param space
45 public void prePhysicsTick(PhysicsSpace space, float f); argument
49 * @param space
52 public void physicsTick(PhysicsSpace space, float f); argument
/external/llvm/test/MC/AArch64/
H A Dldr-pseudo-obj-errors.s12 .space 0xdeadb0
H A Darm64-mapping-within-section.s14 .space 10
H A Dmapping-within-section.s14 .space 10
/external/llvm/test/MC/MachO/
H A Drelax-recompute-align.s12 .space 0x8a, 0x90
14 .space (0xb3 - 0x8f), 0x90
16 .space (0xcd - 0xb5), 0x90
19 .space (0x130 - 0xd0),0x90
H A Dx86_32-scattered-reloc-fallback.s8 .space 0x01020f55, 0x90
12 .space 0x515b91, 0
14 .space 0xa70, 0
H A Di386-large-relocations.s3 .space 0x1ed280
6 .space 0x5181020
H A Drelax-jumps.s14 .space 200, 0x90
24 .space 200, 0x90
/external/parameter-framework/upstream/tools/xmlGenerator/analyse/
H A DsortAsound.conf.sh55 space=" "
83 echo "$space$current_value"
87 echo "$space$space$current_mode"
/external/llvm/test/MC/ARM/
H A Dthumb-branches.s6 .space 0x3fffff
10 .space 0x3fffff
15 .space 0x400000
20 .space 0x400000
/external/jmonkeyengine/engine/src/bullet-native/
H A Dcom_jme3_bullet_PhysicsSpace.cpp51 jmePhysicsSpace* space = new jmePhysicsSpace(env, object); local
52 if (space == NULL) {
54 env->ThrowNew(newExc, "The physics space has not been created.");
57 space->createPhysicsSpace(minX, minY, minZ, maxX, maxY, maxZ, broadphase, threading);
58 return reinterpret_cast<jlong>(space);
68 jmePhysicsSpace* space = reinterpret_cast<jmePhysicsSpace*>(spaceId); local
69 if (space == NULL) {
71 env->ThrowNew(newExc, "The physics space does not exist.");
74 space->stepSimulation(tpf, maxSteps, accuracy);
84 jmePhysicsSpace* space local
109 jmePhysicsSpace* space = reinterpret_cast<jmePhysicsSpace*>(spaceId); local
133 jmePhysicsSpace* space = reinterpret_cast<jmePhysicsSpace*>(spaceId); local
157 jmePhysicsSpace* space = reinterpret_cast<jmePhysicsSpace*>(spaceId); local
181 jmePhysicsSpace* space = reinterpret_cast<jmePhysicsSpace*>(spaceId); local
208 jmePhysicsSpace* space = reinterpret_cast<jmePhysicsSpace*>(spaceId); local
232 jmePhysicsSpace* space = reinterpret_cast<jmePhysicsSpace*>(spaceId); local
254 jmePhysicsSpace* space = reinterpret_cast<jmePhysicsSpace*>(spaceId); local
276 jmePhysicsSpace* space = reinterpret_cast<jmePhysicsSpace*>(spaceId); local
298 jmePhysicsSpace* space = reinterpret_cast<jmePhysicsSpace*>(spaceId); local
320 jmePhysicsSpace* space = reinterpret_cast<jmePhysicsSpace*>(spaceId); local
342 jmePhysicsSpace* space = reinterpret_cast<jmePhysicsSpace*>(spaceId); local
364 jmePhysicsSpace* space = reinterpret_cast<jmePhysicsSpace*>(spaceId); local
392 jmePhysicsSpace* space = reinterpret_cast<jmePhysicsSpace*>(spaceId); local
402 jmePhysicsSpace* space = reinterpret_cast<jmePhysicsSpace*> (spaceId); local
[all...]
/external/clang/test/Analysis/
H A DCGColorSpace.c5 extern CGColorSpaceRef CGColorSpaceRetain(CGColorSpaceRef space);
6 extern void CGColorSpaceRelease(CGColorSpaceRef space);
/external/v8/test/mjsunit/
H A Djson-replacer-order.js15 var space = Object.defineProperty(new String, 'toString', {
22 JSON.stringify('', replacer, space);
/external/v8/test/cctest/heap/
H A Dheap-utils.h23 v8::internal::NewSpace* space, int extra_bytes,
26 void FillCurrentPage(v8::internal::NewSpace* space,
29 // Helper function that simulates a full new-space in the heap.
30 bool FillUpOnePage(v8::internal::NewSpace* space,
33 void SimulateFullSpace(v8::internal::NewSpace* space,
40 // Helper function that simulates a full old-space in the heap.
41 void SimulateFullSpace(v8::internal::PagedSpace* space);
43 void AbandonCurrentlyFreeMemory(PagedSpace* space);
45 void GcAndSweep(Heap* heap, AllocationSpace space);
H A Dheap-utils.cc75 void AllocateAllButNBytes(v8::internal::NewSpace* space, int extra_bytes, argument
77 space->DisableInlineAllocationSteps();
78 int space_remaining = static_cast<int>(*space->allocation_limit_address() -
79 *space->allocation_top_address());
84 heap::CreatePadding(space->heap(), new_linear_size, i::NOT_TENURED);
89 void FillCurrentPage(v8::internal::NewSpace* space, argument
91 heap::AllocateAllButNBytes(space, 0, out_handles);
94 bool FillUpOnePage(v8::internal::NewSpace* space, argument
96 space->DisableInlineAllocationSteps();
97 int space_remaining = static_cast<int>(*space
107 SimulateFullSpace(v8::internal::NewSpace* space, std::vector<Handle<FixedArray>>* out_handles) argument
136 SimulateFullSpace(v8::internal::PagedSpace* space) argument
142 AbandonCurrentlyFreeMemory(PagedSpace* space) argument
149 GcAndSweep(Heap* heap, AllocationSpace space) argument
[all...]
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
H A DGhostControl.java32 protected PhysicsSpace space = null; field in class:GhostControl
100 if (space != null) {
106 space.addCollisionObject(this);
109 space.removeCollisionObject(this);
128 if (enabled && space != null && space.getDebugManager() != null) {
130 attachDebugShape(space.getDebugManager());
140 public void setPhysicsSpace(PhysicsSpace space) { argument
141 if (space == null) {
142 if (this.space !
[all...]
/external/pdfium/core/include/fxcrt/
H A Dfx_xml.h22 const CFX_WideString* Lookup(const CFX_ByteStringC& space,
24 void SetAt(const CFX_ByteStringC& space,
27 void RemoveAt(const CFX_ByteStringC& space, const CFX_ByteStringC& name);
74 CFX_ByteString& space,
88 FX_BOOL GetAttrValue(const CFX_ByteStringC& space,
91 CFX_WideString GetAttrValue(const CFX_ByteStringC& space, argument
94 GetAttrValue(space, name, attr);
105 FX_BOOL GetAttrInteger(const CFX_ByteStringC& space,
108 int GetAttrInteger(const CFX_ByteStringC& space, argument
111 GetAttrInteger(space, nam
125 GetAttrFloat(const CFX_ByteStringC& space, const CFX_ByteStringC& name) const argument
142 GetElement(const CFX_ByteStringC& space, const CFX_ByteStringC& tag) const argument
[all...]
/external/llvm/test/MC/X86/
H A Dmacho-reloc-errors-x86.s2 .space 0x1000000
/external/ltrace/sysdeps/linux-gnu/
H A Dmksyscallent_s39053 $space = $len % 8;
54 print " \"$_\"," ," " x $space , "\t" x $tab, " \/* $i \*\/\n";
/external/regex-re2/util/
H A Dstringprintf.cc11 char space[1024]; local
18 int result = vsnprintf(space, sizeof(space), format, backup_ap);
21 if ((result >= 0) && (result < sizeof(space))) {
23 dst->append(space, result);
28 int length = sizeof(space);
/external/valgrind/memcheck/tests/amd64/
H A Dinsn-pcmpistri.c43 void *space; local
44 posix_memalign(&space, 16, roundup);
45 memset(space, 'x', roundup);
46 memcpy(space, s, len);
48 const char *const s_copy = space;
64 free(space);

Completed in 5369 milliseconds

1234567891011>>