HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 201 - 225 of 3981) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/
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/r16/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" L"\\xE9" L"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" L"\\x65F6" L"55" L"\\x5206" L"59" L"\\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/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();
  /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/vogar/src/vogar/tasks/
ExtractJarResourceTask.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
40 InputStream in = new BufferedInputStream( local
45 while ((count = in.read(buf)) != -1) {
49 in.close();
  /libcore/ojluni/src/main/java/java/io/
SequenceInputStream.java 9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
48 InputStream in; field in class:SequenceInputStream
56 * the enumeration will be read, in order,
80 * will be read in order, first <code>s1</code>
102 * Continues reading in the next stream if an EOF is reached.
105 if (in != null) {
106 in.close();
110 in = (InputStream) e.nextElement()
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
ProxyInputStream.java 6 * (the "License"); you may not use this file except in compliance with
11 * Unless required by applicable law or agreed to in writing, software
44 // the proxy is stored in a protected superclass variable named 'in'
53 return in.read();
63 return in.read(bts);
75 return in.read(bts, st, end);
85 return in.skip(ln);
94 return in.available();
102 in.close()
    [all...]
ProxyReader.java 6 * (the "License"); you may not use this file except in compliance with
11 * Unless required by applicable law or agreed to in writing, software
44 // the proxy is stored in a protected superclass variable named 'in'
53 return in.read();
63 return in.read(chr);
75 return in.read(chr, st, end);
85 return in.skip(ln);
94 return in.ready();
102 in.close()
    [all...]
  /packages/experimental/BugReportSender/src/com/android/bugreportsender/
BugReportPreviewActivity.java 45 InputStream in = null; local
47 // TODO: do this in a background thread, using handlers and all that nonsense.
48 in = getContentResolver().openInputStream(uri);
49 String text = BugReportParser.extractSystemLogs(in, section);
61 if (in != null) {
62 in.close();

Completed in 1172 milliseconds

1 2 3 4 5 6 7 891011>>