/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/netfilter/ |
xt_connlabel.h | 29 __u16 options; member in struct:xt_connlabel_mtinfo
|
xt_SYNPROXY.h | 29 __u8 options; member in struct:xt_synproxy_info
|
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/ |
xt_connlabel.h | 29 __u16 options; member in struct:xt_connlabel_mtinfo
|
xt_SYNPROXY.h | 29 __u8 options; member in struct:xt_synproxy_info
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
AccountPromptUtils.java | 96 Bundle options = new Bundle(); local 97 options.putCharSequence(KEY_INTRO_MESSAGE, activity.getString(R.string.no_account_prompt)); 98 options.putBoolean(KEY_ALLOW_SKIP_ACCOUNT_SETUP, true); 99 AccountManager.get(activity).addAccount(GoogleAccountType.ACCOUNT_TYPE, null, null, options,
|
/bionic/libc/kernel/uapi/linux/netfilter/ |
xt_SYNPROXY.h | 29 __u8 options; member in struct:xt_synproxy_info
|
/development/ndk/platforms/android-21/include/linux/netfilter/ |
xt_SYNPROXY.h | 29 __u8 options; member in struct:xt_synproxy_info
|
/external/ceres-solver/examples/ |
helloworld.cc | 74 Solver::Options options; local 75 options.minimizer_progress_to_stdout = true; 77 Solve(options, &problem, &summary);
|
helloworld_numeric_diff.cc | 70 Solver::Options options; local 71 options.minimizer_progress_to_stdout = true; 73 Solve(options, &problem, &summary);
|
/external/deqp/scripts/ |
launchcontrol_build.py | 69 options = parseOptions() variable 72 print "# %s %s BUILD" % (options.config.upper(), options.buildType.upper()) 75 buildDir = os.path.realpath(os.path.normpath(options.buildDir)) 76 config = BuildConfig(buildDir, options.buildType, BUILD_CONFIGS[options.config])
|
/external/elfutils/src/src/ |
arlib-argp.c | 0 /* Options common to ar and ranlib. 29 static const struct argp_option options[] = variable in typeref:struct:argp_option 87 options, parse_opt, NULL, NULL, NULL, help_filter, NULL
|
/external/icu/icu4c/source/common/ |
ucnv_imp.h | 48 uint32_t options; member in struct:__anon9856 68 * @param options converter options bit set (default 0) 76 const char *locale, uint32_t options,
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
xt_SYNPROXY.h | 11 __u8 options; member in struct:xt_synproxy_info
|
/external/libexif/libexif/canon/ |
exif-mnote-data-canon.h | 43 ExifDataOption options; member in struct:_ExifMnoteDataCanon
|
/external/ppp/pppd/plugins/ |
passwordfd.c | 22 static option_t options[] = { variable 75 add_options (options);
|
/external/valgrind/auxprogs/ |
gen-mdg | 45 # using command-line options. 61 usage: gen-mdg [options] 63 options: label
|
/external/zopfli/src/zopfli/ |
lz77.h | 63 const ZopfliOptions* options; member in struct:ZopfliBlockState
|
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/netfilter/ |
xt_SYNPROXY.h | 29 __u8 options; member in struct:xt_synproxy_info
|
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/netfilter/ |
xt_SYNPROXY.h | 29 __u8 options; member in struct:xt_synproxy_info
|
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/netfilter/ |
xt_SYNPROXY.h | 29 __u8 options; member in struct:xt_synproxy_info
|
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/netfilter/ |
xt_SYNPROXY.h | 29 __u8 options; member in struct:xt_synproxy_info
|
/external/guava/guava-tests/test/com/google/common/io/ |
TestInputStream.java | 37 private final ImmutableSet<TestOption> options; field in class:TestInputStream 40 public TestInputStream(InputStream in, TestOption... options) throws IOException { 41 this(in, Arrays.asList(options)); 44 public TestInputStream(InputStream in, Iterable<TestOption> options) throws IOException { 46 this.options = ImmutableSet.copyOf(options); 78 return options.contains(TestOption.AVAILABLE_ALWAYS_ZERO) ? 0 : in.available(); 89 throwIf(options.contains(option));
|
TestOutputStream.java | 36 private final ImmutableSet<TestOption> options; field in class:TestOutputStream 39 public TestOutputStream(OutputStream out, TestOption... options) throws IOException { 40 this(out, Arrays.asList(options)); 43 public TestOutputStream(OutputStream out, Iterable<TestOption> options) throws IOException { 45 this.options = ImmutableSet.copyOf(options); 75 throwIf(options.contains(option));
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-apache-regexp.jar | |
/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
WidgetHostViewLoader.java | 79 final Bundle options = getDefaultOptionsForWidget(mLauncher, mInfo); local 83 mInfo.bindOptions = options; 92 mWidgetLoadingId, pInfo, options)) { 132 Bundle options = null; local 143 options = new Bundle(); 144 options.putInt(AppWidgetManager.OPTION_APPWIDGET_MIN_WIDTH, 146 options.putInt(AppWidgetManager.OPTION_APPWIDGET_MIN_HEIGHT, 148 options.putInt(AppWidgetManager.OPTION_APPWIDGET_MAX_WIDTH, 150 options.putInt(AppWidgetManager.OPTION_APPWIDGET_MAX_HEIGHT, 153 return options; [all...] |