/external/icu/tools/srcgen/currysrc/libs/ |
org.eclipse.core.contenttype_3.5.0.v20150421-2214.jar | |
/external/libxml2/ |
trio.c | 9 * copyright notice and this permission notice appear in all copies. 14 * CONTRIBUTORS ACCEPT NO RESPONSIBILITY IN ANY CONCEIVABLE MANNER. 30 * - C escapes in %#[] ? 313 /* The width of a pointer. The number of bits in a hex digit is 4 */ 393 /* Maximal number of characters in class */ 402 /* Maximal number of integers in grouping */ 585 * Integer part grouped in thousands 587 * Number grouped in nibbles (4 bits) 653 /* An indication of which entry in the data union is used */ 693 trio_instream_t in; member in union:__anon24998::__anon24999 [all...] |
/external/mesa3d/src/gallium/drivers/radeonsi/ |
si_shader.c | 6 * to deal in the Software without restriction, including without limitation 12 * paragraph) shall be included in all copies or substantial portions of the 17 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 19 * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 20 * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE 21 * USE OR OTHER DEALINGS IN THE SOFTWARE. 91 /* The VS location of the PrimitiveID input is the same in the epilog, 489 /* RGBX UINT returns 1 in alpha, which would be rounded to 0 by normalizing. */ 511 /* RGBX SINT returns 1 in alpha, which would be rounded to 0 by normalizing. */ 631 * in a primitive), calculate the base address of the vertex. * 7409 LLVMValueRef in[48]; local [all...] |
/external/owasp/sanitizer/tools/emma/lib/ |
emma.jar | |
/external/python/cpython2/Modules/ |
posixmodule.c | 4 /* This file is also used for Windows NT/MS-Win and OS/2. In that case the 17 * OSX 10.4 and later, see the comment in the #ifdef __APPLE__ block 49 /* This is used in signatures of functions. */ 136 /* Everything needed is defined in PC/os2emx/pyconfig.h or vms/pyconfig.h */ 168 /* declare ctermid_r if compiling with MIPSPro 7.x in ANSI C mode 533 /* Microsoft CRT in VS2005 and higher will verify that a filehandle is 548 * according to the file internal.h in the CRT source, until MS comes 579 * as used by the CRT loaded in memory 607 /* the special case of checking dup2. The target fd must be in a sensible range */ 621 /* dummy version. _PyVerify_fd() is already defined in fileobject.h * 1060 __int64 in; 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. 151 ** to be disabled in some cases (ex: when generating CSV output and when 215 /* Return the difference of two time_structs in seconds */ 259 /* GetProcessTimes() isn't supported in WIN95 and some other Windows 291 /* Return the difference of two FILETIME structs in seconds */ 342 ** in order to translate UTF-8 into MBCS. The following variable is 360 ** This is the name of our program. It is set in main(), used 361 ** in a number of other places, mostly for error messages. 366 ** Prompt strings. Initialized in main. Settable wit 2378 FILE *in; local 3362 FILE *in = fopen(zName, "rb"); local 3735 FILE *in; \/* Read the CSV text from this input stream *\/ member in struct:ImportCtx 6995 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. 157 ** to be disabled in some cases (ex: when generating CSV output and when 221 /* Return the difference of two time_structs in seconds */ 265 /* GetProcessTimes() isn't supported in WIN95 and some other Windows 297 /* Return the difference of two FILETIME structs in seconds */ 348 ** in order to translate UTF-8 into MBCS. The following variable is 366 ** This is the name of our program. It is set in main(), used 367 ** in a number of other places, mostly for error messages. 372 ** Prompt strings. Initialized in main. Settable wit 2384 FILE *in; local 3368 FILE *in = fopen(zName, "rb"); local 3757 FILE *in; \/* Read the CSV text from this input stream *\/ member in struct:ImportCtx 7017 FILE *in = NULL; local [all...] |
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
PackageManagerTests.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 242 InputStream in = null; local 245 in = new FileInputStream(inPath); 251 while ((c = in.read(buffer)) != -1) { 260 IoUtils.closeQuietly(in); 508 // Make sure the native library in /data/data/<app>/lib is a [all...] |
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
PrintActivity.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 260 /** Is doFinish() already in progress */ 347 // If we are finishing or we are in a state that we do not need any 538 // count we get from the remote document is the pages in the document from 540 // print service perspective which is the pages in the written PDF not the 541 // pages in the printed document. 711 // update the print job in onPause if finishing, hence post a message. 732 // update the print job in onPause if finishing, hence post a message. 3148 InputStream in = null; local [all...] |
/frameworks/base/services/core/java/com/android/server/pm/ |
ShortcutService.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 207 * Key name for the save delay, in milliseconds. (int) 212 * Key name for the throttling reset interval, in seconds. (long) 222 * Key name for the max icon dimensions in DP, for non-low-memory devices. 227 * Key name for the max icon dimensions in DP, for low-memory devices. 297 * Icon max width/height in pixels. 890 try (FileInputStream in = file.openRead()) { 892 parser.setInput(in, StandardCharsets.UTF_8.name()); 995 final FileInputStream in; local [all...] |
/frameworks/native/services/inputflinger/ |
InputReader.cpp | 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 412 // resulting in a deadlock. This situation is actually quite plausible because the 3982 const PropertyMap& in = getDevice()->getConfiguration(); local 4926 const RawPointerData::Pointer& in = mCurrentRawState.rawPointerData.pointers[i]; local [all...] |
/frameworks/support/exifinterface/src/android/support/media/ |
ExifInterface.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 61 * This is a class for reading and writing Exif tags in a JPEG file or a RAW image file. 74 * <p>The number of columns of image data, equal to the number of pixels per row. In JPEG 86 * <p>The number of rows of image data. In JPEG compressed data, this tag shall not be used 98 * <p>The number of bits per image component. In this standard each component of the image is 99 * 8 bits, so the value for this tag is 8. See also {@link #TAG_SAMPLES_PER_PIXEL}. In JPEG 127 * <p>The pixel composition. In JPEG compressed data, this tag shall not be used because a JPEG 142 * <p>The image orientation viewed in terms of rows and columns.</p> 164 * the value set for this tag is 3. In JPEG compressed data, this tag shall not be used becaus 3706 FileInputStream in = null; local [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
SocketChannelTest.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 115 // Test for methods in abstract class. 173 // Bind to a local address that is in use 201 // Allow the socket to bind to a port we know is already in use. 2015 InputStream in = acceptedSocket.getInputStream(); local 2076 InputStream in = acceptedSocket.getInputStream(); local 2764 InputStream in = acceptedSocket.getInputStream(); local 3683 InputStream in = acceptedSocket.getInputStream(); local [all...] |
/prebuilts/devtools/tools/lib/ |
emma.jar | |
emma_device.jar | |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
mce.h | 620 ULONGLONG in:1; member in struct:_ERROR_PROCESSOR_STATE_PARAMETER::__anon58046
|
/prebuilts/misc/common/robolectric/lib/ |
xpp3_min-1.1.4c.jar | |
/prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.6.Final/ |
netty-codec-http2-4.1.6.Final.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.core.contenttype_3.4.200.v20130326-1255.jar | |
org.eclipse.ecf.provider.filetransfer_3.2.0.v20130604-1622.jar | |
org.eclipse.equinox.p2.director.app_1.0.300.v20130327-2119.jar | |
/prebuilts/tools/common/m2/repository/org/slf4j/jcl-over-slf4j/1.6.2/ |
jcl-over-slf4j-1.6.2.jar | |
/prebuilts/tools/common/m2/repository/xpp3/xpp3_min/1.1.4c/ |
xpp3_min-1.1.4c.jar | |
/toolchain/binutils/binutils-2.25/bfd/ |
elf.c | 12 This program is distributed in the hope that it will be useful, 59 /* Swap version information in and out. The version information is 63 /* Swap in a Verdef structure. */ 95 /* Swap in a Verdaux structure. */ 117 /* Swap in a Verneed structure. */ 145 /* Swap in a Vernaux structure. */ 173 /* Swap in a Versym structure. */ 210 /* The ELF ABI says `h &= ~g', but this is equivalent in 233 /* Create a tdata field OBJECT_SIZE bytes in length, zeroed out and with 298 in case the string table is not terminated. * 9740 Elf_Internal_Note in; local [all...] |
/toolchain/binutils/binutils-2.25/ld/ |
ldlang.c | 11 This program is distributed in the hope that it will be useful, 165 as in "c:\silly.dos". */ 172 /* Given that FILE_SPEC results in a non-NULL SEP result from archive_path, 386 The order of execution in .init_array is forward and 390 The order of execution in .ctors is backward and .dtors 465 used in wild_sort(). BST is considerably faster if the number of 559 get processed in the bfd's order. */ 611 /* Recall that in this code path, a section cannot satisfy more 780 actually use wildcards in the name. Also, bail out if any of the 784 ending in a single '*'. * 5621 asection *in = s->input_section.section; local [all...] |