HomeSort by relevance Sort by last modified time
    Searched refs:fit (Results 1 - 25 of 103) 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 48 private static final String FIT_ATTRIBUTE_NAME = "fit";
62 String fit = getAttribute(FIT_ATTRIBUTE_NAME); local
63 if (FILL_ATTRIBUTE.equalsIgnoreCase(fit)) {
65 } else if (MEET_ATTRIBUTE.equalsIgnoreCase(fit)) {
67 } else if (SCROLL_ATTRIBUTE.equalsIgnoreCase(fit)) {
69 } else if (SLICE_ATTRIBUTE.equalsIgnoreCase(fit)) {
126 public void setFit(String fit) throws DOMException {
127 if (fit.equalsIgnoreCase(FILL_ATTRIBUTE)
128 || fit.equalsIgnoreCase(MEET_ATTRIBUTE)
129 || fit.equalsIgnoreCase(SCROLL_ATTRIBUTE
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
SlideViewInterface.java 30 void setImageRegionFit(String fit);
ImageAttachmentView.java 81 public void setImageRegionFit(String fit) {
SlideListItemView.java 97 public void setImageRegionFit(String fit) {
SlideshowAttachmentView.java 87 public void setImageRegionFit(String fit) {
VideoAttachmentView.java 73 public void setImageRegionFit(String fit) {
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
factor-weight.h 263 FactorIterator fit(w);
264 if (final_only_ || fit.Done()) {
268 for (; !fit.Done(); fit.Next()) {
269 const pair<Weight, Weight> &p = fit.Value();
282 for (FactorIterator fit(w);
283 !fit.Done();
284 fit.Next()) {
285 const pair<Weight, Weight> &p = fit.Value();
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
cssNamedFlows.css 68 .css-named-flow-collections-view .region-fit::before,
89 .css-named-flow-collections-view .region-fit::before {
  /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
  /external/chromium_org/third_party/freetype/src/autofit/
aflatin2.c 593 width->fit = width->cur;
611 blue->ref.fit = blue->ref.cur;
613 blue->shoot.fit = blue->shoot.cur;
639 blue->ref.fit = FT_PIX_ROUND( blue->ref.cur );
640 blue->shoot.fit = blue->ref.fit + delta2;
643 " ref.cur=%.2g ref.fit=%.2g"
644 " shoot.cur=%.2g shoot.fit=%.2g\n",
645 nn, blue->ref.cur / 64.0, blue->ref.fit / 64.0,
646 blue->shoot.cur / 64.0, blue->shoot.fit / 64.0 ))
2005 FT_Pos displacements[6], scores[6], org, fit, delta; local
    [all...]
  /external/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/openfst/src/include/fst/
factor-weight.h 314 FactorIterator fit(w);
315 if (!(mode_ & kFactorArcWeights) || fit.Done()) {
319 for (; !fit.Done(); fit.Next()) {
320 const pair<Weight, Weight> &p = fit.Value();
335 for (FactorIterator fit(w);
336 !fit.Done();
337 fit.Next()) {
338 const pair<Weight, Weight> &p = fit.Value();
  /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/chromium_org/tools/telemetry/telemetry/core/timeline/
thread.py 154 We first check row 2's last item, [d]. [e] wont fit into [d] (they dont
155 even intersect). So we go to row 1. That gives us [b], and [d] wont fit
165 We do the same deepest-to-shallowest walk of the subrows trying to fit
166 it. This time, it doesn't fit in any open slice. So, we simply append
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
codemirror.css 197 width: -webkit-fit-content;
198 width: -moz-fit-content;
199 width: fit-content;
  /external/chromium_org/chrome/common/extensions/docs/static/js/
scroll.js 31 // Whole sidebar doesn't fit, so show the scroll-to-top button instead.
  /external/chromium_org/third_party/WebKit/Source/core/css/
view-source.css 128 -webkit-border-fit: lines;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
MatrixFit.java 22 // Simple implementation of a matrix fit in N dimensions.
32 mValid = fit(from, to);
47 public boolean fit(double[][] from, double[][] to) { method in class:MatrixFit

Completed in 1386 milliseconds

1 2 3 4 5