HomeSort by relevance Sort by last modified time
    Searched defs:movable (Results 1 - 9 of 9) sorted by null

  /art/runtime/native/
java_lang_reflect_Constructor.cc 101 bool movable = true; local
103 movable = false;
112 movable ? c->AllocObject(soa.Self()) : c->AllocNonMovableObject(soa.Self());
  /external/skia/src/gpu/ops/
GrAAConvexTessellator.h 191 bool movable(int index) const { return fMovable[index]; } function in class:GrAAConvexTessellator
193 // Movable points are those that can be slid along their bisector.
196 int addPt(const SkPoint& pt, SkScalar depth, SkScalar coverage, bool movable, CurveState curve);
253 // movable points are those that can be slid further along their bisector
  /external/skqp/src/gpu/ops/
GrAAConvexTessellator.h 191 bool movable(int index) const { return fMovable[index]; } function in class:GrAAConvexTessellator
193 // Movable points are those that can be slid along their bisector.
196 int addPt(const SkPoint& pt, SkScalar depth, SkScalar coverage, bool movable, CurveState curve);
253 // movable points are those that can be slid further along their bisector
  /external/tensorflow/tensorflow/core/lib/gtl/
optional.h 230 // copyable implies movable.
231 enum class copy_traits { copyable = 0, movable = 1, non_movable = 2 }; member in class:tensorflow::gtl::internal_optional::copy_traits
248 class optional_ctor_base<copy_traits::movable> {
282 class optional_assign_base<copy_traits::movable> {
305 : std::is_move_constructible<T>::value ? copy_traits::movable
316 ? copy_traits::movable
  /external/freetype/src/base/
ftstroke.c 318 FT_Bool movable; /* TRUE for ends of lineto borders */ member in struct:FT_StrokeBorderRec_
418 border->movable = FALSE;
425 FT_Bool movable )
432 if ( border->movable )
459 border->movable = movable;
490 border->movable = FALSE;
525 border->movable = FALSE;
613 border->movable = FALSE;
913 border->movable = FALSE
    [all...]
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 230 milliseconds