/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...] |
/external/chromium_org/tools/site_compare/ |
site_compare.py | 4 # found in the LICENSE file. 28 import commands.compare2 # compare one page in two versions of same browser namespace 46 timeout: time (in seconds) to wait for page to load 59 if type(browsers) in types.StringTypes: browsers = [browsers] 65 for browser in browsers: 67 if type(browser) in types.StringTypes: browser = (browser, None) 102 if type(base) in types.StringTypes: base = (base, None) 103 if type(compare) in types.StringTypes: compare = (compare, None) 104 if type(ops) in types.StringTypes: ops = [ops] 133 for filename in os.listdir(base_dir) [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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.apache.lucene.analysis_1.9.1.v20100518-1140.jar | |
/external/elfutils/0.153/libdwfl/ |
link_map.c | 9 Red Hat elfutils is distributed in the hope that it will be useful, but 18 In addition, as a special exception, Red Hat, Inc. gives You the 25 those well defined interfaces identified in the file named EXCEPTION 26 found in the source code files (the "Approved Interfaces"). The files 34 License in all respects for all of the Red Hat elfutils code and other 35 code used in conjunction with Red Hat elfutils except the Non-GPL Code 46 included package. Should you wish to participate in the Open Invention 250 /* Report a module for each struct link_map in the linked list at r_map 251 in the struct r_debug at R_DEBUG_VADDR. 303 } *in = vaddr - read_vaddr + buffer 301 } *in = vaddr - read_vaddr + buffer; local 716 Elf_Data in = local 802 Elf_Data in = local [all...] |
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
AtomicLongMapTest.java | 39 Map<String, Long> in = ImmutableMap.of("1", 1L, "2", 2L, "3", 3L); local 40 AtomicLongMap<String> map = AtomicLongMap.create(in); 289 Map<String, Long> in = ImmutableMap.of("1", 1L, "2", 2L, "3", 3L); local 300 map.putAll(in);
|
/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 258 FileStream *in, *out; local 261 in=T_FileStream_open(filename, "rb"); 262 if(in==NULL) { 288 /* turn dashes or dots in the entry name into underscores */ 303 length=T_FileStream_read(in, buffer, sizeof(buffer)); 325 if(T_FileStream_error(in)) { 336 T_FileStream_close(in); 343 FileStream *in, *out local 658 FileStream *in; local 765 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; 451 FileStream* in = NULL; local [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/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 | 119 const ios_base::openmode ios_base::in; member in class:ios_base
|
/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 */ 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 342 uint8_t* const in = input(); local 387 uint8_t* const in = input(); local 466 uint8_t* const in = input(); local 554 uint8_t* const in = input(); local [all...] |
/external/llvm/include/llvm/Support/ |
MathExtras.h | 214 // in the __builtin_clz intrinsic on x86. 238 /// \brief Reverse the bits in \p Val. 241 unsigned char in[sizeof(Val)]; local 243 std::memcpy(in, &Val, sizeof(Val)); 245 out[(sizeof(Val) - i) - 1] = BitReverseTable256[in[i]]; 423 /// CountPopulation_32 - this function counts the number of set bits in a value. 436 /// CountPopulation_64 - this function counts the number of set bits in a value, 547 // Replace "-Value" by "1+~Value" in the following commented code to avoid 565 /// NextPowerOf2 - Returns the next power of two (in 64-bits) 617 /// \brief Sign extend number in the bottom B bits of X to a 32-bit int [all...] |