/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/ |
PropertyInfo.java | 5 * associated documentation files (the "Software"), to deal in the Software without restriction, including 10 * The above copyright notice and this permission notice shall be included in all copies or substantial 14 * LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO 16 * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE 17 * USE OR OTHER DEALINGS IN THE SOFTWARE. 253 // a copy of the object back in. 254 ObjectInputStream in = new ObjectInputStream( local 256 obj = in.readObject();
|
SppPropertyInfo.java | 5 * associated documentation files (the "Software"), to deal in the Software without restriction, including 10 * The above copyright notice and this permission notice shall be included in all copies or substantial 14 * LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO 16 * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE 17 * USE OR OTHER DEALINGS IN THE SOFTWARE. 253 // a copy of the object back in. 254 ObjectInputStream in = new ObjectInputStream( local 256 obj = in.readObject();
|
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/ |
GwtFileHandle.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 45 throw new GdxRuntimeException("FileType '" + type + "' Not supported in GWT backend"); 96 throw new GdxRuntimeException("Not supported in GWT backend"); 102 InputStream in = preloader.read(file); local 103 if (in == null) throw new GdxRuntimeException(file + " does not exist"); 104 return in; 225 throw new GdxRuntimeException("Cannot write to files in GWT backend"); 234 throw new GdxRuntimeException("Cannot write to files in GWT backend"); 251 throw new GdxRuntimeException("Cannot write to files in GWT backend") [all...] |
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/ |
ETC1.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
39 /** The PKM header size in bytes **/
46 /** the width in pixels **/
48 /** the height in pixels **/
52 /** the offset in bytes to the actual compressed data. Might be 16 if this contains a PKM header, 0 otherwise **/
65 DataInputStream in = null;
local 67 in = new DataInputStream(new BufferedInputStream(new GZIPInputStream(pkmFile.read())));
68 int fileSize = in.readInt();
71 while ((readBytes = in.read(buffer)) != -1) { [all...] |
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/ |
FilesTest.java | 4 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the
9 * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS"
52 InputStream in = Gdx.files.internal("data/cube.obj").read();
local 53 StreamUtils.closeQuietly(in);
73 InputStream in = Gdx.files.external("test.txt").read();
local 74 StreamUtils.closeQuietly(in);
80 BufferedReader in = null;
local 82 in = new BufferedReader(new InputStreamReader(Gdx.files.external("test.txt").read()));
83 if (!in.readLine().equals("test"))
92 StreamUtils.closeQuietly(in);
117 InputStream in = Gdx.files.local("test.txt").read(); local 124 BufferedReader in = null; local [all...] |
/external/libvorbis/vq/ |
bookutil.c | 6 * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * 68 /* assumes the value patterning created by the tools in vq/ */ 85 char *get_line(FILE *in){ 87 if(feof(in))return NULL; 103 long c=fgetc(in); 131 int get_line_value(FILE *in,float *value){ 148 int get_next_value(FILE *in,float *value){ 150 if(get_line_value(in,value)){ 151 value_line_buff=get_line(in); 159 int get_next_ivalue(FILE *in,long *ivalue) 237 FILE *in=fopen(filename,"r"); local [all...] |
/external/libvpx/libvpx/vpx_dsp/ |
fwd_txfm.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. 15 // similar. In the first one, we transform the columns and transpose 16 // the results. In the second one, we transform the rows. To achieve that, 19 // in normal/row positions). 24 const tran_low_t *in = NULL; local 43 input[0] = in[0 * 4] 96 const tran_low_t *in = NULL; local 199 const tran_low_t *in = NULL; local [all...] |
/external/lzma/C/ |
Aes.c | 104 /* such order (2031) in HT16 is for VC6/K8 speed optimization) */
120 /* such order (0231) in HD16 is for VC6/K8 speed optimization) */
245 UInt32 in[4], out[4];
local 248 in[0] = GetUi32(data);
249 in[1] = GetUi32(data + 4);
250 in[2] = GetUi32(data + 8);
251 in[3] = GetUi32(data + 12);
253 Aes_Decode(p + 4, out, in);
260 p[0] = in[0];
261 p[1] = in[1]; [all...] |
/external/mesa3d/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/mesa3d/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/mesa3d/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/mesa3d/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/mesa3d/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/mesa3d/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/mesa3d/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/mesa3d/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/messageformat/java/com/ibm/icu/simple/ |
PluralFormat.java | 26 * plural case that can appear in the user's language and the 30 * <h4>The Problem of Plural Forms in Internationalized Messages</h4> 39 * intervals. But in some languages, like Polish, one plural case 49 * rules define both what plural cases exist in a language, and to 82 * 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/messageformat/java/com/ibm/icu/text/ |
SelectFormat.java | 44 * <li>German differs from English in that the gender of nouns is rather 49 * <li>French has only two genders; as in German the gender of nouns 51 * are the opposite of those in German. The gender affects 62 * but similar in grammatical use. 65 * <p><b>Note:</b>For the gender of a <i>person</i> in a given sentence, 80 * each noun and per language, e.g., in resource bundles. 97 * move bits of the sentence in and out of the select argument of a message. 124 * <p>Each message is a MessageFormat pattern string enclosed in {curly braces}.</p> 186 * Patterns and their interpretation are specified in the class description. 312 * @return the string buffer passed in as toAppendTo, with formatted tex [all...] |
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/internal/ |
SslContextBuilder.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 88 // Put 'em in a key store. 94 // Wrap it up in an SSL context. 136 InputStream in = null; // By convention, 'null' creates an empty key store. local 137 keyStore.load(in, password);
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
URLConnectionTest.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 392 // Note that 1234.1.1.1 is an invalid host in a URI, but URL isn't as strict. 1014 InputStream in = connection.getInputStream(); local 1078 InputStream in = client.open(server.getUrl("\/")).getInputStream(); local 1334 InputStream in = connection1.getInputStream(); local [all...] |
/external/okhttp/samples/static-server/src/main/java/com/squareup/okhttp/sample/ |
SampleServer.java | 122 InputStream in = new FileInputStream(keystoreFile); local 124 keystore.load(in, password.toCharArray()); 126 Util.closeQuietly(in);
|
/external/opencv3/3rdparty/zlib/ |
gzguts.h | 3 * For conditions of distribution and use, see copyright notice in zlib.h 77 /* In Win32, vsnprintf is available as the "non-ANSI" _vsnprintf. */ 98 /* unlike snprintf (which is required in C99, yet still not supported by 100 termination of the result -- however this is only used in gzlib.c where 101 the result is assured to fit in the space provided */ 146 twice this must be able to fit in an unsigned type) */ 166 /* x.pos: current position in uncompressed data */ 173 unsigned char *in; /* input buffer */ member in struct:__anon20548 191 z_stream strm; /* stream structure in-place (not a pointer) */
|
inflate.c | 3 * For conditions of distribution and use, see copyright notice in zlib.h 16 * - Use pointers for available input and output checking in inffast.c 17 * - Remove input and output counters in inffast.c 19 * - Remove unnecessary second byte pull from length extra in inffast.c 20 * - Unroll direct copy to three copies per loop in inffast.c 24 * - Correct filename to inffixed.h for fixed tables in inflate.c 25 * - Make hbuf[] unsigned char to match parameter type in inflate.c 27 * to avoid negation problem on Alphas (64 bit) in inflate.c 30 * - Add comments on state->bits assertion in inffast.c 31 * - Add comments on op field in inftrees. 615 unsigned in, out; \/* save starting available input and output *\/ local [all...] |
/external/pdfium/third_party/lcms2-2.6/src/ |
cmsgmt.c | 8 // to deal in the Software without restriction, including without limitation 13 // The above copyright notice and this permission notice shall be included in 19 // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 20 // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 21 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 22 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 89 // Compute K -> L* relationship. Flags may include black point compensation. In this case, 148 cmsToneCurve *in, *out, *KTone; local 159 // computed as a BPC to zero black point in case of L* 160 in = ComputeKToLstar(ContextID, nPoints, nProfiles - 1, Intents, hProfiles, BPC, AdaptationStates, d (…) [all...] |
/external/pdfium/third_party/zlib_v128/ |
gzguts.h | 3 * For conditions of distribution and use, see copyright notice in zlib.h 79 /* In Win32, vsnprintf is available as the "non-ANSI" _vsnprintf. */ 100 /* unlike snprintf (which is required in C99, yet still not supported by 102 termination of the result -- however this is only used in gzlib.c where 103 the result is assured to fit in the space provided */ 162 twice this must be able to fit in an unsigned type) */ 182 /* x.pos: current position in uncompressed data */ 189 unsigned char *in; /* input buffer */ member in struct:__anon21697 207 z_stream strm; /* stream structure in-place (not a pointer) */
|