Home
last modified time | relevance | path

Searched refs:local (Results 1 – 25 of 186) sorted by relevance

12345678

/frameworks/base/core/tests/coretests/src/android/text/format/
DTimeTest.java190 Time local = new Time("America/Los_Angeles"); in testNormalize1() local
195 local.set(0, test.minute1, test.hour1, test.day1, test.month1, test.year1); in testNormalize1()
197 local.normalize(false /* use isDst */); in testNormalize1()
198 local.monthDay += test.offset; in testNormalize1()
199 local.normalize(true /* ignore isDst */); in testNormalize1()
200 if (local.year != test.year2 || local.month != test.month2 in testNormalize1()
201 || local.monthDay != test.day2 || local.hour != test.hour2 in testNormalize1()
202 || local.minute != test.minute2) { in testNormalize1()
206 local.year, local.month, local.monthDay, local.hour, local.minute); in testNormalize1()
212 local.set(0, test.minute1, test.hour1, test.day1, test.month1, test.year1); in testNormalize1()
[all …]
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
DTimeTest.java508 Time local = new Time("America/Los_Angeles");
513 local.set(0, test.minute1, test.hour1, test.day1, test.month1, test.year1);
514 local.add(Time.MONTH_DAY, test.offset);
515 if (!test.equals(local)) {
519 local.getYear(), local.getMonth(), local.getDay(), local.getHour(),
520 local.getMinute());
524 local.set(0, test.minute1, test.hour1, test.day1, test.month1, test.year1);
525 local.add(Time.MONTH_DAY, test.offset);
526 if (!test.equals(local)) {
530 local.getYear(), local.getMonth(), local.getDay(), local.getHour(),
[all …]
/frameworks/av/media/libstagefright/tests/writer/
DREADME.md16 adb push ${OUT}/data/nativetest64/writerTest/writerTest /data/local/tmp/
20 adb push ${OUT}/data/nativetest/writerTest/writerTest /data/local/tmp/
23 Download and extract the folder. Push all the files in this folder to /data/local/tmp/ on the devic…
25 adb push WriterTestRes-1.1/. /data/local/tmp/WriterTestRes/
30 adb shell /data/local/tmp/writerTest -P /data/local/tmp/WriterTestRes/ -C true
/frameworks/av/media/extractors/tests/
DREADME.md17 adb push ${OUT}/data/nativetest64/ExtractorUnitTest/ExtractorUnitTest /data/local/tmp/
22 adb push ${OUT}/data/nativetest/ExtractorUnitTest/ExtractorUnitTest /data/local/tmp/
28 adb push extractor /data/local/tmp/
33 adb shell /data/local/tmp/ExtractorUnitTest -P /data/local/tmp/extractor/
/frameworks/av/media/codecs/m4v_h263/dec/test/
DREADME.md17 adb push ${OUT}/data/nativetest64/Mpeg4H263DecoderTest/Mpeg4H263DecoderTest /data/local/tmp/
22 adb push ${OUT}/data/nativetest/Mpeg4H263DecoderTest/Mpeg4H263DecoderTest /data/local/tmp/
29 adb push Mpeg4H263Decoder /data/local/tmp/
34 adb shell /data/local/tmp/Mpeg4H263DecoderTest -P /data/local/tmp/Mpeg4H263Decoder/
/frameworks/av/media/libstagefright/tests/metadatautils/
DREADME.md17 adb push ${OUT}/data/nativetest64/MetaDataUtilsTest/MetaDataUtilsTest /data/local/tmp/
22 adb push ${OUT}/data/nativetest/MetaDataUtilsTest/MetaDataUtilsTest /data/local/tmp/
28 adb push MetaDataUtilsTestRes-1.0 /data/local/tmp/
33 adb shell /data/local/tmp/MetaDataUtilsTest -P /data/local/tmp/MetaDataUtilsTestRes-1.0/
/frameworks/av/media/libstagefright/tests/ESDS/
DREADME.md17 adb push ${OUT}/data/nativetest64/ESDSTest/ESDSTest /data/local/tmp/
22 adb push ${OUT}/data/nativetest/ESDSTest/ESDSTest /data/local/tmp/
29 adb push ESDSTestRes /data/local/tmp/
34 adb shell /data/local/tmp/ESDSTest -P /data/local/tmp/ESDSTestRes/
/frameworks/av/media/libstagefright/id3/test/
DREADME.md17 adb push ${OUT}/data/nativetest64/ID3Test/ID3Test /data/local/tmp/
22 adb push ${OUT}/data/nativetest/ID3Test/ID3Test /data/local/tmp/
29 adb push ID3Test /data/local/tmp/
34 adb shell /data/local/tmp/ID3Test -P /data/local/tmp/ID3/
/frameworks/av/media/libstagefright/tests/HEVC/
DREADME.md17 adb push ${OUT}/data/nativetest64/HEVCUtilsUnitTest/HEVCUtilsUnitTest /data/local/tmp/
22 adb push ${OUT}/data/nativetest/HEVCUtilsUnitTest/HEVCUtilsUnitTest /data/local/tmp/
28 adb push HEVCUtilsUnitTest /data/local/tmp/
33 adb shell /data/local/tmp/HEVCUtilsUnitTest -P /data/local/tmp/HEVCUtilsUnitTest/
/frameworks/av/media/codecs/amrwb/dec/test/
DREADME.md17 adb push ${OUT}/data/nativetest64/AmrwbDecoderTest/AmrwbDecoderTest /data/local/tmp/
22 adb push ${OUT}/data/nativetest/AmrwbDecoderTest/AmrwbDecoderTest /data/local/tmp/
28 adb push AmrwbDecoderTestRes/. /data/local/tmp/
33 adb shell /data/local/tmp/AmrwbDecoderTest -P /data/local/tmp/AmrwbDecoderTestRes/
/frameworks/av/media/libstagefright/flac/dec/test/
DREADME.md17 adb push ${OUT}/data/nativetest64/FlacDecoderTest/FlacDecoderTest /data/local/tmp/
22 adb push ${OUT}/data/nativetest/FlacDecoderTest/FlacDecoderTest /data/local/tmp/
29 adb push FlacDecoder /data/local/tmp/
34 adb shell /data/local/tmp/FlacDecoderTest -P /data/local/tmp/FlacDecoder/
/frameworks/av/media/libstagefright/tests/extractorFactory/
DREADME.md16 adb push ${OUT}/data/nativetest64/ExtractorFactoryTest/ExtractorFactoryTest /data/local/tmp/
20 adb push ${OUT}/data/nativetest/ExtractorFactoryTest/ExtractorFactoryTest /data/local/tmp/
26 adb push extractor /data/local/tmp/
31 adb shell /data/local/tmp/ExtractorFactoryTest -P /data/local/tmp/extractor/
/frameworks/av/media/codecs/amrnb/dec/test/
DREADME.md17 adb push ${OUT}/data/nativetest64/AmrnbDecoderTest/AmrnbDecoderTest /data/local/tmp/
22 adb push ${OUT}/data/nativetest/AmrnbDecoderTest/AmrnbDecoderTest /data/local/tmp/
28 adb push AmrnbDecoderTestRes/. /data/local/tmp/
33 adb shell /data/local/tmp/AmrnbDecoderTest -P /data/local/tmp/AmrnbDecoderTestRes/
/frameworks/av/media/codecs/mp3dec/test/
DREADME.md17 adb push ${OUT}/data/nativetest64/Mp3DecoderTest/Mp3DecoderTest /data/local/tmp/
22 adb push ${OUT}/data/nativetest/Mp3DecoderTest/Mp3DecoderTest /data/local/tmp/
28 adb push Mp3DecoderTestRes/. /data/local/tmp/
33 adb shell /data/local/tmp/Mp3DecoderTest -P /data/local/tmp/Mp3DecoderTestRes/
/frameworks/av/media/codecs/m4v_h263/enc/test/
DREADME.md16 adb push ${OUT}/data/nativetest64/Mpeg4H263EncoderTest/Mpeg4H263EncoderTest /data/local/tmp/
21 adb push ${OUT}/data/nativetest/Mpeg4H263EncoderTest/Mpeg4H263EncoderTest /data/local/tmp/
27 adb push Mpeg4H263Encoder/. /data/local/tmp/
32 adb shell /data/local/tmp/Mpeg4H263EncoderTest -P /data/local/tmp/
/frameworks/av/media/codecs/amrwb/enc/test/
DREADME.md17 adb push ${OUT}/data/nativetest64/AmrwbEncoderTest/AmrwbEncoderTest /data/local/tmp/
22 adb push ${OUT}/data/nativetest/AmrwbEncoderTest/AmrwbEncoderTest /data/local/tmp/
28 adb push AmrwbEncoderTestRes/. /data/local/tmp/
33 adb shell /data/local/tmp/AmrwbEncoderTest -P /data/local/tmp/AmrwbEncoderTestRes/
/frameworks/av/media/libstagefright/foundation/tests/OpusHeader/
DREADME.md17 adb push ${OUT}/data/nativetest64/OpusHeaderTest/OpusHeaderTest /data/local/tmp/
22 adb push ${OUT}/data/nativetest/OpusHeaderTest/OpusHeaderTest /data/local/tmp/
28 adb push OpusHeader /data/local/tmp/
33 adb shell /data/local/tmp/OpusHeaderTest -P /data/local/tmp/OpusHeader/
/frameworks/av/media/libstagefright/foundation/tests/AVCUtils/
DREADME.md17 adb push ${OUT}/data/nativetest64/AVCUtilsUnitTest/AVCUtilsUnitTest /data/local/tmp/
22 adb push ${OUT}/data/nativetest/AVCUtilsUnitTest/AVCUtilsUnitTest /data/local/tmp/
28 adb push AVCUtilsUnitTest /data/local/tmp/
33 adb shell /data/local/tmp/AVCUtilsUnitTest -P /data/local/tmp/AVCUtilsUnitTest/
/frameworks/av/media/libstagefright/timedtext/test/
DREADME.md17 adb push ${OUT}/data/nativetest64/TimedTextUnitTest/TimedTextUnitTest /data/local/tmp/
22 adb push ${OUT}/data/nativetest/TimedTextUnitTest/TimedTextUnitTest /data/local/tmp/
29 adb push TimedTextUnitTestRes/. /data/local/tmp/
34 adb shell /data/local/tmp/TimedTextUnitTest -P /data/local/tmp/TimedTextUnitTestRes/
/frameworks/av/media/codecs/amrnb/enc/test/
DREADME.md17 adb push ${OUT}/data/nativetest64/AmrnbEncoderTest/AmrnbEncoderTest /data/local/tmp/
22 adb push ${OUT}/data/nativetest/AmrnbEncoderTest/AmrnbEncoderTest /data/local/tmp/
28 adb push AmrnbEncoderTestRes/. /data/local/tmp/
33 adb shell /data/local/tmp/AmrnbEncoderTest -P /data/local/tmp/AmrnbEncoderTestRes/
/frameworks/av/media/tests/benchmark/
DREADME.md16 Download the MediaBenchmark.zip file, unzip and push it to /data/local/tmp/ on the device.
20 adb push MediaBenchmark /data/local/tmp/MediaBenchmark/res/
23 … /data/local/tmp/MediaBenchmark/res/. You can use a different location, but you have to modify the…
34 adb push $OUT/data/nativetest64/* /data/local/tmp/. For example
37 adb push $OUT/data/nativetest64/extractorTest/extractorTest /data/local/tmp/
44 adb push $OUT/data/nativetest/* /data/local/tmp/. For example
47 adb push $OUT/data/nativetest/extractorTest/extractorTest /data/local/tmp/
57 adb shell /data/local/tmp/extractorTest -P /data/local/tmp/MediaBenchmark/res/
65 adb shell /data/local/tmp/decoderTest -P /data/local/tmp/MediaBenchmark/res/
73 adb shell /data/local/tmp/muxerTest -P /data/local/tmp/MediaBenchmark/res/
[all …]
/frameworks/av/media/libstagefright/mpeg2ts/test/
DREADME.md17 adb push ${OUT}/data/nativetest64/Mpeg2tsUnitTest/Mpeg2tsUnitTest /data/local/tmp/
21 adb push ${OUT}/data/nativetest/Mpeg2tsUnitTest/Mpeg2tsUnitTest /data/local/tmp/
27 adb push Mpeg2tsUnitTestRes/. /data/local/tmp/
32 adb shell /data/local/tmp/Mpeg2tsUnitTest -P /data/local/tmp/Mpeg2tsUnitTestRes/
/frameworks/native/libs/binder/
DStability.cpp172 BBinder* local = binder->localBinder(); local
173 if (local != nullptr) {
174 local->mStability = setting.repr();
187 BBinder* local = binder->localBinder(); in getCategory() local
188 if (local != nullptr) { in getCategory()
189 return Category::fromRepr(local->mStability); in getCategory()
/frameworks/rs/script_api/include/
Drs_time.rsh71 * rsLocaltime: Convert to local time
74 * hour, etc. This value is stored at *local.
77 * local parameter is NULL, this function does nothing and returns NULL.
80 * local: Pointer to time structure where the local time will be stored.
83 * Returns: Pointer to the output local time, i.e. the same value as the parameter local.
86 rsLocaltime(rs_tm* local, const rs_time_t* timer);
/frameworks/av/media/libstagefright/xmlparser/test/
DREADME.md17 adb push ${OUT}/data/nativetest64/XMLParserTest/XMLParserTest /data/local/tmp/
22 adb push ${OUT}/data/nativetest/XMLParserTest/XMLParserTest /data/local/tmp/
27 adb shell /data/local/tmp/XMLParserTest

12345678