/frameworks/base/location/tests/locationtests/src/android/location/ |
D | LocationManagerTest.java | 88 String loc1 = Location.convert(-80.075, Location.FORMAT_DEGREES); in testLocationConversions() 92 String loc1b = Location.convert(-80.0, Location.FORMAT_DEGREES); in testLocationConversions() 96 String loc2 = Location.convert(-80.085, Location.FORMAT_DEGREES); in testLocationConversions() 100 String loc3 = Location.convert(-80.085, Location.FORMAT_MINUTES); in testLocationConversions() 104 String loc4 = Location.convert(-80.085, Location.FORMAT_SECONDS); in testLocationConversions() 108 String loc5 = Location.convert(5 + 0.5f / 60.0f, Location.FORMAT_MINUTES); in testLocationConversions() 120 String loc6 = Location.convert(0.1, Location.FORMAT_DEGREES); in testLocationConversions() 124 String loc7 = Location.convert(0.1, Location.FORMAT_MINUTES); in testLocationConversions() 128 String loc8 = Location.convert(0.1, Location.FORMAT_SECONDS); in testLocationConversions()
|
D | LocationTest.java | 35 result = Location.convert(testDegreesCoord); in testConvert_DegreesToDouble() 46 result = Location.convert(testMinutesCoord); in testConvert_MinutesToDouble() 57 result = Location.convert(testSecondsCoord); in testConvert_SecondsToDouble() 68 result = Location.convert(testSecondsCoord); in testConvert_SecondsToDouble2() 79 result = Location.convert(-80.075, Location.FORMAT_DEGREES); in testConvert_CoordinateToDegrees() 87 result = Location.convert(-80.0, Location.FORMAT_DEGREES); in testConvert_CoordinateToDegrees2() 96 result = Location.convert(input, Location.FORMAT_MINUTES); in testConvert_CoordinateToMinutes() 106 result = Location.convert(input, Location.FORMAT_MINUTES); in testConvert_CoordinateToMinutes2() 116 result = Location.convert(-80.075, Location.FORMAT_SECONDS); in testConvert_CoordinateToSeconds()
|
/frameworks/compile/slang/tests/F_vector_cast/ |
D | stderr.txt.expect | 1 vector_cast.rs:8:11: error: can't convert between vector values of different size ('float2' and 'in… 2 vector_cast.rs:15:11: error: can't convert between vector values of different size ('int3' and 'flo…
|
/frameworks/wilhelm/tools/mphtogen/ |
D | mphtogen.c | 25 static void convert(const signed char MPH_to[MPH_MAX], const char *filename) in convert() function 50 #define _(x) convert(MPH_to_##x, "../../src/autogen/MPH_to_" #x ".h");
|
/frameworks/native/opengl/tools/glgen/src/ |
D | JFunc.java | 121 public static JFunc convert(CFunc cfunc, boolean useArray) { in convert() method in JFunc 125 jfunc.setType(JType.convert(cfunc.getType(), false)); in convert() 140 jfunc.addArgument(cArgName, JType.convert(cArgType, useArray), i); in convert()
|
D | JType.java | 199 public static JType convert(CType ctype, boolean useArray) { in convert() method in JType
|
D | JniCodeEmitter.java | 79 jfunc = JFunc.convert(cfunc, true); in emitCode() 108 jfunc = JFunc.convert(cfunc, false); in emitCode()
|
/frameworks/av/services/audioflinger/ |
D | test-resample.cpp | 247 int16_t* convert = (int16_t*) malloc(out_frames * channels * sizeof(int16_t)); in main() local 253 convert[i * channels + j] = int16_t(s); in main() 270 write(output_fd, convert, out_frames * channels * sizeof(int16_t)); in main()
|
/frameworks/compile/slang/ |
D | RSCCOptions.td | 56 HelpText<"Build ASTs then convert to LLVM, emit .ll file">; 58 HelpText<"Build ASTs then convert to LLVM, emit .bc file">; 60 HelpText<"Build ASTs then convert to LLVM, but emit nothing">;
|
/frameworks/av/include/media/stagefright/ |
D | ColorConverter.h | 36 status_t convert(
|
/frameworks/rs/driver/runtime/ |
D | Android.mk | 30 convert.ll \
|
/frameworks/volley/src/com/android/volley/toolbox/ |
D | RequestFuture.java | 97 return doGet(TimeUnit.MILLISECONDS.convert(timeout, unit)); in get()
|
/frameworks/opt/mms/src/java/com/google/android/mms/util/ |
D | DrmConvertSession.java | 83 public byte [] convert(byte[] inBuffer, int size) { in convert() method in DrmConvertSession
|
/frameworks/av/media/libstagefright/colorconversion/ |
D | SoftwareRenderer.cpp | 159 mConverter->convert( in render()
|
D | ColorConverter.cpp | 79 status_t ColorConverter::convert( in convert() function in android::ColorConverter
|
/frameworks/base/location/java/android/location/ |
D | Location.java | 178 public static String convert(double coordinate, int outputType) { in convert() method in Location 225 public static double convert(String coordinate) { in convert() method in Location
|
/frameworks/base/docs/html/training/location/ |
D | index.jd | 69 Learn how to convert a location's latitude and longitude into an address (reverse
|
/frameworks/base/docs/html/tools/ |
D | index.jd | 39 …<li>Visual refactoring lets you extracts layout for inclusion, convert layouts, extract styles.</l…
|
/frameworks/base/core/java/android/text/ |
D | Html.java | 139 return converter.convert(); in fromHtml() 441 public Spanned convert() { in convert() method in HtmlToSpannedConverter
|
/frameworks/av/media/libstagefright/ |
D | StagefrightMetadataRetriever.cpp | 290 err = converter.convert( in extractVideoFrameWithCodecFlags()
|
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
D | math.rs.bak | 372 rsDebug("Testing convert from " #from " to " #to, 0); \
|
D | math.rs.orig | 386 rsDebug("Testing convert from " #from " to " #to, 0); \
|
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/ |
D | PduPersister.java | 856 byte[] convertedData = drmConvertSession.convert(buffer, len); in persistData() 872 byte[] convertedData = drmConvertSession.convert(data, data.length); in persistData()
|
/frameworks/base/docs/html/training/basics/network-ops/ |
D | connecting.jd | 259 it's common to decode or convert it into a
|
/frameworks/base/docs/html/tools/help/ |
D | proguard.jd | 160 or Mac OS X can convert an obfuscated stack trace to a readable one. It is located in the
|