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

1 2 3 45 6 7 8 91011>>

  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_prolog.h 17 # pragma option push
18 # pragma option -Vx- -Ve- -a8 -b -pc
  /external/bison/lib/
getopt1.c 8 the Free Software Foundation; either version 2, or (at your option)
46 const struct option *long_options, int *opt_index)
54 const struct option *long_options, int *opt_index,
61 /* Like getopt_long, but '-' as well as '--' can indicate a long option.
62 If an option that starts with '-' (not '--') doesn't match a long option,
63 but does match a short option, it is parsed as a short option
69 const struct option *long_options, int *opt_index)
77 const struct option *long_options, int *opt_index
    [all...]
  /packages/apps/Phone/src/com/android/phone/sip/
SipSharedPreferences.java 81 public void setSipCallOption(String option) {
83 Settings.System.SIP_CALL_OPTIONS, option); local
87 String option = Settings.System.getString(mContext.getContentResolver(), local
89 return (option != null) ? option
103 Log.d("SIP", "ReceiveCall option is not set; use default value");
  /cts/tools/host/src/com/android/cts/
CommandParser.java 29 * action, option or values easy via functions.
42 * The hash map mapping the options and option values.
134 String option = null; local
151 // parse option
154 option = originalOption;
155 if (!option.startsWith("-")) {
157 "Option should start with '-'");
160 option = inputToOption(option);
161 if (!sOptionsSet.contains(option)) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt.ndk/src/com/android/ide/eclipse/adt/ndk/internal/discovery/
NdkDiscoveryUpdater.java 228 for (String option = line.getToken(); option != null; option = line.getToken()) {
229 if (option.startsWith("-")) { //$NON-NLS-1$
231 if (option.equals("-I")) { //$NON-NLS-1$
234 addArg(option + dir);
235 } else if (option.startsWith("-I")) { //$NON-NLS-1$
236 addArg(option);
237 } else if (option.equals("-D")) { //$NON-NLS-1$
240 addArg(option + def);
    [all...]
  /external/bluetooth/bluez/tools/
lexer.l 12 * (at your option) any later version.
53 %option nounput
  /external/collada/include/dae/
daeTinyXMLPlugin.h 40 * suggested to implement. daeLibXML2Plugin supports only one option, "saveRawBinary". Set to
43 * @param option The option to set.
44 * @param value The value to set the option.
47 virtual DLLSPEC daeInt setOption( daeString option, daeString value );
50 * getOption retrieves the value of an option from this IOPlugin. Which options a plugin supports is
52 * @param option The option to get.
53 * @return Returns the string value of the option or NULL if option is not valid
    [all...]
  /external/llvm/autoconf/m4/
visibility_inlines_hidden.m4 7 [AC_CACHE_CHECK([for compiler -fvisibility-inlines-hidden option],
  /external/oprofile/libpopt/
poptconfig.c 13 /*@-compmempass@*/ /* FIX: item->option.longName kept, not dependent. */
51 item->option.longName = opt + 2;
53 item->option.shortName = opt[1];
59 item->option.argInfo = POPT_ARGFLAG_DOC_HIDDEN;
65 item->option.descrip = f;
66 item->option.argInfo &= ~POPT_ARGFLAG_DOC_HIDDEN;
72 item->option.argDescrip = f;
73 item->option.argInfo &= ~POPT_ARGFLAG_DOC_HIDDEN;
74 item->option.argInfo |= POPT_ARG_STRING;
  /bionic/libc/kernel/common/linux/netfilter/
xt_tcpudp.h 19 u_int8_t option; member in struct:xt_tcp
  /development/ndk/platforms/android-3/include/linux/netfilter/
xt_tcpudp.h 19 u_int8_t option; member in struct:xt_tcp
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
language_chewing_handler.cc 61 // For number of candidates per page, we use select-option UI.
72 ListValue* option = new ListValue(); local
73 option->Append(CreateValue(i));
74 option->Append(CreateValue(i));
75 list_value->Append(option);
  /external/icu4c/test/intltest/
idnaconf.h 42 int option; // 0 UseSTD3ASCIIRules, 1 ALLOW_UNASSIGNED member in class:IdnaConfTest
  /external/iproute2/include/linux/netfilter/
xt_tcpudp.h 10 __u8 option; /* TCP Option iff non-zero*/ member in struct:xt_tcp
20 #define XT_TCP_INV_OPTION 0x08 /* Invert the sense of option test. */
  /external/ipsec-tools/src/libipsec/
policy_token.l 65 %option noyywrap
66 %option nounput
  /external/iptables/include/linux/netfilter/
xt_tcpudp.h 10 __u8 option; /* TCP Option iff non-zero*/ member in struct:xt_tcp
20 #define XT_TCP_INV_OPTION 0x08 /* Invert the sense of option test. */
  /external/kernel-headers/original/linux/netfilter/
xt_tcpudp.h 9 u_int8_t option; /* TCP Option iff non-zero*/ member in struct:xt_tcp
19 #define XT_TCP_INV_OPTION 0x08 /* Invert the sense of option test. */
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8HTMLOptionElementConstructor.cpp 58 return throwError("Option constructor associated frame is unavailable", V8Proxy::ReferenceError);
62 return throwError("Option constructor associated document is unavailable", V8Proxy::ReferenceError);
78 RefPtr<HTMLOptionElement> option = HTMLOptionElement::createForJSConstructor(document, data, value, defaultSelected, selected, ec); local
83 V8DOMWrapper::setDOMWrapper(args.Holder(), &V8HTMLOptionElementConstructor::info, option.get());
84 option->ref();
85 V8DOMWrapper::setJSWrapperForDOMNode(option.get(), v8::Persistent<v8::Object>::New(args.Holder()));
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
xt_tcpudp.h 9 u_int8_t option; /* TCP Option iff non-zero*/ member in struct:xt_tcp
19 #define XT_TCP_INV_OPTION 0x08 /* Invert the sense of option test. */
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/netfilter/
xt_tcpudp.h 19 u_int8_t option; member in struct:xt_tcp
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/netfilter/
xt_tcpudp.h 19 u_int8_t option; member in struct:xt_tcp
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/netfilter/
xt_tcpudp.h 19 u_int8_t option; member in struct:xt_tcp
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/netfilter/
xt_tcpudp.h 19 u_int8_t option; member in struct:xt_tcp
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/netfilter/
xt_tcpudp.h 19 u_int8_t option; member in struct:xt_tcp
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/netfilter/
xt_tcpudp.h 19 u_int8_t option; member in struct:xt_tcp

Completed in 1769 milliseconds

1 2 3 45 6 7 8 91011>>