HomeSort by relevance Sort by last modified time
    Searched refs:apply (Results 76 - 100 of 1715) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/mockito/src/test/java/org/mockitoutil/
SafeJUnitRuleTest.java 23 rule.apply(new Statement() {
36 rule.apply(new Statement() {
48 rule.apply(new Statement() {
61 rule.apply(new Statement() {
80 rule.apply(new Statement() {
97 rule.apply(new Statement() {
118 rule.apply(new Statement() {
131 public Statement apply(final Statement base, FrameworkMethod method, Object target) { method in class:SafeJUnitRuleTest.MethodRuleStub
  /external/setupdesign/
build.gradle 19 apply plugin: 'com.android.library'
  /external/opencensus-java/api/src/test/java/io/opencensus/trace/
AttributeValueTest.java 40 public Object apply(String stringValue) {
48 public Object apply(Boolean booleanValue) {
56 public Object apply(Long longValue) {
71 public Object apply(String stringValue) {
79 public Object apply(Boolean booleanValue) {
87 public Object apply(Long longValue) {
102 public Object apply(String stringValue) {
110 public Object apply(Boolean booleanValue) {
118 public Object apply(Long longValue) {
133 public Object apply(String stringValue)
    [all...]
  /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
apply.pass.cpp 14 // template <class F, class T> constexpr decltype(auto) apply(F &&, T &&)
52 static_assert(std::apply(static_cast<Fn>(constexpr_sum_fn), t) == 0, "");
53 static_assert(std::apply(sum_obj, t) == 0, "");
59 static_assert(std::apply(static_cast<Fn>(constexpr_sum_fn), t) == 42, "");
60 static_assert(std::apply(sum_obj, t) == 42, "");
66 static_assert(std::apply(static_cast<Fn>(constexpr_sum_fn), t) == 143, "");
67 static_assert(std::apply(sum_obj, t) == 143, "");
73 static_assert(std::apply(static_cast<Fn>(constexpr_sum_fn), t) == 143, "");
74 static_assert(std::apply(sum_obj, t) == 143, "");
80 static_assert(std::apply(static_cast<Fn>(constexpr_sum_fn), t) == 142, "")
    [all...]
  /developers/build/prebuilts/gradle/Camera2Basic/kotlinApp/Application/src/main/java/com/example/android/camera2basic/
ErrorDialog.kt 39 @JvmStatic fun newInstance(message: String): ErrorDialog = ErrorDialog().apply {
40 arguments = Bundle().apply { putString(ARG_MESSAGE, message) }
  /developers/build/prebuilts/gradle/Camera2Video/kotlinApp/Application/src/main/java/com/example/android/camera2video/
ErrorDialog.kt 36 fun newInstance(message: String) = ErrorDialog().apply {
37 arguments = Bundle().apply { putString(ARG_MESSAGE, message) }
  /developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
ActionsPreset.java 30 /** Apply the priority to a notification builder */
31 public abstract void apply(Context context, NotificationCompat.Builder builder, method in class:ActionsPreset
PriorityPreset.java 29 /** Apply the priority to a notification builder */
30 public abstract void apply(NotificationCompat.Builder builder, method in class:PriorityPreset
  /developers/samples/android/deprecated/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
ActionsPreset.java 30 /** Apply the priority to a notification builder */
31 public abstract void apply(Context context, NotificationCompat.Builder builder, method in class:ActionsPreset
PriorityPreset.java 29 /** Apply the priority to a notification builder */
30 public abstract void apply(NotificationCompat.Builder builder, method in class:PriorityPreset
  /developers/samples/android/media/Camera2Basic/kotlinApp/Application/src/main/java/com/example/android/camera2basic/
ErrorDialog.kt 39 @JvmStatic fun newInstance(message: String): ErrorDialog = ErrorDialog().apply {
40 arguments = Bundle().apply { putString(ARG_MESSAGE, message) }
  /developers/samples/android/media/Camera2Video/kotlinApp/Application/src/main/java/com/example/android/camera2video/
ErrorDialog.kt 36 fun newInstance(message: String) = ErrorDialog().apply {
37 arguments = Bundle().apply { putString(ARG_MESSAGE, message) }
  /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
ActionsPreset.java 30 /** Apply the priority to a notification builder */
31 public abstract void apply(Context context, NotificationCompat.Builder builder, method in class:ActionsPreset
PriorityPreset.java 29 /** Apply the priority to a notification builder */
30 public abstract void apply(NotificationCompat.Builder builder, method in class:PriorityPreset
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
Formatter.java 45 @Override final public String apply(T object) { method in class:Formatter
  /external/desugar/test/java/com/google/devtools/build/android/desugar/testdata/
SpecializedFunction.java 21 public T apply(S in); method in interface:SpecializedFunction
  /external/desugar/test/java/com/google/devtools/build/android/desugar/testdata/java8/
FunctionWithDefaultMethod.java 24 T apply(T input); method in interface:FunctionWithDefaultMethod
31 return apply(apply(input));
45 public Integer apply(Integer input) { method in class:FunctionWithDefaultMethod.DoubleInts
  /external/guava/guava/src/com/google/common/base/
Function.java 44 * Objects.equal}{@code (a, b)} implies that {@code Objects.equal(function.apply(a),
45 * function.apply(b))}.
51 @Nullable T apply(@Nullable F input); method in interface:Function
59 * <i>typically</i> means that {@code Objects.equal(this.apply(f), that.apply(f))} is true for all
Predicate.java 44 * Objects.equal}{@code (a, b)} implies that {@code predicate.apply(a) ==
45 * predicate.apply(b))}.
51 boolean apply(@Nullable T input); method in interface:Predicate
59 * <i>typically</i> means that {@code this.apply(t) == that.apply(t)} for all {@code t} of type
  /external/junit/src/main/java/org/junit/rules/
MethodRule.java 43 Statement apply(Statement base, FrameworkMethod method, Object target); method in interface:MethodRule
Verifier.java 31 public Statement apply(final Statement base, Description description) { method in class:Verifier
  /external/llvm/lib/Target/AArch64/
AArch64PBQPRegAlloc.h 22 void apply(PBQPRAGraph &G) override;
  /external/python/cpython2/Demo/tkinter/guido/
optionmenu.py 24 menu2 = apply(OptionMenu, (root, var2) + tuple(CHOICES))
  /external/robolectric-shadows/resources/src/test/java/org/robolectric/res/
ThemeStyleSetTest.java 24 themeStyleSet.apply(createStyle("style1",
28 themeStyleSet.apply(createStyle("style2", createAttribute("string2", "string2 value from style2")), false);
35 themeStyleSet.apply(createStyle("style1",
39 themeStyleSet.apply(createStyle("style2", createAttribute("string1", "string1 value from style2")), true);
  /external/selinux/libselinux/src/
selinuxswig.i 15 %apply int *OUTPUT { int *enforce };
16 %apply int *OUTPUT { size_t * };

Completed in 1089 milliseconds

1 2 34 5 6 7 8 91011>>