/external/chromium_org/third_party/icu/source/tools/toolutil/ |
ucbuf.c | 45 FileStream* in; member in struct:UCHARBUF 52 ucbuf_autodetect_fs(FileStream* in, const char** cp, UConverter** conv, int32_t* signatureLength, UErrorCode* error){ 61 numRead=T_FileStream_read(in, start, sizeof(start)); 66 T_FileStream_rewind(in); 68 numRead = T_FileStream_read(in, start, *signatureLength); 132 FileStream* in=NULL; local 141 in= T_FileStream_open(fileName,"rb"); 143 if(in == NULL){ 148 if(ucbuf_autodetect_fs(in,cp,conv,signatureLength,error)) { 149 return in; 450 FileStream* in = NULL; local [all...] |
/external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/ |
json_reader.cpp | 3 // recognized in your jurisdiction. 18 // This file uses the following headers (at least in Reader::parse), but 19 // the upstream version doesn't include them because iostream pulls in 21 // libc++ which declares getline in <string> (as per the C++ standard) 22 // but defines it in <iostream>. The code therefore fails linking, which 65 in( Reader::Char c, Reader::Char c1, Reader::Char c2, Reader::Char c3, Reader::Char c4 ) function in namespace:Json 71 in( Reader::Char c, Reader::Char c1, Reader::Char c2, Reader::Char c3, Reader::Char c4, Reader::Char c5 ) function in namespace:Json 181 // Set error location to start of doc, ideally should be first token found in doc 457 !in( *current_, '.', 'e', 'E', '+', '-' ) ) 521 return addErrorAndRecover( "Missing ',' or '}' in object declaration", [all...] |
/external/chromium_org/third_party/libvpx/source/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 */ 259 uint8_t* const in = input(); local 264 UUT_->h8_(in, kInputStride, out, kOutputStride, filter8, 16, filter8, 16, 271 ASSERT_EQ(out[y * kOutputStride + x], in[y * kInputStride + x]) 276 uint8_t* const in = input() local 293 uint8_t* const in = input(); local 336 uint8_t* const in = input(); local 381 uint8_t* const in = input(); local 457 uint8_t* const in = input(); local 545 uint8_t* const in = input(); local [all...] |
/external/chromium_org/third_party/libwebp/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...] |
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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::__anon18212 89 GLuint dstbuf_size; /**< in vertices * [all...] |
/external/chromium_org/third_party/openssl/openssl/apps/ |
pkcs12.c | 8 * Redistribution and use in source and binary forms, with or without 15 * 2. Redistributions in binary form must reproduce the above copyright 16 * notice, this list of conditions and the following disclaimer in 23 * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" 31 * nor may "OpenSSL" appear in their names without prior written 37 * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" 42 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR 47 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 49 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 90 int cert_load(BIO *in, STACK_OF(X509) *sk) 100 BIO *in=NULL, *out = NULL; local [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/des/ |
destest.c | 11 * apply to all code found in this distribution, be it the RC4, RSA, 16 * Copyright remains Eric Young's, and as such any Copyright notices in 18 * If this package is used in a product, Eric Young should be given attribution 20 * This can be in the form of a textual message at program startup or 21 * in documentation (online or textual) provided with the package. 23 * Redistribution and use in source and binary forms, with or without 28 * 2. Redistributions in binary form must reproduce the above copyright 29 * notice, this list of conditions and the following disclaimer in the 44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC 338 des_cblock in,out,outin,iv3,iv2; local [all...] |
/external/chromium_org/third_party/opus/src/src/ |
mlp_train.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 18 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR 23 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 24 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 140 float *in, *out; local 141 in = inputs+s*inDim; 147 sum += W0[i*(inDim+1)+j+1]*in[j]; 178 W0_grad[i*(inDim+1)+j+1] += grad*in[j] [all...] |
/external/chromium_org/third_party/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...] |