Searched refs:space (Results 51 - 75 of 569) sorted by relevance

1234567891011>>

/external/chromium_org/v8/test/cctest/
H A Dcctest.h283 // Helper function that simulates a full new-space in the heap.
284 static inline void SimulateFullSpace(v8::internal::NewSpace* space) { argument
286 *space->allocation_limit_address() - *space->allocation_top_address());
287 v8::internal::MaybeObject* maybe = space->AllocateRaw(new_linear_size);
289 node->set_size(space->heap(), new_linear_size);
293 // Helper function that simulates a full old-space in the heap.
294 static inline void SimulateFullSpace(v8::internal::PagedSpace* space) { argument
295 int old_linear_size = static_cast<int>(space->limit() - space
[all...]
/external/elfutils/src/
H A Dldlex.l84 FILENAMECHAR [^][{}[:space:]():;]+
88 WHITE [[:space:]]+
103 ^"#"ifdef/[[:space:]] { BEGIN (handle_ifdef ()); }
104 ^"#"else/[[:space:]\n] { eat_to_eol (true);
107 ^"#"elifdef/[[:space:]] { eat_to_eol (false);
110 ^"#"endif/[[:space:]\n] { eat_to_eol (true) ; }
112 <IGNORE>^"#"ifdef/[[:space:]\n] { eat_to_eol (false);
114 <IGNORE>^"#"else/[[:space:]\n] { eat_to_eol (true);
123 <IGNORE>^"#"elifdef/[[:space:]] { assert (prepdepth > 0);
131 <IGNORE>^"#"endif/[[:space
[all...]
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
H A DPhysicsTestHelper.java38 * @param space
40 public static void createPhysicsTestWorld(Node rootNode, AssetManager assetManager, PhysicsSpace space) { argument
57 space.add(floorGeometry);
68 space.add(boxGeometry);
78 space.add(sphereGeometry);
82 public static void createPhysicsTestWorldSoccer(Node rootNode, AssetManager assetManager, PhysicsSpace space) { argument
99 space.add(floorGeometry);
111 space.add(ballGeometry);
121 space.add(boxGeometry);
175 * @param space
177 createBallShooter(final Application app, final Node rootNode, final PhysicsSpace space) argument
[all...]
/external/chromium_org/chrome/browser/resources/file_manager/css/
H A Dtree.css17 white-space: nowrap;
71 white-space: pre;
74 /* We need to ensure that even empty labels take up space */
77 white-space: pre;
H A Dmenu.css9 white-space: nowrap;
/external/chromium_org/chrome/browser/resources/history/
H A Dother_devices.css17 white-space: nowrap;
27 white-space: nowrap;
47 white-space: nowrap;
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-fallback-shape.cc98 hb_codepoint_t space; local
99 font->get_glyph (' ', 0, &space);
108 buffer->info[i].codepoint = space;
/external/chromium_org/third_party/leveldatabase/src/util/
H A Denv.cc76 char* space = new char[kBufferSize]; local
79 s = file->Read(kBufferSize, &fragment, space);
88 delete[] space;
/external/harfbuzz_ng/src/
H A Dhb-fallback-shape.cc98 hb_codepoint_t space; local
99 font->get_glyph (' ', 0, &space);
108 buffer->info[i].codepoint = space;
/external/qemu/android/skin/
H A Dcomposer.h68 struct SkinPlateSpace space; member in union:SkinPlate
90 SkinPlate* space; member in struct:SkinViewport
97 extern SkinViewport* skin_viewport( SkinPlate* space, SkinRect* rect, void* surface, int sx, int sy );
H A Dcomposer.c134 int n, count = areflist_count( p->space.viewports );
136 SkinViewport* v = areflist_get( p->space.viewports, n );
229 areflist_init( p->space.viewports );
238 while ( areflist_count( p->space.viewports ) )
239 skin_viewport_free( areflist_get( p->space.viewports, 0 ) );
345 skin_viewport( SkinPlate* space, SkinRect* rect, void* surface, int sx, int sy ) argument
350 v->space = space;
363 SkinPlate* space = v->space; local
[all...]
/external/chromium_org/chrome/browser/resources/predictors/
H A Dpredictors.css32 white-space: nowrap;
43 white-space: nowrap;
/external/chromium_org/third_party/skia/include/utils/mac/
H A DSkCGUtils.h27 * If space is NULL, then CGColorSpaceCreateDeviceRGB() is used.
30 CGColorSpaceRef space);
/external/chromium_org/v8/src/
H A Dsweeper-thread.h51 intptr_t StealMemory(PagedSpace* space);
/external/llvm/test/MC/ARM/
H A Dthumb2-b.w-encodingT4.s5 .space 0x37c6
/external/skia/include/utils/mac/
H A DSkCGUtils.h27 * If space is NULL, then CGColorSpaceCreateDeviceRGB() is used.
30 CGColorSpaceRef space);
/external/v8/src/
H A Dserialize.h219 // 1-8 One per space.
226 // 0x11-0x18 One per space.
229 // 0x21-0x28 One per space.
295 // A bitmask for getting the space out of an instruction.
298 static inline bool SpaceIsLarge(int space) { return space >= kLargeData; } argument
299 static inline bool SpaceIsPaged(int space) { argument
300 return space >= FIRST_PAGED_SPACE && space <= LAST_PAGED_SPACE;
356 // space i
464 CurrentAllocationAddress(int space) argument
[all...]
/external/stlport/test/unit/
H A Dstring_test.cpp953 string space(1, ' ');
1003 CPPUNIT_CHECK( (one + space) == "one " );
1006 CPPUNIT_CHECK( ((one + space) + "two") == "one two" );
1007 CPPUNIT_CHECK( ("one" + (space + two)) == "one two" );
1008 CPPUNIT_CHECK( ((one + space) + two) == "one two" );
1009 CPPUNIT_CHECK( (one + (space + two)) == "one two" );
1010 CPPUNIT_CHECK( ((one + space) + 't') == "one t" );
1011 CPPUNIT_CHECK( ('o' + (space + two)) == "o two" );
1014 CPPUNIT_CHECK( ((one + space) + (two + space))
[all...]
/external/chromium/chrome/browser/resources/ntp4/
H A Dapps_page.css14 white-space: nowrap;
/external/chromium-trace/trace-viewer/src/cc/
H A Dlayer_viewer.css27 white-space: nowrap;
/external/chromium-trace/trace-viewer/src/tcmalloc/
H A Dtcmalloc_instance_view.css12 white-space: pre;
/external/chromium-trace/trace-viewer/src/tracing/analysis/
H A Ddefault_object_view.css7 white-space: pre;
/external/chromium-trace/trace-viewer/src/tracing/tracks/
H A Dheading_track.css25 white-space: nowrap;
/external/chromium_org/chrome/browser/resources/identity_scope_approval_dialog/
H A Dscope_approval_dialog.css14 white-space: nowrap;
/external/chromium_org/chrome/browser/resources/local_ntp/
H A Dmost_visited_thumbnail.css22 white-space: nowrap;

Completed in 938 milliseconds

1234567891011>>