Searched refs:apply (Results 201 - 225 of 828) sorted by relevance

1234567891011>>

/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
H A DFrameworkField.java73 KeyVariableNamer.INSTANCE.apply(contributionBinding.key())
82 KeyVariableNamer.INSTANCE.apply(contributionBinding.key())
102 KeyVariableNamer.INSTANCE.apply(bindingKey.key()));
/external/glide/library/src/main/java/com/bumptech/glide/
H A DDrawableTypeRequest.java72 return optionsApplier.apply(new BitmapTypeRequest<ModelType>(this, streamModelLoader,
89 return optionsApplier.apply(new GifTypeRequest<ModelType>(this, streamModelLoader, optionsApplier));
107 return optionsApplier.apply(new GenericTranscodeRequest<ModelType, InputStream, File>(File.class, this,
H A DRequestManager.java87 * Allows the implementor to apply some options to the given request.
92 <T> void apply(GenericRequestBuilder<T, ?, ?, ?> requestBuilder); method in interface:RequestManager.DefaultOptions
96 * Sets an interface that can apply some default options to all Requests started using this {@link RequestManager}.
106 * @param options The default options to apply to all requests.
367 return optionsApplier.apply(new DrawableTypeRequest<Uri>(Uri.class, mediaStoreLoader,
563 * keep in mind that any changes in options will apply to all future loads.
583 return optionsApplier.apply(
607 return (DrawableTypeRequest<T>) optionsApplier.apply(new DrawableTypeRequest<T>(getSafeClass(model), null,
633 return optionsApplier.apply(new DrawableTypeRequest<T>(modelClass, loader, null, context, glide,
718 optionsApplier.apply(ne
730 public <A, X extends GenericRequestBuilder<A, ?, ?, ?>> X apply(X builder) { method in class:RequestManager.OptionsApplier
[all...]
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
H A DSuppliersTest.java48 public Integer apply(Number x) {
71 public List<Integer> apply(List<Integer> list) {
163 assertEquals(14, (int) supplierFunction.apply(supplier));
/external/protobuf/js/binary/
H A Dutils_test.js208 assertEquals(String.fromCharCode.apply(null,
212 assertEquals(String.fromCharCode.apply(null,
216 assertEquals(String.fromCharCode.apply(null,
220 assertEquals(String.fromCharCode.apply(null,
224 assertEquals(String.fromCharCode.apply(null,
228 assertEquals(String.fromCharCode.apply(null,
232 assertEquals(String.fromCharCode.apply(null,
262 assertEquals(String.fromCharCode.apply(null,
266 assertEquals(String.fromCharCode.apply(null,
271 assertEquals(String.fromCharCode.apply(nul
[all...]
/external/vogar/test/vogar/target/
H A DAbstractTestRunnerTest.java110 public String apply(String input) {
131 public String apply(String input) {
206 String filtered = filter.apply(output);
/external/vogar/test/vogar/testing/
H A DInterceptOutputStreamsTest.java82 statement = ios.apply(statement, Description.EMPTY);
111 statement = ios.apply(statement, Description.EMPTY);
128 statement = ios.apply(statement, Description.EMPTY);
/external/guava/guava-tests/test/com/google/common/math/
H A DMathTesting.java61 public Long apply(Integer n) {
70 public BigInteger apply(Long n) {
77 public Integer apply(Integer x) {
84 public Long apply(Long x) {
92 public BigInteger apply(BigInteger x) {
250 public boolean apply(Double input) {
/external/pdfium/third_party/freetype/src/truetype/
H A Dttgxvar.c109 /* Read a set of points to which the following deltas will apply. */
553 /* to apply (for intermediate coordinates). */
569 FT_Fixed apply = 0x10000L; local
591 apply = 0;
600 apply = 0;
609 apply = FT_MulFix( apply,
622 apply = 0;
631 apply = FT_MulDiv( apply,
1368 FT_Fixed apply; local
1842 FT_Fixed apply; local
[all...]
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DSetTheory.cpp30 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts) { function in struct:__anon19142::AddOp
37 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts) { function in struct:__anon19142::SubOp
52 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts) { function in struct:__anon19142::AndOp
70 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts) { function in struct:__anon19142::SetIntBinOp
144 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts) { function in struct:__anon19142::SequenceOp
248 Op->apply(*this, DagExpr, Elts);
/external/autotest/site_utils/
H A Dserver_manager_actions.py76 def apply(action): function
118 @param post_change: Set to True if to apply actions should be applied after
151 apply(action)
/external/clang/test/CodeGenCXX/
H A Dmangle-template.cpp109 struct apply { struct in struct:test9::supermeta
117 typename supermeta<T>::template apply<U>::type f();
/external/dagger2/producers/src/main/java/dagger/producers/internal/
H A DProducers.java57 public Produced<T> apply(final T value) {
84 @Override public Set<T> apply(T value) {
/external/freetype/include/freetype/internal/
H A Dpshints.h233 * previously defined hints apply.
276 * A method of the @T1_Hints class used to apply hints to the
338 * apply ::
339 * The function to apply the hints to the corresponding glyph outline.
350 T1_Hints_ApplyFunc apply; member in struct:T1_Hints_FuncsRec_
487 * or activated hints apply.
529 * active hints apply.
590 * A method of the @T2_Hints class used to apply hints to the
652 * apply ::
653 * The function to apply th
664 T2_Hints_ApplyFunc apply; member in struct:T2_Hints_FuncsRec_
[all...]
/external/guava/guava-tests/test/com/google/common/cache/
H A DForwardingLoadingCacheTest.java78 expect(mock.apply("key")).andReturn(Boolean.TRUE);
80 assertSame(Boolean.TRUE, forward.apply("key"));
/external/junit-params/src/test/java/junitparams/
H A DFilterableTest.java66 new SingleMethodFilter("firstTestMethod").apply(runner);
69 new SingleMethodFilter("secondTestMethod").apply(runner);
70 fail("Filtering did not apply cumulatively");
/external/owasp/sanitizer/src/tests/org/owasp/html/
H A DElementPolicyTest.java29 String apply(String elementName, List<String> attrs) { method in class:ElementPolicyTest.HasCharElementPolicy
44 if (p.apply(elName, attrs) != null) {
/external/pdfium/third_party/freetype/include/freetype/internal/
H A Dpshints.h233 * previously defined hints apply.
276 * A method of the @T1_Hints class used to apply hints to the
338 * apply ::
339 * The function to apply the hints to the corresponding glyph outline.
350 T1_Hints_ApplyFunc apply; member in struct:T1_Hints_FuncsRec_
487 * or activated hints apply.
529 * active hints apply.
590 * A method of the @T2_Hints class used to apply hints to the
652 * apply ::
653 * The function to apply th
664 T2_Hints_ApplyFunc apply; member in struct:T2_Hints_FuncsRec_
[all...]
/external/skia/gm/
H A Dcolorspacexform.cpp45 xform->apply(SkColorSpaceXform::kRGBA_F32_ColorFormat, fWideGamutColors0,
52 xform->apply(SkColorSpaceXform::kRGBA_F32_ColorFormat, fWideGamutColors1,
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
H A DMethodUtil.java49 @Override public boolean apply(@Nullable Method input) {
55 @Override public boolean apply(@Nullable Method input) {
/external/universal-tween-engine/java/applets/src/aurelienribon/tweenengine/applets/
H A DTheme.java34 public static void apply(Component cmp) { method in class:Theme
61 apply(child);
/external/webrtc/webrtc/tools/rtcbot/
H A Dtest.js23 console.log.apply(console.log, arguments);
61 doneCallback.apply(null, result);
/external/autotest/server/cros/ap_configurators/
H A Dasus_rtac68u_ap_configurator.py121 apply = '//div[@class="apply_gen"]//input[@id="applyButton"]'
122 self.click_button_by_xpath(apply)
123 self._is_alert_present(apply)
124 self.wait_for_object_by_xpath(apply)
/external/bison/build-aux/
H A Ddo-release-commit-and-tag5 # will serve to identify the release, so apply a signed tag to it as well.
39 and apply a signed tag. Run it from your project's top-level
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dmetafunctions.cpp206 typedef typename apply_each<T, Meta::template apply...>::type type;
211 struct apply { struct in struct:TemplateTemplateApply::add_reference_meta
218 struct apply { struct in struct:TemplateTemplateApply::add_pointer_meta
225 struct apply { struct in struct:TemplateTemplateApply::add_const_meta

Completed in 708 milliseconds

1234567891011>>