Searched refs:convert (Results 26 - 50 of 393) sorted by relevance

1234567891011>>

/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
H A DStopwatch.java156 return desiredUnit.convert(elapsedNanos(), NANOSECONDS);
169 if (SECONDS.convert(nanos, NANOSECONDS) > 0) {
172 if (MILLISECONDS.convert(nanos, NANOSECONDS) > 0) {
175 if (MICROSECONDS.convert(nanos, NANOSECONDS) > 0) {
/external/qemu/distrib/sdl-1.2.15/src/audio/
H A DSDL_audio.c144 if ( audio->convert.needed ) {
145 if ( audio->convert.src_format == AUDIO_U8 ) {
150 stream_len = audio->convert.len;
181 if ( audio->convert.needed ) {
182 if ( audio->convert.buf ) {
183 stream = audio->convert.buf;
203 if ( audio->convert.needed ) {
204 SDL_ConvertAudio(&audio->convert);
209 SDL_memcpy(stream, audio->convert.buf,
210 audio->convert
[all...]
/external/guava/guava/src/com/google/common/base/
H A DStopwatch.java157 return desiredUnit.convert(elapsedNanos(), NANOSECONDS);
189 double value = (double) nanos / NANOSECONDS.convert(1, unit);
197 if (SECONDS.convert(nanos, NANOSECONDS) > 0) {
200 if (MILLISECONDS.convert(nanos, NANOSECONDS) > 0) {
203 if (MICROSECONDS.convert(nanos, NANOSECONDS) > 0) {
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A Dvertexconversion.h22 // static U convert(T): convert a single element from the input type to the output type
32 static T convert(T x) function in struct:rx::Identity
45 static ToT convert(FromT x) function in struct:rx::Cast
58 static T convert(T x) function in struct:rx::Cast
71 static float convert(T x) function in struct:rx::Normalize
97 static float convert(FromType x) function in struct:rx::FixedToFloat
150 // static void convertArray(const void *in, std::size_t stride, std::size_t n, void *out): convert an array of vertices. Input may be strided, but output will be unstrided.
185 out[elementindex] = Converter::convert(in[elementindex]);
/external/eigen/test/eigen2/
H A Deigen2_cholesky.cpp46 convert<MatrixType>(symm, gSymm);
47 convert<MatrixType>(symm, gMatA);
48 convert<VectorType>(vecB, gVecB);
49 convert<VectorType>(vecB, gVecX);
53 convert(gVecX, _vecX);
56 convert(gVecB, _vecB);
H A Deigen2_eigensolver.cpp53 convert<MatrixType>(symmA, gSymmA);
54 convert<MatrixType>(symmB, gSymmB);
55 convert<MatrixType>(symmA, gEvec);
59 convert(gEval, _eval);
60 convert(gEvec, _evec);
71 convert(gEval, _eval);
72 convert(gEvec, _evec);
/external/qemu/distrib/sdl-1.2.15/src/audio/baudio/
H A DSDL_beaudio.cc110 if ( audio->convert.needed ) {
113 (Uint8 *)audio->convert.buf,audio->convert.len);
115 SDL_ConvertAudio(&audio->convert);
116 SDL_memcpy(stream,audio->convert.buf,audio->convert.len_cvt);
/external/qemu/distrib/sdl-1.2.15/src/audio/nds/
H A DSDL_ndsaudio.c60 // //if (sdl_nds_audiodevice->convert.needed) {
63 // // if (sdl_nds_audiodevice->convert.src_format == AUDIO_U8 ) {
68 // // memset(sdl_nds_audiodevice->convert.buf, silence, sdl_nds_audiodevice->convert.len);
70 // // (Uint8 *)sdl_nds_audiodevice->convert.buf,sdl_nds_audiodevice->convert.len);
71 // // SDL_ConvertAudio(&sdl_nds_audiodevice->convert);
72 // // memcpy(buffer, sdl_nds_audiodevice->convert.buf, sdl_nds_audiodevice->convert.len_cvt);
128 if ( audio->convert
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
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...]
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);
/external/chromium_org/tools/deep_memory_profiler/visualizer/static/
H A Dmenu-view.js43 function convert(origin, target) {
52 convert(originChild, targetChild);
85 convert(model, data);
/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/media/base/simd/
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/libvpx/source/libvpx/tools/
H A Dvpx-astyle.sh7 --indent-preprocessor --convert-tabs --indent-labels \
/external/clang/test/CodeGen/
H A Ddebug-info.c4 void convert(void) { function
/external/libvpx/libvpx/tools/
H A Dvpx-astyle.sh7 --indent-preprocessor --convert-tabs --indent-labels \
/external/openfst/src/script/
H A Dconvert.cc20 #include <fst/script/convert.h>
/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
H A DTimeUnit.java22 public long convert(long d, TimeUnit u) { return u.toNanos(d); }
33 public long convert(long d, TimeUnit u) { return u.toMicros(d); }
44 public long convert(long d, TimeUnit u) { return u.toMillis(d); }
55 public long convert(long d, TimeUnit u) { return u.toSeconds(d); }
66 public long convert(long d, TimeUnit u) { return u.toMinutes(d); }
77 public long convert(long d, TimeUnit u) { return u.toHours(d); }
88 public long convert(long d, TimeUnit u) { return u.toDays(d); }
111 public long convert(long sourceDuration, TimeUnit sourceUnit) { method in class:TimeUnit
/external/libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/
H A DAndroid.mk19 test_name := depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/convert
20 test_src := convert.pass.cpp
/external/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/
H A DAndroid.mk23 test_name := iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/convert
24 test_src := convert.pass.cpp
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/cenc/
H A DProtectionSystemSpecificHeaderBox.java37 public static byte[] OMA2_SYSTEM_ID = UUIDConverter.convert(UUID.fromString("A2B55680-6F43-11E0-9A3F-0002A5D5C51B"));
38 public static byte[] PLAYREADY_SYSTEM_ID = UUIDConverter.convert(UUID.fromString("9A04F079-9840-4286-AB92-E65BE0885F95"));
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/ultraviolet/
H A DAssetInformationBox.java45 byteBuffer.put(Utf8.convert(profileVersion), 0, 4);
46 byteBuffer.put(Utf8.convert(apid));
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/icons/
H A DMakefile19 convert hicolor/16x16/apps/$(@:.xpm=.png) pixmaps/$(@:.xpm=-16.xpm)
20 convert hicolor/32x32/apps/$(@:.xpm=.png) pixmaps/$@
/external/qemu/distrib/sdl-1.2.15/src/audio/macrom/
H A DSDL_romaudio.c127 if ( audio->convert.needed ) {
129 (Uint8 *)audio->convert.buf,audio->convert.len);
130 SDL_ConvertAudio(&audio->convert);
131 if ( audio->convert.len_cvt != audio->spec.size ) {
134 SDL_memcpy(buffer, audio->convert.buf, audio->convert.len_cvt);
345 if ( audio->convert.needed ) {
347 (Uint8 *)audio->convert.buf,audio->convert
[all...]
/external/clang/test/SemaTemplate/
H A Dmember-access-expr.cpp54 T convert(const U& value) { function
59 convert<int>(x2);
60 convert<long>(x2); // expected-note{{instantiation}}

Completed in 887 milliseconds

1234567891011>>