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

<<11121314151617181920>>

  /external/chromium_org/base/json/
string_escape_unittest.cc 3 // found in the LICENSE file.
47 std::string in = cases[0].to_escape; local
49 EscapeJSONString(in, false, &out);
54 EscapeJSONString(in, true, &out_quoted);
59 // now try with a NULL in the string
62 in = null_prepend + in;
66 EscapeJSONString(in, false, &out);
85 string16 in = WideToUTF16(cases[i].to_escape); local
88 EscapeJSONString(in, false, &out)
97 string16 in = WideToUTF16(cases[0].to_escape); local
166 std::string in = std::string(cases[i].to_escape); local
    [all...]
  /external/chromium_org/remoting/codec/
video_decoder_verbatim.cc 3 // found in the LICENSE file.
32 const char* in = packet.data().data(); local
52 if (in + rect_row_size > packet.data().data() + packet.data().size()) {
56 memcpy(out, in, rect_row_size);
57 in += rect_row_size;
62 if (in != packet.data().data() + packet.data().size()) {
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEOffset.cpp 6 * Copyright (C) Research In Motion Limited 2010. All rights reserved.
14 * This library is distributed in the hope that it will be useful,
81 FilterEffect* in = inputEffect(0); local
87 setIsAlphaImage(in->isAlphaImage());
89 FloatRect drawingRegion = drawingRegionOfInputImage(in->absolutePaintRect());
92 resultImage->context()->drawImageBuffer(in->asImageBuffer(), drawingRegion);
  /external/chromium_org/third_party/openssl/openssl/crypto/poly1305/
poly1305test.c 4 * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in
19 * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
27 * nor may "OpenSSL" appear in their names without prior written
33 * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
38 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
43 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
45 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
130 unsigned char *in; local
    [all...]
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
compare_configs_test.py 7 found in the LICENSE file.
11 TODO(epoger): Create a command to update the expected results (in
13 1. examine the results in self._output_dir_actual and make sure they are ok
28 import gm_json # must import results first, so that gm_json will be in sys.path namespace
compare_to_expectations_test.py 7 found in the LICENSE file.
11 TODO(epoger): Create a command to update the expected results (in
13 1. examine the results in self._output_dir_actual and make sure they are ok
28 import gm_json # must import results first, so that gm_json will be in sys.path namespace
  /external/chromium_org/third_party/skia/tests/
ColorFilterTest.cpp 5 * found in the LICENSE file.
48 // allow for no filter if we're in Dst mode (its a no op)
97 SkPMColor in, out; local
102 in = SkPackARGB32(i, i, i, i);
103 lf->filterSpan(&in, 1, &out);
112 in = SkPackARGB32(i, 0, 0, 0);
113 lf->filterSpan(&in, 1, &out);
119 in = SkPackARGB32(i, i, i / 2, i / 3);
120 lf->filterSpan(&in, 1, &out);
121 REPORTER_ASSERT(reporter, out != in);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
filterbanks_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.
78 int16_t in[kSamples]; local
91 in[i] = WEBRTC_SPL_WORD32_MAX / (i + 1);
94 WebRtcIsacfix_HighpassFilterFixDec32(in, kSamples,
98 EXPECT_EQ(out[i], in[i]);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
filterbanks.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.
26 * sections are used to filter the input in a cascade manner.
50 the input signal, and part of the signal in the input 'lookahead buffer'.
53 in: a length FRAMESAMPLES array of input samples
60 based on the samples in the two prefiltdata->INLABUFx arrays
64 array in[]
94 float in[FRAMESAMPLES]; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
genmodule.c 3 * Generate module.c from module.in and Makefile.am or Makefile.
7 * Redistribution and use in source and binary forms, with or without
12 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in the
19 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR OTHER CONTRIBUTORS BE
23 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
48 FILE *in, *out; local
63 fprintf(stderr, "Usage: %s <module.in> <Makefile[.am]> <outfile>\n", argv[0]);
85 in = fopen(inc->filename, "rt")
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
scanner.h 8 FILE *in; member in struct:Scanner
  /external/elfutils/0.153/libebl/
eblobjnote.c 10 Red Hat elfutils is distributed in the hope that it will be useful, but
19 In addition, as a special exception, Red Hat, Inc. gives You the
26 those well defined interfaces identified in the file named EXCEPTION
27 found in the source code files (the "Approved Interfaces"). The files
35 License in all respects for all of the Red Hat elfutils code and other
36 code used in conjunction with Red Hat elfutils except the Non-GPL Code
47 included package. Should you wish to participate in the Open Invention
182 Elf_Data in = local
198 if (elf32_xlatetom (&out, &in, ebl->data) != NULL)
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
ReserializingTestCollectionGenerator.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 ObjectInputStream in = new ObjectInputStream( local
60 return (T) in.readObject();
  /external/llvm/examples/BrainF/
BrainFDriver.cpp 14 // with the head starting in the middle.
54 JIT("jit", cl::desc("Run program Just-In-Time"));
117 std::istream *in = &std::cin; local
119 in = new std::ifstream(InputFilename.c_str());
128 Module *mod = bf.parse(in, 65536, cf, Context); //64 KiB
129 if (in != &std::cin)
130 delete in;
  /external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
UrlConnection.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
64 InputStream in = urlConnection.getInputStream(); local
66 in = new GZIPInputStream(in);
69 long total = readAllAndClose(in);
73 System.out.println(String.format("Transferred % 8d bytes in %4d ms",
  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/spulibs/
fb_writer.c 11 * This library is distributed in the hope that it will be useful, but
109 uint8_t *in = parms.data; local
128 /* do 4-times multibuffering using DMA list, process in two steps */
133 spu_mfcdma32(buf[0], (unsigned int)in, in_line_size,
139 in += in_line_stride;
141 deprintf("[SPU] 1st buffer copied in=0x%x, fb=0x%x\n", in,
147 spu_mfcdma32(buf[1], (unsigned int)in, in_line_size,
153 in += in_line_stride;
155 deprintf("[SPU] 2nd buffer copied in=0x%x, fb=0x%x\n", in
    [all...]
  /external/skia/gm/rebaseline_server/
compare_configs_test.py 7 found in the LICENSE file.
11 TODO(epoger): Create a command to update the expected results (in
13 1. examine the results in self._output_dir_actual and make sure they are ok
28 import gm_json # must import results first, so that gm_json will be in sys.path namespace
compare_to_expectations_test.py 7 found in the LICENSE file.
11 TODO(epoger): Create a command to update the expected results (in
13 1. examine the results in self._output_dir_actual and make sure they are ok
28 import gm_json # must import results first, so that gm_json will be in sys.path namespace
  /external/skia/tests/
ColorFilterTest.cpp 5 * found in the LICENSE file.
48 // allow for no filter if we're in Dst mode (its a no op)
97 SkPMColor in, out; local
102 in = SkPackARGB32(i, i, i, i);
103 lf->filterSpan(&in, 1, &out);
112 in = SkPackARGB32(i, 0, 0, 0);
113 lf->filterSpan(&in, 1, &out);
119 in = SkPackARGB32(i, i, i / 2, i / 3);
120 lf->filterSpan(&in, 1, &out);
121 REPORTER_ASSERT(reporter, out != in);
    [all...]
  /external/smack/asmack-master/static-src/custom/com/kenai/jbosh/
QName.java 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
24 * Alternately, this acknowledgment may appear in the software itself,
33 * nor may "Apache" appear in their name, without prior written
39 * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
44 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
45 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
63 * as specified in <a href="http://www.w3.org/TR/xmlschema-2/#QName">XML
208 * The string must be in the form returned by the QName.toString(
    [all...]
  /external/smack/src/com/kenai/jbosh/
QName.java 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
24 * Alternately, this acknowledgment may appear in the software itself,
33 * nor may "Apache" appear in their name, without prior written
39 * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
44 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
45 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
63 * as specified in <a href="http://www.w3.org/TR/xmlschema-2/#QName">XML
208 * The string must be in the form returned by the QName.toString(
    [all...]
  /external/smack/src/org/jivesoftware/smack/compression/
JzlibInputOutputStream.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
25 * This class provides XMPP "zlib" compression with the help of JZLib. Note that jzlib-1.0.7 must be used (i.e. in the
58 Object in = constructor.newInstance(inputStream); local
61 method.invoke(in, 2);
62 return (InputStream) in;
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
filterbanks.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.
26 * sections are used to filter the input in a cascade manner.
50 the input signal, and part of the signal in the input 'lookahead buffer'.
53 in: a length FRAMESAMPLES array of input samples
60 based on the samples in the two prefiltdata->INLABUFx arrays
64 array in[]
94 float in[FRAMESAMPLES]; local
    [all...]
  /frameworks/av/services/audioflinger/
AudioResamplerCubic.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
74 int16_t *in = mBuffer.i16; local
84 // out[outputIndex++] += vr * in[inputIndex*2];
104 in = mBuffer.i16;
109 advance(&left, in[inputIndex*2]);
110 advance(&right, in[inputIndex*2+1]);
142 int16_t *in = mBuffer.i16; local
173 in = mBuffer.i16;
177 advance(&left, in[inputIndex])
    [all...]
  /frameworks/compile/mclinker/lib/Script/
Assignment.cpp 131 SectionMap::Output::reference in = script.sectionMap().back()->back(); local
133 if (in->dotAssignments().empty()) {
136 RpnExpr::buildHelperExpr(in->getSection()->getSectionData()->front());
141 in->dotAssignments().push_back(std::make_pair((Fragment*)NULL, assign));
144 Assignment& prevDotAssign = in->dotAssignments().back().second;
155 in->dotAssignments().push_back(
156 std::make_pair(in->getSection()->getSectionData()->front().getNextNode(),

Completed in 41 milliseconds

<<11121314151617181920>>