HomeSort by relevance Sort by last modified time
    Searched refs:converter (Results 51 - 75 of 582) sorted by null

1 23 4 5 6 7 8 91011>>

  /cts/tools/signature-tools/src/signature/converter/dex/
DexFactory.java 17 package signature.converter.dex;
20 import signature.converter.Visibility;
35 DexToSigConverter converter = new DexToSigConverter(); local
37 SigApi api = converter.convertApi(name, files, visibility);
  /cts/tools/signature-tools/src/signature/io/
IApiLoader.java 22 import signature.converter.Visibility;
  /cts/tools/signature-tools/test/signature/converter/util/
CompilationUnit.java 17 package signature.converter.util;
AbstractTestSourceConverter.java 17 package signature.converter.util;
24 import signature.converter.Visibility;
  /external/chromium_org/components/cronet/
url_request_context_config.h 28 // Register |converter| for use in converter.Convert().
30 base::JSONValueConverter<URLRequestContextConfig>* converter);
  /external/chromium_org/url/
url_canon_icu.h 22 // Constructs a converter using an already-existing ICU character set
23 // converter. This converter is NOT owned by this object; the lifetime must
25 ICUCharsetConverter(UConverter* converter);
34 // The ICU converter, not owned by this class.
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
Android.mk 29 LOCAL_MODULE := libfwdlock-converter
  /external/chromium_org/chrome/browser/apps/drive/
