HomeSort by relevance Sort by last modified time
    Searched full:fixed (Results 676 - 700 of 7512) sorted by null

<<21222324252627282930>>

  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwLayoutSizer.java 20 // fixed by the view system.
120 // measurements are 'fixed', then changing the underlying size won't have any effect, so we
121 // ignore changes to dimensions that are 'fixed'.
143 // Because the fixed layout size is directly impacted by the pageScaleFactor we must
235 // If both the width and height are fixed (specified by the parent View) then content size
238 // We assume the width is 'fixed' if the parent View specified an EXACT or an AT_MOST
272 // This is workaround due to the fact that in wrap content mode we need to use a fixed
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FixedTableLayout.cpp 34 Fixed table layout
45 In the fixed table layout algorithm, the width of each column is
98 // Width specified by column-groups that have column child does not affect column width in fixed layout tables
194 <table style="width:100%; background-color:green; table-layout:fixed"><tr><td>
201 // We can achieve this effect by making the maxwidth of fixed tables with percentage
228 // Compute requirements and try to satisfy fixed and percent widths.
252 // Fixed widths only scale up
RenderGeometryMap.cpp 74 // If this box has a transform, it acts as a fixed position container
75 // for fixed descendants, which prevents the propagation of 'fixed'
76 // unless the layer itself is also fixed position.
87 // The root gets special treatment for fixed position
268 // RenderView's offset, is only applied when we have fixed-positions.
284 // RenderView's offset, is only applied when we have fixed-positions.
RenderTextControlSingleLine.cpp 140 innerTextRenderer->style()->setLogicalHeight(Length(desiredLogicalHeight, Fixed));
143 innerBlockRenderer->style()->setLogicalHeight(Length(desiredLogicalHeight, Fixed));
152 containerRenderer->style()->setLogicalHeight(Length(logicalHeightLimit, Fixed));
155 containerRenderer->style()->setLogicalHeight(Length(contentLogicalHeight(), Fixed));
158 containerRenderer->style()->setLogicalHeight(Length(containerLogicalHeight, Fixed));
187 placeholderBox->style()->setWidth(Length(innerTextSize.width() - placeholderBox->borderAndPaddingWidth(), Fixed));
188 placeholderBox->style()->setHeight(Length(innerTextSize.height() - placeholderBox->borderAndPaddingHeight(), Fixed));
370 textBlockStyle->setLogicalHeight(Length(m_desiredInnerTextLogicalHeight, Fixed));
387 // FIXME: Remove this line when https://bugs.webkit.org/show_bug.cgi?id=111790 is fixed.
388 innerBlockStyle->setMinWidth(Length(0, Fixed));
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_test_conv.c 176 * - fixed point 32 -> float 32
180 (!src_type.floating && dst_type.floating && src_type.fixed && src_type.width == dst_type.width)) {
185 * - fixed point 32 -> float 32
189 (!src_type.floating && dst_type.floating && src_type.fixed && src_type.width == dst_type.width)) {
331 /* float, fixed, sign, norm, width, len */
344 /* Fixed */
440 /* float, fixed, sign, norm, width, len */
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_conv.c 176 * - fixed point 32 -> float 32
180 (!src_type.floating && dst_type.floating && src_type.fixed && src_type.width == dst_type.width)) {
185 * - fixed point 32 -> float 32
189 (!src_type.floating && dst_type.floating && src_type.fixed && src_type.width == dst_type.width)) {
331 /* float, fixed, sign, norm, width, len */
344 /* Fixed */
440 /* float, fixed, sign, norm, width, len */
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 164 // 7-bit fixed width VST_CODE_ENTRY strings.
167 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed,
170 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 7));
242 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed,
250 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isvararg
253 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed,
261 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // ispacked
263 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed,
277 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // ispacked
279 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/
Length.h 38 Auto, Relative, Percent, Fixed,
167 setValue(Fixed, value);
186 *this = Length(value, Fixed);
223 bool isFixed() const { return type() == Fixed; }
227 bool isSpecified() const { return type() == Fixed || type() == Percent || type() == Calculated || isViewportPercentage(); }
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/obsolete/
pralarm.h 42 ** or repeated at a fixed interval. The interval at which the next
54 ** Repeating periodic notifies are expected to run at a fixed rate.
126 ** function at some fixed interval.
140 ** by the alarm's internal thread at a fixed interval whose rate is the
152 ** not ealier than the epoch plus the fixed rate times the
  /external/eigen/doc/
