HomeSort by relevance Sort by last modified time
    Searched refs:space (Results 251 - 275 of 1290) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include/bits/
ctype_base.h 49 static const mask space = _S; member in struct:ctype_base
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/mips/include/bits/
ctype_base.h 49 static const mask space = _S; member in struct:ctype_base
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/x86/include/bits/
ctype_base.h 49 static const mask space = _S; member in struct:ctype_base
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
ctype_base.h 51 static const mask space = _S; member in struct:ctype_base
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
ctype_base.h 51 static const mask space = _S; member in struct:ctype_base
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
ctype_base.h 51 static const mask space = _S; member in struct:ctype_base
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
ctype_base.h 51 static const mask space = _S; member in struct:ctype_base
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
ctype_base.h 51 static const mask space = _S; member in struct:ctype_base
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
ctype_base.h 51 static const mask space = _S; member in struct:ctype_base
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
ctype_base.h 51 static const mask space = _S; member in struct:ctype_base
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
ctype_base.h 51 static const mask space = _S; member in struct:ctype_base
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
ctype_base.h 51 static const mask space = _S; member in struct:ctype_base
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
ctype_base.h 51 static const mask space = _S; member in struct:ctype_base
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
ctype_base.h 51 static const mask space = _S; member in struct:ctype_base
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
ctype_base.h 51 static const mask space = _S; member in struct:ctype_base
  /art/runtime/gc/collector/
semi_space.h 50 namespace space { namespace in namespace:art::gc
53 } // namespace space
82 // Sets which space we will be copying objects to.
83 void SetToSpace(space::ContinuousMemMapAllocSpace* to_space);
85 // Set the space where we copy objects from.
86 void SetFromSpace(space::ContinuousMemMapAllocSpace* from_space);
183 // Returns true if we should sweep the space.
184 virtual bool ShouldSweepSpace(space::ContinuousSpace* space) const;
203 // Current space, we check this space first to avoid searching for the appropriate space for a
    [all...]
  /external/chromium_org/third_party/webtreemap/src/
webtreemap.js 99 // Given a list of rectangles |nodes|, the 1-d space available
100 // |space|, and a starting rectangle index |start|, compute an span of
105 function selectSpan(nodes, space, start) {
126 var score = Math.max(5*space*space*rmax / (rsum*rsum),
127 1*rsum*rsum / (space*space*rmin));
166 var space; // Space available along layout axis.
168 space = (y2 - y1) * pixels_to_units
    [all...]
  /external/stlport/test/unit/
string_test.cpp 953 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)) == "one two " )
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
string_test.cpp 953 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)) == "one two " )
    [all...]
  /ndk/tests/device/test-stlport/unit/
string_test.cpp 953 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)) == "one two " )
    [all...]
  /external/chromium-trace/trace-viewer/src/cc/
layer_viewer.css 27 white-space: nowrap;
  /external/chromium-trace/trace-viewer/src/tcmalloc/
tcmalloc_instance_view.css 12 white-space: pre;
  /external/chromium-trace/trace-viewer/src/tracing/analysis/
default_object_view.css 7 white-space: pre;
  /external/chromium-trace/trace-viewer/src/tracing/tracks/
heading_track.css 25 white-space: nowrap;
  /external/chromium_org/chrome/browser/resources/local_ntp/
most_visited_thumbnail.css 22 white-space: nowrap;

Completed in 405 milliseconds

<<11121314151617181920>>