Searched refs:arguments (Results 26 - 50 of 105) sorted by relevance

12345

/frameworks/data-binding/integration-tests/TestApp/
H A Dgradlew.bat49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments.
66 @rem Get arguments from the 4NT Shell from JP Software
/frameworks/data-binding/samples/BindingDemo/
H A Dgradlew.bat49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments.
66 @rem Get arguments from the 4NT Shell from JP Software
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/
H A Dgradlew.bat49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments.
66 @rem Get arguments from the 4NT Shell from JP Software
/frameworks/support/samples/SupportLeanbackShowcase/
H A Dgradlew.bat49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments.
66 @rem Get arguments from the 4NT Shell from JP Software
/frameworks/base/core/java/android/view/accessibility/
H A DIAccessibilityInteractionConnection.aidl54 void performAccessibilityAction(long accessibilityNodeId, int action, in Bundle arguments,
/frameworks/rs/cpu_ref/
H A DrsCpuScriptGroup2.cpp396 vector<const char*> arguments; local
402 optLevel, &arguments);
404 std::unique_ptr<const char> cmdLine(rsuJoinStrings(arguments.size() - 1,
405 arguments.data()));
455 // The last element in arguments is the output filename.
456 arguments.pop_back();
457 arguments.push_back(cloneName.c_str());
468 arguments.push_back("-build-checksum");
469 arguments.push_back(checksumStr);
470 arguments
[all...]
/frameworks/base/core/java/android/security/
H A DIKeystoreService.aidl60 int generateKey(String alias, in KeymasterArguments arguments, in byte[] entropy, int uid,
64 int importKey(String alias, in KeymasterArguments arguments, int format,
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DExploreByTouchHelper.java870 boolean performAction(int virtualViewId, int action, Bundle arguments) { argument
873 return performActionForHost(action, arguments);
875 return performActionForChild(virtualViewId, action, arguments);
879 private boolean performActionForHost(int action, Bundle arguments) { argument
880 return ViewCompat.performAccessibilityAction(mHost, action, arguments);
883 private boolean performActionForChild(int virtualViewId, int action, Bundle arguments) { argument
894 return onPerformActionForVirtualView(virtualViewId, action, arguments);
1213 * @param arguments (Optional) A bundle with additional arguments, or
1218 int virtualViewId, int action, Bundle arguments);
1217 onPerformActionForVirtualView( int virtualViewId, int action, Bundle arguments) argument
1237 performAction(int virtualViewId, int action, Bundle arguments) argument
[all...]
/frameworks/base/core/java/android/accessibilityservice/
H A DIAccessibilityServiceConnection.aidl57 int action, in Bundle arguments, int interactionId,
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DMediaPlayerStreamingStressTest.java58 Bundle arguments = mRunner.getArguments();
59 mStreamingSrc = arguments.getString("streaming-source");
H A DMediaPlayerStressTest.java53 Bundle arguments = mRunner.getArguments();
54 mMediaSrc = arguments.getString("media-source");
/frameworks/base/keystore/java/android/security/
H A DKeyStore.java494 public OperationResult update(IBinder token, KeymasterArguments arguments, byte[] input) { argument
496 return mBinder.update(token, arguments, input);
503 public OperationResult finish(IBinder token, KeymasterArguments arguments, byte[] signature, argument
506 return mBinder.finish(token, arguments, signature, entropy);
513 public OperationResult finish(IBinder token, KeymasterArguments arguments, byte[] signature) { argument
514 return finish(token, arguments, signature, null);
/frameworks/base/core/java/android/view/
H A DViewParent.java617 * @param arguments Optional action arguments
620 public boolean onNestedPrePerformAccessibilityAction(View target, int action, Bundle arguments); argument
/frameworks/data-binding/compilerCommon/
H A DBindingExpression.g449 // | typeArguments (explicitGenericInvocationSuffix | 'this' arguments) # GenericCall
122 : Identifier arguments
125 arguments
/frameworks/rs/driver/runtime/
H A Dbuild_bc_lib_internal.mk33 bc_clang_cc1_cflags := -fnative-half-type -fallow-half-arguments-and-returns
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyButtonView.java163 public boolean performAccessibilityActionInternal(int action, Bundle arguments) { argument
176 return super.performAccessibilityActionInternal(action, arguments);
/frameworks/opt/setupwizard/library/eclair-mr1/test/src/com/android/setupwizardlib/test/
H A DLinkAccessibilityHelperTest.java207 Bundle arguments) {
208 return super.onPerformActionForVirtualView(virtualViewId, action, arguments);
206 onPerformActionForVirtualView(int virtualViewId, int action, Bundle arguments) argument
/frameworks/base/core/java/android/widget/
H A DAbsSeekBar.java932 public boolean performAccessibilityActionInternal(int action, Bundle arguments) { argument
933 if (super.performAccessibilityActionInternal(action, arguments)) {
946 if (arguments == null || !arguments.containsKey(
950 float value = arguments.getFloat(
/frameworks/support/core-ui/tests/java/android/support/v4/widget/
H A DExploreByTouchHelperTest.java145 protected boolean onPerformActionForVirtualView(int virtualViewId, int action, Bundle arguments) { argument
/frameworks/native/libs/gui/
H A DAndroid.mk34 LOCAL_CPPFLAGS += -Wno-gnu-zero-variadic-macro-arguments
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DDayPickerView.java467 public boolean performAccessibilityAction(int action, Bundle arguments) { argument
470 return super.performAccessibilityAction(action, arguments);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DGuidedStepFragment.java929 * Set UI style to fragment arguments. Default value is {@link #UI_STYLE_ENTRANCE} when fragment
942 Bundle arguments = getArguments();
944 if (arguments == null) {
945 arguments = new Bundle();
948 arguments.putInt(EXTRA_UI_STYLE, style);
951 setArguments(arguments);
959 * Read UI style from fragment arguments. Default value is {@link #UI_STYLE_ENTRANCE} when
980 // Set correct transition from saved arguments.
H A DGuidedStepSupportFragment.java931 * Set UI style to fragment arguments. Default value is {@link #UI_STYLE_ENTRANCE} when fragment
944 Bundle arguments = getArguments();
946 if (arguments == null) {
947 arguments = new Bundle();
950 arguments.putInt(EXTRA_UI_STYLE, style);
953 setArguments(arguments);
961 * Read UI style from fragment arguments. Default value is {@link #UI_STYLE_ENTRANCE} when
982 // Set correct transition from saved arguments.
/frameworks/support/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DGuidedStepActivity.java506 Bundle arguments = new Bundle();
507 arguments.putLong(FourthStepFragment.EXTRA_OPTION, mSelectedOption);
508 f.setArguments(arguments);
H A DGuidedStepSupportActivity.java508 Bundle arguments = new Bundle();
509 arguments.putLong(FourthStepFragment.EXTRA_OPTION, mSelectedOption);
510 f.setArguments(arguments);

Completed in 962 milliseconds

12345