HomeSort by relevance Sort by last modified time
    Searched defs:arguments (Results 126 - 150 of 866) sorted by null

1 2 3 4 56 7 8 91011>>

  /packages/apps/Settings/src/com/android/settings/
UserDictionarySettings.java 90 final Bundle arguments = getArguments(); local
92 null == arguments ? null : arguments.getString("locale");
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodAndSubtypeEnabler.java 96 final Bundle arguments = getArguments(); local
97 return (arguments == null) ? null : arguments.getString(name);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
UserDictionarySettings.java 129 final Bundle arguments = getArguments(); local
131 null == arguments ? null : arguments.getString("locale");
  /prebuilts/tools/common/proguard/proguard4.7/lib/
retrace.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ReplaceStringsVisitor.java 121 mi2.arguments().add(newNode);
198 List arguments = null; local
204 arguments = invoke.arguments();
210 arguments = newclass.arguments();
215 if (parent != null && arguments != null && methodBinding != null) {
218 // which should turn out to be one of the invocation arguments.
235 for (Object arg : arguments) {
242 if (index == arguments.size())
    [all...]
  /system/tools/aidl/
ast_java.h 164 std::vector<Expression*> arguments; member in struct:android::aidl::java::MethodCall
192 std::vector<Expression*> arguments; member in struct:android::aidl::java::NewExpression
  /prebuilts/tools/common/m2/repository/org/slf4j/slf4j-api/1.7.10/
slf4j-api-1.7.10.jar 
  /prebuilts/tools/common/m2/repository/org/slf4j/slf4j-api/1.7.12/
slf4j-api-1.7.12.jar 
  /prebuilts/tools/common/m2/repository/org/gebish/geb-implicit-assertions/0.9.3/
geb-implicit-assertions-0.9.3.jar 
  /prebuilts/tools/common/m2/repository/com/neenbedankt/gradle/plugins/android-apt/1.8/
android-apt-1.8.jar 
  /external/clang/include/clang/AST/
TemplateBase.h 69 /// The template argument is actually a parameter pack. Arguments are stored
199 /// We assume that storage for the template arguments provided
210 /// template arguments.
332 /// \brief The number of template arguments in the given template argument
339 /// \brief Return the array of arguments in this template argument pack.
345 /// \brief Determines whether two template arguments are superficially the
366 // but template arguments get canonicalized too quickly.
517 SmallVector<TemplateArgumentLoc, 8> Arguments;
538 unsigned size() const { return Arguments.size(); }
541 return Arguments.data()
544 llvm::ArrayRef<TemplateArgumentLoc> arguments() const { function in class:clang::TemplateArgumentListInfo
    [all...]
  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 11 // LLVM source types and ABI-coerced types for function arguments and
61 /// be expanded into consecutive arguments for its constituent fields.
68 /// arguments stored in memory and forbids any implicit copies. When
285 /// A class for recording the number of arguments that a function
288 /// The number of required arguments, or ~0 if the signature does
289 /// not permit optional arguments.
299 /// Compute the arguments required by the given formal prototype,
300 /// given that there may be some additional, non-formal arguments
365 /// How many arguments to pass inreg.
371 /// The struct representing all arguments passed in memory. Only used whe
401 arg_range arguments() { return arg_range(arg_begin(), arg_end()); } function in class:clang::CodeGen::ABIArgInfo::CGFunctionInfo
402 arg_const_range arguments() const { function in class:clang::CodeGen::ABIArgInfo::CGFunctionInfo
    [all...]
  /external/ltrace/
lens_default.c 46 NAME(struct value *value, TYPE *ret, struct value_dict *arguments) \
52 if (value_extract_buf(value, u.buf, arguments) < 0) \
66 if (value_extract_word(value, &l, arguments) < 0) \
97 struct value_dict *arguments)
174 format_char(FILE *stream, struct value *value, struct value_dict *arguments)
177 if (value_extract_word(value, &lc, arguments) < 0)
184 struct value_dict *arguments,
190 what(stream, value, arguments)) < 0
207 format_floating(FILE *stream, struct value *value, struct value_dict *arguments,
214 if (read_float(value, &f, arguments) < 0
229 struct value_dict *arguments; member in struct:format_argument_data
    [all...]
output.c 297 struct value_dict *arguments,
319 if (val_dict_push_next(arguments, &value) < 0) {
331 fetch_param_stop(struct value_dict *arguments, ssize_t *params_leftp)
334 *params_leftp = val_dict_count(arguments);
340 struct value_dict *arguments, struct param *param,
343 struct param_enum *e = param_pack_init(param, arguments);
360 fetch_param_stop(arguments, params_leftp);
369 if (fetch_simple_param(type, proc, context, arguments,
394 struct value_dict *arguments, struct param *param,
400 return fetch_simple_param(type, proc, context, arguments,
425 struct value_dict *arguments; member in struct:fetch_one_param_data
461 struct value_dict *arguments; member in struct:format_argument_data
546 struct value_dict *arguments = malloc(sizeof(*arguments)); local
    [all...]
  /external/proguard/src/proguard/gui/
MemberSpecificationDialog.java 212 // Create the arguments panel.
374 String arguments = argumentTypesTextField.getText(); local
402 arguments.equals("...") ? null :
403 ClassUtil.internalMethodDescriptor(type, ListUtil.commaSeparatedList(arguments));
  /external/proguard/src/proguard/retrace/
ReTrace.java 208 String arguments = null; local
211 // arguments.
239 arguments = originalArguments(match);
301 arguments,
307 arguments = originalArguments(match);
308 outLine.append(arguments);
440 String arguments,
459 if (methodInfo.matches(lineNumber, type, arguments))
474 outLine.append('(').append(methodInfo.arguments).append(')');
495 extraBuffer.append('(').append(methodInfo.arguments).append(')')
662 private String arguments; field in class:ReTrace.MethodInfo
    [all...]
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
Constructor.java 272 Class<?>[] arguments = property.getActualTypeArguments(); local
273 if (arguments != null && arguments.length > 0) {
277 Class<?> t = arguments[0];
281 Class<?> t = arguments[0];
286 Class<?> ketType = arguments[0];
287 Class<?> valueType = arguments[1];
565 // set runtime classes for arguments
607 + String.valueOf(snode.getValue().size()) + " arguments found for "
  /packages/apps/Camera2/src/com/android/camera/settings/
CameraSettingsActivity.java 157 Bundle arguments = getArguments(); local
158 if (arguments != null) {
159 mPrefKey = arguments.getString(PREF_SCREEN_EXTRA);
160 mHideAdvancedScreen = arguments.getBoolean(HIDE_ADVANCED_SCREEN);
  /packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
ConversationListFragment.java 252 final Bundle arguments = getArguments(); local
253 if (arguments != null) {
254 mArchiveMode = arguments.getBoolean(BUNDLE_ARCHIVED_MODE, false);
255 mForwardMessageMode = arguments.getBoolean(BUNDLE_FORWARD_MESSAGE_MODE, false);
  /packages/apps/Settings/tests/app/src/com/android/settings/vpn2/
VpnTests.java 110 Bundle arguments = mRunner.getArguments(); local
111 String PROFILE_NAME = arguments.getString("profile");
  /external/autotest/frontend/client/src/autotest/tko/
SpreadsheetView.java 481 HistoryToken arguments = super.getHistoryArguments(); local
483 rowSelect.addHistoryArguments(arguments, HISTORY_ROW);
484 columnSelect.addHistoryArguments(arguments, HISTORY_COLUMN);
485 contentSelect.addHistoryArguments(arguments, HISTORY_CONTENT);
486 arguments.put(HISTORY_SHOW_INCOMPLETE, Boolean.toString(currentShowIncomplete));
487 arguments.put(HISTORY_ONLY_LATEST, Boolean.toString(showOnlyLatest.getValue()));
488 commonPanel.addHistoryArguments(arguments);
490 return arguments;
494 public void handleHistoryArguments(Map<String, String> arguments) {
495 super.handleHistoryArguments(arguments);
    [all...]
  /external/guava/guava-testlib/test/com/google/common/testing/
NullPointerTesterTest.java 804 private final Map<Integer, Object> arguments = Maps.newHashMap(); field in class:NullPointerTesterTest.DefaultValueChecker
813 assertEquals(expectedValues.length, arguments.size());
816 expectedValues[i], arguments.get(i));
821 return arguments.get(position);
827 arguments.put(i, args[i]);
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
GuidedStepFragment.java 928 Bundle arguments = getArguments(); local
    [all...]
GuidedStepSupportFragment.java 930 Bundle arguments = getArguments(); local
    [all...]
  /packages/apps/Settings/src/com/android/settings/accounts/
AccountSettings.java 242 Bundle arguments = new Bundle(); local
243 arguments.putParcelable(Intent.EXTRA_USER, profileData.userInfo.getUserHandle());
245 ManagedProfileSettings.class.getName(), arguments, local
530 * Optional arguments to supply to the fragment when it is

Completed in 1367 milliseconds

1 2 3 4 56 7 8 91011>>