Searched refs:converted (Results 26 - 44 of 44) sorted by relevance

12

/external/libvpx/
H A DAndroid.mk176 # All the assembly sources must be converted from ADS to GAS compatible format
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DMathTest.java1803 double converted = Math.toDegrees(Math.toRadians(d));
1805 converted >= d * 0.99999999 && converted <= d * 1.00000001);
1814 double converted = Math.toRadians(Math.toDegrees(d));
1816 converted >= d * 0.99999999 && converted <= d * 1.00000001);
/external/linux-tools-perf/config/
H A Dutilities.mak28 # something that won't be converted, so that the
/external/mesa3d/docs/
H A DMESA_texture_signed_rgba.spec118 a framebuffer clamped to [0,1] all converted numbers will be in the range
/external/mesa3d/src/glsl/
H A Dast_function.cpp158 ir_rvalue *converted = convert_component(actual, formal->type); local
159 actual->replace_with(converted);
357 * that can be converted to the element type of the array according to
/external/webkit/Source/WebCore/bridge/qt/
H A Dqt_runtime.cpp1260 bool converted = true; local
1262 for (unsigned i = 0; converted && i + 1 < static_cast<unsigned>(types.count()); ++i) {
1272 converted = false;
1276 qMatchDebug() << "Match: " << method.signature() << (converted ? "converted":"failed to convert") << "distance " << matchDistance;
1278 if (converted) {
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_video.c957 SDL_Surface *converted; local
1006 converted = SDL_ConvertSurface(surface, format, flags);
1008 return(converted);
/external/sonivox/jet_tools/JetCreator/
H A Dmidifile.py1557 converted = True
1559 converted = False
1562 if converted or len(filters):
/external/webkit/Source/WebKit/android/jni/
H A DWebCoreFrameBridge.cpp439 WTF::String converted = url.string(); local
442 return converted;
450 converted = newUrl.string();
452 return converted;
/external/libvorbis/doc/
H A D06-floor0.tex13 coding; LSP representation may be converted to LPC representation and
H A D01-introduction.tex481 The audio spectrum is converted back into time domain PCM audio via an
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/zlib/src/contrib/masmx64/
H A Dgvmat64.asm545 db 0dh,0ah,"asm686 with masm, optimised assembly code from Brian Raiter, written 1998, converted to amd 64 by Gilles Vollant 2005",0dh,0ah,0
/external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
H A DMixed.pm533 characters in the name will be converted to underscores (C<_>).
/external/v8/src/
H A Druntime.cc419 // exception, the exception is converted to an empty handle in
4208 Handle<Object> converted =
4211 name = Handle<String>::cast(converted);
4497 Handle<Object> converted = Execution::ToString(key, &has_pending_exception);
4499 Handle<String> name = Handle<String>::cast(converted);
4550 Handle<Object> converted = Execution::ToString(key, &has_pending_exception);
4552 Handle<String> name = Handle<String>::cast(converted);
4590 Handle<Object> converted = Execution::ToString(key, &has_pending_exception);
4592 key_string = Handle<String>::cast(converted);
5138 Handle<Object> converted
[all...]
/external/libvpx/examples/includes/geshi/
H A Dgeshi.php1734 * be a positive integer, and will be converted to one.
4154 * @param string $string string to be converted
4159 * @return string converted string
4530 // make sure the last tokens get converted as well
/external/v8/test/cctest/
H A Dtest-api.cc329 uint16_t* converted = i::NewArray<uint16_t>(array_length); local
330 for (int i = 0; i < array_length; i++) converted[i] = source[i];
331 return converted;
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas1219 /// all the time. As the buffer of tokens is converted to strings, the
3980 * not valid. It means that the input was converted to a new
H A DAntlr.Runtime.Tree.pas1544 /// Ensure stream emits trees; tokens must be converted to AST nodes.

Completed in 525 milliseconds

12