HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 951 - 975 of 2266) sorted by null

<<31323334353637383940>>

  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/
BinaryInputCapsule.java 5 * Redistribution and use in source and binary forms, with or without
12 * * Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in the
23 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
28 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
29 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
667 StringIDMap in = (StringIDMap) value; local
668 Savable[] values = resolveIDs(in.values);
669 value = stringSavableMapFromKV(in.keys, values);
684 IntIDMap in = (IntIDMap) value local
    [all...]
  /external/jsoncpp/chromium-overrides/src/lib_json/
json_value.cpp 3 // recognized in your jurisdiction.
92 // Avoid an integer overflow in the call to malloc below by limiting length
272 * This optimization is used in ValueInternalMap fast allocator.
974 /// Number of values in array or object
1754 InArgs in; local
    [all...]
  /external/jsoncpp/src/lib_json/
json_value.cpp 3 // recognized in your jurisdiction.
88 // Avoid an integer overflow in the call to malloc below by limiting length
268 * This optimization is used in ValueInternalMap fast allocator.
970 /// Number of values in array or object
1750 InArgs in; local
    [all...]
  /external/kernel-headers/original/uapi/rdma/
ib_user_cm.h 8 * COPYING in the main directory of this source tree, or the
11 * Redistribution and use in source and binary forms, with or
19 * - Redistributions in binary form must reproduce the above
21 * disclaimer in the documentation and/or other materials
27 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
28 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
29 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
30 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
70 __u16 in; member in struct:ib_ucm_cmd_hdr
269 /* ari in ib_ucm_event_get info field. *
    [all...]
  /external/kernel-headers/original/uapi/sound/
hdspm.h 13 * This program is distributed in the hope that it will be useful,
82 * obtained via SNDRV_HDSPM_IOCTL_GET_LTC or in the
192 /* MADI mixer: 64inputs+64playback in 64outputs = 8192 => *4Byte =
196 /* organisation is 64 channelfader in a continuous memory block */
201 Ins to Outs mixer[out].in[in], Outstreams to Outs mixer[out].pb[pb] */
206 unsigned int in[HDSPM_MIXER_CHANNELS]; member in struct:hdspm_channelfader
  /external/libopus/src/
opus_demo.c 5 Redistribution and use in source and binary forms, with or without
12 - Redistributions in binary form must reproduce the above copyright
13 notice, this list of conditions and the following disclaimer in the
19 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
24 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
25 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
59 fprintf(stderr, "-framesize <2.5|5|10|20|40|60> : frame size in ms; default: 20 \n" );
60 fprintf(stderr, "-max_payload <bytes> : maximum payload size in bytes, default: 1024\n" );
65 fprintf(stderr, "-loss <perc> : simulate packet loss, in percent (0-100); default: 0\n" );
243 short *in, *out local
    [all...]
  /external/libvncserver/libvncserver/
main.c 34 #include <netinet/in.h>
280 * modifiedRegion. The idea: in this case it could be
310 * n.b. (dx, dy) is the vector pointing in the direction the
362 char *in,*out; local
369 in = screen->frameBuffer+(rect.x1-dx)*bpp+(rect.y1-dy)*rowstride;
371 for(j=rect.y1;j<rect.y2;j++,out+=rowstride,in+=rowstride)
372 memmove(out,in,widthInBytes);
375 in += rowstride*(rect.y2-rect.y1-1);
376 for(j=rect.y2-1;j>=rect.y1;j--,out-=rowstride,in-=rowstride)
377 memmove(out,in,widthInBytes)
    [all...]
  /external/libvpx/libvpx/vp9/common/x86/
