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

<<101102103104105106107108109110>>

  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree.def 173 /* _Fract and _Accum types in Embedded-C. Different fixed-point types
527 nodes. There are at least three fixed operands. Operand 0 is an
644 /* Conversion of real to fixed point by truncation. */
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.def 173 /* _Fract and _Accum types in Embedded-C. Different fixed-point types
527 nodes. There are at least three fixed operands. Operand 0 is an
644 /* Conversion of real to fixed point by truncation. */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree.def 173 /* _Fract and _Accum types in Embedded-C. Different fixed-point types
527 nodes. There are at least three fixed operands. Operand 0 is an
644 /* Conversion of real to fixed point by truncation. */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.def 173 /* _Fract and _Accum types in Embedded-C. Different fixed-point types
527 nodes. There are at least three fixed operands. Operand 0 is an
644 /* Conversion of real to fixed point by truncation. */
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
platform.py 39 # 1.0.5 - fixed Java support to allow running the module on Jython
47 # 0.7.2 - fixed architecture() to use sizeof(pointer) where available
54 # 0.6.0 - fixed win32_ver() to hopefully work on Win95,98,NT and Win2k;
56 # 0.5.5 - fixed another type in the MacOS code... should have
58 # 0.5.4 - fixed a few typos in the MacOS code
62 # 0.5.2 - fixed uname() to return '' instead of 'unknown' in all
67 # (e.g. Mac) or fail on socket.gethostname(); fixed libc
75 # 0.3.4 - fixed a bug in _follow_symlinks()
76 # 0.3.3 - fixed popen() and "file" command invokation bugs
78 # 0.3.1 - fixed syscmd_ver() RE to support Windows N
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
platform.py 39 # 1.0.5 - fixed Java support to allow running the module on Jython
47 # 0.7.2 - fixed architecture() to use sizeof(pointer) where available
54 # 0.6.0 - fixed win32_ver() to hopefully work on Win95,98,NT and Win2k;
56 # 0.5.5 - fixed another type in the MacOS code... should have
58 # 0.5.4 - fixed a few typos in the MacOS code
62 # 0.5.2 - fixed uname() to return '' instead of 'unknown' in all
67 # (e.g. Mac) or fail on socket.gethostname(); fixed libc
75 # 0.3.4 - fixed a bug in _follow_symlinks()
76 # 0.3.3 - fixed popen() and "file" command invokation bugs
78 # 0.3.1 - fixed syscmd_ver() RE to support Windows N
    [all...]
  /external/chromium/chrome/common/extensions/docs/static/
faq.html 53 <li><a href="#faq-fea-01">I think I've found a bug! How do I make sure it gets fixed?</a></li>
374 fixed?</h3>
409 bug to say "me too" or ask "when will this be fixed?"</em>; such updates
421 to reproduce your issue, the greater chance that your bug will be fixed
427 to the bug to ask when the issue will be fixed.</em> If your bug has not
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_install_dialog_view.cc 360 0, // no fixed width
368 0, // no fixed width
541 0, // no fixed width
581 0, // no fixed width
712 views::GridLayout::FIXED,
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
faq.html 59 <li><a href="#faq-fea-01">I think I've found a bug! How do I make sure it gets fixed?</a></li>
378 fixed?</h3>
413 bug to say "me too" or ask "when will this be fixed?"</em>; such updates
425 to reproduce your issue, the greater chance that your bug will be fixed
431 to the bug to ask when the issue will be fixed.</em> If your bug has not
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderDeprecatedFlexibleBox.cpp 152 // A margin basically has three types: fixed, percentage, and auto (variable).
154 // Fixed margins can be added in as is.
    [all...]
RenderObject.h 514 bool isOutOfFlowPositioned() const { return m_bitfields.isOutOfFlowPositioned(); } // absolute or fixed positioning
678 // used for element state updates that cannot be fixed with a
    [all...]
  /external/junit/
