HomeSort by relevance Sort by last modified time
    Searched full:movable (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /external/stlport/test/compiler/
Makefile.inc 5 partial_spec.cpp movable.cpp
  /art/runtime/native/
java_lang_reflect_Constructor.cc 56 bool movable = true; local
58 movable = false;
60 movable = false;
62 movable = false;
65 movable ? c->AllocObject(soa.Self()) : c->AllocNonMovableObject(soa.Self());
  /external/chromium_org/base/
callback_internal.h 130 // Parameter traits for movable-but-not-copyable scopers.
132 // Callback<>/Bind() understands movable-but-not-copyable semantics where
150 // used by the Callback/Bind system for a set of movable-but-not-copyable
151 // types. It is needed because forwarding a movable-but-not-copyable
164 // the movable-but-not-copyable types whitelisted above.
  /external/stlport/test/unit/
mvctor_declaration_test.cpp 81 //case the STL containers implemented with it should still be movable
169 //This test purpose is to check correct detection of the STL movable
355 //We only check that they are movable, completness is not yet supported
  /ndk/tests/device/test-gnustl-full/unit/
mvctor_declaration_test.cpp 81 //case the STL containers implemented with it should still be movable
169 //This test purpose is to check correct detection of the STL movable
355 //We only check that they are movable, completness is not yet supported
  /ndk/tests/device/test-stlport/unit/
mvctor_declaration_test.cpp 81 //case the STL containers implemented with it should still be movable
169 //This test purpose is to check correct detection of the STL movable
355 //We only check that they are movable, completness is not yet supported
  /frameworks/base/tools/aapt/
StringPool.h 177 // The entry types are trivially movable because all fields they contain, including
178 // the vectors and strings, are trivially movable.
  /external/chromium_org/third_party/freetype/src/base/
ftstroke.c 308 FT_Bool movable; /* TRUE for ends of lineto borders */ member in struct:FT_StrokeBorderRec_
408 border->movable = FALSE;
415 FT_Bool movable )
422 if ( border->movable )
449 border->movable = movable;
480 border->movable = FALSE;
515 border->movable = FALSE;
603 border->movable = FALSE;
896 border->movable = FALSE
    [all...]
  /external/freetype/src/base/
ftstroke.c 308 FT_Bool movable; /* TRUE for ends of lineto borders */ member in struct:FT_StrokeBorderRec_
408 border->movable = FALSE;
415 FT_Bool movable )
422 if ( border->movable )
449 border->movable = movable;
480 border->movable = FALSE;
515 border->movable = FALSE;
603 border->movable = FALSE;
896 border->movable = FALSE
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftstroke.c 308 FT_Bool movable; /* TRUE for ends of lineto borders */ member in struct:FT_StrokeBorderRec_
408 border->movable = FALSE;
415 FT_Bool movable )
422 if ( border->movable )
449 border->movable = movable;
480 border->movable = FALSE;
515 border->movable = FALSE;
603 border->movable = FALSE;
896 border->movable = FALSE
    [all...]
  /external/chromium_org/google_apis/drive/
test_util.h 134 // Declare if the type is movable or not. Currently limited to scoped_ptr only.
162 // types and movable types in the callback declaration.
164 // 1) If the argument type |T| is class type but doesn't movable,
  /external/chromium_org/content/public/android/java/src/org/chromium/content/common/
ContentSwitches.java 52 // The height of the movable top controls.
  /external/chromium_org/v8/src/
unique.h 31 // in the same "era" of GC or if at least one is a non-movable object.
45 // NOTE: we currently consider maps to be non-movable, so no special
  /external/chromium_org/ash/shelf/
shelf_model.cc 19 // TODO(skuhne): If the app list item becomes movable again, this need
  /external/chromium_org/cc/base/
switches.cc 34 // The height of the movable top controls.
  /external/chromium_org/ui/accessibility/extensions/caretbrowsing/_locales/en/
messages.json 15 "message": "This extension gives you a movable cursor in the web page, allowing you to select text with the keyboard.",
  /external/chromium_org/ui/accessibility/extensions/caretbrowsing/
options.html 90 This extension gives you a movable cursor in the web page,
  /art/runtime/gc/collector/
mark_compact.h 143 // object for non movable things).
  /art/runtime/gc/space/
malloc_space.h 181 // True if objects in the space are movable.
  /external/chromium_org/mojo/public/cpp/bindings/tests/
interface_ptr_unittest.cc 242 TEST_F(InterfacePtrTest, Movable) {
  /external/clang/test/CXX/special/class.copy/
implicit-move.cpp 193 // DR1402: A non-movable, non-trivially-copyable class type as a subobject no
  /external/stlport/stlport/stl/
_vector.c 144 //Here self referencing needs to be checked even for non movable types.
  /libcore/luni/src/main/java/java/nio/
MemoryBlock.java 61 * Non-movable heap blocks are byte arrays on the Java heap that the GC
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_vector.c 144 //Here self referencing needs to be checked even for non movable types.
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_vector.c 144 //Here self referencing needs to be checked even for non movable types.

Completed in 2209 milliseconds

1 2 3 4