HomeSort by relevance Sort by last modified time
    Searched refs:space (Results 176 - 200 of 1167) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/chrome/browser/resources/predictors/
predictors.css 32 white-space: nowrap;
43 white-space: nowrap;
  /external/chromium_org/third_party/skia/include/utils/mac/
SkCGUtils.h 27 * If space is NULL, then CGColorSpaceCreateDeviceRGB() is used.
30 CGColorSpaceRef space);
  /external/chromium_org/v8/src/
sweeper-thread.h 52 intptr_t StealMemory(PagedSpace* space);
  /external/llvm/test/MC/ARM/
thumb2-b.w-encodingT4.s 5 .space 0x37c6
  /external/qemu/android/skin/
composer.c 134 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 )
350 v->space = space;
363 SkinPlate* space = v->space; local
    [all...]
  /external/skia/include/utils/mac/
SkCGUtils.h 27 * If space is NULL, then CGColorSpaceCreateDeviceRGB() is used.
30 CGColorSpaceRef space);
  /external/v8/src/
serialize.h 219 // 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; }
299 static inline bool SpaceIsPaged(int space) {
300 return space >= FIRST_PAGED_SPACE && space <= LAST_PAGED_SPACE;
356 // space id is used for the write barrier. The object_address is the addres
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
memory.cpp 205 align(size_t alignment, size_t size, void*& ptr, size_t& space)
208 if (size <= space)
213 if (d <= space - size)
217 space -= d;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.traits/
lookup_classname.pass.cpp 48 test("s", std::ctype_base::space);
49 test("S", std::ctype_base::space);
50 test("s", std::ctype_base::space, true);
51 test("S", std::ctype_base::space, true);
103 test("space", std::ctype_base::space);
104 test("SPACE", std::ctype_base::space);
105 test("space", std::ctype_base::space, true)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
ctype_base.h 53 static const mask space = _ISspace; member in struct:ctype_base
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
ctype_base.h 55 static const mask space = _ISspace; member in struct:ctype_base
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
ctype_base.h 55 static const mask space = _ISspace; member in struct:ctype_base
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
ctype_base.h 49 static const mask space = _S; member in struct:ctype_base
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
ctype_base.h 49 static const mask space = _S; member in struct:ctype_base
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
ctype_base.h 49 static const mask space = _S; member in struct:ctype_base
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
ctype_base.h 49 static const mask space = _S; member in struct:ctype_base
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
ctype_base.h 49 static const mask space = _S; member in struct:ctype_base
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
ctype_base.h 49 static const mask space = _S; member in struct:ctype_base
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
ctype_base.h 49 static const mask space = _S; member in struct:ctype_base
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/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.4.3/libs/armeabi/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/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

Completed in 685 milliseconds

1 2 3 4 5 6 78 91011>>