HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 1051 - 1075 of 3847) sorted by null

<<41424344454647484950>>

  /external/mesa3d/src/mesa/tnl/
t_vb_texgen.c 8 * to deal in the Software without restriction, including without limitation
14 * in all copies or substantial portions of the Software.
18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
20 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
21 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22 * OTHER DEALINGS IN THE SOFTWARE.
67 /* Temporary values used in texgen.
169 /* This is unusual in that we respect the stride of the output vector
170 * (f). This allows us to pass in either a texcoord vector4f, or a
254 GLvector4f *in = VB->AttribPtr[VERT_ATTRIB_TEX0 + unit] local
276 GLvector4f *in = VB->AttribPtr[VERT_ATTRIB_TEX0 + unit]; local
304 GLvector4f *in = VB->AttribPtr[VERT_ATTRIB_TEX0 + unit]; local
338 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/mockito/src/main/java/org/mockito/internal/
MockitoCore.java 187 for (Invocation in : ins) {
188 if (in.stubInfo() != null) {
189 in.ignoreForVerification();
  /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
401 // Note that 1234.1.1.1 is an invalid host in a URI, but URL isn't as strict.
1013 InputStream in = connection.getInputStream(); local
1078 InputStream in = client.open(server.getUrl("\/")).getInputStream(); local
1341 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/openssh/
ssh-pkcs11-helper.c 7 * copyright notice and this permission notice appear in all copies.
11 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
275 int in, out, max, log_stderr = 0; local
292 in = STDIN_FILENO;
296 if (in > max)
297 max = in;
319 FD_SET(in, rset);
333 if (FD_ISSET(in, rset))
    [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 */
154 twice this must be able to fit in an unsigned type) */
174 /* x.pos: current position in uncompressed data */
181 unsigned char *in; /* input buffer */ member in struct:__anon29506
199 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/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
55 // This declares an unsigned long long integer literal in a portable way.
70 // run multiple times, once for each item in some input array. TEST_1D
71 // tests all cases in a single input array. TEST_2D tests all
81 // they are all grater than zero. In case of failure, the exact cas
245 } in; local
    [all...]
  /external/python/cpython2/Modules/
_localemodule.c 6 provided that the above copyright notice appear in all copies.
217 /* if LC_NUMERIC is different in the C library, use saved value */
365 /* assume no change in size, first */
474 /* YESSTR and NOSTR are deprecated in glibc, since they are
476 done using gettext. So we don't expose it to Python in the
523 /* This is not available in all glibc versions that have CODESET. */
540 returns numeric values in the char* return value, which would
563 char *in; local
564 if (!PyArg_ParseTuple(args, "s", &in))
566 return PyString_FromString(gettext(in));
576 char *domain, *in; local
    [all...]
