HomeSort by relevance Sort by last modified time
    Searched refs:options (Results 1 - 25 of 7125) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/net/testdata/
large-ndots-resolv.conf 0 options ndots:1
negative-ndots-resolv.conf 0 options ndots:-
invalid-ndots-resolv.conf 0 options ndots:invali
  /prebuilts/go/linux-x86/src/net/testdata/
large-ndots-resolv.conf 0 options ndots:1
negative-ndots-resolv.conf 0 options ndots:-
invalid-ndots-resolv.conf 0 options ndots:invali
  /external/clang/test/Sema/
pragma-align-mac68k-unsupported.c 4 /* expected-error {{mac68k alignment pragma is not supported}} */ #pragma options align=mac68k
  /external/caliper/caliper/src/main/java/com/google/caliper/options/
package-info.java 16 * Contains code relating to parsing and managing command line options. This is distinct from
20 package com.google.caliper.options;
  /external/clang/test/Parser/
pragma-options.cpp 5 #pragma options align=natural
pragma-options.c 3 /* expected-warning {{expected 'align' following '#pragma options'}} */ #pragma options
4 /* expected-warning {{expected '=' following '#pragma options align'}} */ #pragma options align
5 /* expected-warning {{expected identifier in '#pragma options'}} */ #pragma options align =
6 /* expected-warning {{invalid alignment option in '#pragma options align'}} */ #pragma options align = foo
7 /* expected-warning {{extra tokens at end of '#pragma options'}} */ #pragma options align = reset fo
    [all...]
  /external/libchrome/dbus/
