HomeSort by relevance Sort by last modified time
    Searched full:top_down (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/ui/message_center/views/
message_popup_collection.cc 179 bool top_down = alignment_ & POPUP_ALIGNMENT_TOP; local
198 int height_available = top_down ? work_area_.bottom() - base : base;
219 if (top_down)
226 if (top_down)
316 bool top_down = alignment_ & POPUP_ALIGNMENT_TOP; local
331 if ((top_down ? work_area_.bottom() - bounds.bottom() : bounds.y()) >= 0)
338 if (top_down)
349 bool top_down = alignment_ & POPUP_ALIGNMENT_TOP;
353 if (top_down ? toasts_.back()->origin().y() < target_top_edge_
361 if (top_down ? (*iter)->origin().y() < target_top_edge
408 bool top_down = alignment_ & POPUP_ALIGNMENT_TOP; local
    [all...]
message_center_view.cc 173 bool top_down);
199 // that the upper ones should come above the lower ones if top_down is not
242 bool top_down)
248 top_down_(top_down),
263 top_down ? 0 : kMarginBetweenItems - shadow_insets.top(), /* top */
265 top_down ? kMarginBetweenItems - shadow_insets.bottom() : 0, /* bottom */
597 bool top_down)
603 top_down_(top_down),
635 message_list_view_.reset(new MessageListView(this, top_down));
    [all...]
message_center_view.h 51 bool top_down);
message_center_view_unittest.cc 153 &message_center_, NULL, 100, false, /*top_down =*/false));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cl.py 61 'TOP_DOWN', 'ULAW', 'UNCOMPRESSED', 'UNCOMPRESSED_AUDIO',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cl.py 61 'TOP_DOWN', 'ULAW', 'UNCOMPRESSED', 'UNCOMPRESSED_AUDIO',
  /external/v8/test/cctest/
test-cpu-profiler.cc 172 profile->top_down()->root()->children();
258 const ProfileNode* node = profile->top_down()->root();
test-profile-generator.cc 623 ProfileTreeTestHelper top_down_test_helper(profile->top_down());
780 const ProfileTree* topDown = profile->top_down();
  /external/chromium_org/v8/src/
profile-generator.h 207 const ProfileTree* top_down() const { return &top_down_; } function in class:v8::internal::CpuProfile
api.cc     [all...]
  /external/chromium_org/v8/test/cctest/
test-profile-generator.cc 440 ProfileTreeTestHelper top_down_test_helper(profile->top_down());
503 CheckNodeIds(profile->top_down()->root(), &nodeId);
532 CheckNodeIds(profile->top_down()->root(), &nodeId);
628 const ProfileTree* topDown = profile->top_down();
test-cpu-profiler.cc 235 profile->top_down()->root()->children();
299 const ProfileNode* node = profile->top_down()->root();
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
cvei.h 276 /** Contains Frame Orientation. Used for RGB input. 1 means Bottom_UP RGB, 0 means Top_Down RGB, -1 for video formats other than RGB*/
  /external/v8/src/
profile-generator.h 224 INLINE(const ProfileTree* top_down() const) { return &top_down_; } function in class:v8::internal::CpuProfile
    [all...]
api.cc     [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp     [all...]

Completed in 6455 milliseconds