/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 545 CBS in; local 549 CBS_init(&in, ber, ber_len); 550 if (!CBS_asn1_ber_to_der(&in, &out, &out_len)) { 583 // These parts need to be concatenated in DER form.
|
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.apache.lucene.analysis_1.9.1.v20100518-1140.jar | |
/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/icu/android_icu4j/src/main/java/android/icu/text/ |
PluralFormat.java | 28 * plural case that can appear in the user's language and the 32 * <h3>The Problem of Plural Forms in Internationalized Messages</h3> 41 * intervals. But in some languages, like Polish, one plural case 51 * rules define both what plural cases exist in a language, and to 84 * explicitValue = '=' number // adjacent, no white space in between 92 * There are 6 predefined case keywords in CLDR/ICU - 'zero', 'one', 'two', 'few', 'many' and 94 * "<code>other</code>" which is contained in every rule set. 105 * An unquoted pound sign (<code>#</code>) in the selected sub-message 106 * itself (i.e., outside of arguments nested in the sub-message) 121 * <code>PluralFormat</code>'s constructor. If you also specify a locale in thi [all...] |
/external/icu/icu4c/source/tools/toolutil/ |
pkg_genc.c | 104 specify "GENCCODE_ASSEMBLY=-a name" in the specific config/mh-* file, 105 where the name is the compiler or platform that you used in this 264 FileStream *in, *out; local 267 in=T_FileStream_open(filename, "rb"); 268 if(in==NULL) { 294 /* turn dashes or dots in the entry name into underscores */ 309 length=T_FileStream_read(in, buffer, sizeof(buffer)); 331 if(T_FileStream_error(in)) { 342 T_FileStream_close(in); 349 FileStream *in, *out local 664 FileStream *in; local 771 FileStream *in, *out; local [all...] |
ucbuf.c | 46 FileStream* in; member in struct:UCHARBUF 53 ucbuf_autodetect_fs(FileStream* in, const char** cp, UConverter** conv, int32_t* signatureLength, UErrorCode* error){ 62 numRead=T_FileStream_read(in, start, sizeof(start)); 67 T_FileStream_rewind(in); 69 T_FileStream_read(in, start, *signatureLength); 133 FileStream* in=NULL; local 142 in= T_FileStream_open(fileName,"rb"); 144 if(in == NULL){ 149 if(ucbuf_autodetect_fs(in,cp,conv,signatureLength,error)) { 150 return in; 450 FileStream* in = NULL; local [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
PluralFormat.java | 27 * plural case that can appear in the user's language and the 31 * <h3>The Problem of Plural Forms in Internationalized Messages</h3> 40 * intervals. But in some languages, like Polish, one plural case 50 * rules define both what plural cases exist in a language, and to 83 * explicitValue = '=' number // adjacent, no white space in between 91 * There are 6 predefined case keywords in CLDR/ICU - 'zero', 'one', 'two', 'few', 'many' and 93 * "<code>other</code>" which is contained in every rule set. 104 * An unquoted pound sign (<code>#</code>) in the selected sub-message 105 * itself (i.e., outside of arguments nested in the sub-message) 120 * <code>PluralFormat</code>'s constructor. If you also specify a locale in thi [all...] |
/external/iptables/iptables/ |
iptables-xml.c | 354 // (or I guess -j SNAT in nat table, but we don't check for that yet 404 * then start a dummy <match> tag for old style built-in matches. 405 * We would do this in any case, but no need if it would be empty. 406 * In the case of negation, we need to look at arg+1 513 // if argv[arg] contains a space, enclose in quotes 532 in each rule, or rules didn't have an action 533 NOTE: Depends on arguments being in some kind of "normal" order which 535 rather than a file merely in a compatable format */ 594 //xmlAttrS("table",curTable); // not needed in full mode 595 //xmlAttrS("chain",argv[1]); // not needed in full mode 628 FILE *in; local [all...] |
/external/jetty/src/java/org/eclipse/jetty/servlets/ |
MultiPartFilter.java | 76 * The init parameter maxFormKeys sets the maximum number of keys that may be present in a 140 InputStream in = new BufferedInputStream(request.getInputStream()); local 156 MultiPartInputStream mpis = new MultiPartInputStream(in, content_type, config, tempdir);
|
PutFilter.java | 216 InputStream in = request.getInputStream(); local 224 IO.copy(in, out, toRead); 226 IO.copy(in, out); 236 IO.copy(in, out, toRead); 238 IO.copy(in, out);
|
/external/kernel-headers/original/uapi/linux/netfilter_bridge/ |
ebtables.h | 43 /* nr of rules in the table */ 59 /* nr of rules in the table */ 160 /* the physical in-dev */ 161 char in[IFNAMSIZ]; member in struct:ebt_entry 162 /* the logical in-dev */
|
/external/libcxx/src/ |
ios.cpp | 123 const ios_base::openmode ios_base::in; member in class:ios_base
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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 */ 457 /* documentation is in ftoutln.h * 937 FT_Vector in, out, anchor, shift; local [all...] |
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/ |
KTXTextureData.java | 54 // Whether to generate mipmaps if they are not included in the file
79 DataInputStream in = null;
local 81 in = new DataInputStream(new BufferedInputStream(new GZIPInputStream(file.read())));
82 int fileSize = in.readInt();
85 while ((readBytes = in.read(buffer)) != -1)
92 StreamUtils.closeQuietly(in);
197 throw new GdxRuntimeException("Unsupported texture format (only 2D texture are supported in LibGdx for the time being)");
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_resize.c | 5 * that can be found in the LICENSE file in the root of the source 7 * in the file PATENTS. All contributing project authors may 8 * be found in the AUTHORS file in the root of the source tree. 471 const uint8_t *const in = (s == 0 ? input : out); local 477 down2_symodd(in, filteredlength, out); 479 down2_symeven(in, filteredlength, out); 764 const uint16_t *const in = (s == 0 ? input : out); local 770 highbd_down2_symodd(in, filteredlength, out, bd) [all...] |
/external/libxml2/ |
xzlib.c | 55 uint64_t pos; /* current position in uncompressed data */ 58 unsigned char *in; /* input buffer */ member in struct:__anon18406 75 lzma_stream strm; /* stream structure in-place (not a pointer) */ 81 z_stream zstrm; /* stream structure in-place (not a pointer) */ 265 if (xz_load(state, state->in, state->size, &tmp) == -1) { 270 strm->next_in = state->in; 294 return strm->avail_in >= 6 && memcmp(state->in, "\3757zXZ", 6) == 0; 312 if (lzma_properties_decode(&filter, NULL, state->in, 5) != LZMA_OK) 343 uncompressed_size |= (uint64_t) (state->in[5 + i]) << (i * 8); 364 in *ret. Otherwise -1 is returned and *ret is not modified. * [all...] |
/external/llvm/include/llvm/Support/ |
MathExtras.h | 211 // in the __builtin_clz intrinsic on x86. 229 /// \brief Reverse the bits in \p Val. 232 unsigned char in[sizeof(Val)]; local 234 std::memcpy(in, &Val, sizeof(Val)); 236 out[(sizeof(Val) - i) - 1] = BitReverseTable256[in[i]]; 445 /// \brief Count the number of set bits in a value. 555 // Replace "-Value" by "1+~Value" in the following commented code to avoid 580 /// NextPowerOf2 - Returns the next power of two (in 64-bits) 638 /// \brief Sign extend number in the bottom B bits of X to a 32-bit int. 650 /// \brief Sign extend number in the bottom B bits of X to a 64-bit int [all...] |
/external/lz4/programs/ |
bench.c | 11 This program is distributed in the hope that it will be useful, 319 char* in = orig_buff; local 324 chunkP[i].origBuffer = in; in += chunkSize;
|
/external/mesa3d/src/gallium/auxiliary/translate/ |
translate_generic.c | 8 * "Software"), to deal in the Software without restriction, including 15 * next paragraph) shall be included in all copies or substantial portions 21 * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR 22 * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 23 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 24 * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 69 * in this case, u_format is used to do a full conversion 71 * this value is set to the format size in bytes if output_format == input_format or for 32-bit instance ids: 72 * in this case, memcpy is used to copy this amount of bytes 99 SRCTYPE *in = (SRCTYPE *)attrib; 241 float *in = (float *)attrib; local 252 float *in = (float *)attrib; local [all...] |