mock_bus.cc 11 MockBus::MockBus(const Bus::Options& options) : Bus(options) {
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
v32-err-9.s 2 ; { dg-options "--march=v32" }
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
DeltaEncoder.java 13 private final DeltaOptions options; field in class:DeltaEncoder
16 DeltaEncoder(DeltaOptions options) {
17 props[0] = (byte)(options.getDistance() - 1);
18 this.options = (DeltaOptions)options.clone();
34 return options.getOutputStream(out);
LZMA2Encoder.java 15 private final LZMA2Options options; field in class:LZMA2Encoder
18 LZMA2Encoder(LZMA2Options options) {
19 if (options.getPresetDict() != null)
23 if (options.getMode() == LZMA2Options.MODE_UNCOMPRESSED) {
26 int d = Math.max(options.getDictSize(),
32 this.options = (LZMA2Options)options.clone();
48 return options.getOutputStream(out);
  /external/webrtc/webrtc/modules/desktop_capture/
screen_capturer.cc 24 DesktopCaptureOptions options; local
25 options.set_use_update_notifications(use_update_notifications);
26 return Create(options);
30 DesktopCaptureOptions options; local
31 options.set_disable_effects(disable_effects);
32 return Create(options);
  /external/autotest/cli/
query_keyvals 9 usage = "usage: %prog [options] job_id"
17 options, args = parser.parse_args()
18 options.show_test_keyvals = options.type in ("all", "test")
19 options.show_attr_keyvals = options.type in ("all", "iteration", "attr")
20 options.show_perf_keyvals = options.type in ("all", "iteration", "perf")
21 options.show_iter_keyvals = (
22 options.show_perf_keyvals or options.show_attr_keyvals
    [all...]
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/runtime/
AgentOptionsTest.java 39 AgentOptions options = new AgentOptions(); local
40 assertEquals(AgentOptions.DEFAULT_DESTFILE, options.getDestfile());
41 assertTrue(options.getAppend());
42 assertEquals("*", options.getIncludes());
43 assertEquals("", options.getExcludes());
45 options.getExclClassloader());
46 assertFalse(options.getInclBootstrapClasses());
47 assertFalse(options.getInclNoLocationClasses());
48 assertNull(options.getSessionId());
49 assertTrue(options.getDumpOnExit())
61 AgentOptions options = new AgentOptions(""); local
67 AgentOptions options = new AgentOptions((String) null); local
89 AgentOptions options = new AgentOptions(properties); local
109 AgentOptions options = new AgentOptions(new Properties()); local
115 AgentOptions options = new AgentOptions("destfile=\/var\/test.exec"); local
121 AgentOptions options = new AgentOptions(); local
129 AgentOptions options = new AgentOptions("append=true"); local
135 AgentOptions options = new AgentOptions("append=false"); local
141 AgentOptions options = new AgentOptions(); local
149 AgentOptions options = new AgentOptions(); local
157 AgentOptions options = new AgentOptions( local
164 AgentOptions options = new AgentOptions(); local
173 AgentOptions options = new AgentOptions("includes=org.*:com.*"); local
179 AgentOptions options = new AgentOptions(); local
187 AgentOptions options = new AgentOptions("excludes=*Test"); local
193 AgentOptions options = new AgentOptions(); local
201 AgentOptions options = new AgentOptions("inclbootstrapclasses=true"); local
207 AgentOptions options = new AgentOptions("inclbootstrapclasses=false"); local
213 AgentOptions options = new AgentOptions(); local
221 AgentOptions options = new AgentOptions(); local
229 AgentOptions options = new AgentOptions("inclnolocationclasses=true"); local
235 AgentOptions options = new AgentOptions("inclnolocationclasses=false"); local
241 AgentOptions options = new AgentOptions(); local
249 AgentOptions options = new AgentOptions(); local
257 AgentOptions options = new AgentOptions("sessionid=testsession"); local
263 AgentOptions options = new AgentOptions(); local
271 AgentOptions options = new AgentOptions("dumponexit=false"); local
277 AgentOptions options = new AgentOptions(); local
284 AgentOptions options = new AgentOptions("output=tcpserver"); local
290 AgentOptions options = new AgentOptions(); local
297 AgentOptions options = new AgentOptions(); local
309 AgentOptions options = new AgentOptions(); local
315 AgentOptions options = new AgentOptions("port=1234"); local
321 AgentOptions options = new AgentOptions(); local
333 AgentOptions options = new AgentOptions(); local
339 AgentOptions options = new AgentOptions("address=remotehost"); local
345 AgentOptions options = new AgentOptions(); local
352 AgentOptions options = new AgentOptions(); local
375 AgentOptions options = new AgentOptions("classdumpdir=target\/dump"); local
381 AgentOptions options = new AgentOptions(); local
389 AgentOptions options = new AgentOptions("jmx=true"); local
395 AgentOptions options = new AgentOptions(); local
402 AgentOptions options = new AgentOptions(); local
412 AgentOptions options = new AgentOptions(); local
424 AgentOptions options = new AgentOptions(); local
436 AgentOptions options = new AgentOptions(); local
447 AgentOptions options = new AgentOptions(); local
459 AgentOptions options = new AgentOptions(); local
472 AgentOptions options = new AgentOptions( local
    [all...]
  /system/tools/hidl/test/vendor/
update-makefile.sh 3 options="-r tests:system/tools/hidl/test/ \
7 hidl-gen -Lmakefile $options tests.vendor@1.0;
8 hidl-gen -Landroidbp $options -t tests.vendor@1.0;
9 hidl-gen -Lmakefile $options tests.vendor@1.1;
10 hidl-gen -Landroidbp $options -t tests.vendor@1.1;
  /art/dexlayout/
dexlayout_main.cc 73 Options options; local
74 options.dump_ = true;
75 options.verbose_ = true;
86 options.show_annotations_ = true;
89 options.build_dex_ir_ = true;
92 options.checksum_only_ = true;
95 options.disassemble_ = true;
98 options.exports_only_ = true;
101 options.show_file_headers_ = true
    [all...]
  /external/icu/icu4c/source/tools/gencmn/
gencmn.c 36 static UOption options[]={ variable
57 /* preset then read command line options */
58 argc=u_parseArgs(argc, argv, UPRV_LENGTHOF(options), options);
69 if(argc<0 || options[0].doesOccur || options[1].doesOccur) {
78 if (options[0].doesOccur || options[1].doesOccur) {
83 "Options:\n"
102 sourceTOC=options[8].doesOccur
    [all...]
  /external/smali/baksmali/src/test/java/org/jf/baksmali/
ImplicitReferenceTest.java 65 BaksmaliOptions options = new BaksmaliOptions(); local
66 options.implicitReferences = true;
68 BaksmaliTestUtils.assertSmaliCompiledEquals(source, expected, options);
96 BaksmaliOptions options = new BaksmaliOptions(); local
97 options.implicitReferences = false;
99 BaksmaliTestUtils.assertSmaliCompiledEquals(source, expected, options);
121 BaksmaliOptions options = new BaksmaliOptions(); local
122 options.implicitReferences = true;
124 BaksmaliTestUtils.assertSmaliCompiledEquals(source, expected, options);
146 BaksmaliOptions options = new BaksmaliOptions() local
177 BaksmaliOptions options = new BaksmaliOptions(); local
208 BaksmaliOptions options = new BaksmaliOptions(); local
231 BaksmaliOptions options = new BaksmaliOptions(); local
254 BaksmaliOptions options = new BaksmaliOptions(); local
    [all...]
  /external/toolchain-utils/
build_chromeos.py 106 options = parser.parse_args(argv[1:])
108 if options.chromeos_root is None:
110 options.chromeos_root = os.path.expanduser(options.chromeos_root)
111 scripts_dir = os.path.join(options.chromeos_root, 'src', 'scripts')
115 if options.board is None:
118 if options.debug:
119 options.dev = True
121 build_packages_env = options.env
128 if options.rebuild == True
    [all...]
  /external/webrtc/webrtc/tools/
compare_videos.py 25 """Registers the command-line options."""
26 usage = 'usage: %prog [options]'
58 options, _ = parser.parse_args()
60 if not options.ref_video:
62 if not os.path.exists(options.ref_video):
63 parser.error('Cannot find the reference video at %s' % options.ref_video)
65 if not options.test_video:
67 if not os.path.exists(options.test_video):
68 parser.error('Cannot find the test video at %s' % options.test_video)
70 if not options.frame_analyzer
    [all...]
  /external/clang/test/CodeGen/
2008-08-07-AlignPadding2.c 13 const OptionDef options[] = { variable
14 /* main options */
  /external/desugar/java/com/google/devtools/common/options/
OpaqueOptionsData.java 15 package com.google.devtools.common.options;
18 * Opaque options data type, returned by {@link OptionsParser#getOptionsData} and consumed by

Completed in 2478 milliseconds

1 2 3 4 5 6 7 8 91011>>