/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/ |
get_time_wide.pass.cpp | 41 const wchar_t in[] = L"0:0:0"; local 44 I i = f.get_time(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t); 45 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1); 52 const wchar_t in[] = L"23:59:60"; local 55 I i = f.get_time(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t) 63 const wchar_t in[] = L"24:59:60"; local 74 const wchar_t in[] = L"23:60:60"; local 85 const wchar_t in[] = L"23:59:61"; local 96 const wchar_t in[] = L"2:43:221"; local 107 const wchar_t in[] = L"2.43:221"; local [all...] |
get_weekday.pass.cpp | 41 const char in[] = "Sun"; local 44 I i = f.get_weekday(I(in), I(in+sizeof(in)-1), ios, err, &t); 45 assert(i.base() == in+3); 50 const char in[] = "Suny"; local 53 I i = f.get_weekday(I(in), I(in+sizeof(in)-1), ios, err, &t); 54 assert(i.base() == in+3) 59 const char in[] = "Sund"; local 68 const char in[] = "sun"; local 77 const char in[] = "sunday"; local 86 const char in[] = "Mon"; local 95 const char in[] = "Mony"; local 104 const char in[] = "Mond"; local 113 const char in[] = "mon"; local 122 const char in[] = "monday"; local 131 const char in[] = "Tue"; local 140 const char in[] = "Tuesday"; local 149 const char in[] = "Wed"; local 158 const char in[] = "Wednesday"; local 167 const char in[] = "Thu"; local 176 const char in[] = "Thursday"; local 185 const char in[] = "Fri"; local 194 const char in[] = "Friday"; local 203 const char in[] = "Sat"; local 212 const char in[] = "Saturday"; local [all...] |
get_weekday_wide.pass.cpp | 41 const wchar_t in[] = L"Sun"; local 44 I i = f.get_weekday(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t); 45 assert(i.base() == in+3); 50 const wchar_t in[] = L"Suny"; local 53 I i = f.get_weekday(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t) 59 const wchar_t in[] = L"Sund"; local 68 const wchar_t in[] = L"sun"; local 77 const wchar_t in[] = L"sunday"; local 86 const wchar_t in[] = L"Mon"; local 95 const wchar_t in[] = L"Mony"; local 104 const wchar_t in[] = L"Mond"; local 113 const wchar_t in[] = L"mon"; local 122 const wchar_t in[] = L"monday"; local 131 const wchar_t in[] = L"Tue"; local 140 const wchar_t in[] = L"Tuesday"; local 149 const wchar_t in[] = L"Wed"; local 158 const wchar_t in[] = L"Wednesday"; local 167 const wchar_t in[] = L"Thu"; local 176 const wchar_t in[] = L"Thursday"; local 185 const wchar_t in[] = L"Fri"; local 194 const wchar_t in[] = L"Friday"; local 203 const wchar_t in[] = L"Sat"; local 212 const wchar_t in[] = L"Saturday"; local [all...] |
get_year.pass.cpp | 40 const char in[] = "0"; local 43 I i = f.get_year(I(in), I(in+sizeof(in)-1), ios, err, &t); 44 assert(i.base() == in+sizeof(in)-1); 49 const char in[] = "00"; local 52 I i = f.get_year(I(in), I(in+sizeof(in)-1), ios, err, &t) 58 const char in[] = "1"; local 67 const char in[] = "68"; local 76 const char in[] = "69"; local 85 const char in[] = "99"; local 94 const char in[] = "100"; local 103 const char in[] = "1900"; local 112 const char in[] = "1968"; local 121 const char in[] = "2000"; local 130 const char in[] = "2999c"; local [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.time/locale.time.get.byname/ |
get_date.pass.cpp | 52 const char in[] = "06/10/2009"; local 55 I i = f.get_date(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t); 56 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1); 64 const char in[] = "10.06.2009"; local 67 I i = f.get_date(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t) 76 const char in[] = "10.06.2009"; local 89 const char in[] = "2009\/06\/10"; local [all...] |
get_date_wide.pass.cpp | 52 const wchar_t in[] = L"06/10/2009"; local 55 I i = f.get_date(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t); 56 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1); 64 const wchar_t in[] = L"10.06.2009"; local 67 I i = f.get_date(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t) 76 const wchar_t in[] = L"10.06.2009"; local 88 const wchar_t in[] = L"2009\/06\/10"; local [all...] |
get_monthname.pass.cpp | 47 const char in[] = "June"; local 50 I i = f.get_monthname(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t); 51 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1); 57 const char in[] = "juin"; local 60 I i = f.get_monthname(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t) 67 const char in[] = "\\xE5\\x85\\xAD\\xE6\\x9C\\x88"; local [all...] |
get_monthname_wide.pass.cpp | 56 const wchar_t in[] = L"June"; local 59 I i = f.get_monthname(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t); 60 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1); 66 const wchar_t in[] = L"juin"; local 69 I i = f.get_monthname(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t) 76 const wchar_t in[] = L"\\x516D\\x6708"; local [all...] |
get_one.pass.cpp | 50 const char in[] = "Sat Dec 31 23:55:59 2061"; local 53 I i = f.get(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t, 'c'); 54 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1); 66 const char in[] = "23:55:59"; local 69 I i = f.get(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t, 'X') 78 const char in[] = "Sam 31 d""\\xC3\\xA9""c 23:55:59 2061"; local 94 const char in[] = "23:55:59"; local 106 const char in[] = "\\xD1\\x81\\xD1\\x83\\xD0\\xB1\\xD0\\xB1" local 129 const char in[] = "23:55:59"; local 141 const char in[] = "\\xE5\\x85\\xAD" local 158 const char in[] = "23""\\xE6\\x97\\xB6""55""\\xE5\\x88\\x86""59""\\xE7\\xA7\\x92"; local [all...] |
get_one_wide.pass.cpp | 50 const wchar_t in[] = L"Sat Dec 31 23:55:59 2061"; local 53 I i = f.get(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t, 'c'); 54 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1); 66 const wchar_t in[] = L"23:55:59"; local 69 I i = f.get(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t, 'X') 78 const wchar_t in[] = L"Sam 31 d""\\xE9""c 23:55:59 2061"; local 94 const wchar_t in[] = L"23:55:59"; local 107 const wchar_t in[] = L"\\x441\\x443\\x431\\x431\\x43E\\x442\\x430" local 129 const wchar_t in[] = L"23:55:59"; local 142 const wchar_t in[] = L"\\x516D" local 160 const wchar_t in[] = L"23""\\x65F6""55""\\x5206""59""\\x79D2"; local [all...] |
get_time.pass.cpp | 48 const char in[] = "13:14:15"; local 51 I i = f.get_time(I(in), I(in+sizeof(in)-1), ios, err, &t); 52 assert(i.base() == in+sizeof(in)-1); 60 const char in[] = "13:14:15"; local 63 I i = f.get_time(I(in), I(in+sizeof(in)-1), ios, err, &t) 72 const char in[] = "13:14:15"; local 84 const char in[] = "13:14:15"; local [all...] |
get_time_wide.pass.cpp | 48 const wchar_t in[] = L"13:14:15"; local 51 I i = f.get_time(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t); 52 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1); 60 const wchar_t in[] = L"13:14:15"; local 63 I i = f.get_time(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t) 72 const wchar_t in[] = L"13:14:15"; local 84 const wchar_t in[] = L"13:14:15"; local [all...] |
get_weekday.pass.cpp | 51 const char in[] = "Monday"; local 54 I i = f.get_weekday(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t); 55 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1); 61 const char in[] = "Lundi"; local 64 I i = f.get_weekday(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t) 71 const char in[] = "\\xD0\\xBF\\xD0\\xBE\\xD0\\xBD\\xD0\\xB5" local 83 const char in[] = "\\xE6\\x98\\x9F\\xE6\\x9C\\x9F\\xE4\\xB8\\x80"; local [all...] |
get_weekday_wide.pass.cpp | 51 const wchar_t in[] = L"Monday"; local 54 I i = f.get_weekday(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t); 55 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1); 61 const wchar_t in[] = L"Lundi"; local 64 I i = f.get_weekday(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t) 71 const wchar_t in[] = L"\\x43F\\x43E\\x43D\\x435\\x434\\x435\\x43B\\x44C\\x43D\\x438\\x43A"; local 81 const wchar_t in[] = L"\\x661F\\x671F\\x4E00"; local [all...] |
get_year.pass.cpp | 47 const char in[] = "2009"; local 50 I i = f.get_year(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t); 51 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1); 57 const char in[] = "2009"; local 60 I i = f.get_year(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t) 67 const char in[] = "2009"; local 77 const char in[] = "2009"; local [all...] |
get_year_wide.pass.cpp | 47 const wchar_t in[] = L"2009"; local 50 I i = f.get_year(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t); 51 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1); 57 const wchar_t in[] = L"2009"; local 60 I i = f.get_year(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t) 67 const wchar_t in[] = L"2009"; local 77 const wchar_t in[] = L"2009"; local [all...] |
/cts/hostsidetests/multiuser/src/android/host/multiuser/ |
CreateUsersNoAppCrashesTest.java | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 62 Scanner in = new Scanner(logs); local 63 while (in.hasNextLine()) { 64 String line = in.nextLine(); 72 in.close();
|
/cts/hostsidetests/sample/src/android/sample/cts/ |
SampleHostJUnit4Test.java | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 50 * The class name of the main activity in the APK. 101 Scanner in = new Scanner(logs); local 102 while (in.hasNextLine()) { 103 String line = in.nextLine(); 108 in.close();
|
SampleHostTest.java | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 39 * The class name of the main activity in the APK. 76 Scanner in = new Scanner(logs); local 77 while (in.hasNextLine()) { 78 String line = in.nextLine(); 83 in.close();
|
/cts/tests/tests/selinux/selinuxTargetSdk2/src/android/selinuxtargetsdk2/cts/ |
SELinuxTargetSdk2Test.java | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 33 BufferedReader in = null; local 35 in = new BufferedReader(new FileReader(filename)); 36 return in.readLine().trim(); 38 if (in != null) { 39 in.close(); 82 "must run in the untrusted_app selinux domain.",
|
/external/caliper/caliper/src/main/java/com/google/caliper/bridge/ |
CommandLineSerializer.java | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 33 * <p>Java serialization is a appropriate in this usecase because there are no compatibility 58 ObjectInputStream in = new ObjectInputStream(bais); local 59 WorkerSpec instance = (WorkerSpec) in.readObject(); 60 in.close();
|
/external/easymock/src/org/easymock/internal/ |
EasyMockProperties.java | 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
29 * <li>easymock.properties in classpath default package</li>
58 InputStream in = getClassLoader().getResourceAsStream(
local 60 if (in != null) {
61 in = new BufferedInputStream(in);
63 properties.load(in);
69 in.close();
|
/external/jacoco/org.jacoco.ant.test/src/org/jacoco/ant/ |
RemoveDebugInfos.java | 28 final InputStream in = new FileInputStream(args[0]); local 29 final ClassReader reader = new ClassReader(in); 30 in.close();
|
/external/lzma/Java/Tukaani/src/org/tukaani/xz/ |
DeltaInputStream.java | 34 private InputStream in; field in class:DeltaInputStream 44 * @param in input stream from which Delta filtered data 47 * @param distance delta calculation distance, must be in the 51 public DeltaInputStream(InputStream in, int distance) { 53 // in this constructor. 54 if (in == null) 57 this.in = in; 65 * the end of input on the input stream <code>in</code> 67 * @throws IOException may be thrown by <code>in</code [all...] |
/external/r8/src/test/java/com/android/tools/r8/utils/ |
JarBuilder.java | 3 // BSD-style license that can be found in the LICENSE file. 20 // Only use the file name in the JAR entry (classes.dex, classes2.dex, ...) 24 InputStream in = new BufferedInputStream(new FileInputStream(file)); local 25 ByteStreams.copy(in, target); 26 in.close();
|