/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
gzio.c | 3 * For conditions of distribution and use, see copyright notice in zlib.h
68 z_off_t start; /* start of compressed data in file (header skipped) */
69 z_off_t in; /* bytes into deflate or inflate */
member in struct:gz_stream 86 is as in fopen ("rb" or "wb"). The file is given either by file descriptor
120 s->in = 0;
169 * Note that in this case inflate *requires* an extra "dummy" byte
170 * after the compressed stream in order to complete decompression and
194 * start anyway in write mode, so this initialization is not
259 IN assertion: the stream s has been sucessfully opened for reading.
284 IN assertion: the stream s has already been created sucessfully; [all...] |
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/ |
vfscanf.c | 19 Redistribution and use in source and binary forms, with or without
24 - Redistributions in binary form must reproduce the above copyright
25 notice, this list of conditions and the following disclaimer in the
34 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
38 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
40 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
98 * The following are used in integral conversions only:
178 /* `basefix' is used to avoid `if' tests in the integer scanner */
393 * Note that there is at least one character in
395 * ca no longer result in an input failure. 801 int in; member in union:__anon12251 [all...] |
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3string.c | 8 // http://www.linkedin.com/in/jimidle 12 // Redistribution and use in source and binary forms, with or without 17 // 2. Redistributions in binary form must reproduce the above copyright 18 // notice, this list of conditions and the following disclaimer in the 26 // IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 30 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 31 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 125 // UTF16 and 8Bit if I am going to support those encodings in the STRING stuff. 197 /* Structure is allocated, now fill in the API etc. 226 /* Structure is allocated, now fill in the API etc 616 pANTLR3_UINT16 in; local 846 pANTLR3_UINT16 in; local 922 pANTLR3_UINT16 in; local 1099 pANTLR3_UINT16 in; local [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
Interpreter.java | 6 * Redistribution and use in source and binary forms, with or without 11 * 2. Redistributions in binary form must reproduce the above copyright 12 * notice, this list of conditions and the following disclaimer in the 20 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 24 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 132 CharStream in = (CharStream)this.input; local 133 //System.out.println("scan("+startRule+",'"+in.substring(in.index(),in.size()-1)+"')") [all...] |
/external/boringssl/src/crypto/bytestring/ |
bytestring_test.cc | 5 * copyright notice and this permission notice appear in all copies. 9 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY 11 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION 12 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 470 CBS in; local 474 CBS_init(&in, ber, ber_len); 475 ASSERT_TRUE(CBS_asn1_ber_to_der(&in, &out, &out_len)); 494 // These parts need to be concatenated in DER form. 547 const char *in; member in struct:ImplicitStringTest 571 SCOPED_TRACE(Bytes(test.in, test.in_len)) 573 CBS in, out; local 758 std::vector<uint8_t> in; member in struct:__anon13347 [all...] |
/external/boringssl/src/crypto/cipher_extra/ |
e_aesgcmsiv.c | 5 * copyright notice and this permission notice appear in all copies. 9 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY 11 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION 12 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 95 /* aesgcmsiv_polyval_horner updates the POLYVAL value in |in_out_poly| to 96 * include a number (|in_blocks|) of 16-byte blocks of data from |in|, given 97 * the POLYVAL key in |key|. */ 99 const uint8_t key[16], const uint8_t *in, 110 /* aesgcmsiv_htable_polyval updates the POLYVAL value in |in_out_poly| to 111 * include |in_len| bytes of data from |in|. (Where |in_len| must be a multipl 256 uint64_t in; member in struct:__anon13350::__anon13351 478 uint64_t in; member in struct:__anon13353::__anon13354 656 uint64_t in; member in struct:__anon13357::__anon13358 [all...] |
/external/boringssl/src/crypto/conf/ |
conf.c | 10 * apply to all code found in this distribution, be it the RC4, RSA, 15 * Copyright remains Eric Young's, and as such any Copyright notices in 17 * If this package is used in a product, Eric Young should be given attribution 19 * This can be in the form of a textual message at program startup or 20 * in documentation (online or textual) provided with the package. 22 * Redistribution and use in source and binary forms, with or without 27 * 2. Redistributions in binary form must reproduce the above copyright 28 * notice, this list of conditions and the following disclaimer in the 43 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 47 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC 732 BIO *in = BIO_new_file(filename, "rb"); local [all...] |
/external/boringssl/src/crypto/pkcs8/ |
pkcs8_x509.c | 7 * Redistribution and use in source and binary forms, with or without 14 * 2. Redistributions in binary form must reproduce the above copyright 15 * notice, this list of conditions and the following disclaimer in 22 * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" 30 * nor may "OpenSSL" appear in their names without prior written 36 * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" 41 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR 46 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 48 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 163 uint8_t *in = NULL 244 CBS in; local 475 CBS in, pfx, mac_data, authsafe, content_type, wrapped_authsafes, authsafes; local [all...] |
/external/deqp/modules/gles31/functional/ |
es31fShaderPackingFunctionTests.cpp | 8 * you may not use this file except in compliance with the License. 13 * Unless required by applicable law or agreed to in writing, software 177 // Random values, mostly in range. 198 const void* in = &inputs[0]; local 202 m_executor->execute((int)inputs.size(), &in, &out); 226 m_testCtx.getLog() << TestLog::Message << "ERROR: Mismatch in value " << valNdx 286 const void* in = &inputs[0]; local 290 m_executor->execute((int)inputs.size(), &in, &out); 315 m_testCtx.getLog() << TestLog::Message << "ERROR: Mismatch in value " << valNdx << ",\n" 368 // Random values, mostly in range 389 const void* in = &inputs[0]; local 477 const void* in = &inputs[0]; local 585 const void* in = &inputs[0]; local 688 const void* in = &inputs[0]; local 800 const void* in = &inputs[0]; local 894 const void* in = &inputs[0]; local 1009 const void* in = &inputs[0]; local 1103 const void* in = &inputs[0]; local [all...] |
/external/deqp/modules/glshared/ |
glsShaderRenderCase.hpp | 10 * you may not use this file except in compliance with the License. 15 * Unless required by applicable law or agreed to in writing, software 158 tcu::Vec4 in[MAX_USER_ATTRIBS]; member in class:deqp::gls::ShaderEvalContext 184 // Either inherit a class with overridden evaluate() or just pass in an evalFunc.
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
TensorPadding.h | 239 const double in = static_cast<double>(m_impl.dimensions()[i]); local 240 const double out = in + m_padding[i].first + m_padding[i].second; 243 const double reduction = in / out; 273 // all the coefficient are in the padding zone. 277 // all the coefficient are in the padding zone. 299 // all the coefficient are in the padding zone. 303 // all the coefficient are in the padding zone. 331 // all the coefficient are in the padding zone. 335 // all the coefficient are in the padding zone. 357 // all the coefficient are in the padding zone [all...] |
/external/f2fs-tools/lib/ |
libf2fs.c | 371 static void TEA_transform(unsigned int buf[4], unsigned int const in[]) 375 __u32 a = in[0], b = in[1], c = in[2], d = in[3]; 429 __u32 in[8], buf[4]; local 444 str2hashbuf(p, len, in, 4); 445 TEA_transform(buf, in); 616 * f2fs_stop_checkpoint makes RO in /proc/mounts while RW in /etc/mtab [all...] |
/external/freetype/src/base/ |
ftoutln.c | 21 /* All functions are declared in freetype.h. */ 36 /* The macro FT_COMPONENT is used in trace mode. It is an implicit */ 48 /* documentation is in ftoutln.h */ 69 FT_Int n; /* index of contour in outline */ 70 FT_UInt first; /* index of first point in contour */ 89 FT_Int last; /* index of last point in contour */ 338 /* documentation is in ftoutln.h */ 354 /* documentation is in ftoutln.h */ 399 /* documentation is in ftoutln.h */ 460 /* documentation is in ftoutln.h * 940 FT_Vector in, out, anchor, shift; local [all...] |
/external/guava/guava/src/com/google/common/io/ |
Files.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 140 FileInputStream in = closer.register(openStream()); local 141 return readFile(in, in.getChannel().size()); 162 InputStream in, long expectedSize) throws IOException { 164 throw new OutOfMemoryError("file is too large to fit in a byte array: " 169 // the file normally in that case 171 ? ByteStreams.toByteArray(in) 172 : ByteStreams.toByteArray(in, (int) expectedSize) [all...] |
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
AtomicLongMapTest.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 57 Map<String, Long> in = ImmutableMap.of("1", 1L, "2", 2L, "3", 3L); local 58 AtomicLongMap<String> map = AtomicLongMap.create(in); 307 Map<String, Long> in = ImmutableMap.of("1", 1L, "2", 2L, "3", 3L); local 318 map.putAll(in);
|
/external/guice/lib/build/ |
munge.jar | |
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/ |
Matchers.java | 204 * Provided to cause compile time error when used in preference to a possible runtime error if 207 * <p>This method was removed upstream between Hamcrest 1.1 and 1.3 in favour of the 210 * successfully it is possible that some could and that would result in a change in the runtime 316 * examined object itself is <code>null</code>, in which case the matcher will return a positive 321 * contain items that are equal to each other (according to the above rules) <b>in the same 347 * used when it is necessary to make generics conform, for example in the JMock clause 570 * the matcher to apply to elements in examined arrays 584 * the element that should be present in examined arrays 591 * Creates a matcher for arrays that matches when each item in the examined array i 1139 public static <T> org.hamcrest.Matcher<T> in(java.util.Collection<T> collection) { method in class:Matchers 1152 public static <T> org.hamcrest.Matcher<T> in(T[] elements) { method in class:Matchers [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
PluralFormat.java | 30 * plural case that can appear in the user's language and the 34 * <h3>The Problem of Plural Forms in Internationalized Messages</h3> 43 * intervals. But in some languages, like Polish, one plural case 53 * rules define both what plural cases exist in a language, and to 86 * explicitValue = '=' number // adjacent, no white space in between 94 * There are 6 predefined case keywords in CLDR/ICU - 'zero', 'one', 'two', 'few', 'many' and 96 * "<code>other</code>" which is contained in every rule set. 107 * An unquoted pound sign (<code>#</code>) in the selected sub-message 108 * itself (i.e., outside of arguments nested in the sub-message) 123 * <code>PluralFormat</code>'s constructor. If you also specify a locale in thi [all...] |
/external/icu/icu4c/source/tools/toolutil/ |
pkg_genc.c | 106 specify "GENCCODE_ASSEMBLY=-a name" in the specific config/mh-* file, 107 where the name is the compiler or platform that you used in this 266 FileStream *in, *out; local 269 in=T_FileStream_open(filename, "rb"); 270 if(in==NULL) { 296 /* turn dashes or dots in the entry name into underscores */ 311 length=T_FileStream_read(in, buffer, sizeof(buffer)); 333 if(T_FileStream_error(in)) { 344 T_FileStream_close(in); 351 FileStream *in, *out local 666 FileStream *in; local 773 FileStream *in, *out; local [all...] |
ucbuf.cpp | 48 FileStream* in; member in struct:UCHARBUF 55 ucbuf_autodetect_fs(FileStream* in, const char** cp, UConverter** conv, int32_t* signatureLength, UErrorCode* error){ 64 numRead=T_FileStream_read(in, start, sizeof(start)); 69 T_FileStream_rewind(in); 71 T_FileStream_read(in, start, *signatureLength); 135 FileStream* in=NULL; local 144 in= T_FileStream_open(fileName,"rb"); 146 if(in == NULL){ 151 if(ucbuf_autodetect_fs(in,cp,conv,signatureLength,error)) { 152 return in; 452 FileStream* in = NULL; local [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
PluralFormat.java | 29 * plural case that can appear in the user's language and the 33 * <h3>The Problem of Plural Forms in Internationalized Messages</h3> 42 * intervals. But in some languages, like Polish, one plural case 52 * rules define both what plural cases exist in a language, and to 85 * explicitValue = '=' number // adjacent, no white space in between 93 * There are 6 predefined case keywords in CLDR/ICU - 'zero', 'one', 'two', 'few', 'many' and 95 * "<code>other</code>" which is contained in every rule set. 106 * An unquoted pound sign (<code>#</code>) in the selected sub-message 107 * itself (i.e., outside of arguments nested in the sub-message) 122 * <code>PluralFormat</code>'s constructor. If you also specify a locale in thi [all...] |
/external/iptables/iptables/ |
iptables-xml.c | 355 // (or I guess -j SNAT in nat table, but we don't check for that yet 405 * then start a dummy <match> tag for old style built-in matches. 406 * We would do this in any case, but no need if it would be empty. 407 * In the case of negation, we need to look at arg+1 514 // if argv[arg] contains a space, enclose in quotes 533 * in each rule, or rules didn't have an action. 534 * NOTE: Depends on arguments being in some kind of "normal" order which 536 * rather than a file merely in a compatible format. 596 //xmlAttrS("table",curTable); // not needed in full mode 597 //xmlAttrS("chain",argv[1]); // not needed in full mode 630 FILE *in; local [all...] |
nft-bridge.h | 4 #include <netinet/in.h> 18 /* Be backwards compatible, so don't use '+' in kernel */ 79 /* the physical in-dev */ 80 char in[IFNAMSIZ]; member in struct:ebt_entry 81 /* the logical in-dev */
|
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/ |
MockSocketConnection.java | 74 private final InputStream in = new InputStream() { field in class:MockSocketConnection.MockSocket 142 return in;
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/instr/ |
InstrumenterTest.java | 96 * Triggers exception in {@link Instrumenter#instrument(byte[], String)}. 120 * Triggers exception in 135 * Triggers exception in 172 InputStream in = TargetLoader.getClassData(getClass()); local 175 int count = instrumenter.instrumentAll(in, out, "Test"); 200 * Triggers exception in 215 * Triggers exception in 242 * Triggers exception in 264 * With JDK <= 6 triggers exception in 267 * With JDK > 6 triggers exception in 380 InputStream in = new ByteArrayInputStream("text".getBytes()); local [all...] |