HomeSort by relevance Sort by last modified time
    Searched full:converters (Results 101 - 125 of 381) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/guice/core/src/com/google/inject/spi/
TypeConverterBinding.java 27 * Registration of type converters for matching target types. Instances are created
  /external/icu/icu4c/source/common/
ucmndata.h 14 * data items (resources, converters, tables, anything) into a
udatamem.h 13 * that contains some ICU data (resource, converters, whatever.)
ucnv_bld.cpp 11 * of converters and related structures.
212 less overhead than an algorithmic open. We don't cache non-algorithmic converters
239 /* in use by open converters. */
284 /* UDataInfo info; -- necessary only if some converters have different formatVersion */
363 * TODO Store pkg in a field in the shared data so that delta-only converters
364 * can load base converters from the same package.
413 * Based on the number of known converters, this determines how many times larger
415 * of converters are used, this number should be 2. When memory is plentiful, or
416 * when ucnv_countAvailable is ever used with a lot of available converters,
544 /* application-provided converters are not currently cached *
    [all...]
ucnv_imp.h 117 * This will only unload the data if no other converters are sharing it.
  /external/icu/icu4c/source/samples/ucnv/
readme.txt 7 Opening and closing converters using the C api
  /external/jcommander/src/test/java/com/beust/jcommander/
ConverterFactoryTest.java 62 * Test that main parameters can be used with string converters,
  /external/opencv3/modules/java/src/
photo+Photo.java 12 import org.opencv.utils.Converters;
39 Mat srcImgs_mat = Converters.vector_Mat_to_Mat(srcImgs);
48 Mat srcImgs_mat = Converters.vector_Mat_to_Mat(srcImgs);
62 Mat observations_mat = Converters.vector_Mat_to_Mat(observations);
71 Mat observations_mat = Converters.vector_Mat_to_Mat(observations);
523 Mat srcImgs_mat = Converters.vector_Mat_to_Mat(srcImgs);
532 Mat srcImgs_mat = Converters.vector_Mat_to_Mat(srcImgs);
546 Mat srcImgs_mat = Converters.vector_Mat_to_Mat(srcImgs);
556 Mat srcImgs_mat = Converters.vector_Mat_to_Mat(srcImgs);
video+Video.java 17 import org.opencv.utils.Converters;
73 Converters.Mat_to_vector_Mat(pyramid_mat, pyramid);
83 Converters.Mat_to_vector_Mat(pyramid_mat, pyramid);
  /art/test/971-iface-super/util-src/
generate_java.py 91 converters = (lambda a: JavaConverter(a.get_specific_version(base.InterfaceType.default)),
94 for iface_filter, iface_converter in zip(filters, converters):
  /external/guice/core/src/com/google/inject/internal/
TypeConverterBindingProcessor.java 43 /** Installs default converters for primitives, enums, and class literals. */
45 // Configure type converters.
  /external/jcommander/
CHANGELOG 113 Added: support for converters for main parameters (e.g. List<HostPort>).
138 Type converters
  /external/guava/guava/src/com/google/common/base/
Converter.java 56 * behavior for all converters; implementations of {@link #doForward} and {@link #doBackward} are
282 * of this converter. Its {@code reverse} method applies the converters in reverse order.
310 * non-legacy behavior; it just needs to let the behaviors of the backing converters shine
378 * result from this method does not imply that the converters are known <i>not</i> to be
386 // Static converters
  /external/icu/icu4c/source/common/unicode/
ucnv.h 31 * different types of converters, there are other functions in this API to
86 * Enum for specifying basic types of converters
271 * Converter option for specifying a version selector (0..9) for some converters.
476 * stored in the converter cache or the alias table. The only way to open further converters
550 * converters to be cloned with ucnv_safeClone().
619 * For some converters, for example some ISO 2022 variants, only single-byte
748 * some stateful converters (EBCDIC_STATEFUL, ISO-2022) and LMBCS.
760 * - State-shifting output (SI/SO, escapes, etc.) from stateful converters.
768 * - initial and final non-character bytes that are output by some converters
799 * by some converters
    [all...]
  /external/chromium-trace/catapult/third_party/Paste/paste/
urlparser.py 21 from paste.util import converters namespace
117 self.index_names = converters.aslist(index_names)
121 self.hide_extensions = converters.aslist(hide_extensions)
125 self.ignore_extensions = converters.aslist(ignore_extensions)
622 index_names = converters.aslist(index_names)
627 hide_extensions = converters.aslist(hide_extensions)
632 ignore_extensions = converters.aslist(ignore_extensions)
  /external/fonttools/Lib/fontTools/ttLib/tables/
otTables.py 757 # add converters to classes
766 if not hasattr(cls, "converters"):
767 cls.converters = {}
769 converters, convertersByName = buildConverters(table[1:], namespace)
770 cls.converters[format] = converters
774 cls.converters, cls.convertersByName = buildConverters(table, namespace)
  /device/generic/goldfish/camera/
Android.mk 53 Converters.cpp \
  /external/chromium-trace/catapult/third_party/Paste/paste/auth/
grantip.py 98 from paste.deploy.converters import asbool
  /external/freetype/include/freetype/internal/
ftvalid.h 68 /* editors/converters. */
  /external/icu/android_icu4j/src/main/java/android/icu/text/
UForwardCharacterIterator.java 15 * streams with converters into an object for collation or
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UForwardCharacterIterator.java 14 * streams with converters into an object for collation or
  /external/jcommander/src/test/java/com/beust/jcommander/args/
CommandLineArgs2.java 22 import com.beust.jcommander.converters.FileConverter;
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/
ftvalid.h 68 /* editors/converters. */
  /external/lzma/C/
Bra.c 1 /* Bra.c -- Converters for RISC code
  /external/opencv3/modules/features2d/misc/java/src/cpp/
features2d_converters.cpp 1 #define LOG_TAG "org.opencv.utils.Converters"

Completed in 874 milliseconds

1 2 3 45 6 7 8 91011>>