/frameworks/data-binding/integration-tests/IndependentLibrary/gradle/wrapper/ |
gradle-wrapper.jar | |
/frameworks/data-binding/integration-tests/MultiModuleTestApp/gradle/wrapper/ |
gradle-wrapper.jar | |
/frameworks/data-binding/integration-tests/TestApp/gradle/wrapper/ |
gradle-wrapper.jar | |
/frameworks/data-binding/samples/BindingDemo/gradle/wrapper/ |
gradle-wrapper.jar | |
/prebuilts/tools/common/m2/repository/net/java/dev/jna/jna/3.4.0/ |
jna-3.4.0.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/93/1/.cp/ |
convert.jar | |
/frameworks/base/core/java/android/app/ |
ActivityManagerNative.java | 160 Bundle options = data.readInt() != 0 local 163 resultTo, resultWho, requestCode, startFlags, profilerInfo, options); 183 Bundle options = data.readInt() != 0 local 187 resultTo, resultWho, requestCode, startFlags, profilerInfo, options, userId); 207 Bundle options = data.readInt() != 0 local 212 resultTo, resultWho, requestCode, startFlags, profilerInfo, options, 233 Bundle options = data.readInt() != 0 local 237 resultTo, resultWho, requestCode, startFlags, profilerInfo, options, userId); 256 Bundle options = data.readInt() != 0 local 260 resultTo, resultWho, requestCode, startFlags, config, options, userId) 282 Bundle options = data.readInt() != 0 local 307 Bundle options = data.readInt() != 0 local 322 Bundle options = data.readInt() != 0 local 334 Bundle options = data.readInt() == 0 ? null : Bundle.CREATOR.createFromParcel(data); local 463 Bundle options = data.readBundle(); local 711 Bundle options = data.readInt() != 0 local 1132 Bundle options = data.readInt() != 0 local 1724 final ActivityOptions options = bundle == null ? null : new ActivityOptions(bundle); local 1734 final ActivityOptions options = getActivityOptions(token); local 1852 Bundle options = data.readInt() != 0 local 2455 final ActivityOptions options = bundle == null ? null : new ActivityOptions(bundle); local 4746 ActivityOptions options = bundle == null ? null : new ActivityOptions(bundle); local [all...] |
/frameworks/base/services/appwidget/java/com/android/server/appwidget/ |
AppWidgetServiceImpl.java | 733 int providerProfileId, ComponentName providerComponent, Bundle options) { 806 widget.options = (options != null) ? cloneIfLocalBinder(options) : new Bundle(); 811 if (!widget.options.containsKey(AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY)) { 812 widget.options.putInt(AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY, 2661 Bundle options = new Bundle(); local 3510 Bundle options; field in class:AppWidgetServiceImpl.Widget 4123 Bundle options = new Bundle(); local [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
AppsCustomizePagedView.java | 563 Bundle options = null; local 573 options = new Bundle(); 574 options.putInt(AppWidgetManager.OPTION_APPWIDGET_MIN_WIDTH, 576 options.putInt(AppWidgetManager.OPTION_APPWIDGET_MIN_HEIGHT, 578 options.putInt(AppWidgetManager.OPTION_APPWIDGET_MAX_WIDTH, 580 options.putInt(AppWidgetManager.OPTION_APPWIDGET_MAX_HEIGHT, 583 return options; 588 final Bundle options = getDefaultOptionsForWidget(mLauncher, info); local 591 info.bindOptions = options; 601 mWidgetLoadingId, info.info.getProfile(), info.componentName, options)) { [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.core.contenttype_3.4.200.v20130326-1255.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.core.contenttype_3.4.200.v20130326-1255.jar | |
/art/dex2oat/ |
dex2oat.cc | 125 // This should leave any dex-file and oat-file options, describing what we compiled. 170 UsageError("Usage: dex2oat [options]..."); 326 UsageError(" --print-pass-options: print a list of passes that have configurable options along " 330 UsageError(" --pass-options=Pass1Name:Pass1OptionName:Pass1Option#," 333 UsageError(" Separator used between options is a comma."); 806 const std::string options = option.substr(strlen("--pass-options=")).data(); local [all...] |
/bionic/libc/dns/include/ |
resolv_private.h | 159 u_int options; /* option flags - see below. */ member in struct:__res_state 161 u_long options; /* option flags - see below. */ member in struct:__res_state 232 /* res_findzonecut2() options */ 238 * Resolver options (keep these in synch with res_debug.c, please)
|
/bionic/libc/kernel/uapi/sound/ |
compress_params.h | 241 union snd_codec_options options; member in struct:snd_codec
|
/cts/tests/tests/appwidget/src/android/appwidget/cts/ |
AppWidgetTest.java | 232 // Update the first widget options. 253 // Update the second widget options. 530 // Initially we have no options. 534 // We want to set the options when binding. 545 // Make sure we get the options used when binding. 1562 Bundle options = (Bundle) item; local [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
BitmapFactoryTest.java | 29 import android.graphics.BitmapFactory.Options; 47 private BitmapFactory.Options mOpt1; 49 private BitmapFactory.Options mOpt2; 66 // Configurations for BitmapFactory.Options 98 mOpt1 = new BitmapFactory.Options(); 100 mOpt2 = new BitmapFactory.Options(); 193 BitmapFactory.Options options = new BitmapFactory.Options(); local 195 options.inPreferredConfig = COLOR_CONFIGS[k] 227 BitmapFactory.Options options = new BitmapFactory.Options(); local 349 BitmapFactory.Options options = new BitmapFactory.Options(); local 382 BitmapFactory.Options options = new BitmapFactory.Options(); local 417 BitmapFactory.Options options = new BitmapFactory.Options(); local 427 BitmapFactory.Options options = new BitmapFactory.Options(); local 443 BitmapFactory.Options options = new BitmapFactory.Options(); local 460 BitmapFactory.Options options = new BitmapFactory.Options(); local 481 BitmapFactory.Options options = new BitmapFactory.Options(); local 505 BitmapFactory.Options options = new BitmapFactory.Options(); local 525 BitmapFactory.Options options = new BitmapFactory.Options(); local [all...] |
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
CtsTest.java | 748 TestDeviceOptions options = mDevice.getOptions(); local 750 int rebootTimeout = options.getRebootTimeout(); 751 long onlineTimeout = options.getOnlineTimeout(); 752 options.setRebootTimeout(TIMEOUT_MS); 753 options.setOnlineTimeout(TIMEOUT_MS); 754 mDevice.setOptions(options); 759 options.setRebootTimeout(rebootTimeout); 760 options.setOnlineTimeout(onlineTimeout); 761 mDevice.setOptions(options); 1001 String[] options = {AbiUtils.createAbiFlag(abi.getName())}; local [all...] |
/development/ndk/platforms/android-3/include/linux/mtd/ |
nand.h | 109 #define NAND_CANAUTOINCR(chip) (!(chip->options & NAND_NO_AUTOINCR)) 110 #define NAND_MUST_PAD(chip) (!(chip->options & NAND_NO_PADDING)) 111 #define NAND_HAS_CACHEPROG(chip) ((chip->options & NAND_CACHEPRG)) 112 #define NAND_HAS_COPYBACK(chip) ((chip->options & NAND_COPYBACK)) 201 unsigned int options; member in struct:nand_chip 248 unsigned long options; member in struct:nand_flash_dev 257 int options; member in struct:nand_bbt_descr 308 unsigned int options; member in struct:platform_nand_chip
|
/device/lge/hammerhead/kernel-headers/sound/ |
compress_params.h | 286 union snd_codec_options options; member in struct:snd_codec
|
/device/lge/hammerhead/original-kernel-headers/sound/ |
compress_params.h | 256 /* Encoder options */ 282 * These options were extracted from the OpenMAX IL spec and Gstreamer vorbisenc 303 * These options were extracted from the OpenMAX IL spec 318 * These options were extracted from the FLAC online documentation 322 * profiles. Additional options that affect encoding quality and speed can 418 * @options: encoder-specific settings 436 union snd_codec_options options; member in struct:snd_codec
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/bench/ |
bootstrap.js | 182 var Button = function (element, options) { 184 this.options = $.extend({}, $.fn.button.defaults, options) 196 $el[val](data[state] || this.options[state]) 224 , options = typeof option == 'object' && option 225 if (!data) $this.data('button', (data = new Button(this, options))) 277 var Carousel = function (element, options) { 279 this.options = options 280 this.options.slide && this.slide(this.options.slide [all...] |
/external/e2fsprogs/e2fsck/ |
e2fsck.h | 154 * E2fsck options 226 int options; member in struct:e2fsck_struct
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-netrexx.jar | |
/external/elfutils/src/src/ |
unstrip.c | 66 static const struct argp_option options[] = variable in typeref:struct:argp_option 73 { NULL, 0, NULL, 0, N_("Output options:"), 0 }, 205 -m, -a, -R, and -i options not allowed with explicit files")); [all...] |