HomeSort by relevance Sort by last modified time
    Searched refs:opt (Results 351 - 375 of 3025) sorted by null

<<11121314151617181920>>

  /external/curl/packages/vms/
setup_gnv_curl_build.com 153 $ create 'base_dir'gnv$conftest.opt
154 $ open/append opt 'base_dir'gnv$conftest.opt
155 $ if libzshr_line .nes. "" then write opt libzshr_line
156 $ if libcryptoshr_line .nes. "" then write opt libcryptoshr_line
157 $ if libsslshr_line .nes. "" then write opt libsslshr_line
158 $ close opt
166 $ create [.src]gnv$curl.opt
167 $ open/append opt [.src]gnv$curl.opt
    [all...]
gnv_link_curl.com 113 $ base_link_opt_file = "[.packages.vms.''arch_name']gnv_libcurl_linker.opt"
114 $ share_link_opt_file = "[.packages.vms.''arch_name']gnv_ssl_libcurl_linker.opt"
117 $ base_link_opt_file = "[.packages.vms]gnv_libcurl_linker.opt"
118 $ share_link_opt_file = "[.packages.vms]gnv_ssl_libcurl_linker.opt"
374 gnv_packages_vms:gnv_libcurl_symbols.opt/opt,-
376 'share_link_opt_file'/opt
381 gnv_packages_vms:gnv_libcurl_xfer.opt/opt,-
383 'base_link_opt_file'/opt
    [all...]
  /external/clang/include/clang/Driver/
Compilation.h 21 namespace opt { namespace in namespace:llvm
54 llvm::opt::InputArgList *Args;
58 llvm::opt::DerivedArgList *TranslatedArgs;
74 llvm::opt::DerivedArgList *> TCArgs;
77 llvm::opt::ArgStringList TempFiles;
94 llvm::opt::InputArgList *Args,
95 llvm::opt::DerivedArgList *TranslatedArgs);
148 const llvm::opt::InputArgList &getInputArgs() const { return *Args; }
150 const llvm::opt::DerivedArgList &getArgs() const { return *TranslatedArgs; }
152 llvm::opt::DerivedArgList &getArgs() { return *TranslatedArgs;
    [all...]
  /frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
ViewfinderProcessor.java 190 Script.LaunchOptions opt = new Script.LaunchOptions(); local
191 opt.setX(2, mBlurAllocation.getType().getX() - 2);
192 opt.setY(2, mBlurAllocation.getType().getY() - 2);
193 mScriptCanny.forEach_blur_uchar(mBlurAllocation, opt);
195 opt.setX(3, mBlurAllocation.getType().getX() - 3);
196 opt.setY(3, mBlurAllocation.getType().getY() - 3);
197 mScriptCanny.forEach_edge(mEdgeAllocation, opt);
199 opt.setX(4, mBlurAllocation.getType().getX() - 4);
200 opt.setY(4, mBlurAllocation.getType().getY() - 4);
201 mScriptCanny.forEach_thin(mBlurAllocation, opt);
280 Script.LaunchOptions opt = new Script.LaunchOptions(); local
    [all...]
  /libcore/ojluni/src/main/java/sun/security/x509/
GeneralSubtree.java 84 DerValue opt = val.data.getDerValue(); local
86 if (opt.isContextSpecific(TAG_MIN) && !opt.isConstructed()) {
87 opt.resetTag(DerValue.tag_Integer);
88 minimum = opt.getInteger();
90 } else if (opt.isContextSpecific(TAG_MAX) && !opt.isConstructed()) {
91 opt.resetTag(DerValue.tag_Integer);
92 maximum = opt.getInteger();
  /tools/tradefederation/core/python-lib/tradefed_py/
tf_main.py 46 for opt, value in options:
47 if opt in ('-h','-H','--help'):
49 if opt in ('-q','--quiet'):
51 if opt in ('-v','--verbose'):
53 if opt in ('-f','--failfast'):
57 if opt in ('-c','--catch'):
61 if opt in ('-b','--buffer'):
65 if opt in ('-s', '--serial'):
68 if opt in ('-e', '--extra_options'):
  /external/libvpx/libvpx/build/make/
gen_asm_deps.sh 26 for opt do
27 optval="${opt#*=}"
28 case "$opt" in
33 -I*) raw_inc_paths="${raw_inc_paths} ${opt}"
34 inc_path="${inc_path} ${opt#-I}"
38 *) [ -f "$opt" ] && srcfile="$opt"
  /external/iproute2/tc/
