Searched refs:original (Results 251 - 275 of 328) sorted by relevance

<<11121314

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUnicodeSetTest.java1757 public void checkModification(UnicodeSet original, boolean isFrozen) { argument
1760 UnicodeSet test = (UnicodeSet) (isFrozen ? original.clone() : original.cloneAsThawed());
1807 if (test.equals(original)) {
/external/libcxxabi/src/Unwind/
H A DUnwindRegistersSave.S50 movl %edx, (%eax) # store original eax
/external/libvorbis/doc/
H A D08-residue.tex94 original residue vector: [ 0 1 2 3 4 5 6 7 ]
123 original residue vector: [ 0 1 2 3 4 5 6 7 ]
H A D05-comment.tex114 The artist generally considered responsible for the work. In popular music this is usually the performing band or singer. For classical music it would be the composer. For an audio book it would be the author of the original text.
/external/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.h357 DeepCopy(std::vector<Ptr<Segment> >* original);
/external/zlib/src/contrib/masmx64/
H A Dgvmat64.asm25 ; claim that you wrote the original software. If you use this software
29 ; misrepresented as being the original software
/external/zlib/src/contrib/masmx86/
H A Dmatch686.asm177 ;; claim that you wrote the original software. If you use this software
181 ;; misrepresented as being the original software
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Tools.Tests.pas194 Foo.Value := 'original';
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DPluralRulesTest.java1008 private <T extends Serializable> T serializeAndDeserialize(T original, Output<Integer> size) { argument
1012 ostream.writeObject(original);
/external/libvpx/libvpx/vpx_ports/
H A Dx86_abi_support.asm181 ; original inline assembler we're porting from.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libvpx/libvpx/third_party/x86inc/
H A Dx86inc.asm101 ; from original code is added in for 64bit.
224 ; rNm is the original location of arg N (a register or on the stack), dword
850 ; If we were called as "SWAP m0,m1" rather than "SWAP 0,1" infer the original numbers here.
/external/v8/src/mips64/
H A Dsimulator-mips64.cc932 // the simulator. We write the original destination of the jump just at a known
1193 bool Simulator::set_fcsr_round_error(double original, double rounded) { argument
1198 if (!std::isfinite(original) || !std::isfinite(rounded)) {
1203 if (original != rounded) {
1225 bool Simulator::set_fcsr_round64_error(double original, double rounded) { argument
1230 if (!std::isfinite(original) || !std::isfinite(rounded)) {
1235 if (original != rounded) {
3332 // Restore callee-saved registers with the original value.
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/v8/src/mips/
H A Dsimulator-mips.cc1001 // the simulator. We write the original destination of the jump just at a known
1277 bool Simulator::set_fcsr_round_error(double original, double rounded) { argument
1282 if (!std::isfinite(original) || !std::isfinite(rounded)) {
1287 if (original != rounded) {
3169 // Restore callee-saved registers with the original value.
/external/blktrace/doc/
H A Dblktrace.tex722 \item[X -- split] The original starting sector followed by the new
726 \item[A -- remap] Sector and length is output, along with the original
805 the original device this \emph{bio} was mapped from.
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_idct32x32_add_neon.asm310 ; columns. In the first pass, the transposed columns are the original
312 ; original columns.
438 ; restore r0/input to its original value
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DbuildTools.jarMETA-INF/MANIFEST.MF org/eclipse/releng/Mailer.class Mailer.java package org.eclipse ...
/external/v8/src/
H A Dframes.cc1042 // back to a slow search in this case to find the original optimized
1610 field##_Wrapper(const field& original) : frame_(original) { \
/external/vogar/lib/
H A Dgson-1.7.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/external/zlib/src/contrib/delphi/
H A DZLib.pas72 CompressionRate returns the on-the-fly percentage by which the original
/external/icu/icu4c/source/test/intltest/
H A Dcaltest.cpp1657 UDate tst, original; local
1669 original = cal->getTime(errorCode);
1674 if(original!=tst) {
1676 sdf->format(Formattable(original, Formattable::kIsDate), us, errorCode);
2403 errln("Fail: Cloned calendar != the original");
2406 errln("Fail: The time of cloned calendar is not equal to the original");
2416 errln("Fail: Cloned and modified calendar == the original");
2419 errln("Fail: The time of cloned calendar is not equal to the original after changing wall time options");
2781 errln("Error: cloned locale %s != original locale %s, status %s\n", l0.getName(), l.getName(), u_errorName(status));
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dx86inc.asm130 ; rNm is the original location of arg N (a register or on the stack), dword
740 ; If we were called as "SWAP m0,m1" rather than "SWAP 0,1" infer the original numbers here.

Completed in 1317 milliseconds

<<11121314