README.html 147 <li>Fixed overly permissive @DataPoint processing (2191102)</li>
148 <li>Fixed bug in test counting after an ignored method (2106324)</li>
338 it can be fixed by explicitly passing a locale to the domain code.</p>
431 which were compared incorrectly in 4.3, are now fixed.</p></li>
480 This has been fixed.
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 539 /// CreateFixedObject - Create a new object at a fixed location on the stack.
540 /// All fixed objects should be created before other objects are created for
541 /// efficiency. By default, fixed objects are immutable. This returns an
546 assert(Size != 0 && "Cannot allocate zero size fixed stack objects!");
666 OS << ", fixed";
    [all...]
  /external/pixman/pixman/
pixman-matrix.c 139 * Multiply 64.16 fixed point value by (2^scalebits) and convert
170 * Convert 112.16 fixed point value to 48.16 with clamping for the out
188 * Transform a point with 31.16 fixed point coordinates from the destination
189 * space to a point with 48.16 fixed point coordinates in the source space.
228 * which is also scaled by 65536 after fixed point multiplication.
  /external/stlport/src/
num_put_float.cpp 450 __fill_fmtbuf(fmtbuf, ios_base::fixed, 'L');
661 case ios_base::fixed:
731 case ios_base::fixed:
788 * - max_exponent10: max number of digits in fixed mode
797 case ios_base::fixed:
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
num_put_float.cpp 450 __fill_fmtbuf(fmtbuf, ios_base::fixed, 'L');
661 case ios_base::fixed:
731 case ios_base::fixed:
788 * - max_exponent10: max number of digits in fixed mode
797 case ios_base::fixed:
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridDropHandler.java 484 // Fixed Fixed
489 // | 0,0 | 0,1 | 0,2 | Fixed Size Row
501 // | 2,0 | 2,1 | 2,2 | Fixed Size Row
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
GridLayoutConverter.java 177 // Map from row index to boolean for "is the row fixed/inflexible?"
200 for (boolean fixed : rowFixed.values()) {
201 if (!fixed) {
205 for (boolean fixed : columnFixed.values()) {
206 if (!fixed) {
    [all...]
  /packages/apps/InCallUI/res/values/
strings.xml 252 <string name="fdn_check_failure">Your Phone app\'s Fixed Dialing Numbers setting is turned on. As a result, some call-related features aren\'t working.</string>
    [all...]
  /packages/services/Telephony/res/values/
strings.xml 226 <string name="fdn_check_failure">Your Phone app\'s Fixed Dialing Numbers setting is turned on. As a result, some call-related features aren\'t working.</string>
    [all...]
  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-linux.c 79 * Try to place the client's fixed and hinted mappings at the
80 requested addresses. Fixed mappings are allowed anywhere except
122 anonymous mappings. The client can still do fixed and hinted maps
175 a fixed mapping in the middle of one, and that's just tough -- we
203 prefer X but will accept anything"), and fixed (MFixed, "X or
346 But note also bug 254556 comment #2: this is now fixed in newer
    [all...]
  /external/e2fsprogs/ext2ed/doc/
ext2fs-overview.sgml 214 Ext2fs groups together a fixed number of sequential blocks into a <Literal remap="tt">group
875 inode. The important aspect is that the inode number is <Literal remap="tt">fixed</Literal> when
1116 The superblock is located at the <Literal remap="tt">fixed offset 1024</Literal> in the device. Its
    [all...]
  /external/libpcap/doc/
pcap.xml 114 <t>Fixed Length Marker Block: TODO</t>
548 <t>Skipping all the optional fields at once is straightforward because most of the blocks have a fixed length, therefore the field Block Length (present in the General Block Structure, see <xref target="sectionblock"/>) can be used to skip everything till the next block.</t>
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngpriv.h 301 /* Some fixed point APIs are still required even if not exported because
586 /* Conversions between fixed and floating point, only defined if
592 * does lose accuracy relative to the original fixed point value.
598 #define png_float(png_ptr, fixed, s) (.00001 * (fixed))
600 /* The fixed point conversion performs range checking and evaluates
603 * 32 bit fixed point value except that the values are deliberately
    [all...]
  /external/zlib/src/
ChangeLog     [all...]

Completed in 7997 milliseconds

<<101102103104105106107108109110>>