Home
last modified time | relevance | path

Searched defs:options (Results 1 – 25 of 1776) sorted by relevance

12345678910>>...72

/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/runtime/
DAgentOptionsTest.java39 AgentOptions options = new AgentOptions(); in testDefaults() local
64 AgentOptions options = new AgentOptions(""); in testEmptyOptions() local
70 AgentOptions options = new AgentOptions((String) null); in testNullOptions() local
92 AgentOptions options = new AgentOptions(properties); in testPropertiesOptions() local
112 AgentOptions options = new AgentOptions(new Properties()); in testEmptyPropertiesOptions() local
118 AgentOptions options = new AgentOptions("destfile=/var/test.exec"); in testGetDestile() local
124 AgentOptions options = new AgentOptions(); in testSetDestile() local
132 AgentOptions options = new AgentOptions("append=true"); in testGetAppendTrue() local
138 AgentOptions options = new AgentOptions("append=false"); in testGetAppendFalse() local
144 AgentOptions options = new AgentOptions(); in testSetAppendTrue() local
[all …]
/external/syslinux/com32/chain/
Doptions.h40 struct options { struct
41 const char *drivename;
42 const char *partition;
43 const char *file;
44 const char *grubcfg;
45 addr_t fseg;
46 addr_t foff;
47 addr_t fip;
48 addr_t sseg;
49 addr_t soff;
[all …]
/external/smali/baksmali/src/test/java/org/jf/baksmali/
DImplicitReferenceTest.java65 BaksmaliOptions options = new BaksmaliOptions(); in testImplicitMethodReferences() local
96 BaksmaliOptions options = new BaksmaliOptions(); in testExplicitMethodReferences() local
121 BaksmaliOptions options = new BaksmaliOptions(); in testImplicitMethodLiterals() local
146 BaksmaliOptions options = new BaksmaliOptions(); in testExplicitMethodLiterals() local
177 BaksmaliOptions options = new BaksmaliOptions(); in testImplicitFieldReferences() local
208 BaksmaliOptions options = new BaksmaliOptions(); in testExplicitFieldReferences() local
231 BaksmaliOptions options = new BaksmaliOptions(); in testImplicitFieldLiterals() local
254 BaksmaliOptions options = new BaksmaliOptions(); in testExplicitFieldLiterals() local
/external/turbine/javatests/com/google/turbine/options/
DTurbineOptionsTest.java82 TurbineOptions options = in exhaustiveArgs() local
122 TurbineOptions options = in strictJavaDepsArgs() local
147 TurbineOptions options = in classpathArgs() local
168 TurbineOptions options = in repeatedClasspath() local
188 TurbineOptions options = TurbineOptionsParser.parse(Arrays.asList(lines)); in optionalTargetLabelAndRuleKind() local
207 TurbineOptions options = TurbineOptionsParser.parse(Arrays.asList(lines)); in paramsFile() local
223 TurbineOptions options = in escapedExternalRepositoryLabel() local
/external/tensorflow/tensorflow/python/profiler/
Dmodel_analyzer.py59 def _build_options(options): argument
106 def _build_advisor_options(options): argument
207 def profile_python(self, options): argument
228 def profile_operations(self, options): argument
245 def profile_name_scope(self, options): argument
262 def profile_graph(self, options): argument
279 def advise(self, options): argument
314 options=_DEFAULT_PROFILE_OPTIONS): argument
385 def advise(graph=None, run_meta=None, options=_DEFAULT_ADVISE_OPTIONS): argument
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/emitter/
DEmitterTest.java41 DumperOptions options = new DumperOptions(); in testWriteFolded() local
54 DumperOptions options = new DumperOptions(); in testWriteLiteral() local
67 DumperOptions options = new DumperOptions(); in testWritePlain() local
80 DumperOptions options = new DumperOptions(); in testWritePlainPretty() local
96 DumperOptions options = new DumperOptions(); in testWriteSingleQuoted() local
109 DumperOptions options = new DumperOptions(); in testWriteDoubleQuoted() local
123 DumperOptions options = new DumperOptions(); in testWriteSupplementaryUnicode() local
139 DumperOptions options = new DumperOptions(); in testSplitLineExpectFirstFlowSequenceItem() local
162 DumperOptions options = new DumperOptions(); in testWriteIndicatorIndent() local
176 DumperOptions options = new DumperOptions(); in testSplitLineExpectFlowSequenceItem() local
[all …]
/external/python/cpython3/Lib/tkinter/
Dmessagebox.py67 def _show(title=None, message=None, _icon=None, _type=None, **options):
81 def showinfo(title=None, message=None, **options):
85 def showwarning(title=None, message=None, **options):
89 def showerror(title=None, message=None, **options):
93 def askquestion(title=None, message=None, **options):
97 def askokcancel(title=None, message=None, **options):
102 def askyesno(title=None, message=None, **options):
107 def askyesnocancel(title=None, message=None, **options):
116 def askretrycancel(title=None, message=None, **options):
/external/python/cpython2/Lib/lib-tk/
DtkMessageBox.py67 def _show(title=None, message=None, _icon=None, _type=None, **options):
81 def showinfo(title=None, message=None, **options):
85 def showwarning(title=None, message=None, **options):
89 def showerror(title=None, message=None, **options):
93 def askquestion(title=None, message=None, **options):
97 def askokcancel(title=None, message=None, **options):
102 def askyesno(title=None, message=None, **options):
107 def askyesnocancel(title=None, message=None, **options):
116 def askretrycancel(title=None, message=None, **options):
DtkFileDialog.py122 def askopenfilename(**options):
127 def asksaveasfilename(**options):
132 def askopenfilenames(**options):
143 def askopenfile(mode = "r", **options):
151 def askopenfiles(mode = "r", **options):
168 def asksaveasfile(mode = "w", **options):
176 def askdirectory (**options):
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
DDumperOptionsTest.java33 DumperOptions options = new DumperOptions(); in testDefaultStyle() local
68 DumperOptions options = new DumperOptions(); in testDefaultFlowStyle() local
105 DumperOptions options = new DumperOptions(); in testDefaultFlowStyleNested() local
128 DumperOptions options = new DumperOptions(); in testCanonical() local
145 DumperOptions options = new DumperOptions(); in testIndent() local
/external/autotest/client/bin/
Dsetup_job.py23 def __init__(self, options): argument
42 def init_test(options, testdir): argument
93 def load_all_client_tests(options): argument
160 def setup_tests(options): argument
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DIDNAReference.java119 public static StringBuffer convertToASCII(String src, int options) in convertToASCII()
124 public static StringBuffer convertToASCII(StringBuffer src, int options) in convertToASCII()
129 public static StringBuffer convertToASCII(UCharacterIterator srcIter, int options) in convertToASCII()
235 public static StringBuffer convertIDNtoASCII(UCharacterIterator iter,int options) in convertIDNtoASCII()
239 public static StringBuffer convertIDNtoASCII(StringBuffer str,int options) in convertIDNtoASCII()
243 public static StringBuffer convertIDNToASCII(String src,int options) in convertIDNToASCII()
268 public static StringBuffer convertToUnicode(String src, int options) in convertToUnicode()
273 public static StringBuffer convertToUnicode(StringBuffer src, int options) in convertToUnicode()
278 public static StringBuffer convertToUnicode(UCharacterIterator iter, int options) in convertToUnicode()
343 public static StringBuffer convertIDNToUnicode(UCharacterIterator iter, int options) in convertIDNToUnicode()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
DIDNAReference.java122 public static StringBuffer convertToASCII(String src, int options) in convertToASCII()
127 public static StringBuffer convertToASCII(StringBuffer src, int options) in convertToASCII()
132 public static StringBuffer convertToASCII(UCharacterIterator srcIter, int options) in convertToASCII()
238 public static StringBuffer convertIDNtoASCII(UCharacterIterator iter,int options) in convertIDNtoASCII()
242 public static StringBuffer convertIDNtoASCII(StringBuffer str,int options) in convertIDNtoASCII()
246 public static StringBuffer convertIDNToASCII(String src,int options) in convertIDNToASCII()
271 public static StringBuffer convertToUnicode(String src, int options) in convertToUnicode()
276 public static StringBuffer convertToUnicode(StringBuffer src, int options) in convertToUnicode()
281 public static StringBuffer convertToUnicode(UCharacterIterator iter, int options) in convertToUnicode()
346 public static StringBuffer convertIDNToUnicode(UCharacterIterator iter, int options) in convertIDNToUnicode()
[all …]
/external/libtextclassifier/
Dtoken-feature-extractor_test.cc32 TokenFeatureExtractorOptions options; in TEST() local
103 TokenFeatureExtractorOptions options; in TEST() local
133 TokenFeatureExtractorOptions options; in TEST() local
204 TokenFeatureExtractorOptions options; in TEST() local
236 TokenFeatureExtractorOptions options; in TEST() local
272 TokenFeatureExtractorOptions options; in TEST() local
297 TokenFeatureExtractorOptions options; in TEST() local
322 TokenFeatureExtractorOptions options; in TEST() local
347 TokenFeatureExtractorOptions options; in TEST() local
368 TokenFeatureExtractorOptions options; in TEST() local
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DIDNA.java145 public static IDNA getUTS46Instance(int options) { in getUTS46Instance()
480 public static StringBuffer convertToASCII(String src, int options) in convertToASCII()
512 public static StringBuffer convertToASCII(StringBuffer src, int options) in convertToASCII()
544 public static StringBuffer convertToASCII(UCharacterIterator src, int options) in convertToASCII()
580 public static StringBuffer convertIDNToASCII(UCharacterIterator src, int options) in convertIDNToASCII()
616 public static StringBuffer convertIDNToASCII(StringBuffer src, int options) in convertIDNToASCII()
652 public static StringBuffer convertIDNToASCII(String src,int options) in convertIDNToASCII()
684 public static StringBuffer convertToUnicode(String src, int options) in convertToUnicode()
716 public static StringBuffer convertToUnicode(StringBuffer src, int options) in convertToUnicode()
748 public static StringBuffer convertToUnicode(UCharacterIterator src, int options) in convertToUnicode()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DIDNA.java152 public static IDNA getUTS46Instance(int options) { in getUTS46Instance()
499 public static StringBuffer convertToASCII(String src, int options) in convertToASCII()
530 public static StringBuffer convertToASCII(StringBuffer src, int options) in convertToASCII()
561 public static StringBuffer convertToASCII(UCharacterIterator src, int options) in convertToASCII()
596 public static StringBuffer convertIDNToASCII(UCharacterIterator src, int options) in convertIDNToASCII()
631 public static StringBuffer convertIDNToASCII(StringBuffer src, int options) in convertIDNToASCII()
666 public static StringBuffer convertIDNToASCII(String src,int options) in convertIDNToASCII()
697 public static StringBuffer convertToUnicode(String src, int options) in convertToUnicode()
728 public static StringBuffer convertToUnicode(StringBuffer src, int options) in convertToUnicode()
759 public static StringBuffer convertToUnicode(UCharacterIterator src, int options) in convertToUnicode()
[all …]
/external/antlr/antlr-3.4/runtime/Python/antlr3/
Dmain.py166 def setUp(self, options): argument
170 def parseStream(self, options, inStream): argument
174 def write(self, options, text): argument
179 def writeln(self, options, text): argument
190 def parseStream(self, options, inStream): argument
221 def setUp(self, options): argument
226 def parseStream(self, options, inStream): argument
283 def setUp(self, options): argument
290 def parseStream(self, options, inStream): argument
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.h181 const Options& options) { in UseUnknownFieldSet()
196 const Options& options) { in HasGeneratedMethods()
202 const Options& options) { in HasDescriptorMethods()
208 const Options& options) { in HasGenericServices()
218 const Options& options) { in HasFastArraySerialization()
295 const FileDescriptor* file, const Options& options) { in GetOptimizeFor()
/external/icu/icu4c/source/test/perf/normperf/
Dnormperf.h46 int32_t options; variable
117 int32_t options; variable
191 int32_t options; variable
261 int32_t ICUNormNFD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, U… in ICUNormNFD()
265 int32_t ICUNormNFC(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, U… in ICUNormNFC()
269 int32_t ICUNormNFKD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, … in ICUNormNFKD()
272 int32_t ICUNormNFKC(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, … in ICUNormNFKC()
276 int32_t ICUNormFCD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, U… in ICUNormFCD()
280 int32_t ICUQuickCheck(const UChar* src,int32_t srcLen, UNormalizationMode mode, int32_t options, UE… in ICUQuickCheck()
287 int32_t ICUIsNormalized(const UChar* src,int32_t srcLen, UNormalizationMode mode, int32_t options, … in ICUIsNormalized()
[all …]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
DXMPMetaFactory.java97 public static XMPMeta parse(InputStream in, ParseOptions options) in parse()
127 public static XMPMeta parseFromString(String packet, ParseOptions options) in parseFromString()
158 ParseOptions options) throws XMPException in parseFromBuffer()
186 public static void serialize(XMPMeta xmp, OutputStream out, SerializeOptions options) in serialize()
190 XMPSerializerHelper.serialize((XMPMetaImpl) xmp, out, options); in serialize() local
202 public static byte[] serializeToBuffer(XMPMeta xmp, SerializeOptions options) in serializeToBuffer()
219 public static String serializeToString(XMPMeta xmp, SerializeOptions options) in serializeToString()
/external/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc192 string GetPath(const GeneratorOptions& options, in GetPath()
210 string GetPrefix(const GeneratorOptions& options, in GetPrefix()
231 string GetPath(const GeneratorOptions& options, in GetPath()
241 string GetPath(const GeneratorOptions& options, in GetPath()
248 string GetPath(const GeneratorOptions& options, in GetPath()
258 string GetPath(const GeneratorOptions& options, in GetPath()
265 string MaybeCrossFileRef(const GeneratorOptions& options, in MaybeCrossFileRef()
279 string SubmessageTypeRef(const GeneratorOptions& options, in SubmessageTypeRef()
398 string GetExtensionFileName(const GeneratorOptions& options, in GetExtensionFileName()
405 string GetMessageFileName(const GeneratorOptions& options, in GetMessageFileName()
[all …]
/external/skqp/infra/bots/android_compile/
Dtrigger_wait_ac_task.py33 def _CreateTaskJSON(options): argument
53 def _GetAuthHeaders(data, options): argument
65 def _TriggerTask(options): argument
84 def TriggerAndWait(options): argument
/external/skia/infra/bots/android_compile/
Dtrigger_wait_ac_task.py33 def _CreateTaskJSON(options): argument
53 def _GetAuthHeaders(data, options): argument
65 def _TriggerTask(options): argument
84 def TriggerAndWait(options): argument
/external/boringssl/src/crypto/cipher_extra/test/
Dmake_legacy_aead_tests.go125 type options struct { struct
127 extraPadding bool
129 maximalPadding bool
131 wrongPadding bool
134 wrongPaddingOffset int
137 noPadding bool
139 omitMAC bool
142 func makeTestCase(length int, options options) (*testCase, error) { argument
300 func addTestCase(length int, options options) { argument
/external/syslinux/gpxe/src/net/
Ddhcpopts.c63 dhcp_option ( struct dhcp_options *options, unsigned int offset ) { in dhcp_option()
75 dhcp_option_offset ( struct dhcp_options *options, in dhcp_option_offset()
114 static int find_dhcp_option_with_encap ( struct dhcp_options *options, in find_dhcp_option_with_encap()
183 static int resize_dhcp_option ( struct dhcp_options *options, in resize_dhcp_option()
260 static int set_dhcp_option ( struct dhcp_options *options, unsigned int tag, in set_dhcp_option()
340 int dhcpopt_store ( struct dhcp_options *options, unsigned int tag, in dhcpopt_store()
359 int dhcpopt_extensible_store ( struct dhcp_options *options, unsigned int tag, in dhcpopt_extensible_store()
378 int dhcpopt_fetch ( struct dhcp_options *options, unsigned int tag, in dhcpopt_fetch()
405 static void dhcpopt_update_len ( struct dhcp_options *options ) { in dhcpopt_update_len()
435 void dhcpopt_init ( struct dhcp_options *options, void *data, in dhcpopt_init()

12345678910>>...72