q_tbf.c 42 struct tc_tbf_qopt opt = {}; local
55 if (opt.limit) {
63 if (get_size(&opt.limit, *argv)) {
74 if (opt.limit) {
191 if (opt.limit == 0 && latency == 0) {
201 opt.rate.rate = (rate64 >= (1ULL << 32)) ? ~0U : rate64;
202 opt.peakrate.rate = (prate64 >= (1ULL << 32)) ? ~0U : prate64;
204 if (opt.limit == 0) {
213 opt.limit = lim;
216 opt.rate.mpu = mpu
    [all...]
q_htb.c 66 struct tc_htb_glob opt = { local
76 if (get_u32(&opt.rate2quantum, *argv, 10)) {
81 if (get_u32(&opt.defcls, *argv, 16)) {
88 opt.debug |= (*p-'0')<<(2*i);
104 addattr_l(n, 2024, TCA_HTB_INIT, &opt, NLMSG_ALIGN(sizeof(opt)));
115 struct tc_htb_opt opt = {}; local
129 if (get_u32(&opt.prio, *argv, 10)) {
155 if (get_u32(&opt.quantum, *argv, 10)) {
220 opt.rate.rate = (rate64 >= (1ULL << 32)) ? ~0U : rate64
    [all...]
  /external/dnsmasq/src/
rfc2131.c 81 #define option_len(opt) ((int)(((unsigned char *)(opt))[1]))
82 #define option_ptr(opt, i) ((void *)&(((unsigned char *)(opt))[2u+(unsigned int)(i)]))
84 static int sanitise(unsigned char *opt, char *buf);
86 static unsigned int calc_time(struct dhcp_context *context, struct dhcp_config *config, unsigned char *opt);
87 static void option_put(struct dhcp_packet *mess, unsigned char *end, int opt, int len, unsigned int val);
89 int opt, char *string, int null_term);
90 static struct in_addr option_addr(unsigned char *opt);
91 static struct in_addr option_addr_arr(unsigned char *opt, int offset)
124 unsigned char *opt, *clid = NULL; local
1850 struct dhcp_opt *opt; local
2026 struct dhcp_opt *opt, *config_opts = daemon->dhcp_opts; local
    [all...]
  /dalvik/dx/tests/138-invoke-polymorphic-again/
Main.java 33 public static void $opt$BasicTest() throws Throwable {
45 public static int $opt$BasicTest2() throws Throwable {
58 $opt$BasicTest();
  /device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/src/tbbr/
tbb_ext.c 29 .opt = "tfw-nvctr",
39 .opt = "ntfw-nvctr",
49 .opt = "tb-fw",
82 .opt = "scp-fw",
99 .opt = "soc-fw",
116 .opt = "tos-fw",
125 .opt = "tos-fw-extra1",
135 .opt = "tos-fw-extra2",
153 .opt = "nt-fw",
162 .opt = "scp-fwu-cfg"
    [all...]
  /external/fio/
options.h 37 static inline bool o_match(struct fio_option *o, const char *opt)
39 if (!strcmp(o->name, opt))
41 else if (o->alias && !strcmp(o->alias, opt))
  /external/libgsm/src/
gsm_option.c 14 int gsm_option P3((r, opt, val), gsm r, int opt, int * val)
18 switch (opt) {
  /external/libxkbcommon/xkbcommon/test/
rmlvo-to-kccgst.c 33 int opt; local
38 while ((opt = getopt(argc, argv, "r:m:l:v:o:h")) != -1) {
39 switch (opt) {
  /external/linux-kselftest/tools/testing/selftests/media_tests/
media_device_open.c 38 int opt; local
51 while ((opt = getopt(argc, argv, "d:")) != -1) {
52 switch (opt) {
  /external/selinux/libselinux/utils/
selinux_check_access.c 25 int opt, rc; local
28 while ((opt = getopt(argc, argv, "a:")) != -1) {
29 switch (opt) {
  /packages/services/Telephony/src/com/android/phone/
TelephonyShellCommand.java 137 String opt; local
138 while ((opt = getNextOption()) != null) {
139 switch (opt) {
193 String opt; local
194 while ((opt = getNextOption()) != null) {
195 switch (opt) {
237 String opt; local
238 while ((opt = getNextOption()) != null) {
239 switch (opt) {
264 String opt; local
    [all...]
  /external/syslinux/win/
syslinux.c 241 char new_name[strlen(opt.directory) + 16];
246 new_name[0] = opt.device[0];
250 for (sd = opt.directory; *sd; sd++) {
278 filename, opt.directory);
323 if (!opt.device || !isalpha(opt.device[0]) || opt.device[1] != ':'
324 || opt.device[2])
327 if (opt.sectors || opt.heads || opt.reset_adv || opt.set_onc
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/
telnet.py 69 opt = '' # Interpret next char as option
79 if opt:
81 s.send(opt + c)
82 opt = ''
90 opt = IAC + WONT
94 opt = IAC + DONT
  /external/flatbuffers/src/
flathash.cpp 71 std::string opt = arg; local
72 if (opt == "-d") output_format = kDecimal;
73 else if (opt == "-x") output_format = kHexadecimal;
74 else if (opt == "-0x") output_format = kHexadecimal0x;
75 else if (opt == "-c") annotate = true;
76 else if (opt == "--") escape_dash = true;
  /external/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
copy.pass.cpp 76 optional<T> opt(3);
79 opt = opt2;
82 assert(!opt.has_value());
86 optional<X> opt; local
92 opt = opt2;
98 assert(static_cast<bool>(opt) == false);
  /external/libpcap/
pcap-snoop.c 222 (void)strncpy(sr.sr_ifname, p->opt.device, sizeof(sr.sr_ifname));
241 if (p->opt.buffer_size != 0)
242 v = p->opt.buffer_size;
249 if (strncmp("et", p->opt.device, 2) == 0 || /* Challenge 10 Mbit */
250 strncmp("ec", p->opt.device, 2) == 0 || /* Indigo/Indy 10 Mbit,
252 strncmp("ef", p->opt.device, 2) == 0 || /* O200/2000 10/100 Mbit */
253 strncmp("eg", p->opt.device, 2) == 0 || /* Octane/O2xxx/O3xxx Gigabit */
254 strncmp("gfe", p->opt.device, 3) == 0 || /* GIO 100 Mbit */
255 strncmp("fxp", p->opt.device, 3) == 0 || /* Challenge VME Enet */
256 strncmp("ep", p->opt.device, 2) == 0 || /* Challenge 8x10 Mbit EPLEX *
    [all...]
  /external/python/cpython2/Demo/sockets/
telnet.py 69 opt = '' # Interpret next char as option
79 if opt:
81 s.send(opt + c)
82 opt = ''
90 opt = IAC + WONT
94 opt = IAC + DONT
  /external/swiftshader/third_party/LLVM/tools/llvm-as/
llvm-as.cpp 33 static cl::opt<std::string>
36 static cl::opt<std::string>
40 static cl::opt<bool>
43 static cl::opt<bool>
46 static cl::opt<bool>
49 static cl::opt<bool>

Completed in 1393 milliseconds

<<11121314151617181920>>