/external/icu/icu4c/source/test/intltest/ |
dtfmttst.cpp | 379 // hour is the expected hour of day, in units of seconds 434 * This MUST be kept in sync with DateFormatSymbols.gPatternChars. 443 * A list of the names of all the fields in DateFormat. 444 * This MUST be kept in sync with DateFormat. 537 // Fields are given in order of DateFormat field number 659 * correctly. In some instances, this means not being parsed at all, and 722 * Verify the behavior of patterns in which digits for different fields run together 754 * Verify the behavior of patterns in which digits for different fields run together 850 * Test the handling of 'D' in patterns. 3897 UnicodeString in = data[i]; local [all...] |
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
TransliteratorTest.java | 54 3. The tests in this file exactly match those in a sister file on the 62 When you add a test in this file, add it in transtst.cpp too. 63 Give it the same name and put it in the same relative place. This 67 4. If you MUST enter a test that is NOT paralleled in the sister file, 68 then add it in the special non-mirrored section. These are 159 errln("Changed what is in registry for " + id); 569 * Regression test for bugs found in Greek transliteration. 640 // * Prefix, suffix support in hex transliterator 1097 String in = CANON[i][0]; local 1107 String in = COMPAT[i][0]; local 3960 String in = inBuf.toString(); local [all...] |
/external/jmdns/src/javax/jmdns/impl/ |
JmDNSImpl.java | 52 * mDNS implementation in Java. 98 * This hashtable holds the service types that have been registered or that have been received in an incoming datagram.<br/> 151 * new value to be stored in this entry 229 * element whose presence in this set is to be tested 253 * Returns an iterator over the elements in this set. The elements are returned in no particular order (unless this set is an instance of some class that provides a guarantee). 255 * @return an iterator over the elements in this set 326 * the timer thread so we can announce. (Patch from docbug in 2006-04-19 still wasn't patched .. so I'm doing it!) 332 * The source for random values. This is used to introduce random delays in responses. This reduces the potential for collisions on the network. 343 * FIXME [PJYF June 8 2010]: This does not work well with multiple planned answers for packages that came in from different clients [all...] |
/external/libxml2/ |
parser.c | 19 * production in the XML specification. A few productions defining the 20 * different ranges of character are actually implanted either in 22 * The DOM tree build is realized from the default SAX callbacks in 24 * The routines doing the validation checks are in valid.c and called either 101 * Arbitrary limits set in the parser. See XML_PARSE_HUGE * 110 * replacement over the size in byte of the input indicates that you have 202 * use the number of parsed entities in the replacement 374 errmsg = "PEReference in prolog"; 377 errmsg = "PEReference in epilog"; 392 errmsg = "PEReferences forbidden in internal subset" 3446 const xmlChar *in; local 3568 const xmlChar *in, *e; local 3628 register const xmlChar *in; local 4522 const xmlChar *in; local 4990 const xmlChar *in; local 8965 const xmlChar *in; local 9040 const xmlChar *in = NULL, *start, *end, *last; local 11134 xmlParserInputPtr in; local 12462 xmlParserInputBufferPtr in = ctxt->input->buf; local [all...] |
/external/nanohttpd/core/src/main/java/fi/iki/elonen/ |
NanoHTTPD.java | 9 * Redistribution and use in source and binary forms, with or without modification, 15 * 2. Redistributions in binary form must reproduce the above copyright notice, 16 * this list of conditions and the following disclaimer in the documentation 26 * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, 30 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE 31 * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 98 * A simple, tiny, nicely embeddable HTTP server in Java 117 * support in 1.25)</li> 131 * <li>Contains a built-in list of most common MIME types</li> 381 * By default, files are created by <code>File.createTempFile()</code> in 656 BufferedReader in = new BufferedReader(new InputStreamReader(new ByteArrayInputStream(part_header_buff, 0, len), Charset.forName(encoding)), len); local [all...] |
/external/opencv3/modules/core/misc/java/test/ |
CoreTest.java | 278 Mat in = new Mat(1, 4, CvType.CV_32F) { local 287 Core.dct(in, dst2); 299 Mat in = new Mat(1, 4, CvType.CV_32F) { local 308 Core.dct(in, dst2, Core.DCT_INVERSE); 457 // requires image to be at least 2-pixel wider in each direction than 665 Mat in = new Mat(1, 8, CvType.CV_32F) { local 671 Core.idct(in, dst); 682 Mat in = new Mat(2, 8, CvType.CV_32F) { local 689 Core.idct(in, dst, Core.DCT_ROWS); 701 Mat in = new Mat(1, 4, CvType.CV_32F) local 718 Mat in = new Mat(2, 4, CvType.CV_32F) { local 891 Mat in = new Mat(1, 4, CvType.CV_32FC1) { local [all...] |
/external/protobuf/java/src/test/java/com/google/protobuf/ |
GeneratedMessageTest.java | 5 // Redistribution and use in source and binary forms, with or without 11 // * Redistributions in binary form must reproduce the above 13 // in the documentation and/or other materials provided with the 22 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 27 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 28 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 674 // clearExtension() is not actually used in TestUtil, so try it manually. 708 // implementation from full extensions. In contrast, we do not test 737 // clearExtension() is not actually used in TestUtil, so try it manually. 773 // or messages defined in multiple_files_test.proto because the class loadin 894 ObjectInputStream in = new ObjectInputStream(bais); local 910 ObjectInputStream in = new ObjectInputStream(bais); local [all...] |
/external/sqlite/dist/orig/ |
shell.c | 4 ** The author disclaims copyright to this source code. In place of 28 ** No support for loadable extensions in VxWorks. 141 ** to be disabled in some cases (ex: when generating CSV output and when 205 /* Return the difference of two time_structs in seconds */ 251 /* GetProcessTimes() isn't supported in WIN95 and some other Windows 283 /* Return the difference of two FILETIME structs in seconds */ 345 ** This is the name of our program. It is set in main(), used 346 ** in a number of other places, mostly for error messages. 351 ** Prompt strings. Initialized in main. Settable with 365 ** This routine works like printf in that its first argument is 1868 FILE *in; local 2145 FILE *in; \/* Read the CSV text from this input stream *\/ member in struct:ImportCtx 4373 FILE *in = NULL; local [all...] |
/external/sqlite/dist/ |
shell.c | 4 ** The author disclaims copyright to this source code. In place of 28 ** No support for loadable extensions in VxWorks. 147 ** to be disabled in some cases (ex: when generating CSV output and when 211 /* Return the difference of two time_structs in seconds */ 257 /* GetProcessTimes() isn't supported in WIN95 and some other Windows 289 /* Return the difference of two FILETIME structs in seconds */ 351 ** This is the name of our program. It is set in main(), used 352 ** in a number of other places, mostly for error messages. 357 ** Prompt strings. Initialized in main. Settable with 371 ** This routine works like printf in that its first argument is 1874 FILE *in; local 2167 FILE *in; \/* Read the CSV text from this input stream *\/ member in struct:ImportCtx 4395 FILE *in = NULL; local [all...] |
/frameworks/base/core/java/com/android/internal/app/ |
ResolverActivity.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 218 // Note: this field is not set to true in the compatibility version. 474 * applications and running in system processes. This mode uses Activity.startActivityAsCaller 481 * more detailed onCreate methods, so that it will be set correctly in the case where 562 // This resolver is in the unusual situation where it has been 680 * Replace me in subclasses! 891 Intent in = new Intent().setAction(Settings.ACTION_APPLICATION_DETAILS_SETTINGS) local [all...] |
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
PrintSpoolerService.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 385 // We have a print job that was queued or started or blocked in 386 // the past but the device battery died or a crash occurred. In 426 FileInputStream in = null; local 431 in = new FileInputStream(file); 436 final int readByteCount = in.read(buffer); 447 IoUtils.closeQuietly(in); 736 // since this call may result in the system unbinding from the spooler 1072 FileInputStream in = null; local [all...] |
/frameworks/base/services/core/java/com/android/server/ |
NetworkManagementService.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 153 /* Keep in sync with system/netd/server/ResponseCode.h */ 346 Slog.d(TAG, "Prepared in " + delta + "ms"); 395 * (typically, an Ethernet cable has been plugged-in or unplugged). 468 * Notify our observers of a change in the data activity state of the interface 507 // Report the change in data activity. We don't do this if this is a change 509 // have previously seen change reports from the radio. In that case only 548 // different from the current rules stored in the mUidFirewall*Rules array for the 577 * existing in-memory rules 1179 DataInputStream in = new DataInputStream(fstream); local [all...] |
/hardware/qcom/msm8960/kernel-headers/linux/ |
msm_vidc_dec.h | 92 void __user *in; member in struct:vdec_ioctl_msg
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
msm_vidc_dec.h | 16 /* Error detected in the passed parameters */ 18 /* Command called in invalid state. */ 89 void __user *in; member in struct:vdec_ioctl_msg
|
/hardware/qcom/msm8994/kernel-headers/linux/ |
msm_vidc_dec.h | 96 void __user *in; member in struct:vdec_ioctl_msg
|
/hardware/qcom/msm8994/original-kernel-headers/linux/ |
msm_vidc_dec.h | 16 /* Error detected in the passed parameters */ 18 /* Command called in invalid state. */ 92 void __user *in; member in struct:vdec_ioctl_msg
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
msm_vidc_dec.h | 96 void __user * in; member in struct:vdec_ioctl_msg
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
msm_vidc_dec.h | 16 /* Error detected in the passed parameters */ 18 /* Command called in invalid state. */ 92 void __user *in; member in struct:vdec_ioctl_msg
|
/hardware/qcom/msm8x84/kernel-headers/linux/ |
msm_vidc_dec.h | 96 void __user *in; member in struct:vdec_ioctl_msg
|
/hardware/qcom/msm8x84/original-kernel-headers/linux/ |
msm_vidc_dec.h | 16 /* Error detected in the passed parameters */ 18 /* Command called in invalid state. */ 92 void __user *in; member in struct:vdec_ioctl_msg
|
/hardware/ti/omap4-aah/hwc/ |
hwc.c | 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 983 /* 1D buffers: no transform, must fit in TILER slot */ 1526 rgz_in_params_t in = { local [all...] |
/prebuilts/sdk/current/support/multidex/library/libs/ |
android-support-multidex.jar | |
/prebuilts/tools/common/m2/repository/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.1/ |
accessibility-test-framework-2.1.jar | |
/prebuilts/tools/common/m2/repository/com/sun/istack/istack-commons-tools/2.21/ |
istack-commons-tools-2.21.jar | |
/prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.1.201405082137/ |
org.jacoco.core-0.7.1.201405082137.jar | |