/external/chromium_org/third_party/boringssl/src/ssl/ |
ssl_cert.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 763 BIO *in; local 834 BIO *in; local [all...] |
/external/chromium_org/third_party/cython/src/Tools/ |
cython-mode.el | 46 "Keymap used in `cython-mode'.") 49 `(;; new keywords in Cython language 79 ;; Some functions defined differently in the different python modes 86 (defun cython-in-string/comment () 87 "Return non-nil if point is in a comment or string." 159 (let ((in (current-indentation))) 160 (or (and (zerop ci) (zerop in)) 162 ;; Not sure why it was like this -- fails in case of 165 ;;(and def-line (= in ci)) 166 (= in ci [all...] |
/external/chromium_org/third_party/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 */ 68 FT_Int n; /* index of contour in outline */ 69 FT_UInt first; /* index of first point in contour */ 85 FT_Int last; /* index of last point in contour */ 334 /* documentation is in ftoutln.h */ 350 /* documentation is in ftoutln.h */ 395 /* documentation is in ftoutln.h */ 450 /* documentation is in ftoutln.h * 932 FT_Vector in, out, shift; local [all...] |
/external/chromium_org/third_party/icu/source/common/ |
punycode.cpp | 31 and distribute it in any way that does not diminish the rights 88 * (when used for representing integers) is d, which must be in the 90 * nonzero, in which case the uppercase form is used. 109 * point (for use in representing integers) in the range 0 to 156 * The following code omits the {parts} of the pseudo-algorithm in the spec 203 * convert extended ones to UTF-32 in cpBuffer (caseFlag in sign bit): 379 int32_t n, destLength, i, bias, basicLength, j, in, oldi, w, k, digit, t, local 440 for(in=basicLength>0 ? basicLength+1 : 0; in<srcLength; /* no op */) [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
spreptst.c | 108 const char *in; member in struct:ConformanceTestCases 324 const char* src = conformanceTestCases[i].in; 353 understood universally, rather than in the context of a particular 376 appended "@" and should appear in the form "xxxx@" (note: no domain 411 "\\u0c15\\u0c36\\u0c30\\u0c2c\\u0c3e\\u0c26@cs7.dillons.co.uk.203.119.193.in-addr.arpa",
|
/external/chromium_org/third_party/icu/source/tools/icuswap/ |
icuswap.cpp | 105 FILE *in, *out; local 120 fprintf(stderr, "Warning: icuswap is an obsolete tool and it will be removed in the next ICU release.\nPlease use the icupkg tool instead.\n"); 162 in=out=NULL; 166 in=fopen(argv[1], "rb"); 167 if(in==NULL) { 173 length=fileSize(in); 196 if(length!=(int32_t)fread(data, 1, length, in)) { 202 fclose(in); 203 in=NULL; 205 /* swap the data in-place * [all...] |
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
pkg_gencmn.c | 46 All item names are stored as char * strings in one block between the ToC table 53 The data items are stored in the sorted order of their names. 124 FileStream *in, *file; local 150 in = T_FileStream_stdin(); 152 in = T_FileStream_open(dataFile, "r"); 153 if(in == NULL) { 168 while((s != NULL && *s != 0) || (s=T_FileStream_readLine(in, (line=linePtr), 208 if(in!=T_FileStream_stdin()) { 209 T_FileStream_close(in); 213 fprintf(stderr, "gencmn: no files listed in %s\n", dataFile == NULL ? "<stdin>" : dataFile) [all...] |
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/ |
unicodetext.cc | 4 // you may not use this file except in compliance with the License. 9 // Unless required by applicable law or agreed to in writing, software 60 // was not interchange valid. This indicates a bug in the caller, and 61 // a LOG(WARNING) is done in that case. 65 // than one byte in UTF8. E.g., "\xEF\xB7\x90" (U+FDD0) is 70 // reads, it is safe to change the buffer in place. It returns the 72 char* const in = start; local 98 return out - in; 131 // Clear the memory in the expanded part.
|
/external/chromium_org/third_party/libvpx/source/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. 467 const uint8_t *const in = (s == 0 ? input : out); local 473 down2_symodd(in, filteredlength, out); 475 down2_symeven(in, filteredlength, out);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_vs.h | 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. 58 struct draw_variant_input in; member in struct:draw_variant_element 132 /* Run the shader - this interface will get cleaned up in the
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_test_arit.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 VMWARE 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. 56 typedef void (*unary_func_t)(float *out, const float *in); 86 * Required precision in bits. 301 float *in, *out; local 303 in = align_malloc(length * 4, length * 4) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_graph.h | 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 134 Edge *in; member in class:nv50_ir::Graph::Node 190 assert(in); 191 return in->origin; 214 return EdgeIterator(in, 1, reverse) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/ |
nv50_program.h | 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 71 struct nv50_varying in[16]; member in struct:nv50_program
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_state_framebuffer.c | 6 * files (the "Software"), to deal in the Software without 13 * included in all copies or substantial portions of the Software. 18 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 19 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 20 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 21 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 53 * dirty, to ensure that the resources are paged in. 104 * non-dirty rendertargets are properly paged-in. 260 float in = fb_height - fy; /* number of vp pixels inside view */ local 262 prescale.translate[1] += fy * out / in; [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
shaders_cache.c | 7 * "Software"), to deal in the Software without restriction, including 14 * next paragraph) shall be included in all copies or substantial portions 20 * IN NO EVENT SHALL VMWARE AND/OR ITS SUPPLIERS BE LIABLE FOR 21 * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 22 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 23 * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 94 "DCL IN[0], POSITION, LINEAR\n" 95 "DCL IN[1], GENERIC[0], PERSPECTIVE\n" 131 struct ureg_src in[2]; local 171 in[0] = ureg_DECL_fs_input(ureg [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
nv10_state_frag.c | 7 * "Software"), to deal in the Software without restriction, including 14 * next paragraph) shall be included in all copies or substantial 20 * IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE 21 * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 22 * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 23 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 75 uint64_t in; member in struct:combiner_state 91 (rc)->in = (rc)->out = 0; \ 204 (rc)->in |= get_input_arg(rc, arg, flags) << RC_IN_SHIFT_##var 208 (rc)->in |= (RC_IN_SOURCE(src) | 403 uint64_t in; local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
t_vb_texgen.c | 9 * to deal in the Software without restriction, including without limitation 15 * in all copies or substantial portions of the Software. 19 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 20 * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 21 * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 22 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 69 /* Temporary values used in texgen. 171 /* This is unusual in that we respect the stride of the output vector 172 * (f). This allows us to pass in either a texcoord vector4f, or a 256 GLvector4f *in = VB->AttribPtr[VERT_ATTRIB_TEX0 + unit] local 278 GLvector4f *in = VB->AttribPtr[VERT_ATTRIB_TEX0 + unit]; local 306 GLvector4f *in = VB->AttribPtr[VERT_ATTRIB_TEX0 + unit]; local 340 GLvector4f *in = VB->AttribPtr[VERT_ATTRIB_TEX0 + unit]; local [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/ |
coded_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 49 // This declares an unsigned long long integer literal in a portable way. 64 // run multiple times, once for each item in some input array. TEST_1D 65 // tests all cases in a single input array. TEST_2D tests all 75 // they are all grater than zero. In case of failure, the exact cas 238 } in; local [all...] |
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/chromium_org/third_party/sqlite/src/src/ |
test3.c | 4 ** The author disclaims copyright to this source code. In place of 12 ** Code for testing the btree.c module in SQLite. This code 13 ** is not included in the SQLite library. It is used for automated 49 ** A bogus sqlite3 connection structure for use in the btree 179 /* Normally in this file, with a b-tree handle opened using the 182 ** from an open SQLite connection (using [btree_from_db]). In this case 289 ** Move the cursor to the next entry in the table. Return 0 on success 290 ** or 1 if the cursor was already on the last entry in the table or if 325 ** Move the cursor to the first entry in the table. Return 0 if the 411 /* The cursor may be in "require-seek" state. If this is the case, th 446 u64 in, out; local [all...] |
test_hexio.c | 4 ** The author disclaims copyright to this source code. In place of 15 ** hexadecimal. We could, in theory, use the built-in "binary" 49 ** the binary data. Spaces in the original input are ignored. 107 FILE *in; local 120 in = fopen(zFile, "rb"); 121 if( in==0 ){ 122 in = fopen(zFile, "r"); 124 if( in==0 ){ 128 fseek(in, offset, SEEK_SET) [all...] |
/external/chromium_org/third_party/webrtc/base/ |
nat_unittest.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. 56 TestClient* in = CreateTestClient(natsf, internal_addr); local 67 in->SendTo(buf, len, out[0]->address()); 72 in->SendTo(buf, len, out[i]->address()); 86 delete in; 107 TestClient* in = CreateTestClient(natsf, internal_addr) local [all...] |
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
filterbanks_mips.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. 16 int16_t* data_ch1, // Input and output in channel 1, in Q0. 17 int16_t* data_ch2, // Input and output in channel 2, in Q0. 18 const int16_t* factor_ch1, // Scaling factor for channel 1, in Q15 111 int32_t a1, a2, b1, b2, in; local [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
genopcode.asm | 60 in al, 55 label 61 in ax, 99 label 62 in eax, 100 label 63 in al, dx label 64 in ax, dx label 65 in eax, dx label
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/ |
nasm-preproc.c | 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 18 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR OTHER CONTRIBUTORS BE 22 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 24 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 39 FILE *in; member in struct:yasm_preproc_nasm 150 preproc_nasm->in = f; 226 /* Save in preproc_deps */
|