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

1 2 3 4 56 7 8 91011>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECPoint.java 22 private static X9IntegerConverter converter = new X9IntegerConverter(); field in class:ECPoint
208 int qLength = converter.getByteLength(x);
223 byte[] X = converter.integerToBytes(this.getX().toBigInteger(), qLength);
233 byte[] X = converter.integerToBytes(this.getX().toBigInteger(), qLength);
234 byte[] Y = converter.integerToBytes(this.getY().toBigInteger(), qLength);
389 int byteCount = converter.getByteLength(this.x);
390 byte[] X = converter.integerToBytes(this.getX().toBigInteger(), byteCount);
418 byte[] Y = converter.integerToBytes(this.getY().toBigInteger(), byteCount);
  /external/chromium_org/chrome/renderer/extensions/
app_window_custom_bindings.cc 123 scoped_ptr<content::V8ValueConverter> converter(
125 result = converter->ToV8Value(value, context()->v8_context());
runtime_custom_bindings.cc 110 scoped_ptr<V8ValueConverter> converter(V8ValueConverter::create());
112 converter->ToV8Value(context()->extension()->manifest()->value(),
chrome_v8_context.cc 139 scoped_ptr<V8ValueConverter> converter(V8ValueConverter::create());
144 converter->ToV8Value(&response, v8_context_.get()),
  /external/chromium_org/third_party/icu/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:__anon13302
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:__anon13303
    [all...]
  /external/chromium_org/ui/gfx/codec/
jpeg_codec.cc 300 // get the correct format converter
301 void (*converter)(const unsigned char* in, int w, unsigned char* rgb);
304 converter = StripAlpha;
307 converter = BGRAtoRGB;
317 converter(&input[cinfo.next_scanline * row_byte_width], w, row_buffer);
582 void (*converter)(const unsigned char* rgb, int w, unsigned char* out);
586 converter = AddAlpha;
590 converter = RGBtoBGRA;
604 converter(rowptr, *w, &(*output)[row * row_write_stride]);
png_codec.cc 208 // Pick our row format converter necessary for this data.
603 FormatConverter converter,
637 if (!converter) {
647 converter(&input[y * row_byte_width], width, row_buffer, NULL);
682 FormatConverter converter = NULL; local
698 converter = ConvertRGBAtoRGB;
702 converter = NULL;
711 converter = ConvertBGRAtoRGB;
715 converter = ConvertBetweenBGRAandRGBA;
724 converter = ConvertSkiatoRGB
    [all...]
  /external/icu4c/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:__anon20608
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:__anon20609
    [all...]
  /external/openfst/src/script/
fst-class.cc 120 if (entry.converter == 0) {
129 : MutableFstClass(GetVFSTRegisterEntry(other.ArcType()).converter(other)) {
  /external/chromium_org/chrome/browser/google_apis/
gdata_wapi_parser.h 79 static void RegisterJSONConverter(base::JSONValueConverter<Link>* converter);
138 base::JSONValueConverter<ResourceLink>* converter);
171 base::JSONValueConverter<Author>* converter);
204 base::JSONValueConverter<Category>* converter);
243 base::JSONValueConverter<Content>* converter);
281 base::JSONValueConverter<AppIcon>* converter);
361 base::JSONValueConverter<CommonMetadataDescendant>* converter);
414 base::JSONValueConverter<ResourceEntry>* converter);
631 base::JSONValueConverter<ResourceList>* converter);
754 base::JSONValueConverter<InstalledApp>* converter);
    [all...]
drive_api_parser.h 48 base::JSONValueConverter<AboutResource>* converter);
117 base::JSONValueConverter<DriveAppIcon>* converter);
176 base::JSONValueConverter<AppResource>* converter);
322 base::JSONValueConverter<AppList>* converter);
370 base::JSONValueConverter<ParentReference>* converter);
414 base::JSONValueConverter<FileLabels>* converter);
468 base::JSONValueConverter<FileResource>* converter);
657 base::JSONValueConverter<FileList>* converter);
718 base::JSONValueConverter<ChangeResource>* converter);
775 base::JSONValueConverter<ChangeList>* converter);
    [all...]
  /cts/tools/signature-tools/src/signature/
Main.java 22 * {@link signature.converter.Main}. If invoked with <code>--compare</code> the
25 * @see signature.converter.Main
63 signature.converter.Main.main(without(args, i));
  /cts/tools/signature-tools/test/signature/comparator/util/
AbstractComparatorTest.java 29 import signature.converter.util.AbstractConvertTest;
  /frameworks/base/services/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))); \
  /cts/tests/tests/widget/src/android/widget/cts/
SimpleCursorAdapterTest.java 242 CursorToStringConverter converter = new MockCursorToStringConverter(); local
243 mSimpleCursorAdapter.setCursorToStringConverter(converter);
244 assertSame(converter, mSimpleCursorAdapter.getCursorToStringConverter());
271 // converter is null, StringConversionColumn is set to negative
275 // converter is null, StringConversionColumn is set to 1
279 // converter is null, StringConversionColumn is set to 3 (larger than columns count)
292 // converter is null, StringConversionColumn is set to 3
297 // converter is not null, StringConversionColumn is 1
298 CursorToStringConverter converter = new MockCursorToStringConverter(); local
299 mSimpleCursorAdapter.setCursorToStringConverter(converter);
    [all...]
  /external/chromium_org/media/filters/
