HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 926 - 950 of 3057) sorted by null

<<31323334353637383940>>

  /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:__anon21152
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:__anon22301
207 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
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...]
  /external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
InterpreterInstaller.java 5 * use this file except in compliance with the License. You may obtain a copy of
10 * Unless required by applicable law or agreed to in writing, software
63 // Executed in the UI thread.
101 // Executed in the background.
245 protected AsyncTask<Void, Integer, Long> download(String in) throws MalformedURLException {
247 return new UrlDownloaderTask(in, out, mContext);
262 protected AsyncTask<Void, Integer, Long> extract(String in, String out, boolean replaceAll)
264 return new ZipExtractorTask(in, out, mContext, replaceAll);
268 String in = local
271 return extract(in, out, true)
275 String in = new File(mInterpreterRoot, mDescriptor.getExtrasArchiveName()).getAbsolutePath(); local
281 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/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/pending/
dd.c 99 static struct io in, out; variable in typeref:struct:io
134 fprintf(stderr,"%llu+%llu records in\n%llu+%llu records out\n", st.in_full, st.in_part,
161 /* for C_BS, in/out is done as it is. so only in.sz is enough.
162 * With Single buffer there will be overflow in a read following partial read
164 in.buff = out.buff = xmalloc(in.sz + ((toys.optflags & C_BS)? 0: out.sz));
165 in.bp = out.bp = in.buff;
168 if (!in.name)
    [all...]
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...]
  /external/vogar/src/vogar/commands/
Command.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
90 log.verbose("executing " + args + (workingDir != null ? " in " + workingDir : ""));
120 BufferedReader in = new BufferedReader( local
124 while ((outputLine = in.readLine()) != null) {
208 // hard kill in 2 seconds
  /external/webp/src/dsp/
lossless_neon.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.
222 const uint8x16_t in = vld1q_u8((uint8_t*)(argb_data + i)); local
223 const uint32x4_t a0g0 = vandq_u32(vreinterpretq_u32_u8(in), mask_ag);
225 const uint8x16_t greens = DoGreenShuffle(in, shuffle);
229 const int8x16_t B = vaddq_s8(vreinterpretq_s8_u8(in),
  /external/webrtc/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.
63 TestClient* in = CreateTestClient(natsf, internal_addr); local
74 in->SendTo(buf, len, out[0]->address());
79 in->SendTo(buf, len, out[i]->address());
93 delete in;
115 TestClient* in = CreateTestClient(natsf, internal_addr) local
    [all...]
  /external/webrtc/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/wpa_supplicant_8/src/fst/
fst_group.c 150 /* The list is sorted in descending order by priorities, so MB IEs will
151 * be arranged in the same order, as required by spec (see corresponding
152 * comment in.fst_attach().
247 const char *in = fst_iface_get_name(f); local
249 if (os_strncmp(in, ifname, os_strlen(in)) == 0)
377 * The list is sorted in descending order by priority to allow
  /external/zlib/src/contrib/blast/
blast.c 3 * For conditions of distribution and use, see copyright notice in blast.h
11 * Ben Rudiak-Gould in comp.compression on August 13, 2001. Interestingly, the
12 * example Ben provided in the post is incorrect. The distance 110001 should
25 * 1.2 24 Oct 2012 - Add note about using binary mode in stdio
41 unsigned char *in; /* next input location */ member in struct:state
42 unsigned left; /* available input at in */
44 int bitcnt; /* number of bits in bit buffer */
52 unsigned next; /* index of next write location in out[] */
59 * eight bits in the buffer. bits() works properly for need == 0.
63 * - Bits are stored in bytes from the least significant bit to the mos
    [all...]

Completed in 806 milliseconds

<<31323334353637383940>>