drive_app_converter_browsertest.cc 94 const DriveAppConverter* converter() const { return converter_.get(); } function in class:DriveAppConverterTest
97 void ConverterFinished(const DriveAppConverter* converter, bool success) {
111 const Extension* app = converter()->extension();
133 EXPECT_TRUE(converter()->extension() == NULL);
138 EXPECT_TRUE(converter()->extension() == NULL);
143 const Extension* first_install = converter()->extension();
145 EXPECT_TRUE(converter()->is_new_install());
151 const Extension* second_install = converter()->extension();
153 EXPECT_FALSE(converter()->is_new_install());
  /external/chromium_org/ppapi/shared_impl/private/
ppb_char_set_shared.cc 106 UConverter* converter = ucnv_open(output_char_set, &status); local
115 ucnv_setFromUCallBack(converter, UCNV_FROM_U_CALLBACK_STOP, 0,
119 ucnv_setFromUCallBack(converter, UCNV_FROM_U_CALLBACK_SKIP, 0,
128 ucnv_getSubstChars(converter, subst_chars, &subst_chars_len, &status);
140 ucnv_setSubstString(converter, &question_mark, 1, &subst_status);
143 ucnv_setFromUCallBack(converter, UCNV_FROM_U_CALLBACK_SUBSTITUTE, 0,
149 ucnv_close(converter);
155 converter, output_buffer, output_buffer ? *output_length : 0,
158 ucnv_close(converter);
  /external/chromium_org/third_party/icu/source/common/
unistr_cnv.cpp 104 // use the provided converter
108 // use the default converter
171 // create the converter
172 UConverter *converter; local
187 converter = u_getDefaultConverter(&status);
199 converter = ucnv_open(codepage, &status);
202 length = doExtract(start, length, target, capacity, converter, status);
204 // close the converter
206 u_releaseDefaultConverter(converter);
208 ucnv_close(converter);
323 UConverter *converter; local
    [all...]
ucnv2022.c 48 * I am disabling the generic ISO-2022 converter after proposing to do so on
58 * 2. I believe that no one is really using the generic ISO-2022 converter
60 * Note that ICU's generic ISO-2022 converter has always output one escape
63 * the previous converter is closed and a new one opened,
70 * The ICU ISO-2022 converter does not handle this - and has no information
163 * Note: The converter uses some leniency:
263 * v) Get the converter name form escSeqStateTable_Result_2022[21] which is JISX208
301 * When the generic ISO-2022 converter is completely removed, not just disabled
372 /*********** ISO 2022 Converter Protos ***********/
377 _ISO2022Close(UConverter *converter);
    [all...]
  /external/icu/icu4c/source/common/
unistr_cnv.cpp 104 // use the provided converter
108 // use the default converter
171 // create the converter
172 UConverter *converter; local
187 converter = u_getDefaultConverter(&status);
199 converter = ucnv_open(codepage, &status);
202 length = doExtract(start, length, target, capacity, converter, status);
204 // close the converter
206 u_releaseDefaultConverter(converter);
208 ucnv_close(converter);
323 UConverter *converter; local
    [all...]
ucnv2022.cpp 50 * I am disabling the generic ISO-2022 converter after proposing to do so on
60 * 2. I believe that no one is really using the generic ISO-2022 converter
62 * Note that ICU's generic ISO-2022 converter has always output one escape
65 * the previous converter is closed and a new one opened,
72 * The ICU ISO-2022 converter does not handle this - and has no information
165 * Note: The converter uses some leniency:
265 * v) Get the converter name form escSeqStateTable_Result_2022[21] which is JISX208
303 * When the generic ISO-2022 converter is completely removed, not just disabled
374 /*********** ISO 2022 Converter Protos ***********/
379 _ISO2022Close(UConverter *converter);
    [all...]
  /hardware/ti/omap4-aah/libI420colorconvert/
ColorConvert.cpp 108 extern "C" void getI420ColorConverter(II420ColorConverter *converter) {
109 converter->getDecoderOutputFormat = getDecoderOutputFormat;
110 converter->convertDecoderOutputToI420 = convertDecoderOutputToI420;
111 converter->getEncoderInputFormat = getEncoderInputFormat;
112 converter->convertI420ToEncoderInput = convertI420ToEncoderInput;
113 converter->getEncoderInputBufferInfo = getEncoderInputBufferInfo;
  /hardware/ti/omap4xxx/libI420colorconvert/
ColorConvert.cpp 108 extern "C" void getI420ColorConverter(II420ColorConverter *converter) {
109 converter->getDecoderOutputFormat = getDecoderOutputFormat;
110 converter->convertDecoderOutputToI420 = convertDecoderOutputToI420;
111 converter->getEncoderInputFormat = getEncoderInputFormat;
112 converter->convertI420ToEncoderInput = convertI420ToEncoderInput;
113 converter->getEncoderInputBufferInfo = getEncoderInputBufferInfo;
  /cts/tools/signature-tools/test/signature/comparator/
AllDexTests.java 21 import signature.converter.dex.DexTestConverter;
22 import signature.converter.util.ITestSourceConverter;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/
converter.hpp 16 #include "boost/numeric/conversion/detail/converter.hpp"
29 struct converter : convdetail::get_converter_impl<Traits, struct in namespace:boost::numeric
59 typedef converter<T,S,Traits,OverflowHandler,Float2IntRounder,RawConverter,UserRangeChecker> type ;
  /external/chromium_org/content/renderer/
v8_value_converter_impl_unittest.cc 24 // The hashes will be ignored in |converter|, which must not be NULL and it
27 content::V8ValueConverterImpl* converter);
37 content::V8ValueConverterImpl* converter)
38 : converter_(converter) {
141 void TestWeirdType(const V8ValueConverterImpl& converter,
147 scoped_ptr<base::Value> raw(converter.FromV8Value(val, context));
161 converter.FromV8Value(object, context)));
176 static_cast<base::ListValue*>(converter.FromV8Value(array, context)));
225 V8ValueConverterImpl converter; local
227 converter.ToV8Value(original_root.get(), context).As<v8::Object>()
275 V8ValueConverterImpl converter; local
305 V8ValueConverterImpl converter; local
347 V8ValueConverterImpl converter; local
374 V8ValueConverterImpl converter; local
417 V8ValueConverterImpl converter; local
440 V8ValueConverterImpl converter; local
456 V8ValueConverterImpl converter; local
505 V8ValueConverterImpl converter; local
538 V8ValueConverterImpl converter; local
584 V8ValueConverterImpl converter; local
608 V8ValueConverterImpl converter; local
637 V8ValueConverterImpl converter; local
695 V8ValueConverterImpl converter; local
764 V8ValueConverterImpl converter; local
847 V8ValueConverterImpl converter; local
    [all...]
  /external/chromium_org/extensions/renderer/
api_activity_logger.cc 57 scoped_ptr<V8ValueConverter> converter(V8ValueConverter::create());
59 converter->SetFunctionAllowed(true);
60 converter->SetStrategy(&strategy);
65 converter->FromV8Value(arg_array->Get(i),
send_request_natives.cc 47 scoped_ptr<V8ValueConverter> converter(V8ValueConverter::create());
51 converter->SetFunctionAllowed(true);
54 converter->SetStripNullFromObjects(true);
57 converter->FromV8Value(args[1], context()->v8_context()));
  /frameworks/native/include/media/editor/
II420ColorConverter.h 120 void getI420ColorConverter(II420ColorConverter *converter);
  /cts/tools/signature-tools/src/signature/converter/
Main.java 17 package signature.converter;
20 import signature.converter.dex.DexFactory;
21 import signature.converter.doclet.DocletFactory;
  /cts/tools/signature-tools/test/signature/converter/
ConvertPackageTest.java 17 package signature.converter;
25 import signature.converter.util.AbstractConvertTest;
26 import signature.converter.util.CompilationUnit;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
X9FieldElement.java 19 private static X9IntegerConverter converter = new X9IntegerConverter(); field in class:X9FieldElement
59 int byteCount = converter.getByteLength(f);
60 byte[] paddedBigInteger = converter.integerToBytes(f.toBigInteger(), byteCount);
  /external/chromium_org/components/domain_reliability/
config.h 48 base::JSONValueConverter<Resource>* converter);
78 base::JSONValueConverter<Collector>* converter);
108 base::JSONValueConverter<DomainReliabilityConfig>* converter);

Completed in 941 milliseconds

1 23 4 5 6 7 8 91011>>