| /developers/build/prebuilts/gradle/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/data/source/local/ |
| LocalAutofillDataSource.java | 2 * Copyright (C) 2017 The Android Open Source Project 17 package com.example.android.autofill.service.data.source.local; 23 import com.example.android.autofill.service.data.source.AutofillDataSource; 24 import com.example.android.autofill.service.data.source.local.dao.AutofillDao;
|
| /developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/data/source/local/ |
| DigitalAssetLinksRepository.java | 2 * Copyright (C) 2017 The Android Open Source Project 16 package com.example.android.autofill.service.data.source.local; 23 import com.example.android.autofill.service.data.source.DalService; 24 import com.example.android.autofill.service.data.source.DigitalAssetLinksDataSource;
|
| LocalAutofillDataSource.java | 2 * Copyright (C) 2017 The Android Open Source Project 17 package com.example.android.autofill.service.data.source.local; 23 import com.example.android.autofill.service.data.source.AutofillDataSource; 24 import com.example.android.autofill.service.data.source.local.dao.AutofillDao;
|
| /external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/ |
| rx-amb.hpp | 10 - The source observable emits nested observables, one of the nested observables is selected. 11 - The source observable and the arguments v0...vn are used to provide the observables to select from. 15 \tparam ValueN types of source observables (optional). 19 \param vn source observables (optional). 21 \return Observable that emits the same sequence as whichever of the source observables first emitted an item or sent a termination notification. 107 , source(i.source_operator) 114 observable<source_value_type, source_operator_type> source; member in struct:rxcpp::operators::detail::amb::amb_state_type 133 auto source = on_exception( local 134 [&](){return state->coordinator.in(state->source);}, 136 if (source.empty()) [all...] |
| rx-concat.hpp | 11 - The source observable emits nested observables, nested observables are concatenated. 12 - The source observable and the arguments v0...vn are used to provide the observables to concatenate. 16 \tparam ValueN types of source observables (optional). 20 \param vn source observables (optional). 22 \return Observable that emits the items emitted by each of the Observables emitted by the source observable, one after the other, without interleaving them. 107 , source(i.source_operator) 169 observable<source_value_type, source_operator_type> source; member in struct:rxcpp::operators::detail::concat::concat_state_type 188 auto source = on_exception( local 189 [&](){return state->coordinator.in(state->source);}, 191 if (source.empty()) [all...] |
| rx-flat_map.hpp | 14 \param s a function that returns an observable for each item emitted by the source observable. 15 \param rs a function that combines one item emitted by each of the source and collection observables and returns an item to be emitted by the resulting observable (optional). 18 \return Observable that emits the results of applying a function to a pair of values emitted by the source observable and the collection observable. 106 : source(std::move(o)) 112 source_type source; member in struct:rxcpp::operators::detail::flat_map::values 159 auto source = on_exception( local 160 [&](){return state->coordinator.in(state->source);}, 162 if (source.empty()) { 190 // this subscribe does not share the source subscription 191 // so that when it is unsubscribed the source will continu [all...] |
| rx-merge.hpp | 11 - The source observable emits nested observables, nested observables are merged. 12 - The source observable and the arguments v0...vn are used to provide the observables to merge. 16 \tparam ValueN types of source observables (optional). 20 \param vn source observables (optional). 22 \return Observable that emits items that are the result of flattening the observables emitted by the source observable. 111 , source(i.source_operator) 117 observable<source_value_type, source_operator_type> source; member in struct:rxcpp::operators::detail::merge::merge_state_type 136 auto source = on_exception( local 137 [&](){return state->coordinator.in(state->source);}, 139 if (source.empty()) [all...] |
| rx-merge_delay_error.hpp | 12 - The source observable emits nested observables, nested observables are merged. 13 - The source observable and the arguments v0...vn are used to provide the observables to merge. 17 \tparam ValueN types of source observables (optional). 21 \param vn source observables (optional). 23 \return Observable that emits items that are the result of flattening the observables emitted by the source observable. 104 , source(i.source_operator) 110 observable<source_value_type, source_operator_type> source; member in struct:rxcpp::operators::detail::merge_delay_error::merge_state_type 130 auto source = on_exception( local 131 [&](){return state->coordinator.in(state->source);}, 133 if (source.empty()) [all...] |
| rx-sequence_equal.hpp | 58 : source(std::move(s)) 65 source_type source; member in struct:rxcpp::operators::detail::sequence_equal::values 119 auto source = on_exception( local 120 [&](){ return state->coordinator.in(state->source); }, 122 if (source.empty()) { 183 source.get().subscribe(
|
| rx-skip_until.hpp | 13 \param t an observable that has to emit an item before the source observable's elements begin to be mirrored by the resulting observable. 16 \return An observable that skips items from the source observable until the second observable emits an item or the time runs out, then emits the remaining items. 58 : source(std::move(s)) 63 source_type source; member in struct:rxcpp::operators::detail::skip_until::values 121 auto source = on_exception( local 122 [&](){return state->coordinator.in(state->source);}, 124 if (source.empty()) { 166 source.get().subscribe(
|
| rx-subscribe_on.hpp | 13 \return The source observable modified so that its subscriptions happen on the specified scheduler. 56 : source(std::move(s)) 60 source_type source; member in struct:rxcpp::operators::detail::subscribe_on::subscribe_on_values 129 state->source.subscribe(state->source_lifetime, state->out);
|
| rx-switch_on_next.hpp | 7 \brief Return observable that emits the items emitted by the observable most recently emitted by the source observable. 13 \return Observable that emits the items emitted by the observable most recently emitted by the source observable. 90 , source(i.source_operator) 96 observable<source_value_type, source_operator_type> source; member in struct:rxcpp::operators::detail::switch_on_next::switch_state_type 116 auto source = on_exception( local 117 [&](){return state->coordinator.in(state->source);}, 119 if (source.empty()) { 148 // this subscribe does not share the source subscription 149 // so that when it is unsubscribed the source will continue 192 source->subscribe(std::move(selectedSink.get())) [all...] |
| rx-take_until.hpp | 14 \param t an observable whose first emitted item will stop emitting items from the source observable. 18 \return An observable that emits the items emitted by the source observable until trigger observable emitted or the time runs out. 68 : source(std::move(s)) 73 source_type source; member in struct:rxcpp::operators::detail::take_until::values 131 auto source = on_exception( local 132 [&](){return state->coordinator.in(state->source);}, 134 if (source.empty()) { 200 source->subscribe(std::move(selectedSinkSource.get()));
|
| rx-window_toggle.hpp | 125 auto source = on_exception( local 128 if (source.empty()) { 155 auto source = localState->coordinator.in(closer); 186 source.subscribe(std::move(selectedSink)); 202 source->subscribe(std::move(selectedSink.get()));
|
| /external/apache-commons-compress/src/test/java/org/apache/commons/compress/compressors/bzip2/ |
| PythonTruncatedBzip2Test.java | 63 final InputStream source = new ByteArrayInputStream(TRUNCATED_DATA); local 64 this.bz2Channel = makeBZ2C(source); 105 private static ReadableByteChannel makeBZ2C(final InputStream source) throws IOException { 106 final BufferedInputStream bin = new BufferedInputStream(source);
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/ |
| BigFractionFormat.java | 186 * @param source the string to parse 192 public BigFraction parse(final String source) throws ParseException { 194 final BigFraction result = parse(source, parsePosition); 198 LocalizedFormats.UNPARSEABLE_FRACTION_NUMBER, source); local 206 * @param source the string to parse 211 public BigFraction parse(final String source, final ParsePosition pos) { 215 parseAndIgnoreWhitespace(source, pos); 218 final BigInteger num = parseNextBigInteger(source, pos); 229 final char c = parseNextCharacter(source, pos); 248 parseAndIgnoreWhitespace(source, pos) [all...] |
| FractionFormat.java | 197 * @param source the string to parse 203 public Fraction parse(final String source) throws ParseException { 205 final Fraction result = parse(source, parsePosition); 209 LocalizedFormats.UNPARSEABLE_FRACTION_NUMBER, source); local 217 * @param source the string to parse 222 public Fraction parse(final String source, final ParsePosition pos) { 226 parseAndIgnoreWhitespace(source, pos); 229 final Number num = getNumeratorFormat().parse(source, pos); 240 final char c = parseNextCharacter(source, pos); 259 parseAndIgnoreWhitespace(source, pos) [all...] |
| /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/ |
| Kurtosis.java | 209 * Copies source to dest. 210 * <p>Neither source nor dest can be null.</p> 212 * @param source Kurtosis to copy 214 * @throws NullPointerException if either source or dest is null 216 public static void copy(Kurtosis source, Kurtosis dest) { 217 dest.setData(source.getDataRef()); 218 dest.moment = source.moment.copy(); 219 dest.incMoment = source.incMoment;
|
| SemiVariance.java | 154 * Copies source to dest. 155 * <p>Neither source nor dest can be null.</p> 157 * @param source SemiVariance to copy 159 * @throws NullPointerException if either source or dest is null 161 public static void copy(final SemiVariance source, SemiVariance dest) { 162 dest.setData(source.getDataRef()); 163 dest.biasCorrected = source.biasCorrected; 164 dest.varianceDirection = source.varianceDirection;
|
| Skewness.java | 201 * Copies source to dest. 202 * <p>Neither source nor dest can be null.</p> 204 * @param source Skewness to copy 206 * @throws NullPointerException if either source or dest is null 208 public static void copy(Skewness source, Skewness dest) { 209 dest.setData(source.getDataRef()); 210 dest.moment = new ThirdMoment(source.moment.copy()); 211 dest.incMoment = source.incMoment;
|
| Variance.java | 593 * Copies source to dest. 594 * <p>Neither source nor dest can be null.</p> 596 * @param source Variance to copy 598 * @throws NullPointerException if either source or dest is null 600 public static void copy(Variance source, Variance dest) { 601 if (source == null || 605 dest.setData(source.getDataRef()); 606 dest.moment = source.moment.copy(); 607 dest.isBiasCorrected = source.isBiasCorrected; 608 dest.incMoment = source.incMoment [all...] |
| /external/apache-xml/src/main/java/org/apache/xml/utils/ |
| StylesheetPIHandler.java | 26 import javax.xml.transform.Source; 112 * @return Source object that references the last stylesheet reference 115 public Source getAssociatedStylesheet() 122 Source source = (Source) m_stylesheets.elementAt(sz-1); local 123 return source; 154 Source source = null; local 215 source = m_uriResolver.resolve(href, m_baseID) [all...] |
| /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
| LanguageInfoTest.java | 54 Pair<String, String> source = Pair.of(desired, supported); local 55 if (alreadySeen.contains(source)) { 56 errln("Duplicate entry for " + source); 59 alreadySeen.add(source);
|
| TestXMLSource.java | 75 XMLSource source = new DummyXMLSource(); local 76 source.putValueAtDPath("//ldml/foo", "x"); 77 source.putValueAtDPath("//ldml/foo[@alt=\"proposed5\"]", "x"); 78 source.putValueAtDPath("//ldml/foo[@alt=\"short\"]", "x"); 79 source.putValueAtDPath("//ldml/foo[@alt=\"short-proposed-x\"]", "x"); 80 source.putValueAtDPath( 82 source.putValueAtDPath("//ldml/foo[@alt=\"short-x\"]", "x"); 85 source.getPathsWithValue("x", "//ldml/foo/bar", result); 90 source.getPathsWithValue("x", xpath, result); 99 source.getPathsWithValue("x", xpath, result) [all...] |
| /external/cldr/tools/java/org/unicode/cldr/test/ |
| TestTransforms.java | 18 String source = CldrUtility.getProperty("files", null, CLDRPaths.BASE_DIRECTORY local 25 if (source == null) { 28 CLDRTransforms.getInstance().setShowProgress(out).registerFromIcuFormatFiles(source);
|