Home
last modified time | relevance | path

Searched refs:Fixed (Results 1 – 25 of 236) sorted by relevance

12345678910

/external/testng/
DCHANGES.txt2 Fixed: GITHUB-841: testName from @Test is now used and available from ITestResult#getName() and ITe…
4 Fixed: GITHUB-872: Enable end-users of TestNG to alter XmlSuite and XmlTest (Krishnan Mahadevan)
7 Fixed: GITHUB-889: XmlSuite in nested directories results in FIleNotFoundException (Virender Singh)
8 Fixed: GITHUB-811: Timeout is not working with parallel=tests (@michael-yxf & Julien Herr)
9 Fixed: GITHUB-839: Missing encoding meta data for report file (@banbq & Julien Herr)
10 Fixed: GITHUB-876: NullPointerException creating tests with parameters by a factory (@vixgeo & Juli…
13 Fixed: GITHUB-866 / GITHUB-869 : Some attributes were not cloned when XmlSuite#clone was used (Vire…
14 Fixed: GITHUB-842: Add TestResult#getTestName() support for @Test(testName) (Julien Herr)
19 Fixed: GITHUB-829: Allowing suites to have duplicate names. You can now configure the same suite-fi…
20 Fixed: GITHUB-834: nested suites not supported by 'testnames' (Tibor Digana & Julien Herr)
[all …]
/external/jcommander/
DCHANGELOG10 Fixed: Missing new lines in usage (styurin)
11 Fixed: The description of commands is now displayed on the next line and indented.
16 Fixed: Empty string defaults now displayed as "<empty string>" in the usage
17 Fixed: Bugs with the PositiveInteger validator
18 Fixed: Parameters with a single double quote were not working properly
26 Fixed: wasn't handling parameters that start with " but don't end with one correctly
27 Fixed: if using a different option prefix, unknown option are mistakenly reported as "no main param…
28 Fixed: 113: getCommandDescription() returns the description of the main parameter instead of that o…
29 Fixed: bug with several multiple arity parameters (VariableArityTest)
30 Fixed: variable arities not working when same parameter appears multiple times.
[all …]
/external/strace/
DNEWS8 * Fixed build on arc, metag, nios2, or1k, and tile architectures.
59 * Fixed potential short read of strings from tracee's memory.
60 * Fixed -qq option in conjunction with -o option.
61 * Fixed filtering of <unavailable> syscalls.
62 * Fixed decoding of ioctl syscall command on aarch64 and 32-bit architectures
64 * Fixed decoding of eventfd2, epoll_create1, signalfd4, and sync_file_range2
66 * Fixed decoding of 4th argument of clock_nanosleep syscall.
67 * Fixed decoding of getpagesize syscall on m68k.
68 * Fixed decoding of getrandom and seccomp syscalls on aarch64.
69 * Fixed decoding of timezone argument of gettimeofday and settimeofday
[all …]
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
DCell.java7 import com.badlogic.gdx.scenes.scene2d.ui.Value.Fixed;
104 size(new Fixed(size)); in size()
110 size(new Fixed(width), new Fixed(height)); in size()
125 width(new Fixed(width)); in width()
140 height(new Fixed(height)); in height()
175 minSize(new Fixed(size)); in minSize()
181 minSize(new Fixed(width), new Fixed(height)); in minSize()
186 this.minWidth = new Fixed(minWidth); in minWidth()
191 this.minHeight = new Fixed(minHeight); in minHeight()
226 prefSize(new Fixed(width), new Fixed(height)); in prefSize()
[all …]
DContainer.java9 import com.badlogic.gdx.scenes.scene2d.ui.Value.Fixed;
224 size(new Fixed(size)); in size()
230 size(new Fixed(width), new Fixed(height)); in size()
245 width(new Fixed(width)); in width()
260 height(new Fixed(height)); in height()
295 minSize(new Fixed(size)); in minSize()
301 minSize(new Fixed(width), new Fixed(height)); in minSize()
306 this.minWidth = new Fixed(minWidth); in minWidth()
311 this.minHeight = new Fixed(minHeight); in minHeight()
346 prefSize(new Fixed(width), new Fixed(height)); in prefSize()
[all …]
DValue.java30 static public final Fixed zero = new Fixed(0);
34 static public class Fixed extends Value { class in Value
37 public Fixed (float value) { in Fixed() method in Value.Fixed
/external/deqp/modules/glshared/
DglsVertexArrayTests.hpp352 class Fixed class in deqp::gls::GLValue
355 static Fixed create (deInt32 value) { Fixed v; v.m_value = value; return v; } in create()
356 …static Fixed fromFloat (float value) { Fixed v; v.m_value = (deInt32)(value * 32768.0f); retu… in fromFloat()
359 inline Fixed operator+ (const Fixed& other) const { return create(m_value + other.getValue()); } in operator +()
360 inline Fixed operator* (const Fixed& other) const { return create(m_value * other.getValue()); } in operator *()
361 inline Fixed operator/ (const Fixed& other) const { return create(m_value / other.getValue()); } in operator /()
362 inline Fixed operator% (const Fixed& other) const { return create(m_value % other.getValue()); } in operator %()
363 inline Fixed operator- (const Fixed& other) const { return create(m_value - other.getValue()); } in operator -()
365 inline Fixed& operator+= (const Fixed& other) { m_value += other.getValue(); return *this; } in operator +=()
366 inline Fixed& operator*= (const Fixed& other) { m_value *= other.getValue(); return *this; } in operator *=()
[all …]
/external/chromium-trace/catapult/third_party/gsutil/
DCHANGES.md5 - Fixed an OverflowError in apitools that caused download
9 - Fixed a bug that caused perfdiag to report extremely high throughput
12 - Fixed a ValueError that occurred on Python 2.6 with sliced object downloads.
51 - Fixed an IOError that could occur in apitools when acquiring credentials
53 - Fixed a bug where rm -r would attempt to delete a nonexistent bucket.
54 - Fixed a bug where a default object ACL could not be set or changed to empty.
55 - Fixed a bug where cached credentials corresponding to an old account could
58 - Fixed a bug in apitools for retrieving byte ranges of size 1 (for example,
60 - Fixed a bug that caused the main gsutil process to perform all work leaving
62 - Fixed a bug that caused multiple threads not to be used when
[all …]
/external/ipsec-tools/
DNEWS6 o Fixed a NAT-T flag check
66 o Fixed single DES support; single DES users MUST UPGRADE.
78 o Fixed FWD policy support.
79 o Fixed IPv6 compilation.
94 o Fixed setkey to handle multiline commands again.
96 o Fixed racoon to only Warn if no CRL was found.
102 o Fixed NAT-T with more proposals (e.g. more crypto algos).
107 o Fixed adding "null" encryption via 'setkey'.
108 o Fixed segfault when using AES in Phase1 with OpenSSL>=0.9.7
109 o Fixed NAT-T in aggresive mode.
[all …]
/external/markdown/docs/
DCHANGE_LOG38 June 2008: Fixed issues with nested inline patterns and cleaned
46 (Thanks David Wolever). Fixed various bugs and added doc strings.
72 Nov 3, 2007: Fixed convert method to accept empty strings.
74 Oct 30, 2007: Fixed BOM removal (thanks Malcolm Tredinnick). Fixed
77 Oct 11, 2007: LineBreaks is now an inlinePattern. Fixed HR in
82 Oct 8, 2008: Fixed Lazy Blockquote. Fixed code block on first line.
83 Fixed empty inline image link.
88 March 18, 2007: Fixed or merged a bunch of minor bugs, including
92 Oct 10, 2006: Fixed a bug that caused some text to be lost after
103 July 9, 2006: Fixed the <!--@address.com> problem (Tracker #1501354).
[all …]
/external/clang/lib/Serialization/
DASTWriterDecl.cpp1652 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 2)); // AccessSpecifier in WriteDeclAbbrevs()
1665 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isMutable in WriteDeclAbbrevs()
1685 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 2)); // AccessSpecifier in WriteDeclAbbrevs()
1698 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isMutable in WriteDeclAbbrevs()
1736 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isCompleteDefinition in WriteDeclAbbrevs()
1737 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // EmbeddedInDeclarator in WriteDeclAbbrevs()
1738 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // IsFreeStanding in WriteDeclAbbrevs()
1739 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // IsCompleteDefinitionRequired in WriteDeclAbbrevs()
1748 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isScoped in WriteDeclAbbrevs()
1749 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isScopedUsingClassTag in WriteDeclAbbrevs()
[all …]
/external/shflags/doc/
DCHANGES-1.0.md15 Fixed issue #10. Usage of `expr` under FreeBSD 7.2 (FreeNAS 0.7.1) and FreeBSD
18 Fixed issue where booleans were sometimes mis-configured to require additional
23 Fixed issue #11. When help is requested, the help flag is no longer prefixed
28 Fixed issue #12. Requesting help shouldn't be considered an error.
35 Fixed issues# 13, 14. Added support for dashes ('-') in long flag names. The
47 Fixed issue in `shflags_test_public.sh` where screens >80 columns were causing a
50 Issue #22. Fixed broken testGetFlagInfo() test.
65 Fixed issue# 7 where long flags defined with '=' (e.g. `--abc=123`) made it
84 Fixed bug under Solaris where the generated help was adding extra 'x'
89 Fixed some unset variable bugs.
[all …]
/external/v8/
DChangeLog5504 [ic] Fixed receiver_map register trashing in KeyedStoreIC megamorphic
9854 MIPS: Fixed Hydrogen environment handling for mul-i ARM and ARM64 (issue
9868 Fixed Hydrogen environment handling for mul-i on ARM and ARM64 (issue
10059 Fixed printing during DCE (issue 3679).
10188 Fixed -fsanitize=float-cast-overflow problems (issue 3773).
10372 Fixed environment handling for LFlooringDivI on ARM (Chromium issue
10975 Fixed int vs. uintptr_t confusion (plus some cleanup on the way) (issue
11108 Fixed inlining of constant values (issue 3529).
11415 Fixed printing of external references (Chromium issue 392068).
11649 X87: Fixed flooring division by a power of 2, once again.. (issue 3259).
[all …]
/external/tinyxml/
Dchanges.txt2 - Fixed comment tags which were outputing as '<?--' instead of
6 - Fixed bad pointer to 'isspace' that could occur while parsing text.
29 - Fixed white space parsing in text to conform with the standard.
41 - Fixed a bug where comments couldn't be inside elements.
46 - Fixed TiXmlAttribute::Previous actually returning "next." Thanks
52 - Fixed a delete buf that should be a delete [] buf.
68 - Fixed bug where isalpha() and isalnum() would get called with a negative value for
70 - Fixed some errors codes that were not getting set.
78 - Fixed ReplaceChild bug, thanks to Tao Chen.
81 - Fixed hanging on loading a 0 length file. Thanks to Jeff Scozzafava.
[all …]
/external/jetty/
DVERSION.txt157 + 404958 Fixed Resource.newSystemResource striped / handling
221 + 404958 Fixed Resource.newSystemResource striped / handling
877 + 358687 Updated jsp does not scan for system tlds Fixed pattern.
887 + JETTY-1277 Fixed sendRedirect encoding of relative locations
932 + 358687 Updated jsp does not scan for system tlds Fixed pattern.
942 + JETTY-1277 Fixed sendRedirect encoding of relative locations
1113 + 338364 Fixed expires header for set cookies
1119 + 346014 Fixed full HttpGenerator
1182 + 339084 Fixed NPE with servlet 3.0 async listener
1204 + 341692 Fixed deadlock if stopped while starting
[all …]
/external/openfst/
DNEWS22 * Fixed cross-FST serialization issues (1.3.3)
23 * Fixed NGramFst off-by-one issue (1.3.3)
53 * Fixed numerous bugs (1.2 through 1.2.9) including:
67 - Fixed handling of final weight of start state in fstpush (1.2.8)
69 - Fixed missing <functional> includes (1.2.9)
70 - Fixed reused local variable names (1.2.9)
71 - Fixed passing string by reference in FstDraw args (1.2.9)
88 * Fixed library ordering issues esp. with newer GNU build tools (1.2.10)
92 * Fixed bug in acyclic minimization that led to non-minimal
94 * Fixed missing FST typedef in various matchers in matcher.h
/external/gptfdisk/
DNEWS36 - Fixed bug that caused incorrect partition number to be displayed by
40 - Fixed new (in 0.8.9) bug that caused a failure to create more than one
43 - Fixed bug that caused gdisk and sgdisk to create hybridized partitions
60 - Fixed spurious "0xEE partition doesn't start on sector 1" warning in
89 - Fixed bug that could cause segfault when passing an invalid partition
112 - Fixed hybrid MBR creation on disks larger than 2TiB: Previously, if one
148 - Fixed small bugs in gdisk_test.sh script.
164 - Fixed a bug that could cause sgdisk to crash when passing a partition
213 - Fixed compilation problem on GCC 4.7.
219 - Fixed bug that caused creation of >2TiB partitions on 32-bit systems to
[all …]
/external/expat/
DChanges53 - Fixed bugs #1515266, #1515600: The character data handler's calling
56 - Fixed bug #1690883: Expat failed on EBCDIC systems as it assumed
59 - Fixed xmlwf bug #1513566: "out of memory" error on file size zero.
60 - Fixed outline.c bug #1543233: missing a final XML_ParserFree() call.
77 - Fixed headers for use from C++.
98 - Fixed enum XML_Status issue (reported on SourceForge many
108 - Fixed a variety of bugs: see SF issues #458907, #609603,
117 - Fixed a variety of bugs: see SF issues #615606, #616863,
128 - Fixed UTF-8 decoding bug that caused legal UTF-8 to be rejected.
138 - Fixed a variety of bugs: see SF issues #580793, #434664,
[all …]
/external/clang/lib/Frontend/
DSerializedDiagnosticPrinter.cpp429 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 10)); // File ID. in AddSourceLocationAbbrev()
430 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Line. in AddSourceLocationAbbrev()
431 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Column. in AddSourceLocationAbbrev()
432 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Offset; in AddSourceLocationAbbrev()
456 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); in EmitBlockInfoBlock()
474 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 3)); // Diag level. in EmitBlockInfoBlock()
476 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 10)); // Category. in EmitBlockInfoBlock()
477 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 10)); // Mapped Diag ID. in EmitBlockInfoBlock()
485 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 16)); // Category ID. in EmitBlockInfoBlock()
486 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 8)); // Text size. in EmitBlockInfoBlock()
[all …]
/external/chromium-trace/catapult/third_party/flot/
DNEWS.md15 - Fixed a regression introduced in 0.8.1, where the last tick label would
19 - Fixed a regression introduced in 0.8.2, where the resize plugin would use
23 - Fixed the selection example to work with jQuery 1.9.x and later.
29 - Fixed a rare 'Uncaught TypeError' when using the resize plugin in IE 7/8.
32 - Fixed zoom constraints to apply only in the direction of the zoom.
41 - Fixed broken auto-scale behavior when using deprecated [x|y]2axis options.
71 - Fixed an unexpected change in behavior that resulted in duplicate tick
75 - Fixed a regression from 0.7 where axis labels were given the wrong width,
79 - Fixed a bug where the second axis in an xaxes/yaxes array incorrectly had
86 - Fixed an error when using a placeholder that has no font-size property.
[all …]
/external/libexif/
DNEWS6 * Fixed a number of security and stability issues due to buffer overflows,
16 * Fixed some problems in the write-exif.c example program
21 * Fixed some invalid format specifiers that caused problems on some platforms
28 * Fixed a heap buffer overflow during tag format conversion (CVE-2009-3895)
41 * Fixed some Olympus/Sanyo MakerNote interpretations
43 * Fixed bug #1946138 to stop ignoring CFLAGS in the sqrt configure test
45 * Fixed the interpretation of some tags as being optional in IFD 1
58 * Fixed negative exposure values in Canon makernotes (bug #2797280)
/external/llvm/lib/CodeGen/
DInterferenceCache.cpp108 RegUnits.back().Fixed = &LIS->getRegUnit(*Units); in reset()
134 RUI.FixedI = RUI.Fixed->find(Start); in update()
140 if (RUI.FixedI != RUI.Fixed->end()) in update()
141 RUI.FixedI = RUI.Fixed->advanceTo(RUI.FixedI, Start); in update()
171 LiveInterval::const_iterator E = RegUnits[i].Fixed->end(); in update()
226 LiveRange *LR = RegUnits[i].Fixed; in update()
/external/eigen/debug/msvc/
Deigen_autoexp_part.dat27 ; Fixed size 4-vectors
52 ; Fixed size 3-vectors
76 ; Fixed size 2-vectors
99 ; Fixed size 1-vectors
165 ; Fixed rows, dynamic columns matrix (ColMajor and RowMajor support)
253 ; Fixed size matrix (ColMajor and RowMajor support)
/external/protobuf/
DCHANGES.txt11 * Fixed a bug that caused NullPointerException to be thrown when
16 * Fixed WhichOneof() to work with de-serialized protobuf messages.
17 * Fixed a missing file problem of Python C++ implementation.
118 * Fixed bug where custom options were not correctly populated. Custom
127 * Fixed the frendship problem for old compilers to make the library now gcc 3
129 * Fixed vcprojects/extract_includes.bat to extract compiler/plugin.h.
134 * Fixed a bug about negative enum values.
136 * Fixed protoc to use java.lang.Object, which makes "Object" now a valid
164 * Fixed gzip_output_stream sub-stream handling.
251 * Fixed some initialization ordering bugs.
[all …]
/external/libjpeg-turbo/
DChangeLog.txt4 [1] Fixed a regression caused by 1.4.1[6] that prevented 32-bit and 64-bit
13 [2] Fixed an issue in the accelerated Huffman decoder that could have caused
22 [3] Fixed a memory leak in tjunittest encountered when running the program
25 [4] Fixed an issue whereby a malformed motion-JPEG frame could cause the "fast
32 [1] Fixed an issue whereby cjpeg would segfault if a Windows bitmap with a
37 [2] Fixed an issue whereby, under certain circumstances, libjpeg-turbo would
42 [3] Fixed an issue whereby libjpeg-turbo would crash when built with the latest
52 [4] Fixed a bug in the MIPS DSPr2 4:2:0 "plain" (non-fancy and non-merged)
59 [5] Fixed various negative left shifts and other issues reported by the GCC and
97 [5] Fixed an "illegal instruction" error that occurred when djpeg from a
[all …]

12345678910