D09_StructHavingEigenMembers.dox 17 If you define a structure having members of \ref TopicFixedSizeVectorizable "fixed-size vectorizable Eigen types", you must overload its "operator new" so that it generates 16-bytes-aligned pointers. Fortunately, Eigen provides you with a macro EIGEN_MAKE_ALIGNED_OPERATOR_NEW that does that for you.
36 In other words: you have a class that has as a member a \ref TopicFixedSizeVectorizable "fixed-size vectorizable Eigen object", and then you dynamically create an object of that class.
108 Dynamic-size matrices and vectors, such as Eigen::VectorXd, allocate dynamically their own array of coefficients, so they take care of requiring absolute alignment automatically. So they don't cause this issue. The issue discussed here is only with \ref TopicFixedSizeVectorizable "fixed-size vectorizable matrices and vectors".
145 The first is to disable alignment requirement for the fixed size members:
169 The second consist in storing the fixed-size objects into a private struct which will be dynamically allocated at the construction time of the main object:
  /packages/inputmethods/OpenWnn/
ChangeLog.txt 31 * Bug of Romaji-to-Kana conversion on phonetic text field is fixed.
32 * Some minor bugs are fixed.
37 * User Dictionary's bug on WVGA is fixed.
68 * Some minor bugs are fixed.
82 * Some minor bugs are fixed.
  /prebuilts/tools/common/jfreechart/