h264_to_annex_b_bitstream_converter_unittest.cc 267 // Initialize converter.
269 H264ToAnnexBBitstreamConverter converter; local
272 uint32 config_size = converter.ParseConfigurationAndCalculateSize(
280 EXPECT_TRUE(converter.ConvertAVCDecoderConfigToByteStream(
287 uint32 output_size = converter.CalculateNeededOutputBufferSize(
297 EXPECT_TRUE(converter.ConvertNalUnitStreamToByteStream(
307 // Initialize converter.
308 H264ToAnnexBBitstreamConverter converter; local
311 uint32 config_size = converter.ParseConfigurationAndCalculateSize(NULL, 0);
315 EXPECT_FALSE(converter.ConvertAVCDecoderConfigToByteStream(NULL
335 H264ToAnnexBBitstreamConverter converter; local
357 H264ToAnnexBBitstreamConverter converter; local
406 H264ToAnnexBBitstreamConverter converter; local
487 H264ToAnnexBBitstreamConverter converter; local
    [all...]
  /external/javassist/src/main/javassist/tools/reflect/
Reflection.java 81 protected CodeConverter converter; field in class:Reflection
97 converter = new CodeConverter();
129 clazz.instrument(converter);
231 converter.replaceFieldRead(f, clazz, readPrefix + name);
232 converter.replaceFieldWrite(f, clazz, writePrefix + name);
  /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/chromium_org/tools/imagediff/
image_diff_png.cc 212 // Pick our row format converter necessary for this data.
476 FormatConverter converter,
509 if (!converter) {
519 converter(&input[y * row_byte_width], width, row_buffer, NULL);
541 FormatConverter converter = NULL; local
558 converter = ConvertRGBAtoRGB;
562 converter = NULL;
571 converter = ConvertBGRAtoRGB;
575 converter = ConvertBetweenBGRAandRGBA;
601 output_color_components, converter, comments)
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ucnv_lmb.c 55 The code in this file provides an implementation for an ICU converter of
219 optimization group as part of the name of the converter (LMBCS-1, LMBCS-2,
220 etc.). Using plain 'LMBCS' as the name of the converter will give you
227 Because of the extensive use of other character sets, the LMBCS converter
232 byte, only those at 0x13 or below can map to an actual converter. To limit
233 some loops and searches, we define a value for that last group converter:*/
235 #define ULMBCS_GRP_LAST 0x13 /* last LMBCS group that has a converter */
465 We also ask the creator of a converter to send in a preferred locale
568 vtable. There is also room in there for converter-specific data. LMBCS
569 uses that converter-specific data to keep track of the 12 subconverter
    [all...]
  /external/icu4c/common/
ucnv_lmb.c 55 The code in this file provides an implementation for an ICU converter of
219 optimization group as part of the name of the converter (LMBCS-1, LMBCS-2,
220 etc.). Using plain 'LMBCS' as the name of the converter will give you
227 Because of the extensive use of other character sets, the LMBCS converter
232 byte, only those at 0x13 or below can map to an actual converter. To limit
233 some loops and searches, we define a value for that last group converter:*/
235 #define ULMBCS_GRP_LAST 0x13 /* last LMBCS group that has a converter */
465 We also ask the creator of a converter to send in a preferred locale
568 vtable. There is also room in there for converter-specific data. LMBCS
569 uses that converter-specific data to keep track of the 12 subconverter
    [all...]
  /external/javassist/src/test/test/javassist/convert/
ArrayAccessReplaceTest.java 20 CodeConverter converter = new CodeConverter(); local
21 converter.replaceArrayAccess(echoClass, new CodeConverter.DefaultArrayAccessReplacementMethodNames());
22 simpleClass.instrument(converter);
31 CodeConverter converter = new CodeConverter(); local
32 converter.replaceArrayAccess(clazz, new CodeConverter.DefaultArrayAccessReplacementMethodNames());
33 clazz.instrument(converter);
  /frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
EqualizerTest.java 342 ByteBuffer converter = ByteBuffer.wrap(valueBuf); local
343 converter.order(ByteOrder.nativeOrder());
344 return converter.getInt(offset);
348 ByteBuffer converter = ByteBuffer.wrap(valueBuf); local
349 converter.order(ByteOrder.nativeOrder());
350 return converter.getShort(offset);
  /external/chromium_org/content/renderer/
web_ui_extension.cc 128 scoped_ptr<V8ValueConverter> converter(V8ValueConverter::create());
130 base::Value* value = converter->FromV8Value(
  /external/chromium_org/ppapi/cpp/extensions/
from_var_converter.h 79 FromVarConverter<T> converter(var);
80 FromVarConverterBase<Optional<T> >::value_ = converter.value();

Completed in 679 milliseconds

1 2 3 4 56 7 8 91011>>