Searched refs:converter (Results 26 - 50 of 120) sorted by relevance

12345

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/93/1/.cp/
H A Dconvert.jar ... core/contrib/converter/dom/ org/eclipse/jdt/core/contrib/ant/Converter$1.class Converter.java package org.
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
H A Dtest_dispatch.py66 converter = dispatch._create_path_to_resource_converter('/a/b')
71 self.assertEqual('/h', converter(os_root + 'a/b/h_wsh.py'))
72 self.assertEqual('/c/h', converter(os_root + 'a/b/c/h_wsh.py'))
73 self.assertEqual(None, converter(os_root + 'a/b/h.py'))
74 self.assertEqual(None, converter('a/b/h_wsh.py'))
76 converter = dispatch._create_path_to_resource_converter('a/b')
77 self.assertEqual('/h', converter(dispatch._normalize_path(
80 converter = dispatch._create_path_to_resource_converter('/a/b///')
81 self.assertEqual('/h', converter(os_root + 'a/b/h_wsh.py'))
82 self.assertEqual('/h', converter(dispatc
[all...]
/external/icu4c/common/
H A Ducnv_ct.c171 _CompoundTextClose(UConverter *converter);
174 _CompoundTextReset(UConverter *converter, UConverterResetChoice choice);
303 _CompoundTextClose(UConverter *converter) { argument
304 UConverterDataCompoundText* myConverterData = (UConverterDataCompoundText*)(converter->extraInfo);
307 if (converter->extraInfo != NULL) {
308 /*close the array of converter pointers and free the memory*/
315 uprv_free(converter->extraInfo);
320 _CompoundTextReset(UConverter *converter, UConverterResetChoice choice) { argument
330 UConverter *cnv = args->converter;
444 args->converter
[all...]
H A Ducnv_u16.c14 * UTF-16 converter implementation. Used to be in ucnv_utf.c.
66 cnv=pArgs->converter;
262 if(pArgs->converter->mode<8) {
267 cnv=pArgs->converter;
494 if(pArgs->converter->mode<8) {
509 pArgs->converter->toUBytes[0]=*s++;
510 pArgs->converter->toULength=1;
537 uint8_t *bytes=pArgs->converter->toUBytes;
539 pArgs->converter->toULength=(int8_t)(sourceLimit-s);
554 uint8_t *bytes=pArgs->converter
[all...]
H A Ducnvisci.c843 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = \
845 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = \
859 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] =\
867 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = \
871 args->converter->charErrorBuffer[args->converter
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dregister.h40 // and converter.
49 Converter converter; member in struct:fst::FstRegister::Entry
50 Entry() : reader(0), converter(0) {}
63 return GetEntry(type).converter;
141 entry.converter = &FstRegisterer<F>::Convert;
161 converter = registr->GetConverter(ftype); local
162 if (!converter) {
168 return converter(fst);
/external/icu4c/tools/gencnval/
H A Dgencnval.c17 * converter name alias table to cnvalias.dat .
52 /* The combined tag and converter count can affect the number of lists
60 /* The maximum number of aliases that a standard tag/converter combination can have.
106 uint16_t converter; /* Index into stringStore */ member in struct:__anon6132
166 addAlias(const char *alias, uint16_t standard, uint16_t converter, UBool defaultName);
169 addConverter(const char *converter);
184 addTaggedAlias(uint16_t tag, const char *alias, uint16_t converter);*/
298 /* write the table of aliases based on a tag/converter name combination */
349 fprintf(stderr, "%s:%d: error: alias needs to start with a converter name\n", path, lineNum);
404 char *converter, *alia local
645 addAlias(const char *alias, uint16_t standard, uint16_t converter, UBool defaultName) argument
771 addConverter(const char *converter) argument
900 createOneAliasList(uint16_t *aliasArrLists, uint32_t tag, uint32_t converter, uint16_t offset) argument
[all...]
/external/openfst/src/include/fst/script/
H A Dregister.h42 Converter converter; member in struct:fst::script::FstClassRegEntry
45 reader(r), creator(cr), converter(co) { }
46 FstClassRegEntry() : reader(0), creator(0), converter(0) { }
65 return this->GetEntry(arc_type).converter;
/external/webkit/Source/WebKit/mac/WebView/
H A DWebPDFRepresentation.mm91 CGPSConverterRef converter = CGPSConverterCreate(0, &callbacks, 0);
92 ASSERT(converter);
104 CGPSConverterConvert(converter, provider, consumer, 0);
106 CFRelease(converter);
/external/javassist/sample/evolve/
H A DEvolution.java55 CodeConverter converter = new CodeConverter();
56 converter.replaceNew(absClass, absClass, handlerMethod);
57 clazz.instrument(converter);
173 CodeConverter converter = new CodeConverter();
178 converter.redirectFieldAccess(f, abstractClass, f.getName());
183 cs[i].instrument(converter);
187 ms[i].instrument(converter);
/external/qemu/android/utils/
H A Dmapfile.c168 LARGE_INTEGER converter; local
209 converter.QuadPart = map_offset + map_size;
211 converter.HighPart, converter.LowPart, NULL);
213 converter.QuadPart = map_offset;
214 mapped_at = MapViewOfFile(map_handle, win32_map, converter.HighPart,
215 converter.LowPart, map_size);
/external/chromium/googleurl/src/
H A Durl_canon_icu.cc80 // The owner of this object must ensure that the converter is alive for the
82 AppendHandlerInstaller(UConverter* converter) : converter_(converter) {
102 ICUCharsetConverter::ICUCharsetConverter(UConverter* converter)
103 : converter_(converter) {
/external/v8/src/
H A Ddisasm.h56 // Caller deallocates converter.
57 explicit Disassembler(const NameConverter& converter);
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
H A Dfiletestcase.py44 def __init__(self, filename, runner, converter):
50 converter: Function taking an error string and returning an error code.
57 self._converter = converter
/external/llvm/utils/Target/ARM/
H A Danalyze-match-table.py17 code, string, converter, _ = [s.strip()
23 insns.append((code,string,converter,items,features))
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DBouncyCastleProvider.java606 AsymmetricKeyInfoConverter converter = (AsymmetricKeyInfoConverter)keyInfoConverters.get(publicKeyInfo.getAlgorithm().getAlgorithm());
608 if (converter == null)
613 return converter.generatePublic(publicKeyInfo);
619 AsymmetricKeyInfoConverter converter = (AsymmetricKeyInfoConverter)keyInfoConverters.get(privateKeyInfo.getPrivateKeyAlgorithm().getAlgorithm());
621 if (converter == null)
626 return converter.generatePrivate(privateKeyInfo);
/external/icu4c/samples/ucnv/
H A Dflagcb.c84 ucnv_setFromUCallBack(fromUArgs->converter,
97 ucnv_setFromUCallBack(fromUArgs->converter,
184 printf("debugCB_fromU: Context %p:%d called, reason %d on cnv %p [err=%s]\n", ctx, ctx->serial, reason, fromUArgs->converter, u_errorName(*err));
212 ucnv_setFromUCallBack(fromUArgs->converter,
231 ucnv_setFromUCallBack(fromUArgs->converter,
264 printf("debugCB_fromU: leaving cnv %p, ctx %p: err %s\n", fromUArgs->converter, ctx, u_errorName(*err));
/external/webkit/Source/WebCore/platform/text/mac/
H A DTextCodecMac.cpp100 if (cachedConverter.converter)
101 TECDisposeConverter(cachedConverter.converter);
102 cachedConverter.converter = m_converterTEC;
115 if (cachedEncodingEqual && cachedConverter.converter) {
116 m_converterTEC = cachedConverter.converter;
117 cachedConverter.converter = 0;
200 // Get a converter for the passed-in encoding.
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DECPoint.java22 private static X9IntegerConverter converter = new X9IntegerConverter(); field in class:ECPoint
203 int qLength = converter.getByteLength(x);
218 byte[] X = converter.integerToBytes(this.getX().toBigInteger(), qLength);
228 byte[] X = converter.integerToBytes(this.getX().toBigInteger(), qLength);
229 byte[] Y = converter.integerToBytes(this.getY().toBigInteger(), qLength);
384 int byteCount = converter.getByteLength(this.x);
385 byte[] X = converter.integerToBytes(this.getX().toBigInteger(), byteCount);
413 byte[] Y = converter.integerToBytes(this.getY().toBigInteger(), byteCount);
/external/icu4c/common/unicode/
H A Ducnv_err.h26 * 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:__anon5810
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 tha member in struct:__anon5811
[all...]
/external/openfst/src/script/
H A Dfst-class.cc116 if (entry.converter == 0) {
125 : MutableFstClass(GetVFSTRegisterEntry(other.ArcType()).converter(other)) {
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Ducnv_err.h26 * and ucnv_setToUCallback functions, to set the behaviour of a converter
167 UCNV_CLOSE = 4, /**< Called when the converter is closed. The
170 converter. the pointer available as the
173 by the new converter, the callback must clone
187 UBool flush; /**< The internal state of converter will be reset and data flushed if set to TRUE. @stable ICU 2.0 */
188 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:__anon14354
203 UBool flush; /**< The internal state of converter will be reset and data flushed if set to TRUE. @stable ICU 2.0 */
204 UConverter *converter; /**< Pointer to the converter tha member in struct:__anon14355
[all...]
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Ducnv_err.h26 * and ucnv_setToUCallback functions, to set the behaviour of a converter
167 UCNV_CLOSE = 4, /**< Called when the converter is closed. The
170 converter. the pointer available as the
173 by the new converter, the callback must clone
187 UBool flush; /**< The internal state of converter will be reset and data flushed if set to TRUE. @stable ICU 2.0 */
188 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:__anon14431
203 UBool flush; /**< The internal state of converter will be reset and data flushed if set to TRUE. @stable ICU 2.0 */
204 UConverter *converter; /**< Pointer to the converter tha member in struct:__anon14432
[all...]
/external/webkit/Source/WebCore/icu/unicode/
H A Ducnv_err.h26 * and ucnv_setToUCallback functions, to set the behaviour of a converter
167 UCNV_CLOSE = 4, /**< Called when the converter is closed. The
170 converter. the pointer available as the
173 by the new converter, the callback must clone
187 UBool flush; /**< The internal state of converter will be reset and data flushed if set to TRUE. @stable ICU 2.0 */
188 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:__anon14597
203 UBool flush; /**< The internal state of converter will be reset and data flushed if set to TRUE. @stable ICU 2.0 */
204 UConverter *converter; /**< Pointer to the converter tha member in struct:__anon14598
[all...]
/external/icu4c/extra/uconv/
H A Duwmsg.c40 /* converter */
41 UConverter *converter; local
56 /* open a default converter */
57 converter = ucnv_open(0, status);
68 ucnv_fromUnicode(converter, &myTarget, myTarget + arraySize,
83 /* close the converter */
84 ucnv_close(converter);

Completed in 6767 milliseconds

12345