Home
last modified time | relevance | path

Searched refs:fixed (Results 1 – 25 of 346) sorted by relevance

12345678910>>...14

/external/dosfstools/src/
Dfile.c60 char *file_name(unsigned char *fixed) in file_name() argument
68 if (fixed[i] != ' ') { in file_name()
70 put_char(&p,fixed[i]); in file_name()
72 if (strncmp(fixed+8," ",3)) { in file_name()
75 if (fixed[i+8] != ' ') { in file_name()
77 put_char(&p,fixed[i+8]); in file_name()
85 int file_cvt(unsigned char *name,unsigned char *fixed) in file_cvt() argument
104 while (size--) *fixed++ = ' '; in file_cvt()
127 *fixed++ = c; in file_cvt()
134 while (size--) *fixed++ = ' '; in file_cvt()
[all …]
Dfile.h39 char *file_name(unsigned char *fixed);
44 int file_cvt(unsigned char *name,unsigned char *fixed);
54 FDSC **file_cd(FDSC **curr,char *fixed);
59 FD_TYPE file_type(FDSC **curr,char *fixed);
64 void file_modify(FDSC **curr,char *fixed);
/external/wpa_supplicant/
DChangeLog4 * fixed race condition between disassociation event and group key
14 * driver_wext: fixed re-initialization of a removed and re-inserted
19 * fixed scanning behavior after a failed initial association
20 * driver_wext: fixed processing of invalid event messages from kernel
23 * fixed EAP-AKA to use RES Length field in AT_RES as length in bits,
25 * fixed canceling of PMKSA caching when using drivers that generate
34 * fixed EAP-SIM and EAP-AKA message parser to validate attribute
43 * fixed EAP-SIM not to include AT_NONCE_MT and AT_SELECTED_VERSION
45 * fixed problems in getting NDIS events from WMI on Windows 2000
48 * fixed an integer overflow issue in the ASN.1 parser used by the
[all …]
/external/webkit/WebCore/rendering/
DRenderSVGModelObject.cpp57 …ct::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& repaintRect, bool fixed) in computeRectForRepaint() argument
59 SVGRenderBase::computeRectForRepaint(this, repaintContainer, repaintRect, fixed); in computeRectForRepaint()
62 void RenderSVGModelObject::mapLocalToContainer(RenderBoxModelObject* repaintContainer, bool fixed ,… in mapLocalToContainer() argument
64 … SVGRenderBase::mapLocalToContainer(this, repaintContainer, fixed, useTransforms, transformState); in mapLocalToContainer()
DLayoutState.cpp44 bool fixed = renderer->isPositioned() && renderer->style()->position() == FixedPosition; in LayoutState() local
45 if (fixed) { in LayoutState()
55 } else if (renderer->isPositioned() && !fixed) { in LayoutState()
62 m_clipped = !fixed && prev->m_clipped; in LayoutState()
DSVGRenderSupport.cpp57 …int(RenderObject* object, RenderBoxModelObject* repaintContainer, IntRect& repaintRect, bool fixed) in computeRectForRepaint() argument
61 object->parent()->computeRectForRepaint(repaintContainer, repaintRect, fixed); in computeRectForRepaint()
64 …(const RenderObject* object, RenderBoxModelObject* repaintContainer, bool fixed , bool useTransfor… in mapLocalToContainer() argument
66 ASSERT(!fixed); // We should have no fixed content in the SVG rendering tree. in mapLocalToContainer()
69 object->parent()->mapLocalToContainer(repaintContainer, fixed, useTransforms, transformState); in mapLocalToContainer()
DRenderSVGText.cpp59 …xt::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& repaintRect, bool fixed) in computeRectForRepaint() argument
61 SVGRenderBase::computeRectForRepaint(this, repaintContainer, repaintRect, fixed); in computeRectForRepaint()
64 void RenderSVGText::mapLocalToContainer(RenderBoxModelObject* repaintContainer, bool fixed , bool u… in mapLocalToContainer() argument
66 … SVGRenderBase::mapLocalToContainer(this, repaintContainer, fixed, useTransforms, transformState); in mapLocalToContainer()
DRenderSVGRoot.cpp260 …ot::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& repaintRect, bool fixed) in computeRectForRepaint() argument
264 RenderBox::computeRectForRepaint(repaintContainer, repaintRect, fixed); in computeRectForRepaint()
267 void RenderSVGRoot::mapLocalToContainer(RenderBoxModelObject* repaintContainer, bool fixed , bool u… in mapLocalToContainer() argument
269 ASSERT(!fixed); // We should have no fixed content in the SVG rendering tree. in mapLocalToContainer()
274 RenderBox::mapLocalToContainer(repaintContainer, fixed, useTransforms, transformState); in mapLocalToContainer()
DRenderObject.h526 …FloatPoint localToAbsolute(FloatPoint localPoint = FloatPoint(), bool fixed = false, bool useTrans…
527 FloatPoint absoluteToLocal(FloatPoint, bool fixed = false, bool useTransforms = false) const;
530 FloatQuad localToAbsoluteQuad(const FloatQuad& quad, bool fixed = false) const
532 return localToContainerQuad(quad, 0, fixed);
535 …oContainerQuad(const FloatQuad&, RenderBoxModelObject* repaintContainer, bool fixed = false) const;
605 void computeAbsoluteRepaintRect(IntRect& r, bool fixed = false)
607 return computeRectForRepaint(0, r, fixed);
611 …virtual void computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect&, bool fixed = …
724 …ontainer(RenderBoxModelObject* repaintContainer, bool useTransforms, bool fixed, TransformState&) …
725 virtual void mapAbsoluteToLocalPoint(bool fixed, bool useTransforms, TransformState&) const;
DRenderSVGModelObject.h55 …virtual void computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect&, bool fixed = …
61 …ontainer(RenderBoxModelObject* repaintContainer, bool useTransforms, bool fixed, TransformState&) …
DRenderTableCell.h113 …ontainer(RenderBoxModelObject* repaintContainer, bool useTransforms, bool fixed, TransformState&) …
114 virtual void mapAbsoluteToLocalPoint(bool fixed, bool useTransforms, TransformState&) const;
131 …virtual void computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect&, bool fixed = …
DSVGRenderSupport.h49 …computeRectForRepaint(RenderObject*, RenderBoxModelObject* repaintContainer, IntRect&, bool fixed);
51 …rObject*, RenderBoxModelObject* repaintContainer, bool useTransforms, bool fixed, TransformState&);
DRenderSVGText.h58 …virtual void computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect&, bool fixed = …
60 …ontainer(RenderBoxModelObject* repaintContainer, bool useTransforms, bool fixed, TransformState&) …
DRenderSVGImage.cpp234 …ge::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& repaintRect, bool fixed) in computeRectForRepaint() argument
236 SVGRenderBase::computeRectForRepaint(this, repaintContainer, repaintRect, fixed); in computeRectForRepaint()
239 void RenderSVGImage::mapLocalToContainer(RenderBoxModelObject* repaintContainer, bool fixed , bool … in mapLocalToContainer() argument
241 … SVGRenderBase::mapLocalToContainer(this, repaintContainer, fixed, useTransforms, transformState); in mapLocalToContainer()
/external/icu4c/samples/layout/
Dsfnt.h138 typedef le_int32 fixed; typedef
148 fixed version;
149 fixed fontRevision;
168 fixed version;
187 fixed version;
/external/icu4c/test/letest/
DFontObject.h101 typedef le_int32 fixed; typedef
111 fixed version;
112 fixed fontRevision;
131 fixed version;
150 fixed version;
Dsfnt.h263 typedef le_int32 fixed; typedef
277 fixed version;
278 fixed fontRevision;
301 fixed version;
324 fixed version;
/external/dosfstools/doc/
DChangeLog.dosfsck4 - fixed an off-by-two error in check.c:check_file
5 - fixed marking clusters bad in fat.c:set_fat
7 - fixed many incorrect byte sex conversions in check.c and fat.c
/external/webkit/JavaScriptCore/
DChangeLog-2003-10-2516 (KJS::SimpleNumber): fixed constants; added negZero constant.
27 … - fixed 3367015 -- interdependent variable declarations in for loop don't work (they go backwards)
56 …- fixed 3441656 -- constructor bad for objs created w/ function as prototype (www.moock.org/asdg/c…
92 … - fixed 3421107 -- some dates that other browsers can parse can't be parsed by KJS's Date.parse()
112 … - fixed 3419380 -- JavaScript Date.getTimezoneOffset is off by one hour (during daylight savings)
140 - fixed rdar://problem/3397316 - sherlock crash: KJS::Collector::allocate(unsigned long)
152 …- fixed 3098350 -- opt. params to date methods are ignored (can't set end date in Exchange/Outlook…
164 - fixed 3247528 -- encodeURI missing from JavaScriptCore (needed by Crystal Reports)
165 - fixed 3381297 -- escape method does not escape the null character
166 …- fixed 3381299 -- escape method produces incorrect escape sequences ala WinIE, rather than correc…
[all …]
/external/icu4c/layout/
DLEFontInstance.h436 static inline float fixedToFloat(le_int32 fixed);
514 inline float LEFontInstance::fixedToFloat(le_int32 fixed) in fixedToFloat() argument
516 return (float) (fixed / 65536.0); in fixedToFloat()
/external/qemu/
DChangelog298 - fixed various TLB invalidation cases (NT install)
299 - fixed cr0.WP semantics (XP install)
306 - fixed DMA memory write access (Win95 boot floppy fix)
328 - fixed IO checking
329 - fixed CD-ROM detection (win98 install CD)
330 - fixed addseg real mode bug (GRUB boot fix)
332 - fixed 'call Ev' in case of paging exception
338 - fixed PTE dirty bit handling
339 - fixed xadd same reg bug
340 - fixed cmpxchg exception safeness
[all …]
/external/webkit/WebCore/
DChangeLog-2003-10-25128 …Fix for 3386544, empty documents did not get a layout, and so they looked white. Also fixed the p…
148 - fixed 3460664 - Exception handlers not properly removed
156 - fixed 3460652 -- REGRESSION (100-110+): Can't tab out of a
204 - fixed 3137084 - Many non-reproducible crashers in ContextImp::mark / ScopeChain::mark
205 - fixed 3308848 - nil-deref in KHTMLView::topLevelWidget
206 - fixed 3311511 - nil deref inside KJS::Screen
207 - fixed 3397422 - 7B51: Safari crashed in KJS::ObjectImp::mark()
208 - fixed 3408373 - Panther7B58 : Safari Crashed in KJS::ObjectImp::mark
209 …- fixed 3409307 - 7B55: safari crashed in KJS::Interpreter::globalExec() (idle, nothing particular…
210 …- fixed 3410160 - 7B60 Safari crashed in KHTMLPart::parentPart called from JS while in the backgro…
[all …]
/external/webkit/WebCore/dom/
DXMLTokenizer.cpp212 RefPtr<Element> fixed = doc->createElement(divTag, false); in createXHTMLParserErrorHeader() local
213 reportElement->appendChild(fixed.get(), ec); in createXHTMLParserErrorHeader()
214 fixed->setAttribute(styleAttr, "font-family:monospace;font-size:12px"); in createXHTMLParserErrorHeader()
215 fixed->appendChild(doc->createTextNode(errorMessages), ec); in createXHTMLParserErrorHeader()
/external/e2fsprogs/e2fsck/
DCHANGES19 being checked; now fixed.
22 checked. Now fixed.
29 wasn't always being set correctly. (All of this would be fixed on
/external/grub/
DAUTHORS10 Gordon Matzigkeit adopted GRUB into the GNU Project. He fixed several
49 KB Sriram added a better detection of FAT filesystem and fixed a
52 Eric Kvaalen fixed a lot of problems in the GRUB manual.

12345678910>>...14