/packages/apps/Messaging/src/com/android/messaging/widget/ |
WidgetConversationService.java | 220 final Bundle options = mAppWidgetManager.getAppWidgetOptions(mAppWidgetId); local 223 options.getInt(BugleWidgetProvider.WIDGET_SIZE_KEY)); 226 includeAvatar = options.getInt(BugleWidgetProvider.WIDGET_SIZE_KEY)
|
/packages/inputmethods/LatinIME/tools/dicttool/tests/com/android/inputmethod/latin/dicttool/ |
BinaryDictOffdeviceUtilsTests.java | 159 final HashMap<String, String> options = new HashMap<>(); local 161 options.put("dictionary", "main:en_US"); 162 options.put("locale", "en_US"); 163 options.put("version", Integer.toString(mRandom.nextInt())); 164 // Add some random options for test 167 options.put(sWords.get(2 * i), sWords.get(2 * 1 + 1)); 170 new DictionaryOptions(options)); 204 assertEquals(header.mDictionaryOptions.mAttributes, options);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
cursesm.h | 108 // Switch on the items options 115 inline Item_Options options () const { function in class:NCursesMenuItem 118 // Retrieve the items options 123 // Set the items options 455 inline Menu_Options options() const { function in class:NCursesMenu
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
cursesm.h | 108 // Switch on the items options 115 inline Item_Options options () const { function in class:NCursesMenuItem 118 // Retrieve the items options 123 // Set the items options 455 inline Menu_Options options() const { function in class:NCursesMenu
|
/prebuilts/devtools/tools/lib/ |
asset-studio.jar | |
/art/runtime/ |
common_runtime_test.cc | 304 RuntimeOptions options; local 306 options.push_back(std::make_pair(boot_class_path_string, nullptr)); 307 options.push_back(std::make_pair("-Xcheck:jni", nullptr)); 308 options.push_back(std::make_pair(min_heap_string, nullptr)); 309 options.push_back(std::make_pair(max_heap_string, nullptr)); 313 SetUpRuntimeOptions(&options); 317 options.push_back(std::make_pair("compilercallbacks", callbacks_.get())); 321 if (!Runtime::Create(options, false)) {
|
oat_file_assistant.cc | 524 const ProfilerOptions& options = Runtime::Current()->GetProfilerOptions(); local 525 const double top_k_threshold = options.GetTopKThreshold(); 526 const double change_threshold = options.GetTopKChangeThreshold(); [all...] |
/art/runtime/jdwp/ |
jdwp_handler.cc | 109 uint32_t options = request->ReadUnsigned32("InvokeOptions bit flags"); local 110 VLOG(jdwp) << StringPrintf(" options=0x%04x%s%s", options, 111 (options & INVOKE_SINGLE_THREADED) ? " (SINGLE_THREADED)" : "", 112 (options & INVOKE_NONVIRTUAL) ? " (NONVIRTUAL)" : ""); 116 argValues.get(), argTypes.get(), options); [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/widget/ |
WidgetCtsProvider.java | 98 Bundle options = getAppWidgetOptions(mgr, widgetId); local 99 updateWidget(ctx, widgetId, mgr, options); 162 private TextData getInstruction(int state, Bundle options, int widgetId) { 174 // We use nullness of options as a proxy for an sdk check >= JB 175 if (options != null) { 176 widthP = options.getInt(AppWidgetManager.OPTION_APPWIDGET_MIN_WIDTH, -1); 177 heightP = options.getInt(AppWidgetManager.OPTION_APPWIDGET_MAX_HEIGHT, -1); 178 widthL = options.getInt(AppWidgetManager.OPTION_APPWIDGET_MAX_WIDTH, -1); 179 heightL = options.getInt(AppWidgetManager.OPTION_APPWIDGET_MIN_HEIGHT, -1); 180 category = options.getInt(AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY, -1) [all...] |
/cts/hostsidetests/theme/src/android/theme/cts/ |
ThemeHostTest.java | 105 final String[] options = {AbiUtils.createAbiFlag(mAbi.getName())}; local 107 mDevice.installPackage(app, false, options);
|
/cts/tests/tests/app/src/android/app/cts/ |
ActivityManagerTest.java | 398 ActivityOptions options = ActivityOptions.makeBasic(); local 400 options.requestUsageTimeReport(PendingIntent.getBroadcast(context, 410 mContext.startActivity(intent, options.toBundle()); 445 ActivityOptions options = ActivityOptions.makeBasic(); local 447 options.requestUsageTimeReport(PendingIntent.getBroadcast(context, 458 mContext.startActivity(intent, options.toBundle()); 493 ActivityOptions options = ActivityOptions.makeBasic(); local 495 options.requestUsageTimeReport(PendingIntent.getBroadcast(context, 506 mContext.startActivity(intent, options.toBundle());
|
/developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/ |
MainActivity.java | 212 * Post the sample notification(s) using current options. 232 NotificationPreset.BuildOptions options = new NotificationPreset.BuildOptions( local 242 Notification[] notifications = preset.buildNotifications(this, options);
|
/developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/ |
MainActivity.java | 212 * Post the sample notification(s) using current options. 232 NotificationPreset.BuildOptions options = new NotificationPreset.BuildOptions( local 242 Notification[] notifications = preset.buildNotifications(this, options);
|
/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/ |
MainActivity.java | 212 * Post the sample notification(s) using current options. 232 NotificationPreset.BuildOptions options = new NotificationPreset.BuildOptions( local 242 Notification[] notifications = preset.buildNotifications(this, options);
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
GrammarAST.java | 90 /** If this is a BLOCK node, track options here */ 212 public String setOption(Map options, Set legalOptions, Grammar grammar, String key, Object value) { 232 options.put(key, value); 244 public void setOptions(Grammar grammar, Map options) { 245 if ( options==null ) { 249 String[] keys = (String[])options.keySet().toArray(new String[options.size()]); 251 String stored= setBlockOption(grammar, optionName, options.get(optionName)); 253 options.remove(optionName);
|
/external/bison/lib/ |
quotearg.c | 101 /* The default quoting options. */ 104 /* Allocate a new set of quoting options, with contents initially identical 133 set the value of the quoting options for character C to I. 150 set the value of the quoting options flag to I, which can be a 177 /* Return quoting options for STYLE, with no extra quoting. */ 755 OPTIONS specifies the quoting options. 762 struct quoting_options const *options) 796 int flags = options->flags | QA_ELIDE_NULL_BYTES; 798 options->style, flags 874 struct quoting_options options; local [all...] |
/external/ceres-solver/internal/ceres/ |
problem_test.cc | 380 Problem::Options options; local 381 options.enable_fast_removal = GetParam(); 382 problem.reset(new ProblemImpl(options)); [all...] |
/external/chromium-trace/trace-viewer/third_party/webapp2/tests/ |
handler_test.py | 45 def options(self, **kwargs): member in class:MethodsHandler 46 self.response.out.write('home sweet home - OPTIONS') 277 req.method = 'OPTIONS' 280 self.assertEqual(rsp.body, 'home sweet home - OPTIONS') 385 ['GET', 'POST', 'HEAD', 'OPTIONS', 'PUT', 'DELETE', 'TRACE'].sort())
|
/external/clang/tools/libclang/ |
CIndexCodeCompletion.cpp | 266 /// \brief Language options used to adjust source locations. 656 unsigned options; member in struct:CodeCompleteAtInfo 665 unsigned options = CCAI->options; local 666 bool IncludeBriefComments = options & CXCodeComplete_IncludeBriefComments; 719 (options & CXCodeComplete_IncludeMacros), 720 (options & CXCodeComplete_IncludeCodePatterns), 817 unsigned options) { 828 options, nullptr}; [all...] |
/external/dhcpcd/ |
dhcp.h | 81 /* DHCP options */ 128 /* Sizes for DHCP options */ 155 uint8_t options[DHCP_OPTION_LEN]; /* message options - cookie */ member in struct:dhcp_message 173 #include "if-options.h"
|
/external/elfutils/src/src/ |
addr2line.c | 56 static const struct argp_option options[] = variable in typeref:struct:argp_option 58 { NULL, 0, NULL, 0, N_("Output selection options:"), 2 }, 73 /* Unsupported options. */ 95 options, parse_opt, args_doc, doc, argp_children, NULL, NULL
|
ar.c | 67 static const struct argp_option options[] = variable in typeref:struct:argp_option 111 options, parse_opt, args_doc, doc, arlib_argp_children, NULL, NULL 161 /* For historical reasons the options in the first parameter need 186 'a', 'b', and 'i' are only allowed with the 'm' and 'r' options")); 207 'N' is only meaningful with the 'x' and 'd' options")); [all...] |
elfcmp.c | 60 static const struct argp_option options[] = variable in typeref:struct:argp_option 62 { NULL, 0, NULL, 0, N_("Control options:"), 0 }, 89 options, parse_opt, args_doc, doc, NULL, NULL, NULL
|
ld.c | 49 /* Values for the various options. */ 77 static const struct argp_option options[] = variable in typeref:struct:argp_option 202 options, parse_opt_1st, args_doc, doc, NULL, NULL, NULL 206 options, parse_opt_2nd, args_doc, doc, NULL, NULL, NULL 318 /* One quick pass over the parameters which allows us to scan for options 374 /* All options should have been processed by the argp parser. */ 542 /* Quick scan of the parameter list for options with global effect. */ 620 We follow this. See 'parse_z_option' for the options we 823 We follow this. See 'parse_z_option' for the options we 894 /* We can catch all other options here. They either hav [all...] |
objdump.c | 51 static const struct argp_option options[] = variable in typeref:struct:argp_option 87 options, parse_opt, args_doc, doc, argp_children, NULL, NULL 195 /* True if any of the control options is set. */
|