README.txt 283 - added fixed legend item options to CategoryPlot and XYPlot;
291 - fixed broken JPEG export;
292 - fixed title size problems;
345 - fixed mouse event bug for combined charts;
346 - fixed bugs in the PngEncoder class;
362 - fixed a bug in the XYSeries class that prevented the TableXYDataset
365 - fixed several bugs in the secondary dataset/axis/renderer code;
366 - fixed bugs in the JDBCCategoryDataset class;
383 BE FIXED FOR THE NEXT RELEASE.
469 - fixed minor bug in HorizontalCategoryPlot constructor (se
    [all...]
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
README.txt 283 - added fixed legend item options to CategoryPlot and XYPlot;
291 - fixed broken JPEG export;
292 - fixed title size problems;
345 - fixed mouse event bug for combined charts;
346 - fixed bugs in the PngEncoder class;
362 - fixed a bug in the XYSeries class that prevented the TableXYDataset
365 - fixed several bugs in the secondary dataset/axis/renderer code;
366 - fixed bugs in the JDBCCategoryDataset class;
383 BE FIXED FOR THE NEXT RELEASE.
469 - fixed minor bug in HorizontalCategoryPlot constructor (se
    [all...]
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
README.txt 283 - added fixed legend item options to CategoryPlot and XYPlot;
291 - fixed broken JPEG export;
292 - fixed title size problems;
345 - fixed mouse event bug for combined charts;
346 - fixed bugs in the PngEncoder class;
362 - fixed a bug in the XYSeries class that prevented the TableXYDataset
365 - fixed several bugs in the secondary dataset/axis/renderer code;
366 - fixed bugs in the JDBCCategoryDataset class;
383 BE FIXED FOR THE NEXT RELEASE.
469 - fixed minor bug in HorizontalCategoryPlot constructor (se
    [all...]
  /prebuilts/tools/common/m2/repository/jfree/jfreechart-swt/1.0.9/
README.txt 283 - added fixed legend item options to CategoryPlot and XYPlot;
291 - fixed broken JPEG export;
292 - fixed title size problems;
345 - fixed mouse event bug for combined charts;
346 - fixed bugs in the PngEncoder class;
362 - fixed a bug in the XYSeries class that prevented the TableXYDataset
365 - fixed several bugs in the secondary dataset/axis/renderer code;
366 - fixed bugs in the JDBCCategoryDataset class;
383 BE FIXED FOR THE NEXT RELEASE.
469 - fixed minor bug in HorizontalCategoryPlot constructor (se
    [all...]
  /external/chromium_org/skia/ext/
convolver.cc 30 // All of the filter scaling factors are in fixed point with kShiftBits bits of
137 const ConvolutionFilter1D::Fixed* filter_values =
147 ConvolutionFilter1D::Fixed cur_filter = filter_values[filter_x];
156 // are in fixed point with kShiftBits bits of fractional part.
179 void ConvolveVertically(const ConvolutionFilter1D::Fixed* filter_values,
194 ConvolutionFilter1D::Fixed cur_filter = filter_values[filter_y];
203 // are in fixed point with kShiftBits bits of precision.
237 void ConvolveVertically(const ConvolutionFilter1D::Fixed* filter_values,
272 std::vector<Fixed> fixed_values;
282 const Fixed* filter_values
    [all...]
  /external/eigen/Eigen/src/Core/
CwiseNullaryOp.h 106 * This variant is meant to be used for dynamic-size matrix types. For fixed-size types,
129 * This variant is meant to be used for dynamic-size vector types. For fixed-size types,
149 * This variant is only for fixed-size DenseBase types. For dynamic-size types, you
169 * This variant is meant to be used for dynamic-size matrix types. For fixed-size types,
191 * This variant is meant to be used for dynamic-size vector types. For fixed-size types,
208 * This variant is only for fixed-size DenseBase types. For dynamic-size types, you
250 * Special version for fixed size types which does not require the size parameter.
284 * Special version for fixed size types which does not require the size parameter.
417 * This variant is meant to be used for dynamic-size matrix types. For fixed-size types,
440 * This variant is meant to be used for dynamic-size vector types. For fixed-size types
    [all...]
  /external/qemu-pc-bios/vgabios/
ChangeLog 5 - biosfn_write_teletype: fixed attribute when scrolling in text mode
52 - fixed a warning
263 - fixed return value for the default case in the VBE section (non-debug mode)
326 - vbe: mode list entry for mode 800x600x4 fixed
335 - CRTC line for mode 0x6a fixed
345 - 24 bpp mode entries fixed (patch from Fabrice Bellard)
360 - fixed value of sequencer reset register in cirrus mode table
361 - fixed possible overflow error if cirrus start address is >256k
381 - fixed makefile targets for the binaries with cirrus extension
407 - scroll text in planar graphics modes: attribute for blank line fixed
    [all...]
  /external/smack/src/org/jivesoftware/smackx/
FormField.java 40 public static final String TYPE_FIXED = "fixed";
69 * Creates a new FormField of type FIXED. The fields of type FIXED do not define a variable
81 * If the question is of type FIXED then the description should remain empty.
131 * <li>fixed -> fixed for putting in text to show sections, or just advertise your web
172 * If the question is of type FIXED then the description should remain empty.
210 * <li>fixed -> fixed for putting in text to show sections, or just advertise your web
  /external/libffi/
ChangeLog.v1 119 * configure.in: Fixed -Wall trick.
149 * README: Fixed n32 sample code.
197 * README: Rewrote intro, and fixed examples.
366 * types.c: Fixed x86 alignment info for long long types.
397 * mips/ffi.c: Fixed comment typo.
400 Fixed x86 long double return handling.
402 * types.c: Fixed x86 long double alignment info.
457 * ffitest.c (main): Fixed test case for non mips machines.
465 * ffitest.c (main): Fixed character constants.
468 * Makefile.am (VPATH): Fixed VPATH def'n so automake won'
    [all...]
  /external/checkpolicy/
ChangeLog 17 * dis* fixed signed vs unsigned errors
188 * Fixed checkmodule to call link_modules prior to expand_module
192 * Fixed require_class to avoid shadowing permissions already defined
202 * Fixed bug in role dominance (define_role_dom).
289 * Fixed parse_categories handling of undefined category.
298 * Fixed handling of validatetrans constraint expressions.
306 * Fixed further memory leaks found by valgrind.
311 * Fixed several memory leaks found by valgrind.
328 * Fixed call to hierarchy checking code to pass the right policydb.
386 * Fixed Makefile dependencies (Chris PeBenito)
    [all...]
  /external/ganymed-ssh2/
HISTORY.txt 21 - Fixed a bug in KnownHosts.getPreferredServerHostkeyAlgorithmOrder (it always returned null, which is a valid return value but wrong).
54 - Fixed the use of default platform character encodings.
73 - Fixed the write() method in the SFTP code. Unsatisfiable preconditions stopped the method
127 - Fixed the behavior of the local port forwarder code. Trying to listen on an already bound port
140 - Fixed a bug in KnownHosts.addHostkeyToFile. Hostnames were converted to lowercase which is
144 - Fixed a typo in the SCP client (tag for modification times is 'T' and not 'P').
210 - Fixed the Swingshell example program, it did not read in the known_hosts file on startup.
217 12.10.2005: has been fixed for OpenSSH 4.3 by the OpenSSH crowd.
294 - Fixed a bug in the server identification string parser. This actually prevented a successful
298 - Fixed a buffer re-allocation bug in the beta version of the StreamGobbler class
    [all...]
  /external/webrtc/src/common_audio/resampler/
resampler.cc 514 // Can be fixed, but I don't think it's needed
550 // Can be fixed, but I don't think it's needed
581 // Can be fixed, but I don't think it's needed
621 // Can be fixed, but I don't think it's needed
644 // Can be fixed, but I don't think it's needed
673 // Can be fixed, but I don't think it's needed
695 // Can be fixed, but I don't think it's needed
791 // Can be fixed, but I don't think it's needed
827 // Can be fixed, but I don't think it's needed
854 // Can be fixed, but I don't think it's neede
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 193 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed,
201 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isvararg
204 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed,
211 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // ispacked
213 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed,
227 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // ispacked
229 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed,
237 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed,
438 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed,
440 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // Constant
    [all...]
  /docs/source.android.com/src/source/
life-of-a-bug.jd 94 AOSP contributor to be fixed.</p>
131 that the bug was fixed in a later release.</p>
136 that the bug did exist in the reported version but was already fixed in
178 This bug has been fixed, and is included in a formal release.
180 property indicating which release it was fixed in.</p>
184 This bug has been fixed (or feature implemented) in

Completed in 1593 milliseconds

<<21222324252627282930>>