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

1 2 3 4 56 7 8 91011>>

  /device/generic/goldfish/camera/
JpegCompressor.h 22 * converter between YV21, and JPEG formats.
30 /* Encapsulates a converter between YV12, and JPEG formats.
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
UConverterAliasDataReader.java 32 * into the string table for the converter name. The index of this list is
45 * alias -> converter name mapping. Section 3 and 4 form a two column table.
47 * 4) This section contains a list of mapped converter names. Consider this
51 * each converter index in this table. Currently it's only used to say that
52 * an alias mapped to this converter is ambiguous. See UCNV_CONVERTER_INDEX_MASK
58 * index into the converter list (column header). The row index is the index
83 * Converter Names (Usually in TR22 form)
107 * Converter Names (Usually in TR22 form)
UConverterStaticData.java 14 String name; /* +4: 60 internal name of the converter- invariant chars */
18 byte platform; /* +68: 1 platform of the converter (only IBM now) */
UConverterAlias.java 123 /* load converter alias data from file if necessary */
175 // /* else converter not found */
181 * search for an alias return the converter number index for gConverterList
223 /* State whether the canonical converter name contains an option.
308 * Do a fuzzy compare of a two converter/alias names. The comparison is
319 * a converter name or alias, zero-terminated
321 * a converter name or alias, zero-terminated
414 /* else converter not found */
420 * Return the number of all aliases (and converter names).
452 /* else converter not found *
    [all...]
  /external/llvm/utils/Target/ARM/
analyze-match-table.py 17 code, string, converter, _ = [s.strip()
23 insns.append((code,string,converter,items,features))
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/
ImmutableExceptionHandler.java 67 return CONVERTER.toList(list);
70 private static final ImmutableConverter<ImmutableExceptionHandler, ExceptionHandler> CONVERTER =
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
ImmutableSwitchElement.java 67 return CONVERTER.toList(list);
70 private static final ImmutableConverter<ImmutableSwitchElement, SwitchElement> CONVERTER =
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/reference/
ImmutableTypeReference.java 62 return CONVERTER.toList(list);
65 private static final ImmutableConverter<ImmutableTypeReference, TypeReference> CONVERTER =
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_from_tgsi.cpp 1024 class Converter : public BuildUtil
1027 Converter(Program *, const tgsi::Source *);
1028 ~Converter();
1080 BindArgumentsPass(Converter &conv) : conv(conv) { }
1083 Converter &conv;
1136 Converter::srcToSym(tgsi::Instruction::SrcRegister src, int c)
1147 Converter::dstToSym(tgsi::Instruction::DstRegister dst, int c)
    [all...]
  /external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/
DoublesTest.java 23 import com.google.common.base.Converter;
398 Converter<String, Double> converter = Doubles.stringConverter(); local
399 assertEquals((Double) 1.0, converter.convert("1.0"));
400 assertEquals((Double) 0.0, converter.convert("0.0"));
401 assertEquals((Double) (-1.0), converter.convert("-1.0"));
402 assertEquals((Double) 1.0, converter.convert("1"));
403 assertEquals((Double) 0.0, converter.convert("0"));
404 assertEquals((Double) (-1.0), converter.convert("-1"));
405 assertEquals((Double) 1e6, converter.convert("1e6"))
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
X509Name.java 352 private X509NameEntryConverter converter = null; field in class:X509Name
499 * The passed in converter will be used to convert the strings into their
506 X509NameEntryConverter converter)
508 this.converter = converter;
556 * The passed in converter will be used to convert the strings into their
563 X509NameEntryConverter converter)
565 this.converter = converter;
605 * in converter
    [all...]
  /external/icu/icu4c/source/common/
ucnv_lmb.c 53 The code in this file provides an implementation for an ICU converter of
217 optimization group as part of the name of the converter (LMBCS-1, LMBCS-2,
218 etc.). Using plain 'LMBCS' as the name of the converter will give you
225 Because of the extensive use of other character sets, the LMBCS converter
230 byte, only those at 0x13 or below can map to an actual converter. To limit
231 some loops and searches, we define a value for that last group converter:*/
233 #define ULMBCS_GRP_LAST 0x13 /* last LMBCS group that has a converter */
463 We also ask the creator of a converter to send in a preferred locale
566 vtable. There is also room in there for converter-specific data. LMBCS
567 uses that converter-specific data to keep track of the 12 subconverter
    [all...]
uinit.cpp 49 * Instead, we load the converter alias table to see if any ICU data
  /external/guava/guava/src/com/google/common/base/
Enums.java 111 * Returns a converter that converts between strings and {@code enum} values of type
113 * converter will throw an {@code IllegalArgumentException} if the argument is not the name of
118 public static <T extends Enum<T>> Converter<String, T> stringConverter(final Class<T> enumClass) {
123 extends Converter<String, T> implements Serializable {
  /external/guice/core/src/com/google/inject/internal/
InheritingState.java 109 for (TypeConverterBinding converter : s.getConvertersThisLevel()) {
110 if (converter.getTypeMatcher().matches(type)) {
112 errors.ambiguousTypeConversion(stringValue, source, type, matchingConverter, converter);
114 matchingConverter = converter;
  /external/guice/core/src/com/google/inject/spi/
ConvertedConstantBinding.java 39 * Returns the type converter binding used to convert the constant.
  /external/icu/icu4c/source/common/unicode/
ucnv_err.h 26 * and ucnv_setToUCallback functions, to set the behaviour of a converter
174 UCNV_CLOSE = 4, /**< Called when the converter is closed. The
177 converter. the pointer available as the
180 by the new converter, the callback must clone
194 UBool flush; /**< The internal state of converter will be reset and data flushed if set to TRUE. @stable ICU 2.0 */
195 UConverter *converter; /**< Pointer to the converter that is opened and to which this struct is passed as an argument. @stable ICU 2.0 */ member in struct:__anon11828
210 UBool flush; /**< The internal state of converter will be reset and data flushed if set to TRUE. @stable ICU 2.0 */
211 UConverter *converter; /**< Pointer to the converter that is opened and to which this struct is passed as an argument. @stable ICU 2.0 * member in struct:__anon11829
    [all...]
  /external/icu/icu4c/source/test/intltest/
thcoll.h 71 * UnicodeString and the default converter, unless we see the sequence
  /external/jcommander/src/main/java/com/beust/jcommander/
IStringConverter.java 25 * constructor will be used to instantiate your converter and the
  /external/jcommander/src/test/java/com/beust/jcommander/args/
ArgsMainParameter2.java 35 @Parameter(converter = HostPortConverter.class)
  /external/lzma/C/
Delta.c 1 /* Delta.c -- Delta converter
  /external/testng/src/test/java/
ConverterSample4.java 10 * Sample file for the Javadocv annotations to Java 5 annotations converter for the default package
  /frameworks/base/libs/common_time/
common_time_server_packets.cpp 40 #define SERIALIZE_FIELD(field_name, type, converter) \
44 *((type*)(data + offset)) = converter(field_name); \
51 #define DESERIALIZE_FIELD(field_name, type, converter) \
55 field_name = converter(*((type*)(data + offset))); \
  /frameworks/data-binding/baseLibrary/src/main/java/android/databinding/
BindingConversion.java 24 * used in the setter. The converter should take one parameter, the expression type, and the
  /system/media/camera/docs/
README.md 13 * Markdown 2.1+ - Plain text to HTML converter, for docs formatting.

Completed in 347 milliseconds

1 2 3 4 56 7 8 91011>>