Searched refs:convert (Results 1 - 25 of 393) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DDFA.as179 * like "\1\2\3\9", convert to short[] {2,9,9,9}. We do this to avoid
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas167 /// behavior is to convert ^(nil singleSubtree) to singleSubtree
H A DAntlr.Runtime.pas1217 /// operations are done lazily--only if you convert the buffer to a
6072 // convert to strings...we're in process of toString'ing
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtemplate.rb75 | unable to automatically convert input #{ input.inspect }
280 raise ArgumentError, "cannot convert %p to an instance variable name" % name
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DDFA.java237 nfaConverter.convert();
H A DNFAToDFAConverter.java59 /** Should ANTLR launch multiple threads to convert NFAs to DFAs?
76 public void convert() { method in class:NFAToDFAConverter
88 System.out.println("convert DFA state "+d.stateNumber+
106 d.setAcceptState(true); // must convert to accept state at k
245 // convert this state to an accept state. This only counts for
912 * Seems like that would be rare or impossible. Perhaps convert
974 System.out.println("convert to accept; DFA "+d.dfa.decisionNumber+" state "+d.stateNumber+" uniquely predicts alt "+
/external/bison/build-aux/
H A Dtexinfo.tex5004 % When reading the text of entry, convert explicit line breaks
7681 \let\hash=##% convert placeholders to macro parameter chars
/external/bison/
H A Dmaint.mk953 # Perl block to convert a match to FILE_NAME:LINENO:TEST,
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DDERGeneralizedTime.java206 return "GMT" + sign + convert(hours) + ":" + convert(minutes);
209 private String convert(int time) method in class:DERGeneralizedTime
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A Ddispatch.py364 convert = _create_path_to_resource_converter(root_dir)
379 resource = convert(path)
384 self._handler_suite_map[convert(path)] = handler_suite
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwCookieManager.java85 nativeSetCookie(url, value, CookieCallback.convert(callback));
111 nativeRemoveSessionCookies(CookieCallback.convert(callback));
125 nativeRemoveAllCookies(CookieCallback.convert(callback));
193 public static<T> CookieCallback<T> convert(ValueCallback<T> callback) throws method in class:AwCookieManager.CookieCallback
200 "CookieCallback.convert should be called on a thread with a running Looper.");
/external/chromium_org/ash/accelerators/
H A Daccelerator_controller_unittest.cc920 const ui::Accelerator convert(ui::VKEY_CONVERT, ui::EF_NONE);
926 EXPECT_FALSE(GetController()->Process(convert));
938 EXPECT_TRUE(GetController()->Process(convert));
/external/chromium_org/build/mac/
H A Dmake_more_helpers.sh72 plutil -convert xml1 "${feature_info_plist}"
/external/chromium_org/media/base/simd/
H A Dconvert_rgb_to_yuv_ssse3.inc47 ; When the width is odd, We read the rightmost ARGB pixel and convert its
78 ; pixels and convert their colorspace to YUV. This code stores two Y pixels,
110 ; Read four ARGB pixels and convert their colorspace to YUV. This code stores
H A Dconvert_rgb_to_yuv_unittest.cc40 // A side-by-side test that verifies our ASM functions that convert RGB pixels
65 void (*convert)(const uint8*, uint8*, uint8*, uint8*,
68 convert = media::ConvertRGB24ToYUV_SSSE3;
70 convert = media::ConvertRGB32ToYUV_SSSE3;
86 convert(rgb.get(), y.get(), u.get(), v.get(), kWidth, 1, kWidth * size,
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-crypto.js515 Classic.prototype.convert = cConvert;
600 Montgomery.prototype.convert = montConvert;
615 var r = nbi(), r2 = nbi(), g = z.convert(this), i = nbits(e)-1;
706 // (protected) convert to radix string
721 // (protected) convert from radix string
774 // (public) convert to bigendian byte array
1010 NullExp.prototype.convert = nNop;
1083 Barrett.prototype.convert = barrettConvert;
1108 g[1] = z.convert(this);
1446 // convert
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-crypto.js515 Classic.prototype.convert = cConvert;
600 Montgomery.prototype.convert = montConvert;
615 var r = nbi(), r2 = nbi(), g = z.convert(this), i = nbits(e)-1;
706 // (protected) convert to radix string
721 // (protected) convert from radix string
774 // (public) convert to bigendian byte array
1010 NullExp.prototype.convert = nNop;
1083 Barrett.prototype.convert = barrettConvert;
1108 g[1] = z.convert(this);
1446 // convert
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-crypto.js515 Classic.prototype.convert = cConvert;
600 Montgomery.prototype.convert = montConvert;
615 var r = nbi(), r2 = nbi(), g = z.convert(this), i = nbits(e)-1;
706 // (protected) convert to radix string
721 // (protected) convert from radix string
774 // (public) convert to bigendian byte array
1010 NullExp.prototype.convert = nNop;
1083 Barrett.prototype.convert = barrettConvert;
1108 g[1] = z.convert(this);
1446 // convert
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DDictionary.cpp212 bool Dictionary::convert(ConversionContext& context, const String& key, Dictionary& value) const function in class:blink::Dictionary
H A DDictionary.h124 bool convert(ConversionContext&, const String&, Dictionary&) const;
170 static bool convert(const Dictionary&, Dictionary::ConversionContext&, const String& key, T& value);
172 static bool convert(const Dictionary&, Dictionary::ConversionContext&, const String& key, Nullable<T>& value);
174 static bool convert(const Dictionary&, Dictionary::ConversionContext&, const String& key, PointerType<T>& value);
H A DDictionaryHelperForBindings.h49 bool DictionaryHelper::convert(const Dictionary& dictionary, Dictionary::ConversionContext& context, const String& key, PointerType<T>& value) function in class:blink::DictionaryHelper
H A DDictionaryHelperForCore.cpp77 bool DictionaryHelper::convert(const Dictionary& dictionary, Dictionary::ConversionContext& context, const String& key, bool& value) function in class:blink::DictionaryHelper
123 bool DictionaryHelper::convert(const Dictionary& dictionary, Dictionary::ConversionContext& context, const String& key, double& value) function in class:blink::DictionaryHelper
160 bool DictionaryHelper::convert(const Dictionary& dictionary, Dictionary::ConversionContext& context, const String& key, String& value) function in class:blink::DictionaryHelper
185 bool DictionaryHelper::convert(const Dictionary& dictionary, Dictionary::ConversionContext& context, const String& key, ScriptValue& value) function in class:blink::DictionaryHelper
291 bool DictionaryHelper::convert(const Dictionary& dictionary, Dictionary::ConversionContext& context, const String& key, HashSet<AtomicString>& value) function in class:blink::DictionaryHelper
378 bool DictionaryHelper::convert(const Dictionary& dictionary, Dictionary::ConversionContext& context, const String& key, Vector<String>& value) function in class:blink::DictionaryHelper
414 bool DictionaryHelper::convert(const Dictionary& dictionary, Dictionary::ConversionContext& context, const String& key, ArrayValue& value) function in class:blink::DictionaryHelper
573 bool DictionaryHelper::convert(const Dictionary& dictionary, Dictionary::ConversionContext& context, const String& key, T& value) function in class:blink::DictionaryHelper
588 template bool DictionaryHelper::convert(const Dictionary&, Dictionary::ConversionContext&, const String& key, uint8_t& value);
589 template bool DictionaryHelper::convert(cons
600 bool DictionaryHelper::convert(const Dictionary& dictionary, Dictionary::ConversionContext& context, const String& key, Nullable<T>& value) function in class:blink::DictionaryHelper
642 bool DictionaryHelper::convert(const Dictionary& dictionary, Dictionary::ConversionContext& context, const String& key, MessagePortArray& value) function in class:blink::DictionaryHelper
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/
H A DDictionaryHelperForModules.cpp76 template bool DictionaryHelper::convert(const Dictionary&, Dictionary::ConversionContext&, const String& key, Member<MIDIPort>& value);
77 template bool DictionaryHelper::convert(const Dictionary&, Dictionary::ConversionContext&, const String& key, Member<SpeechRecognitionResultList>& value);
78 template bool DictionaryHelper::convert(const Dictionary&, Dictionary::ConversionContext&, const String& key, Member<Gamepad>& value);
79 template bool DictionaryHelper::convert(const Dictionary&, Dictionary::ConversionContext&, const String& key, Member<MediaStream>& value);
80 template bool DictionaryHelper::convert(const Dictionary&, Dictionary::ConversionContext&, const String& key, Member<Headers>& value);
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
H A Dinterface.cpp747 if (DictionaryHelper::convert(options, conversionContext.setConversionType("{{attribute.idl_type}}", {{is_nullable}}), "{{attribute.name}}", eventInit.{{attribute.cpp_name}})) {
754 if (!DictionaryHelper::convert(options, conversionContext.setConversionType("{{attribute.idl_type}}", {{is_nullable}}), "{{attribute.name}}", eventInit.{{attribute.cpp_name}}))

Completed in 903 milliseconds

1234567891011>>