HomeSort by relevance Sort by last modified time
    Searched refs:fit (Results 1 - 25 of 122) sorted by null

1 2 3 4 5

  /packages/apps/Mms/src/com/android/mms/model/
RegionModel.java 35 public RegionModel(String regionId, String fit, int left, int top,
37 this(regionId, fit, left, top, width, height, null);
40 public RegionModel(String regionId, String fit, int left, int top,
43 mFit = fit;
66 * @param fit the mFit to set
68 public void setFit(String fit) {
69 mFit = fit;
  /external/stlport/test/unit/
finsert_test.cpp 35 front_insert_iterator<deque<char const*> > fit(names);
36 fit = copy(array, array + 3, front_insert_iterator<deque <char const*> >(names));
42 copy(array, array + 3, fit);
  /ndk/tests/device/test-gnustl-full/unit/
finsert_test.cpp 35 front_insert_iterator<deque<char const*> > fit(names);
36 fit = copy(array, array + 3, front_insert_iterator<deque <char const*> >(names));
42 copy(array, array + 3, fit);
  /ndk/tests/device/test-stlport/unit/
finsert_test.cpp 35 front_insert_iterator<deque<char const*> > fit(names);
36 fit = copy(array, array + 3, front_insert_iterator<deque <char const*> >(names));
42 copy(array, array + 3, fit);
  /packages/apps/Mms/src/org/w3c/dom/smil/
SMILRegionElement.java 33 public void setFit(String fit)
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilRegionElementImpl.java 50 private static final String FIT_ATTRIBUTE_NAME = "fit";
64 String fit = getAttribute(FIT_ATTRIBUTE_NAME); local
65 if (FILL_ATTRIBUTE.equalsIgnoreCase(fit)) {
67 } else if (MEET_ATTRIBUTE.equalsIgnoreCase(fit)) {
69 } else if (SCROLL_ATTRIBUTE.equalsIgnoreCase(fit)) {
71 } else if (SLICE_ATTRIBUTE.equalsIgnoreCase(fit)) {
128 public void setFit(String fit) throws DOMException {
129 if (fit.equalsIgnoreCase(FILL_ATTRIBUTE)
130 || fit.equalsIgnoreCase(MEET_ATTRIBUTE)
131 || fit.equalsIgnoreCase(SCROLL_ATTRIBUTE
    [all...]
  /external/llvm/test/MC/Mips/
micromips-diagnostic-fixup.s 8 nop # This instr makes the branch too long to fit into a 17-bit offset
mips-diagnostic-fixup.s 8 nop # This instr makes the branch too long to fit into a 18-bit offset
  /external/chromium_org/tools/clang/blink_gc_plugin/
RecordInfo.h 160 for (RecordInfo::Fields::iterator fit = it->second.fields_->begin();
161 fit != it->second.fields_->end();
162 ++fit) {
163 fit->second.deleteEdge();
  /packages/apps/Mms/src/com/android/mms/ui/
SlideViewInterface.java 30 void setImageRegionFit(String fit);
ImageAttachmentView.java 82 public void setImageRegionFit(String fit) {
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
factor-weight.h 261 FactorIterator fit(w);
262 if (final_only_ || fit.Done()) {
266 for (; !fit.Done(); fit.Next()) {
267 const pair<Weight, Weight> &p = fit.Value();
280 for (FactorIterator fit(w);
281 !fit.Done();
282 fit.Next()) {
283 const pair<Weight, Weight> &p = fit.Value();
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
pushnosize.asm 9 push 128 ; 68 8000 - doesn't fit in byte, equivalent to push word 128
25 push 128 ; 68 80000000 - doesn't fit in byte -> push dword 128
  /frameworks/av/media/libmediaplayerservice/
VideoFrameScheduler.h 68 nsecs_t mRefitAt; // next input time to fit at
74 // returns whether fit was successful
75 bool fit(nsecs_t phase, nsecs_t period, size_t numSamples,
VideoFrameScheduler.cpp 114 fit(0, period * 12 / 7, 8, &a, &b, &err);
126 bool VideoFrameScheduler::PLL::fit( function in class:android::VideoFrameScheduler::PLL
242 fit(firstTime, delta, numSamplesToUse, &a, &b, &err);
251 fit(firstTime, delta, numSamplesToUse, &a, &b, &err);
293 if (!fit(mPhase, mPeriod, kMaxSamplesToEstimatePeriod, &a, &b, &err)) {
296 ALOGV("could not fit - keeping old period:%lld", (long long)mPeriod);
  /external/chromium_org/third_party/freetype/src/autofit/
aflatin2.c 620 width->fit = width->cur;
638 blue->ref.fit = blue->ref.cur;
640 blue->shoot.fit = blue->shoot.cur;
666 blue->ref.fit = FT_PIX_ROUND( blue->ref.cur );
667 blue->shoot.fit = blue->ref.fit + delta2;
670 " ref.cur=%.2g ref.fit=%.2g"
671 " shoot.cur=%.2g shoot.fit=%.2g\n",
672 nn, blue->ref.cur / 64.0, blue->ref.fit / 64.0,
673 blue->shoot.cur / 64.0, blue->shoot.fit / 64.0 ))
2036 FT_Pos displacements[6], scores[6], org, fit, delta; local
    [all...]
  /external/freetype/src/autofit/
aflatin2.c 621 width->fit = width->cur;
639 blue->ref.fit = blue->ref.cur;
641 blue->shoot.fit = blue->shoot.cur;
667 blue->ref.fit = FT_PIX_ROUND( blue->ref.cur );
668 blue->shoot.fit = blue->ref.fit + delta2;
671 " ref.cur=%.2g ref.fit=%.2g"
672 " shoot.cur=%.2g shoot.fit=%.2g\n",
673 nn, blue->ref.cur / 64.0, blue->ref.fit / 64.0,
674 blue->shoot.cur / 64.0, blue->shoot.fit / 64.0 ))
2037 FT_Pos displacements[6], scores[6], org, fit, delta; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
LayoutSize.h 120 LayoutSize fitToAspectRatio(const LayoutSize& aspectRatio, AspectRatioFit fit) const
124 if ((widthScale > heightScale) != (fit == AspectRatioFitGrow))
  /external/chromium_org/third_party/freetype/src/pshinter/
pshglob.h 68 FT_Pos fit; member in struct:PSH_WidthRec_
  /external/freetype/src/pshinter/
pshglob.h 68 FT_Pos fit; member in struct:PSH_WidthRec_
  /external/markdown/markdown/extensions/
headerid.py 27 To fit within a html template's hierarchy, set the header base level:
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
pshglob.h 68 FT_Pos fit; member in struct:PSH_WidthRec_
  /external/chromium_org/chrome/browser/resources/pdf/
viewport.js 52 FIT_TO_PAGE: 'fit-to-page',
53 FIT_TO_WIDTH: 'fit-to-width'
270 * Compute the zoom level for fit-to-page or fit-to-width. |pageDimensions| is
272 * that fit-to-page zoom should be computed rather than fit-to-page.
274 * @param {boolean} widthOnly a bool indicating whether fit-to-page or
275 * fit-to-width should be computed.
341 // When computing fit-to-width, the maximum width of a page in the document
pdf.js 113 $('fit-to-width-button').addEventListener('click',
115 $('fit-to-page-button').addEventListener('click',
142 // Go to the previous page if we are fit-to-page.
153 // Go to the next page if we are fit-to-page.
363 $('fit-to-page-button').classList.remove('polymer-selected');
364 $('fit-to-width-button').classList.remove('polymer-selected');
366 $('fit-to-page-button').classList.add('polymer-selected');
369 $('fit-to-width-button').classList.add('polymer-selected');
  /external/chromium_org/tools/telemetry/telemetry/timeline/
thread.py 208 We first check row 2's last item, [d]. [e] wont fit into [d] (they dont
209 even intersect). So we go to row 1. That gives us [b], and [d] wont fit
219 We do the same deepest-to-shallowest walk of the subrows trying to fit
220 it. This time, it doesn't fit in any open slice. So, we simply append

Completed in 394 milliseconds

1 2 3 4 5