HomeSort by relevance Sort by last modified time
    Searched refs:opt (Results 101 - 125 of 778) sorted by null

1 2 3 45 6 7 8 91011>>

  /dalvik/tools/dexdeps/etc/
dexdeps 58 opt=`expr "$1" : '-J\(.*\)'`
59 javaOpts="${javaOpts} -${opt}"
  /external/chromium/third_party/libjingle/source/talk/base/
asyncsocket.h 107 virtual int GetOption(Option opt, int* value) {
108 return socket_->GetOption(opt, value);
110 virtual int SetOption(Option opt, int value) {
111 return socket_->SetOption(opt, value);
asyncudpsocket.cc 92 int AsyncUDPSocket::GetOption(Socket::Option opt, int* value) {
93 return socket_->GetOption(opt, value);
96 int AsyncUDPSocket::SetOption(Socket::Option opt, int value) {
97 return socket_->SetOption(opt, value);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
feedManipulationEclipse.sh 13 export JAVA_HOME=/opt/sun-java2-5.0;
14 export ANT_HOME=/opt/apache-ant-1.6;
  /external/linux-tools-perf/util/
run-command.h 56 int run_command_v_opt(const char **argv, int opt);
  /external/llvm/include/llvm/Transforms/Utils/
SimplifyIndVar.h 24 extern cl::opt<bool> DisableIVRewrite;
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/
ConfirmationCallbackTest.java 154 String[] opt = {"CONTINUE", "ABORT"}; local
158 cc = new ConfirmationCallback(ConfirmationCallback.INFORMATION, opt, 1);
169 cc = new ConfirmationCallback(ConfirmationCallback.INFORMATION, opt, 3);
196 String[] opt = {"CONTINUE", "ABORT"}; local
200 cc = new ConfirmationCallback("prompt", ConfirmationCallback.INFORMATION, opt, 1);
211 cc = new ConfirmationCallback("", ConfirmationCallback.INFORMATION, opt, 1);
215 cc = new ConfirmationCallback(null, ConfirmationCallback.INFORMATION, opt, 1);
227 String[] opt = {"CONTINUE", "ABORT"}; local
230 cc = new ConfirmationCallback("prompt", mt[0], opt, 1);
233 assertEquals(opt,cc.getOptions())
    [all...]
  /external/libmtp/examples/
emptyfolders.c 63 int opt; local
67 while ( (opt = getopt(argc, argv, "d")) != -1 ) {
68 switch (opt) {
newplaylist.c 36 int opt; local
48 while ( (opt = getopt(argc, argv, "hn:i:")) != -1 ) {
49 switch (opt) {
  /external/libpng/contrib/gregbook/
makevms.com 56 $ open/write lopt lib.opt
60 $ open/write xopt x11.opt
77 "LINK rpng-x,readpng,lib.opt/opt,x11.opt/opt" -
83 "LINK rpng2-x,readpng2,lib.opt/opt,x11.opt/opt"
    [all...]
  /external/libvpx/build/make/
gen_msvs_def.sh 62 for opt in "$@"; do
63 optval="${opt#*=}"
64 case "$opt" in
71 -*) die_unknown $opt
73 *) file_list[${#file_list[@]}]="$opt"
  /external/llvm/lib/Support/
Debug.cpp 39 static cl::opt<bool, true>
45 static cl::opt<unsigned>
68 static cl::opt<DebugOnlyOpt, true, cl::parser<std::string> >
  /external/llvm/tools/llvm-cov/
llvm-cov.cpp 24 static cl::opt<bool>
27 static cl::opt<std::string>
30 static cl::opt<std::string>
  /external/llvm/utils/FileUpdate/
FileUpdate.cpp 25 static cl::opt<bool>
29 static cl::opt<std::string>
33 static cl::opt<std::string>
  /external/openssh/openbsd-compat/
bsd-nextstep.c 53 tcsetattr(int fd, int opt, const struct termios *t)
57 if (opt & TCSASOFT) {
62 switch (opt & ~TCSASOFT) {
  /sdk/emulator/qtools/
parse_options.cpp 53 int opt = getopt(argc, argv, "+e:i:l:mr:"); local
54 if (opt == -1)
56 switch (opt) {
  /external/dhcpcd/
dhcp.c 194 const struct dhcp_opt *opt; local
203 for (opt = dhcp_opts; opt->option; opt++)
204 if (opt->var)
205 printf("%03d %s\n", opt->option, opt->var);
211 const struct dhcp_opt *opt; local
218 for (opt = dhcp_opts; opt->option; opt++)
259 const struct dhcp_opt *opt; local
842 const struct dhcp_opt *opt; local
1308 const struct dhcp_opt *opt; local
    [all...]
  /external/llvm/tools/llvm-link/
llvm-link.cpp 35 static cl::opt<std::string>
39 static cl::opt<bool>
42 static cl::opt<bool>
46 static cl::opt<bool>
49 static cl::opt<bool>
  /external/emma/core/java12/com/vladium/emma/
runCommand.java 77 final IOptsParser.IOpt opt = opts [o]; local
78 final String on = opt.getCanonicalName ();
80 if (! processOpt (opt))
84 m_classpath = getListOptValue (opt, PATH_DELIMITERS, true);
92 m_scanCoveragePath = getOptionalBooleanOptValue (opt);
96 m_srcpath = getListOptValue (opt, PATH_DELIMITERS, true);
100 m_dumpRawData = getOptionalBooleanOptValue (opt);
104 m_outFileName = opt.getFirstValue ();
108 m_outDataMerge = getOptionalBooleanOptValue (opt) ? Boolean.TRUE : Boolean.FALSE;
112 m_reportTypes = Strings.merge (opt.getValues (), COMMA_DELIMITERS, true)
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
Monkey.java 709 String opt; local
710 while ((opt = nextOption()) != null) {
711 if (opt.equals("-s")) {
713 } else if (opt.equals("-p")) {
715 } else if (opt.equals("-c")) {
717 } else if (opt.equals("-v")) {
719 } else if (opt.equals("--ignore-crashes")) {
721 } else if (opt.equals("--ignore-timeouts")) {
723 } else if (opt.equals("--ignore-security-exceptions")) {
725 } else if (opt.equals("--monitor-native-crashes"))
    [all...]
  /external/tcpdump/
print-ppp.c 214 "LCP-Auth-Opt", /* (24) */
591 int len, opt; local
597 opt = p[0];
601 if ((opt >= LCPOPT_MIN) && (opt <= LCPOPT_MAX))
602 printf("\n\t %s Option (0x%02x), length %u (bogus, should be >= 2)", lcpconfopts[opt],opt,len);
604 printf("\n\tunknown LCP option 0x%02x", opt);
607 if ((opt >= LCPOPT_MIN) && (opt <= LCPOPT_MAX)
981 int len, opt; local
1108 int len, opt; local
1165 int len, opt; local
1223 int len, opt; local
    [all...]
  /ndk/build/tools/
prebuilt-common.sh 296 local opt text abstract default
309 for opt in $OPTIONS; do
310 text=`option_get_attr $opt text | awk "$AWK_SCRIPT"`
311 abstract=`option_get_attr $opt abstract`
312 default=`option_get_attr $opt default`
336 local opt optname otype value name fin funcname
354 opt=`expr -- "$1" : '^\(--[^=]*\)=.*$'`
355 if [ -n "$opt" ] ; then
362 opt=`expr -- "$1" : '^\(--.*\)$'`
363 if [ -n "$opt" ] ; the
    [all...]
  /external/dnsmasq/src/
network.c 272 int opt = 1; local
291 if (setsockopt(fd, SOL_SOCKET, SO_REUSEADDR, &opt, sizeof(opt)) == -1 ||
292 setsockopt(tcpfd, SOL_SOCKET, SO_REUSEADDR, &opt, sizeof(opt)) == -1 ||
293 setsockopt(fd, IPV6_LEVEL, IPV6_V6ONLY, &opt, sizeof(opt)) == -1 ||
294 setsockopt(tcpfd, IPV6_LEVEL, IPV6_V6ONLY, &opt, sizeof(opt)) == -1 ||
298 setsockopt(fd, IPV6_LEVEL, IPV6_RECVPKTINFO, &opt, sizeof(opt)) == -1 |
322 int opt = 1; local
393 int rc, opt = 1; local
    [all...]
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 47 static cl::opt<std::string>
50 static cl::opt<std::string>
54 static cl::opt<bool>
57 static cl::opt<bool>
60 static cl::opt<bool>
64 static cl::opt<unsigned>
68 static cl::opt<bool>
71 static cl::opt<bool>
79 static cl::opt<OutputFileType>
95 static cl::opt<std::string
    [all...]
  /external/ppp/pppd/plugins/rp-pppoe/
common.c 247 unsigned char *opt; local
322 opt = tcpHdr + 20;
323 while (opt < endHdr) {
324 if (!*opt) break; /* End of options */
325 switch(*opt) {
327 opt++;
331 if (opt[1] != 4) {
335 (unsigned int) opt[1],
342 mssopt = opt;
345 if (opt[1] < 2)
    [all...]

Completed in 6757 milliseconds

1 2 3 45 6 7 8 91011>>