vp9_idct_intrin_ssse3.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.
13 // in certain versions of MSVS.
19 static void idct16_8col(__m128i *in, int round) {
45 s[0] = in[0];
46 s[1] = in[8];
47 s[2] = in[4]
688 __m128i in[16], l[16]; local
    [all...]
  /external/libvpx/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.
59 // similar. In the first one, we transform the columns and transpose
60 // the results. In the second one, we transform the rows. To achieve that,
63 // in normal/row positions).
67 const int16_t *in = input; local
78 input[0] = in[0 * stride] * 16
357 const int16_t *in = input; local
    [all...]
  /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"
1935 const xmlChar *in; local
    [all...]
testrecurse.c 49 const char *in; /* glob to path for input files */ member in struct:testDesc
68 size_t gl_offs; /* Slots to reserve in 'gl_pathv'. */
195 * Return a pointer to the huge: query handler, in this example simply
198 * Returns an Input context or NULL in case or error
215 * Returns 0 or -1 in case of error
233 * Returns the number of bytes read or -1 in case of error
363 /* calculate the error position in terms of the current position */
673 * Returns 0 in case of success, an error code otherwise
693 fprintf(stderr, "Failed to detect recursion in %s\n", filename);
712 * Returns 0 in case of success, an error code otherwis
    [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
1613 const char *in; local
1672 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
61 * replays them upon request in sequence.
84 /** All map values are Boolean.TRUE. (Collections.newSetFromMap isn't available in Froyo) */
147 * Sets the number of bytes of the POST body to keep in memory to the given
176 * in practice.
183 * Scripts {@code response} to be returned to a request made in sequence.
216 // The requestExecutor has a fixed number of worker threads. In order to get strict
217 // guarantees that requests are handled in the order in which they are accepte
518 InputStream in = response.getBodyStream(); local
    [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/openssh/
ssh.c 13 * incompatible with the protocol description in the RFC file, it must be
20 * in Canada (German citizen).
22 * Redistribution and use in source and binary forms, with or without
27 * 2. Redistributions in binary form must reproduce the above copyright
28 * notice, this list of conditions and the following disclaimer in the
34 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
38 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
39 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
71 #include <netinet/in.h>
140 * a new slave launched in the foreground for ControlPersist
1496 int in, out; local
1813 int window, packetmax, in, out, err; 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...]
  /external/v8/src/compiler/
simplified-lowering.cc 3 // found in the LICENSE file.
28 // Representation change insertion ensures that all values are in the correct
33 // backwards from uses to definitions, around cycles in phis, according
36 // possible lowering for each operator so far, and that in turn determines
101 // Reuse {VisitNode()} so the representation rules are in one place.
154 // phis can have 0, if they have not been used in a representation-inducing
170 // In the propagate phase, propagate the usage information backward.
173 // In the change phase, insert a change before the use if necessary.
414 // but that responsibility really lies in the typed lowering phase.
513 MachineTypeUnion in = GetInfo(node->InputAt(0))->output local
534 MachineTypeUnion in = GetInfo(node->InputAt(0))->output; local
    [all...]
  /external/v8/test/cctest/compiler/
test-simplified-lowering.cc 3 // found in the LICENSE file.
60 // TODO(titzer): these result in a stub call that doesn't work on ARM64.
140 Object* result = t.Call(*src); // TODO(titzer): raw pointers in call
160 t.Call(*src_map, *dst); // TODO(titzer): raw pointers in call
178 Object* result = t.Call(*src); // TODO(titzer): raw pointers in call
199 Object* result = t.Call(*src, *dst); // TODO(titzer): raw pointers in call
259 // TODO(titzer): raw pointers in call
419 // Create and run code that copies the element in either {untagged_array}
423 // a constant in the code.
444 // Create and run code that copies the field in either {untagged_array
1150 Node* in = t.ExampleWithOutput(from); local
    [all...]
  /frameworks/av/services/audioflinger/
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
35 // FIXME This is actually unity gain, which might not be max in future, expressed in U.12
90 // parameter 'value' is the new sample rate in Hz.
209 const void* in; // current location in buffer member in struct:android::AudioMixer::track_t
346 * in AudioMixerOps.h). The template parameters are as follows:
358 const TI *in, TA *aux, bool ramp, AudioMixer::track_t *t);
373 void *in, audio_format_t mixerInFormat, size_t sampleCount)
    [all...]
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
59 * These coeficients are computed with the "fir" utility found in
141 int32_t mulRL(int left, int32_t in, uint32_t vRL)
146 asm( "smultb %[out], %[in], %[vRL] \n"
148 : [in]"%r"(in), [vRL]"r"(vRL)
151 asm( "smultt %[out], %[in], %[vRL] \n"
153 : [in]"%r"(in), [vRL]"r"(vRL
325 int16_t const * const in = mBuffer.i16; local
    [all...]
  /frameworks/base/core/java/android/app/backup/
FullBackup.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
46 * binary format. Nothing in this namespace is part of any API; it's all
108 * read from it in this case.
121 * in this parameter. If this parameter is negative then neither
123 * @param mtime A timestamp in the standard Unix epoch that will be imposed as the
134 // anything from the pipe in this case. Just create the directory here and
145 // in practice this will only be for the default semantic directories,
159 FileInputStream in = new FileInputStream(data.getFileDescriptor()); local
162 int got = in.read(buffer, 0, toRead)
    [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;

Completed in 502 milliseconds

<<31323334353637383940>>