HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 1126 - 1150 of 2162) sorted by null

<<41424344454647484950>>

  /external/libxml2/
SAX2.c 511 * - override this xmlSAX2ResolveEntity() callback in the SAX block
680 "Entity(%s) already defined in the internal subset\n",
700 "Entity(%s) already defined in the external subset\n", name);
715 "SAX.xmlSAX2EntityDecl(%s) called while not in subset\n",
772 "SAX.xmlSAX2AttributeDecl(%s) called while not in subset\n",
823 "SAX.xmlSAX2ElementDecl(%s) called while not in subset\n",
874 "SAX.xmlSAX2NotationDecl(%s) called while not in subset\n",
917 "Entity(%s) already defined in the internal subset\n", name);
937 "Entity(%s) already defined in the external subset\n", name);
952 "SAX.xmlSAX2UnparsedEntityDecl(%s) called while not in subset\n"
1929 const xmlChar *in; local
    [all...]
uri.c 24 * The definition of the URI regexp in the above RFC has no size limit
25 * In practice they are usually relativey short except for the
26 * data URI scheme as defined in RFC 2397. Even for data URI the usual
31 * Set to 1 MByte in 2012, this is only enforced on output
55 * Old rule from 2396 used in legacy handling code
237 * in the fragment identifier but this is used very broadly for
317 * Parse a port part and fills in the appropriate fields
348 * Parse an user informations part and fills in the appropriate fields
420 * Parse an host part and fills in the appropriate fields
499 * Parse an authority part and fills in the appropriate field
1611 const char *in; local
1670 const xmlChar *in; local
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_tri.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.
61 /* Position and area in fixed point coordinates */
123 const float *in = v[key->inputs[i].src_index]; local
125 debug_printf(" in[%d] (%s[%d]) %s%s%s%s ",
135 debug_printf("%.5f ", in[j])
693 boolean in = FALSE; \/* are we inside the triangle? *\/ local
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_driver.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
33 * This struct constitutes linkage information in TGSI terminology.
40 uint8_t slot[4]; /* native slots for xyzw (addresses in 32-bit words) */
48 unsigned regular : 1; /* driver-specific meaning (e.g. input in sreg) */
119 struct nv50_ir_varying in[PIPE_MAX_SHADER_INPUTS] member in struct:nv50_ir_prog_info
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vertex_generic.c 8 * to deal in the Software without restriction, including without limitation
14 * paragraph) shall be included in all copies or substantial portions of the
19 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
21 * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
22 * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
23 * USE OR OTHER DEALINGS IN THE SOFTWARE.
46 * These functions take the NDC coordinates pointed to by 'in', apply the
51 const GLfloat *in )
56 out[0] = vp[0] * in[0] + vp[12];
57 out[1] = vp[5] * in[1] + vp[13]
584 const GLfloat *in = (const GLfloat *)v; local
600 const GLfloat *in = (const GLfloat *)v; local
613 const GLfloat *in = (const GLfloat *)v; local
625 const GLfloat *in = (const GLfloat *)v; local
636 const GLfloat *in = (const GLfloat *)v; local
648 const GLfloat *in = (const GLfloat *)v; local
660 const GLfloat *in = (const GLfloat *)v; local
671 const GLfloat *in = (const GLfloat *)v; local
1003 GLfloat *in = (GLfloat *)a[j].inputptr; local
    [all...]
  /external/mockwebserver/src/main/java/com/google/mockwebserver/