socketmodule.h 10 # include <netinet/in.h>
98 struct sockaddr_in in; member in union:sock_addr
133 double sock_timeout; /* Operation timeout in seconds;
143 The _ssl module needs access to the type object defined in
146 C API of a module in a struct which then gets exported to
149 The code in socketmodule.c defines this struct (which currently
157 a static copy of this struct in the importing module.
170 Now use the C API as if it were defined in the using
195 XXX named PySocketModule_APIObject in _ssl.c. It's unclear why it isn't
220 /* You *must* call this before using any of the functions in
    [all...]
  /external/python/cpython2/Modules/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:__anon30411
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...]
minigzip.c 3 * For conditions of distribution and use, see copyright notice in zlib.h
13 * or in pipe mode.
61 #ifndef WIN32 /* unlink already in stdio.h for WIN32 */
70 /* Map the Windows error number in ERROR to a locale-dependent error
267 unsigned char in[1]; local
278 got = fread(in, 1, 1, gz->file);
281 strm->next_in = in;
339 void gz_compress OF((FILE *in, gzFile out));
341 int gz_compress_mmap OF((FILE *in, gzFile out));
343 void gz_uncompress OF((gzFile in, FILE *out))
462 FILE *in; local
502 gzFile in; local
633 FILE * in = fopen(*argv, "rb"); local
    [all...]
  /external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
InterpreterInstaller.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
61 // Executed in the UI thread.
99 // Executed in the background.
243 protected AsyncTask<Void, Integer, Long> download(String in) throws MalformedURLException {
245 return new UrlDownloaderTask(in, out, mContext);
260 protected AsyncTask<Void, Integer, Long> extract(String in, String out, boolean replaceAll)
262 return new ZipExtractorTask(in, out, mContext, replaceAll);
266 String in = local
269 return extract(in, out, true)
273 String in = new File(mInterpreterRoot, mDescriptor.getExtrasArchiveName()).getAbsolutePath(); local
279 String in = new File(mInterpreterRoot, mDescriptor.getScriptsArchiveName()).getAbsolutePath(); local
    [all...]
  /external/slf4j/slf4j-migrator/src/test/java/org/slf4j/migrator/helper/
AbbreviatorTest.java 7 * "Software"), to deal in the Software without restriction, including
14 * included in all copies or substantial portions of the Software.
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.
72 String in = "iczldqwivpgm/mgrmvbjdxrwmqgprdjusth"; local
73 String r = abb.abbreviate(in);
74 assertEquals(in, r);
143 // result start with prefix found in filenam
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
PVRShellOS.cpp 120 /* Get string length in char */
145 In this function, we save the instance handle in a global variable and
163 unsigned int out, in; local
173 for(in = 0; (appName[out] = pszSeparator[in]) != 0; ++in, ++out);
174 for(in = 0; (appName[out] = pszVersion[in]) != 0; ++in, ++out);
    [all...]
  /external/syslinux/com32/lib/zlib/
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.
599 unsigned in, out; \/* save starting available input and output *\/ local
    [all...]
  /external/syslinux/core/lwip/src/core/
netif.c 11 * Redistribution and use in source and binary forms, with or without modification,
16 * 2. Redistributions in binary form must reproduce the above copyright notice,
17 * this list of conditions and the following disclaimer in the documentation
24 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
28 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
30 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
132 * ingress packets up in the protocol layer stack.
283 * in ascii representation (e.g. 'en0')
576 * In multithreaded mode, this is done directly since netif->input must put
578 * In callback mode, the packet is put on an internal queue and is fed t
678 struct pbuf *in; local
    [all...]
  /external/syslinux/lzo/
prepcore.c 14 This file is based in part on:
40 The LZO library is distributed in the hope that it will be useful,
59 lzo1x_999_compress_internal(const lzo_bytep in, lzo_uint in_len,
71 lzo1y_999_compress_internal(const lzo_bytep in, lzo_uint in_len,
171 const lzo_uint big = 65536L; /* can result in very slow compression */
174 lzo_bytep in; local
246 in = infile + offset;
254 uncompressed_checksum = lzo_adler32(uncompressed_checksum, in, in_len);
257 * Step 6a: compress from `in' to `out' with LZO1X-999
261 r = lzo1x_999_compress_internal(in, in_len, out, &out_len, wrkmem
    [all...]
  /external/toybox/kconfig/
confdata.c 52 static char *conf_expand_value(const char *in)
61 while ((src = strchr(in, '$'))) {
62 strncat(res_value, in, src - in);
71 in = src;
73 strcat(res_value, in);
96 FILE *in = NULL; local
103 in = zconf_fopen(name);
108 in = zconf_fopen(name);
109 if (in)
    [all...]
  /external/toybox/toys/lsb/
md5sum.c 13 * versions of these functions, but provide a built-in version to reduce
106 // that involves not just floating point but pulling in -lm (and arguing with
140 unsigned int in, temp, swap; local
142 in = i;
146 in = (1+(5*i))&15;
150 in = (3*i+5)&15;
153 in = (7*i)&15;
156 temp += x[0] + b[in] + md5table[i];
312 // message size (in bits, big endian), and adding enough zero bits in
    [all...]
  /external/toybox/toys/pending/
mke2fs.c 63 -E stride= Set RAID stripe size (in blocks)
68 filetype Store file type info in directory entry
81 long inodes; // Total inodes in filesystem.
90 unsigned blocks; // Total blocks in the filesystem.
91 unsigned freeblocks; // Free blocks in the filesystem.
121 // Fill out index blocks in inode.
160 // Recursively calculate the number of blocks used by each inode in the tree.
189 // numbers of files (> 100,000) but can be done in very little code.
255 // allocation bitmap that fits in one block (I.E. how many bits per block)?
304 // Number of blocks used in group by optional superblock/group list backup
502 struct ext2_inode *in = (struct ext2_inode *)toybuf; local
    [all...]

Completed in 64 milliseconds

<<41424344454647484950>>