HomeSort by relevance Sort by last modified time
    Searched full:converter (Results 126 - 150 of 1646) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/junit-params/src/main/java/junitparams/converters/
Nullable.java 28 @Param(converter = NullableConverter.class)
  /external/protobuf/src/google/protobuf/util/internal/
field_mask_utility.h 46 namespace converter { namespace in namespace:google::protobuf::util
51 // Applies a 'converter' to each segment of a FieldMask path and returns the
56 ConverterCallback converter);
67 } // namespace converter
error_listener.cc 36 namespace converter { namespace in namespace:google::protobuf::util
39 } // namespace converter
object_location_tracker.h 42 namespace converter { namespace in namespace:google::protobuf::util
59 } // namespace converter
  /external/r8/src/main/java/com/android/tools/r8/utils/
OffOrAuto.java 13 static final ValueConverter<OffOrAuto> CONVERTER = new ValueConverter<OffOrAuto>() {
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/
Android.bp 43 "libfwdlock-converter",
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
Android.bp 18 name: "libfwdlock-converter",
  /hardware/libhardware/modules/camera/3_4/metadata/
converter_interface_mock.h 17 // Mock for converter interfaces.
partial_metadata_factory.h 82 std::shared_ptr<ConverterInterface<T, int32_t>> converter,
95 std::shared_ptr<ConverterInterface<T, int32_t>> converter,
188 std::shared_ptr<ConverterInterface<T, int32_t>> converter,
215 // Set up the result converter and result options based on type.
216 std::shared_ptr<ConverterInterface<T, int32_t>> result_converter(converter);
233 res = converter->V4L2ToMetadata(i, &metadata_val);
252 // No converter changes necessary.
265 // Upgrade to a range/step-clamping converter.
267 converter, control_min, control_max, control_step));
314 std::shared_ptr<ConverterInterface<T, int32_t>> converter,
    [all...]
v4l2_control_delegate.h 33 std::shared_ptr<ConverterInterface<TMetadata, TV4L2>> converter)
36 converter_(std::move(converter)){};
  /external/desugar/java/com/google/devtools/common/options/
Option.java 58 * instance of type T, since we'd need to ensure that {@link #toString()} and {@link #converter}
62 * <p>If an option's defaultValue() is the string "null", the option's converter will not be
124 * The converter that we'll use to convert the string representation of this option's value into
126 * Converters#DEFAULT_CONVERTERS}). Custom converters must implement the {@link Converter}
130 // Can't figure out how to coerce Converter.class into Class<? extends Converter<?>>
131 Class<? extends Converter> converter() default Converter.class;
138 * type {@code List<T>}, and the result type of the converter for this option must either matc
    [all...]
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetProviderICU.java 64 // create the converter object and return it
113 * Gets the canonical name of the converter as defined by Java
114 * @param enc converter name
115 * @return canonical name of the converter
169 * Gets the canonical name of the converter as defined by Java
170 * @param charsetName converter name
171 * @return canonical name of the converter
231 * Gets the aliases associated with the converter name
232 * @param encName converter name
233 * @return converter names as elements in an object arra
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/
LzmaArchCustomDecompressLib.inf 2 # LzmaArchCustomDecompressLib produces LZMA custom decompression algorithm with the converter for the different arch code.
59 gLzmaF86CustomDecompressGuid ## PRODUCES ## GUID # specifies LZMA custom decompress algorithm with converter for x86 code.
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/
LzmaArchCustomDecompressLib.inf 2 # LzmaArchCustomDecompressLib produces LZMA custom decompression algorithm with the converter for the different arch code.
59 gLzmaF86CustomDecompressGuid ## PRODUCES ## GUID # specifies LZMA custom decompress algorithm with converter for x86 code.
  /external/icu/icu4c/source/io/unicode/
ustream.h 51 * converter.
59 * converter.
  /external/libcxx/test/libcxx/localization/locales/locale.convenience/conversions/conversions.string/
ctor_move.pass.cpp 26 // create a converter and perform some conversions to generate some
32 // move construct a new converter and make sure the state is the same.
  /external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/internal/
ConversionTask.java 46 ProjectConverter converter = new ProjectConverter(conversionType, pl); local
47 converter.convertProject(folder);
  /external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/line/
SingleConversionRule.java 56 * @see org.slf4j.converter.ConversionRule#getPattern()
65 * @see org.slf4j.converter.ConversionRule#replace(java.util.regex.Matcher)
  /external/slf4j/slf4j-migrator/src/test/java/org/slf4j/migrator/line/
TrivialMatcherTest.java 36 // "import org.slf4j.converter" -- > simple replacement with an unique
38 assertEquals("simple replacement with an unique capturing group", trivialLC.getOneLineReplacement("import org.slf4j.converter"));
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/util/
CharSequenceConverter.java 46 return CONVERTER.toList(iterable);
49 private static final ImmutableConverter<String, CharSequence> CONVERTER =
  /external/swiftshader/third_party/subzero/src/
IceConverter.cpp 11 /// \brief Implements the LLVM to ICE converter.
61 // TODO(stichnot): Redesign Converter, LLVM2ICEConverter,
71 explicit LLVM2ICEConverter(Ice::Converter &Converter)
72 : Converter(Converter), Ctx(Converter.getContext()),
73 TypeConverter(Converter.getModule()->getContext()) {}
75 Ice::Converter &getConverter() const { return Converter; }
    [all...]
  /frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/solver/types/
CompositeAdapter.kt 25 * A column adapter that uses a type converter to do the conversion. The type converter may be
  /external/guice/core/src/com/google/inject/internal/
TypeConverterBindingProcessor.java 135 TypeConverter converter) {
136 convertToClasses(injector, Matchers.identicalTo(type), converter);
140 final Matcher<? super Class<?>> typeMatcher, TypeConverter converter) {
154 }, converter);
159 TypeConverter converter) {
161 new TypeConverterBinding(SourceProvider.UNKNOWN_SOURCE, typeMatcher, converter));
  /frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
VirtualizerTest.java 207 ByteBuffer converter = ByteBuffer.wrap(valueBuf); local
208 converter.order(ByteOrder.nativeOrder());
209 return converter.getInt(offset);
213 ByteBuffer converter = ByteBuffer.wrap(valueBuf); local
214 converter.order(ByteOrder.nativeOrder());
215 return converter.getShort(offset);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidates1LineViewManager.java 100 /** The converter to get candidates from and notice the selected candidate to. */
385 public void displayCandidates(WnnEngine converter) {
391 mConverter = converter;
395 isNextCandidate = displayCandidatesNormal(converter);
399 isNextCandidate = displayCandidatesDelay(converter);
408 * @param converter {@link WnnEngine} which holds candidates.
410 private int displayCandidatesNormal(WnnEngine converter) {
413 if (converter == null) {
418 WnnWord result = converter.getNextCandidate();
447 * @param converter {@link WnnEngine} which holds candidates
    [all...]

Completed in 646 milliseconds

1 2 3 4 56 7 8 91011>>