MockWebServer.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
58 * replays them upon request in sequence.
67 /** All map values are Boolean.TRUE. (Collections.newSetFromMap isn't available in Froyo) */
131 * Sets the number of bytes of the POST body to keep in memory to the given
160 * in practice.
167 * Scripts {@code response} to be returned to a request made in sequence.
200 // The requestExecutor has a fixed number of worker threads. In order to get strict
201 // guarantees that requests are handled in the order in which they are accepte
495 final InputStream in = response.getBodyStream(); local
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
HttpResponseCache.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 * logic as well as storage. In OkHttp the {@link HttpResponseCache} only
80 * Sometimes a request will result in a conditional cache hit. If the cache
92 * In some situations, such as after a user clicks a 'refresh' button, it may be
116 * This technique works even better in situations where a stale response is
118 * max-stale} directive with the maximum staleness in seconds: <pre> {@code
267 * all files in the cache directory including files that weren't created by
443 public Entry(InputStream in) throws IOException {
445 BufferedSource source = Okio.buffer(Okio.source(in));
    [all...]
  /external/opencv/cv/src/
cvinpaint.cpp 16 // Redistribution and use in source and binary forms, with or without modification,
22 // * Redistribution's in binary form must reproduce the above copyright notice,
23 // this list of conditions and the following disclaimer in the documentation
32 // In no event shall the Intel Corporation or contributors be liable for any direct,
36 // and on any theory of liability, whether in contract, strict liability,
37 // or tort (including negligence or otherwise) arising in any way out of
82 int num,in; member in class:CvPriorityQueueFloat
147 in++;
148 // printf("push i %3d j %3d T %12.4e in %4d\n",i,j,T,in);
    [all...]
  /external/openssl/apps/
cms.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
120 BIO *in = NULL, *out = NULL, *indata = NULL, *rctin = NULL local
    [all...]
  /external/openssl/crypto/des/
des.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
133 char *in=NULL,*out=NULL; local
    [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
CodedInputStreamTest.java 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
65 * reading in small blocks.
74 public SmallBlockInputStream(InputStream in, int blockSize) {
75 super(in);
315 * Test that a bug in skipRawBytes() has been fixed: if the skip skip
509 CodedInputStream in = CodedInputStream.newInstance(bytes, 3, 5); local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
sdlexe.cpp 32 TBool in = EFalse; local
39 if(in)
53 in = EFalse;
63 in = ETrue;
64 continue; // back to in brace
  /external/smack/src/org/xbill/DNS/
ResolverConfig.java 13 * The following are attempted, in order, until one succeeds.
17 * (which are resolved using Java's built in DNS support).
128 * Looks in the system properties to find servers and a search path.
211 * Looks in /etc/resolv.conf to find servers and a search path.
217 InputStream in = null; local
219 in = new FileInputStream(file);
224 InputStreamReader isr = new InputStreamReader(in);
287 findWin(InputStream in, Locale locale) {
301 BufferedReader br = new BufferedReader(new InputStreamReader(in));
370 findWin(InputStream in) {
441 InputStream in = p.getInputStream(); local
    [all...]
  /external/speex/libspeex/
nb_celp.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
22 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR
27 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
28 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
279 spx_word16_t *in = (spx_word16_t*)vin; local
299 highpass(in, in, st->frameSize, (st->isWideband?HIGHPASS_WIDEBAND:HIGHPASS_NARROWBAND)|HIGHPASS_INPUT, st->mem_hp);
310 w_sig[i] = EXTRACT16(SHR32(MULT16_16(in[i-st->windowSize+st->frameSize],st->window[i]),SIG_SHIFT))
    [all...]
  /frameworks/av/services/audioflinger/
AudioResamplerSinc.cpp 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
56 * These coeficients are computed with the "fir" utility found in
394 int32_t mulRL(int left, int32_t in, uint32_t vRL)
399 asm( "smultb %[out], %[in], %[vRL] \n"
401 : [in]"%r"(in), [vRL]"r"(vRL)
404 asm( "smultt %[out], %[in], %[vRL] \n"
406 : [in]"%r"(in), [vRL]"r"(vRL
576 int16_t const * const in = mBuffer.i16; local
    [all...]
  /frameworks/base/core/java/android/content/
ContentProviderNative.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
57 IContentProvider in = local
59 if (in != null) {
60 return in;
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 290 // in object files.
375 SectionMap::Output::iterator in, inBegin, inEnd; local
384 for (in = inBegin; in != inEnd; ++in) {
385 LDSection* in_sect = (*in)->getSection();
423 // if the symbols defined in the Ignore sections (e.g. discared by GC), then
505 // ABS is also a kind of Binding in ResolveInfo.
555 // 2. it has no reloc data. (All symbols in the input relocs are in th
    [all...]
  /frameworks/multidex/library/src/android/support/multidex/
MultiDexExtractor.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
43 * Exposes application secondary dex files as files in the application data
74 * Extracts application secondary dexes into files in the application data
166 // Ensure that whatever deletions happen in prepareDexDir only happen if the zip that
167 // contains a secondary dex file in there is not consistent with the latest apk. Otherwise,
288 InputStream in = apk.getInputStream(dexFile); local
302 int length = in.read(buffer);
305 length = in.read(buffer);
317 closeQuietly(in);
    [all...]
  /frameworks/native/cmds/atrace/
atrace.cpp 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
63 // Whether the file must be writable in order to enable the tracing
291 // uses file existance rather than writability in the /sys/ file checks.
332 // Set the size of the kernel's trace buffer in kilobytes.
382 // clock will result in the kernel using a per-CPU local clock.
404 // Poke all the binder-enabled processes in the system to get them to re-read
493 // Make sure that every function listed in funcs is in the list we just
579 // the enables to allow the same enable to exist in multiple categories
648 uint8_t *in, *out; local
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuCore.h 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
43 const void *in; member in struct:android::renderscript::__anon39021
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_dct.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.
48 // similar. In the first one, we transform the columns and transpose
49 // the results. In the second one, we transform the rows. To achieve that,
52 // in normal/row positions).
56 const int16_t *in = input; local
67 input[0] = in[0 * stride] * 16
324 const int16_t *in = input; local
    [all...]
  /hardware/libhardware_legacy/audio/
audio_hw_hal.cpp 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
272 const struct legacy_stream_in *in = local
274 return in->legacy_in->sampleRate();
279 struct legacy_stream_in *in = local
289 const struct legacy_stream_in *in = local
291 return in->legacy_in->bufferSize();
296 const struct legacy_stream_in *in = local
298 return (audio_channel_mask_t) in->legacy_in->channels();
303 const struct legacy_stream_in *in local
311 struct legacy_stream_in *in = local
320 struct legacy_stream_in *in = reinterpret_cast<struct legacy_stream_in *>(stream); local
326 const struct legacy_stream_in *in = local
334 struct legacy_stream_in *in = local
353 const struct legacy_stream_in *in = local
373 struct legacy_stream_in *in = local
381 struct legacy_stream_in *in = local
388 struct legacy_stream_in *in = local
395 const struct legacy_stream_in *in = local
402 const struct legacy_stream_in *in = local
563 struct legacy_stream_in *in; local
609 struct legacy_stream_in *in = local
    [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
audio_hw_hal.cpp 6 * you may not use this file except in compliance with the License.
11 * Unless required by applicable law or agreed to in writing, software
294 const struct qcom_stream_in *in = local
296 return in->qcom_in->sampleRate();
301 struct qcom_stream_in *in = local
311 const struct qcom_stream_in *in = local
313 return in->qcom_in->bufferSize();
318 const struct qcom_stream_in *in = local
320 return in->qcom_in->channels();
325 const struct qcom_stream_in *in local
332 struct qcom_stream_in *in = local
341 struct qcom_stream_in *in = reinterpret_cast<struct qcom_stream_in *>(stream); local
347 const struct qcom_stream_in *in = local
355 struct qcom_stream_in *in = local
374 const struct qcom_stream_in *in = local
394 struct qcom_stream_in *in = local
402 struct qcom_stream_in *in = local
409 struct qcom_stream_in *in = local
416 const struct qcom_stream_in *in = local
423 const struct qcom_stream_in *in = local
631 struct qcom_stream_in *in; local
679 struct qcom_stream_in *in = local
    [all...]
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
BinaryHprofReader.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
42 private final DataInputStream in; field in class:BinaryHprofReader
75 this.in = new DataInputStream(inputStream);
126 String version = BinaryHprof.readMagic(in);
137 int idSize = in.readInt();
147 long time = in.readLong();
165 int tagOrEOF = in.read();
170 int timeDeltaInMicroseconds = in.readInt();
171 int recordLength = in.readInt()
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
OutputStreamWriterTest.java 6 * (the "License"); you may not use this file except in compliance with
11 * Unless required by applicable law or agreed to in writing, software
44 static private final String source = "This is a test message with Unicode character. \u4e2d\u56fd is China's name in Chinese";
416 InputStreamReader in = new InputStreamReader(fis); local
418 int b = in.read();
474 assertEquals("Error when reading bytes in "
528 assertEquals("Error when reading bytes in "
548 assertTrue("Used in tests", true);

Completed in 1458 milliseconds

<<41424344454647484950>>