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

<<41424344454647484950>>

  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-trace.c 577 bool in = strlist__find(trace->ev_qualifier, name) != NULL; local
579 if (!(in ^ trace->not_ev_qualifier)) {
1213 OPT_STRING('i', "input", &input_name, "file", "Analyze events in file"),
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 128 inline void in() { indent_level++; } function in class:__anon29775::CppWriter
211 return "<unknown format in ftostr>"; // error
409 // See if the type has a name in the symboltable and build accordingly
479 Out << '{'; in(); nl(Out);
481 Out << "AttributeSet PAS;"; in(); nl(Out);
485 Out << "{"; in(); nl(Out);
579 in(); nl(Out) << "/*Result=*/" << retTypeName;
726 // or its already in the constant list then we've printed it already and we
    [all...]
  /external/llvm/test/MC/X86/
x86-64.s 277 in (%dx), %al label
279 in (%dx), %ax label
281 in (%dx), %eax label
534 // rdar://8482675 - 32-bit mem operand support in 64-bit mode (0x67 prefix)
  /external/lzma/xz-embedded/
xz_dec_lzma2.c 35 * In multi-call mode, also these are true:
41 * in which the dictionary variables address the actual output
48 /* Old position in buf (before decoding more data) */
51 /* Position in buf */
64 * End of the dictionary buffer. In multi-call mode, this is
65 * the same as the dictionary size. In single-call mode, this
71 * Size of the dictionary as specified in Block Header. This is used
78 * Maximum allowed dictionary size in multi-call mode.
79 * This is ignored in single-call mode.
109 const uint8_t *in; member in struct:rc_dec
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_emit_nvc0.cpp 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
1038 code[1] |= 1 << 18; // in 1st source (with array index)
1063 if (i->tex.useOffsets) // in vecSrc0.w
2049 BasicBlock *in = BasicBlock::get(ei.getNode()); local
    [all...]
nv50_ir_lowering_nvc0.cpp 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
253 // these uses don't manifest in the machine code
271 // over all paths, between the TEX and the use in question)
337 // this counted all TEXes in the origin block, correct that
339 // and did not count the TEXes in the destination block, add thos
413 BasicBlock *in = BasicBlock::get(ei.getNode()); local
532 BasicBlock *in = BasicBlock::get(ei.getNode()); local
    [all...]
  /external/mesa3d/src/mesa/math/
m_matrix.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.
31 * -# 4x4 transformation matrices are stored in memory in column major order.
47 * Bitmasks to indicate different kinds of 4x4 matrices in GLmatrix::flags
341 * stored in the GLmatrix::inv attribute
482 const GLfloat *in = mat->m; local
554 const GLfloat *in = mat->m; local
650 const GLfloat *in = mat->m; local
683 const GLfloat *in = mat->m; local
    [all...]
  /external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
MockWebServer.java 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
76 * replays them upon request in sequence.
99 /** All map values are Boolean.TRUE. (Collections.newSetFromMap isn't available in Froyo) */
157 * Sets the number of bytes of the POST body to keep in memory to the given
177 * @param protocols the protocols to use, in order of preference. The list
211 * may exceed the number of HTTP connections when connection reuse is in
219 * Scripts {@code response} to be returned to a request made in sequence. The
354 InputStream in = new BufferedInputStream(socket.getInputStream());
357 while (processOneRequest(socket, in, out))
524 InputStream in = response.getBodyStream(); local
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DiskLruCache.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
47 * {@code Integer.MAX_VALUE} bytes in length.
49 * <p>The cache stores its data in a directory on the filesystem. This
56 * remove entries in the background until the limit is satisfied. The limit is
120 * Each of the subsequent lines in the file is a record of the state of a
192 * Opens the cache in {@code directory}, creating a cache if none exists
442 * edit is in progress.
460 return null; // Another edit is in progress.
495 * Returns the number of bytes currently being used to store the values in
753 InputStream in = newInputStream(index); local
    [all...]
  /external/openssl/apps/
req.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
172 BIO *in=NULL,*out=NULL; local
    [all...]
x509.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
570 BIO *in; local
    [all...]
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jpx_opj.cpp 3 // found in the LICENSE file.
376 unsigned char *inbuf, *outbuf, *in, *out; local
379 in = inbuf = FX_Alloc(unsigned char, nr_samples);
385 *in++ = (unsigned char) * r++;
386 *in++ = (unsigned char) * g++;
387 *in++ = (unsigned char) * b++;
401 unsigned short *inbuf, *outbuf, *in, *out; local
404 in = inbuf = FX_Alloc(unsigned short, nr_samples);
410 *in++ = (unsigned short) * r++;
411 *in++ = (unsigned short) * g++;
427 unsigned char *in, *inbuf, *out, *outbuf; local
478 cmsHPROFILE in, out; local
    [all...]
  /external/pixman/pixman/
pixman-fast-path.c 8 * the above copyright notice appear in all copies and that both that
9 * copyright notice and this permission notice appear in supporting
10 * documentation, and that the name of SuSE not be used in advertising or
17 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE
19 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
20 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
94 in (uint32_t x, function
149 d = in (s, m);
304 d = in (src, m);
461 d = over (in (src, m), fetch_24 (dst))
    [all...]
  /external/qemu/android/
sockets.c 7 ** This program is distributed in the hope that it will be useful,
40 # include <netinet/in.h>
54 * easily in QEMU since we use SIGALRM to implement periodic timers
78 EE(WSAEALREADY,EALREADY,"operation already in progress") \
85 EE(WSAEINPROGRESS,EINPROGRESS,"operation now in progress") \
86 EE(WSAEALREADY,EAGAIN,"operation already in progress") \
92 EE(WSAEADDRINUSE,EADDRINUSE,"address already in use") \
235 struct sockaddr_in in[1]; member in union:__anon32922
515 struct sockaddr_in* dst = paddress->in;
650 /* NOTE that in x86_64-w64-mingw32 both EAI_NODATA and EAI_NONAME are the same *
    [all...]
  /external/smack/src/org/jivesoftware/smack/util/
PacketParserUtils.java 9 * you may not use this file except in compliance with the License.
14 * Unless required by applicable law or agreed to in writing, software
54 * between many clients must be placed in this utility class.
94 // in arbitrary sub-elements.
262 System.err.println("Failed to parse extension packet in Presence packet.");
463 // Any element that's in the jabber:iq:register namespace,
464 // attempt to parse it if it's in the form <name>value</name>.
529 * @return a collection of Stings with the mechanisms included in the mechanisms stanza.
557 * @return a collection of Stings with the methods included in the compression stanza.
639 ObjectInputStream in = new ObjectInputStream(new ByteArrayInputStream(bytes)) local
    [all...]
  /external/smack/src/org/xbill/DNS/
DNSSEC.java 99 * code. Integers in the range 0..255 are also accepted.
212 * The cryptographic data in a DNSSEC key is malformed.
221 * A DNSSEC verification failed because fields in the DNSKEY and RRSIG records
323 readBigInteger(DNSInput in, int len) throws IOException {
324 byte [] b = in.readByteArray(len);
329 readBigInteger(DNSInput in) {
330 byte [] b = in.readByteArray();
345 DNSInput in = new DNSInput(r.getKey()); local
346 int exponentLength = in.readU8();
348 exponentLength = in.readU16()
360 DNSInput in = new DNSInput(r.getKey()); local
418 DNSInput in = new DNSInput(r.getKey()); local
578 DNSInput in = new DNSInput(dns); local
613 DNSInput in = new DNSInput(signature); local
657 DNSInput in = new DNSInput(signature); local
690 DNSInput in = new DNSInput(signature); local
    [all...]
  /external/srec/seti/sltsEngine/src/
run_seq_lts.c 7 * you may not use this file except in compliance with the License. *
12 * Unless required by applicable law or agreed to in writing, software *
413 char * in; local
442 in = inputs[i] = lts_alloc(ilen + 1, sizeof(char));
443 if (in == NULL) {
449 PORT_FREAD_CHAR(in, sizeof(char), ilen, fp);
451 in[ilen] = '\0';
453 if (ilen > 0) pfprintf(PSTDOUT,"LOAD_TREE: got input %s out %s\n", in, outputs[i]);
670 /*need to get rid of sme crud at the end of the line because it is being read in binary mode*/
945 PLogError("error while in find_phone(%s,%x)\n", ph, pm)
    [all...]
  /external/webp/src/dsp/
lossless_sse2.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.
163 const __m128i in = _mm_loadu_si128((__m128i*)&argb_data[i]); local
164 const __m128i in_00g0 = _mm_and_si128(in, mask); // 00g0|00g0|...
168 const __m128i out = _mm_sub_epi8(in, in_0g0g);
179 const __m128i in = _mm_loadu_si128((__m128i*)&argb_data[i]); local
180 const __m128i in_00g0 = _mm_and_si128(in, mask); // 00g0|00g0|..
218 const __m128i in = _mm_loadu_si128((__m128i*)&argb_data[i]); local
257 const __m128i in = _mm_loadu_si128((__m128i*)&argb_data[i]); local
291 const __m128i* in = (const __m128i*)src; local
320 const __m128i* in = (const __m128i*)src; local
355 const __m128i* in = (const __m128i*)src; local
393 const __m128i* in = (const __m128i*)src; local
    [all...]
  /external/webp/src/enc/
frame.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.
30 // we allow 2k of extra head-room in PARTITION0 limit.
33 typedef struct { // struct for organizing convergence in either size or PSNR
52 : 40.; // default, just in case
476 const uint8_t* const in = it->yuv_in_; local
478 // Note: not totally accurate at boundary. And doesn't include in-loop filter
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.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
38 "null pointer returned by %s in %s\n\n\n\n", callingFunc, calledFunc);\
42 "bad alignment returned by %s in %s\n\n\n\n", callingFunc, calledFunc);\
46 "bad number of samples returned by %s in %s\n\n\n\n", callingFunc, calledFunc);\
50 "out of range returned by %s in %s\n", callingFunc, calledFunc);\
207 // If this is the first create in this session
209 ALOGV("\tEffectCreate - This is the first effect in current sessionId %d sessionNo %d",
254 /* Saved strength is used to return the exact strength that was used in the set to the get
395 // Disable effect, in this case ignore errors (return codes
2811 LVM_INT16 *in = (LVM_INT16 *)inBuffer->raw; local
    [all...]
  /frameworks/av/services/audioflinger/
AudioMixer.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
81 // Set to default copy buffer size in frames for input processing.
193 bufferFrameCount) // set bufferFrameCount to 0 to do in-place
291 // may be in-place if src == dst.
297 /* call once in a pthread_once handler. */
344 // TODO: consider channel representation in index array formulation
379 // The value of 1 << x is undefined in C when x >= 32.
486 t->in = NULL;
731 * even if there is a nonzero floating point increment (in that case, the volum
1325 const int16_t *in = static_cast<const int16_t *>(t->in); local
1417 const int16_t *in = static_cast<int16_t const *>(t->in); local
1752 const int16_t *in = b.i16; local
1989 const TI *in = reinterpret_cast<TI*>(b.raw); local
2064 const TI *in = static_cast<const TI *>(t->in); local
    [all...]
AudioMixer.h 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
33 // FIXME This is actually unity gain, which might not be max in future, expressed in U.12
87 // parameter 'value' is the new sample rate in Hz.
198 const void* in; // current location in buffer member in struct:android::AudioMixer::track_t
259 // It handles a private buffer for use in converting format or channel masks from the
266 // If bufferFrameCount is 0, no private buffer is created and in-place modification of
283 // #frames in the *src pointer to the *dst pointer. It is public becaus
    [all...]
Effects.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
34 // Note: the following macro is used for extremely verbose logging message. In
121 // first non destroyed handle is considered in control
129 // if inserted in first place, move effect control from previous owner to this handle
141 ALOGV("addHandle() %p added handle %p in position %d", this, handle, i);
159 ALOGV("removeHandle() %p removed handle %p in position %d", this, handle, i);
162 // if removed from first place, move effect control from this handle to next in line
183 // the first valid handle in the list has control over the module
279 // do the actual processing in the effect engin
301 int16_t *in = mConfig.inputCfg.buffer.s16; local
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
CodecTest.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
75 InputStream in = p.getInputStream(); local
77 while ( ( ch = in.read() ) != -1 ){
184 //in here
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
MediaPlayerPerformance.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
163 // preview callbacks in the queue after quit is called. The preview
327 InputStream in = p.getInputStream(); local
329 while ((ch = in.read()) != -1) {
339 // media.log process in the first line. Update the parsing

Completed in 1027 milliseconds

<<41424344454647484950>>