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

1 2 3 4 56 7 8 91011>>

  /cts/tools/signature-tools/src/signature/converter/doclet/
DocletFactory.java 17 package signature.converter.doclet;
25 import signature.converter.Visibility;
55 DocletToSigConverter converter = new DocletToSigConverter(); local
56 IApi api = converter.convertDocletRoot(name, root, visibility,
  /device/linaro/bootloader/edk2/BaseTools/Bin/CYGWIN_NT-5.1-i686/
LzmaF86Compress 3 # This script will exec LzmaCompress tool with --f86 option that enables converter for x86 code.
  /device/linaro/bootloader/edk2/BaseTools/BinWrappers/PosixLike/
LzmaF86Compress 3 # This script will exec LzmaCompress tool with --f86 option that enables converter for x86 code.
  /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
Enums.java 57 * Returns a converter that converts between strings and {@code enum} values of type
59 * converter will throw an {@code IllegalArgumentException} if the argument is not the name of
64 public static <T extends Enum<T>> Converter<String, T> stringConverter(final Class<T> enumClass) {
69 extends Converter<String, T> implements Serializable {
  /external/icu/icu4c/source/common/
ucln.h 44 * For instance, the default converter in ustring depends upon the converter
45 * API. So the default converter should be closed before the converter API
  /external/icu/icu4c/source/tools/makeconv/
makeconv.1.in 14 \- compile a converter table
32 converts the ICU converter table
88 If an existing converter table is changed and recompiled using
95 A standalone binary converter file will not take precedence over a
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetCESU8.java 15 * the variant UTF-8 converter without extra setup work. CESU-8 encodes/decodes supplementary characters as 6 bytes
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...]
  /external/jcommander/src/main/java/com/beust/jcommander/
Parameter.java 72 * The string converter to use for this field. If the field is of type <tt>List</tt>
76 Class<? extends IStringConverter<?>> converter() default NoConverter.class;
79 * The list string converter to use for this field. If it's specified, the
80 * field has to be of type <tt>List</tt> and the converter needs to return
  /external/jcommander/src/main/java/com/beust/jcommander/converters/
NoConverter.java 24 * Default value for a converter when none is specified.
StringConverter.java 24 * Default converter for strings.
  /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
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/
Android.bp 46 "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...]
  /external/desugar/java/com/google/devtools/common/options/
Option.java 56 * instance of type T, since we'd need to ensure that {@link #toString()} and {@link #converter}
60 * <p>If an option's defaultValue() is the string "null", the option's converter will not be
116 * The converter that we'll use to convert the string representation of this option's value into
118 * Converters#DEFAULT_CONVERTERS}). Custom converters must implement the {@link Converter}
122 // Can't figure out how to coerce Converter.class into Class<? extends Converter<?>>
123 Class<? extends Converter> converter() default Converter.class;
130 * type {@code List<T>}, and the result type of the converter for this option must either matc
    [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.
61 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.
61 gLzmaF86CustomDecompressGuid ## PRODUCES ## GUID # specifies LZMA custom decompress algorithm with converter for x86 code.
  /external/icu/icu4c/source/io/unicode/
ustream.h 45 * converter.
53 * converter.
  /external/libcxx/test/libcxx/localization/locales/locale.convenience/conversions/conversions.string/
ctor_move.pass.cpp 29 // create a converter and perform some conversions to generate some
35 // 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);

Completed in 542 milliseconds

1 2 3 4 56 7 8 91011>>