/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/jmonkeyengine/engine/src/core/com/jme3/cinematic/ |
MotionPath.java | 5 * Redistribution and use in source and binary forms, with or without 12 * * Redistributions in binary form must reproduce the above copyright 13 * notice, this list of conditions and the following disclaimer in the 23 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 28 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 29 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 160 InputCapsule in = im.getCapsule(this); local 161 spline = (Spline) in.readSavable("spline", null); 167 * returns a vector 2 containing the index in the x field and the interpolation value in the y fiel [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/ |
MotionTrack.java | 5 * Redistribution and use in source and binary forms, with or without 12 * * Redistributions in binary form must reproduce the above copyright 13 * notice, this list of conditions and the following disclaimer in the 23 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 28 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 29 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 83 * the target stay in the starting direction 210 InputCapsule in = im.getCapsule(this); local 211 lookAt = (Vector3f) in.readSavable("lookAt", Vector3f.ZERO); 212 upVector = (Vector3f) in.readSavable("upVector", Vector3f.UNIT_Y) [all...] |
/external/jmonkeyengine/engine/src/test/jme3test/animation/ |
TestCinematic.java | 5 * Redistribution and use in source and binary forms, with or without
12 * * Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in the
23 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
28 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
29 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
121 //fade in
284 boolean in = true;
field in class:TestCinematic.FadeEvent 287 public FadeEvent(boolean in) {
289 this.in = in; [all...] |
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/ |
TriangleCollector.java | 5 * Redistribution and use in source and binary forms, with or without 12 * * Redistributions in binary form must reproduce the above copyright 13 * notice, this list of conditions and the following disclaimer in the 23 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 28 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 29 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 91 * Grabs all the triangles specified in <code>tris</code> from the input array 125 Mesh in = inGeom.getMesh(); local 133 IntMap<VertexBuffer> bufs = in.getBuffers(); 140 // how many elements will be in this buffer [all...] |
/external/jsoncpp/src/lib_json/ |
json_reader.cpp | 3 // recognized in your jurisdiction. 55 in( Reader::Char c, Reader::Char c1, Reader::Char c2, Reader::Char c3, Reader::Char c4 ) function in namespace:Json 61 in( Reader::Char c, Reader::Char c1, Reader::Char c2, Reader::Char c3, Reader::Char c4, Reader::Char c5 ) function in namespace:Json 171 // Set error location to start of doc, ideally should be first token found in doc 447 !in( *current_, '.', 'e', 'E', '+', '-' ) ) 511 return addErrorAndRecover( "Missing ',' or '}' in object declaration", 550 // Accept Comment after last item in the array. 560 return addErrorAndRecover( "Missing ',' or ']' in array declaration", 578 || in( *inspect, '.', 'e', 'E', '+' ) 604 // c) it's small enough to fit in that rounding delta, we're okay [all...] |
/external/kernel-headers/original/uapi/linux/netfilter_bridge/ |
ebtables.h | 45 /* nr of rules in the table */ 61 /* nr of rules in the table */ 162 /* the physical in-dev */ 163 char in[IFNAMSIZ]; member in struct:ebt_entry 164 /* the logical in-dev */
|
/external/libcxx/src/ |
ios.cpp | 120 const ios_base::openmode ios_base::in; member in class:ios_base
|
/external/libvncserver/x11vnc/ |
macosx.c | 12 x11vnc is distributed in the hope that it will be useful, 22 In addition, as a special exception, Karl J. Runge 27 in all respects for all of the code used other than "OpenSSL". If you 170 char *q, *in = strdup(str); local 175 if (strstr(in, "console") != in) { 177 free(in); 183 q = strrchr(in, '@'); 188 q = strrchr(in, ':');
|
/external/libvpx/libvpx/test/ |
convolve_test.cc | 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. 215 /* Set up guard blocks for an inner block centered in the outer block */ 263 uint8_t* const in = input(); local 268 UUT_->h8_(in, kInputStride, out, kOutputStride, filter8, 16, filter8, 16, 275 ASSERT_EQ(out[y * kOutputStride + x], in[y * kInputStride + x]) 280 uint8_t* const in = input() local 297 uint8_t* const in = input(); local 340 uint8_t* const in = input(); local 388 uint8_t* const in = input(); local 466 uint8_t* const in = input(); local 555 uint8_t* const in = input(); local [all...] |
/external/libxml2/ |
xzlib.c | 53 uint64_t pos; /* current position in uncompressed data */ 56 unsigned char *in; /* input buffer */ member in struct:__anon14104 73 lzma_stream strm; /* stream structure in-place (not a pointer) */ 79 z_stream zstrm; /* stream structure in-place (not a pointer) */ 263 if (xz_load(state, state->in, state->size, &tmp) == -1) { 268 strm->next_in = state->in; 292 return strm->avail_in >= 6 && memcmp(state->in, "\3757zXZ", 6) == 0; 310 if (lzma_properties_decode(&filter, NULL, state->in, 5) != LZMA_OK) 341 uncompressed_size |= (uint64_t) (state->in[5 + i]) << (i * 8); 362 in *ret. Otherwise -1 is returned and *ret is not modified. * [all...] |
/external/llvm/include/llvm/Support/ |
MathExtras.h | 207 // in the __builtin_clz intrinsic on x86. 225 /// \brief Reverse the bits in \p Val. 228 unsigned char in[sizeof(Val)]; local 230 std::memcpy(in, &Val, sizeof(Val)); 232 out[(sizeof(Val) - i) - 1] = BitReverseTable256[in[i]]; 441 /// \brief Count the number of set bits in a value. 542 // Replace "-Value" by "1+~Value" in the following commented code to avoid 567 /// NextPowerOf2 - Returns the next power of two (in 64-bits) 613 /// \brief Sign extend number in the bottom B bits of X to a 32-bit int. 625 /// \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...] |
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_ssa.cpp | 6 * to deal in the Software without restriction, including without limitation 11 * The above copyright notice and this permission notice shall be included in 16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 18 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 19 * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 271 BasicBlock *in = BasicBlock::get(ei.getNode()); local 273 if (in->cfg.visit(seq)) 274 buildDefSetsPreSSA(in, seq); 276 bb->defSet |= in->defSet [all...] |
/external/mesa3d/src/mesa/vbo/ |
vbo_split_copy.c | 10 * to deal in the Software without restriction, including without limitation 16 * in all copies or substantial portions of the Software. 20 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 21 * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 22 * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 23 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 47 * non-indexed primitives may be converted to indexed in some cases 48 * (eg loops, fans) in order to use this splitting path. 82 GLuint in; member in struct:copy_context::__anon17157 89 GLuint dstbuf_size; /**< in vertices * [all...] |
/external/mockito/src/org/mockito/internal/ |
MockitoCore.java | 173 for (Invocation in : ins) {
174 if (in.stubInfo() != null) {
175 in.ignoreForVerification();
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/ |
MockSpdyPeer.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 135 InputStream in = socket.getInputStream(); local 136 FrameReader reader = variant.newReader(Okio.buffer(Okio.source(in)), client);
|
/external/okhttp/okio/okio/src/test/java/okio/ |
ByteStringTest.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 100 InputStream in = new ByteArrayInputStream("abc".getBytes(Util.UTF_8)); local 101 assertEquals(ByteString.decodeHex("6162"), ByteString.read(in, 2)); 102 assertEquals(ByteString.decodeHex("63"), ByteString.read(in, 1)); 103 assertEquals(ByteString.of(), ByteString.read(in, 0)); 107 InputStream in = new ByteArrayInputStream("ABC".getBytes(Util.UTF_8)); local 108 assertEquals(ByteString.encodeUtf8("ab"), ByteString.read(in, 2).toAsciiLowercase()); 109 assertEquals(ByteString.encodeUtf8("c"), ByteString.read(in, 1).toAsciiLowercase()); 110 assertEquals(ByteString.EMPTY, ByteString.read(in, 0).toAsciiLowercase()) 127 InputStream in = new ByteArrayInputStream("abc".getBytes(Util.UTF_8)); local [all...] |
/external/protobuf/src/google/protobuf/io/ |
zero_copy_stream_unittest.cc | 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 38 // match. When the data is written, it is written in several small chunks 105 // Writes some text to the output stream in a particular order. Returns 133 const uint8* in = reinterpret_cast<const uint8*>(data); local 146 memcpy(out, in, in_size) 163 const void* in; local [all...] |
/external/skia/experimental/PdfViewer/pdfparser/native/ |
SkPdfNativeTokenizer.cpp | 5 * found in the LICENSE file. 95 // TODO(edisonn): report error in pdf file (end of stream with ] for end of aray 127 const unsigned char* in = start; local 131 while (in < end) { 132 openRoundBrackets += ((*in) == kOpenedRoundBracket_PdfDelimiter); 133 openRoundBrackets -= ((*in) == kClosedRoundBracket_PdfDelimiter); 135 in++; // consumed ) 139 if (*in == kEscape_PdfSpecial) { 140 if (in + 1 < end) { 141 switch (in[1]) 267 const unsigned char* in = start; local 416 const unsigned char* in = start; local [all...] |
/external/speex/libspeex/ |
sb_celp.c | 4 Redistribution and use in source and binary forms, with or without 11 - Redistributions in binary form must reproduce the above copyright 12 notice, this list of conditions and the following disclaimer in the 22 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR 27 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 28 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 320 spx_word16_t *in = (spx_word16_t*)vin; local 334 low = in; 335 high = in+st->frame_size; 339 qmf_decomp(in, h0, low, high, st->full_frame_size, QMF_ORDER, st->h0_mem, stack) [all...] |
/external/webp/src/utils/ |
quant_levels_dec.c | 4 // that can be found in the COPYING file in the root of the source 6 // in the file PATENTS. All contributing project authors may 7 // be found in the AUTHORS file in the root of the source tree. 35 { 0, 8, 2, 10 }, // coefficients are in DFIX fixed-point precision 52 int scale_; // normalization factor, in FIX bits precision 109 const uint16_t* const in = p->end_; local 117 const uint16_t delta = in[x + r - 1] + in[r - x] [all...] |