HomeSort by relevance Sort by last modified time
    Searched full:preserve (Results 26 - 50 of 4245) sorted by null

12 3 4 5 6 7 8 91011>>

  /libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/
TestFlagExpectedOp.java 37 EnumSet<StreamOpFlag> preserve = EnumSet.noneOf(StreamOpFlag.class); field in class:TestFlagExpectedOp.Builder
49 Builder<T> preserve(EnumSet<StreamOpFlag> preserve) { method in class:TestFlagExpectedOp.Builder
50 this.preserve = preserve;
65 return new TestFlagExpectedOp<>(flags, known, preserve, notKnown, shape);
70 final EnumSet<StreamOpFlag> preserve; field in class:TestFlagExpectedOp
76 EnumSet<StreamOpFlag> preserve,
78 this(flags, known, preserve, notKnown, StreamShape.REFERENCE);
83 EnumSet<StreamOpFlag> preserve,
    [all...]
  /build/make/tools/libhost/include/host/
CopyFile.h 16 COPY_PERMISSIONS = 0x00080000, // preserve mode, ownership, timestamps
17 COPY_TIMESTAMPS = 0x00100000, // preserve mode, ownership, timestamps
  /external/libxml2/test/c14n/1-1-without-comments/
xmlbase-c14n11spec-102.xml 7 <!ATTLIST e2 xml:space (default|preserve) 'preserve'>
xmlbase-c14n11spec2-102.xml 7 <!ATTLIST e2 xml:space (default|preserve) 'preserve'>
  /external/testng/src/test/resources/sanitycheck/
test1.xml 3 <test name="SanityCheck:Tests" preserve-order="true">
9 <test name="SanityCheck:Tests:Another" preserve-order="true">
  /art/runtime/interpreter/mterp/x86/
op_const_wide_16.S 3 movl rIBASE, %ecx # preserve rIBASE (cltd trashes it)
op_const_wide_32.S 3 movl rIBASE, %ecx # preserve rIBASE (cltd trashes it)
  /external/libxml2/result/c14n/1-1-without-comments/
example-8 1 <e1 xmlns="http://www.ietf.org" xmlns:w3c="http://www.w3.org" xml:base="something/else"><e3 xmlns="" id="E3" xml:base="bar/foo" xml:space="preserve"></e3></e1
xmlbase-c14n11spec-102 1 <e1 xmlns="http://www.ietf.org" xmlns:w3c="http://www.w3.org" xml:base="http://www.example.com/something/else"><e3 xmlns="" id="E3" xml:base="../bar/foo" xml:space="preserve"></e3></e1
xmlbase-c14n11spec2-102 1 <e1 xmlns="http://www.ietf.org" xmlns:w3c="http://www.w3.org" xml:base="something/else"><e3 xmlns="" id="E3" xml:base="bar/foo" xml:space="preserve"></e3></e1
  /external/libxml2/test/relaxng/
tutor11_4.rng 15 <value>preserve</value>
  /external/llvm/test/MC/ARM/
preserve-comments-arm.s 1 @RUN: llvm-mc -preserve-comments -n -triple arm-eabi < %s > %t
  /external/llvm/test/MC/AsmParser/
preserve-comments.s 1 #RUN: llvm-mc -preserve-comments -n -triple i386-linux-gnu < %s > %t
  /external/swiftshader/third_party/LLVM/utils/lit/lit/ExampleTests/LLVM.InTree/test/
lit.site.cfg 6 # Preserve some key paths for use by main LLVM test suite config.
  /external/testng/src/test/resources/
listener-in-xml.xml 8 <test name="Regression2" preserve-order="true">
methodselector-in-xml.xml 8 <test name="Regression2" preserve-order="true">
  /external/testng/src/test/resources/xml/
badWithDoctype.xml 4 <test name="Demo 1" preserve-order="true" />
goodWithDoctype.xml 4 <test name="Demo 1" preserve-order="true" />
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
abs-call-1.s 15 @ bl foo is broken - gas fails to preserve the symbol reference
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-selective/
keepdot.d 2 #name: Preserve default . = 0
  /external/proguard/examples/ant/
applets.xml 21 <!-- Optionally preserve line numbers in the obfuscated stack traces.
26 <!-- Preserve all annotations. -->
30 <!-- Preserve all public applets. -->
34 <!-- Preserve all native method names and the names of their classes. -->
40 <!-- Preserve the methods that are required in all enumeration classes. -->
53 <!-- Explicitly preserve all serialization members. The Serializable
applications2.xml 24 <!-- Save the obfuscation mapping to a file, and preserve line numbers. -->
30 <!-- Preserve all annotations. -->
34 <!-- Preserve all public applications. -->
40 <!-- Preserve all native method names and the names of their classes. -->
46 <!-- Preserve the methods that are required in all enumeration classes. -->
53 <!-- Explicitly preserve all serialization members. The Serializable
  /external/proguard/examples/
library.pro 27 # Preserve all annotations.
31 # Preserve all public classes, and their public and protected fields and
38 # Preserve all .class method names.
45 # Preserve all native method names and the names of their classes.
51 # Preserve the special static methods that are required in all enumeration
59 # Explicitly preserve all serialization members. The Serializable interface
  /prebuilts/tools/common/proguard/proguard4.7/examples/ant/
applets.xml 21 <!-- Optionally preserve line numbers in the obfuscated stack traces.
26 <!-- Preserve all annotations. -->
30 <!-- Preserve all public applets. -->
34 <!-- Preserve all native method names and the names of their classes. -->
40 <!-- Preserve the methods that are required in all enumeration classes. -->
53 <!-- Explicitly preserve all serialization members. The Serializable
applications2.xml 24 <!-- Save the obfuscation mapping to a file, and preserve line numbers. -->
30 <!-- Preserve all annotations. -->
34 <!-- Preserve all public applications. -->
40 <!-- Preserve all native method names and the names of their classes. -->
46 <!-- Preserve the methods that are required in all enumeration classes. -->
53 <!-- Explicitly preserve all serialization members. The Serializable

Completed in 6370 milliseconds

12 3 4 5 6 7 8 91011>>