/external/mesa3d/src/gallium/auxiliary/translate/ |
translate_generic.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. 69 * in this case, u_format is used to do a full conversion 71 * this value is set to the format size in bytes if output_format == input_format or for 32-bit instance ids: 72 * in this case, memcpy is used to copy this amount of bytes 99 SRCTYPE *in = (SRCTYPE *)attrib; 241 float *in = (float *)attrib; local 252 float *in = (float *)attrib; local [all...] |
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_ssa.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 271 BasicBlock *in = BasicBlock::get(ei.getNode()); local 273 if (in->cfg.visit(seq)) 274 buildDefSetsPreSSA(in, seq); 276 bb->defSet |= in->defSet [all...] |
/external/mesa3d/src/mesa/vbo/ |
vbo_split_copy.c | 10 * to deal in the Software without restriction, including without limitation 16 * in all copies or substantial portions of the Software. 20 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 21 * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 22 * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 23 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 47 * non-indexed primitives may be converted to indexed in some cases 48 * (eg loops, fans) in order to use this splitting path. 82 GLuint in; member in struct:copy_context::__anon31771 89 GLuint dstbuf_size; /**< in vertices * [all...] |
/external/mockito/src/org/mockito/internal/ |
MockitoCore.java | 173 for (Invocation in : ins) {
174 if (in.stubInfo() != null) {
175 in.ignoreForVerification();
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/ |
MockSpdyPeer.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 120 InputStream in = socket.getInputStream(); local 121 FrameReader reader = variant.newReader(Okio.buffer(Okio.source(in)), client);
|
/external/openssl/apps/ |
pkcs12.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 90 int cert_load(BIO *in, STACK_OF(X509) *sk) 100 BIO *in=NULL, *out = NULL; local [all...] |
/external/openssl/crypto/des/ |
destest.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 338 des_cblock in,out,outin,iv3,iv2; local [all...] |
/external/pixman/pixman/ |
pixman-arm-neon-asm.h | 6 * to deal in the Software without restriction, including without limitation 12 * paragraph) shall be included in all copies or substantial portions of the 17 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 19 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 21 * DEALINGS IN THE SOFTWARE. 59 * Offset in stack where mask and source pointer/stride can be accessed 347 /* deinterleave B, G, R, A channels for eight 32bpp pixels in 4 registers */ 357 /* interleave B, G, R, A channels for eight 32bpp pixels in 4 registers */ 372 * handled in an 'incremental' way: it starts from 0 and advances to th 1149 vshrn.u16 out_r, in, #8 variable 1150 vshrn.u16 out_g, in, #3 variable 1151 vsli.u16 in, in, #5 variable 1155 vshrn.u16 out_b, in, #2 variable 1159 vshrn.u16 out_r, in, #8 variable 1160 vshrn.u16 out_g, in, #3 variable 1161 vsli.u16 in, in, #5 variable 1164 vshrn.u16 out_b, in, #2 variable 1188 vshl.u16 out0, in, #5 \/* G top 6 bits *\/ variable 1189 vshl.u16 tmp, in, #11 \/* B top 5 bits *\/ variable 1190 vsri.u16 in, in, #5 \/* R is ready in top bits *\/ variable 1193 vshr.u16 out1, in, #8 \/* R is in place *\/ variable [all...] |
/external/qemu/audio/ |
coreaudio.c | 9 * in the Software without restriction, including without limitation the rights 14 * The above copyright notice and this permission notice shall be included in 19 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 21 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 22 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 640 float *in = inInputData->mBuffers[0].mData; local 677 dst[frame].l = *in++; /* left channel */ 678 dst[frame].r = *in++; /* right channel */ 681 dst[frame].l = *in++ * scale; /* left channel * [all...] |
/external/skia/experimental/PdfViewer/pdfparser/native/ |
SkPdfNativeTokenizer.cpp | 5 * found in the LICENSE file. 95 // TODO(edisonn): report error in pdf file (end of stream with ] for end of aray 127 const unsigned char* in = start; local 131 while (in < end) { 132 openRoundBrackets += ((*in) == kOpenedRoundBracket_PdfDelimiter); 133 openRoundBrackets -= ((*in) == kClosedRoundBracket_PdfDelimiter); 135 in++; // consumed ) 139 if (*in == kEscape_PdfSpecial) { 140 if (in + 1 < end) { 141 switch (in[1]) 267 const unsigned char* in = start; local 416 const unsigned char* in = start; local [all...] |
/external/smack/src/org/apache/harmony/javax/security/auth/ |
Subject.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 161 * the specific context in which the {@code action} is invoked. 238 * the specific context in which the {@code action} is invoked. 464 private void readObject(ObjectInputStream in) throws IOException, 467 in.defaultReadObject(); 513 // FIXME is used only in two places. remove? 544 * this issue in other way 712 private void readObject(ObjectInputStream in) throws IOException, 714 in.defaultReadObject() [all...] |
/external/speex/libspeex/ |
sb_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 320 spx_word16_t *in = (spx_word16_t*)vin; local 334 low = in; 335 high = in+st->frame_size; 339 qmf_decomp(in, h0, low, high, st->full_frame_size, QMF_ORDER, st->h0_mem, stack) [all...] |
/external/stlport/test/unit/ |
fstream_test.cpp | 20 //size in Go 134 ifstream in("/tmp"); 135 if (in.good()) { 137 getline(in, s); 138 CPPUNIT_ASSERT( in.fail() ); 157 basic_fstream<char,char_traits<char> > f( "test_file.txt", ios_base::in | ios_base::out | ios_base::trunc ); 192 basic_fstream<char,char_traits<char> > f( "test_file.txt", ios_base::in | ios_base::out | ios_base::trunc ); 226 ifstream is("test_file.txt", ios_base::in | ios_base::binary); 245 ifstream is("test_file.txt", ios_base::in | ios_base::binary); 261 ifstream is("test_file.txt", ios_base::in | ios_base::binary) 634 result in (state_type&, function in class:std::codecvt [all...] |
/external/webp/src/utils/ |
quant_levels_dec.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. 35 { 0, 8, 2, 10 }, // coefficients are in DFIX fixed-point precision 52 int scale_; // normalization factor, in FIX bits precision 109 const uint16_t* const in = p->end_; local 117 const uint16_t delta = in[x + r - 1] + in[r - x] [all...] |
/frameworks/av/services/audioflinger/ |
AudioResamplerDyn.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 123 // copy in the input data into the head (impulse+halfNumCoefs) of the buffer. 127 const TI* const in, const size_t inputIndex) 131 head[i] = in[inputIndex*CHANNELS + i]; 135 // advance the impulse pointer, and load in data into the head (impulse+halfNumCoefs) 139 const TI* const in, const size_t inputIndex) 148 readAgain<CHANNELS>(impulse, halfNumCoefs, in, inputIndex); 356 // determine the number of polyphases in the filterbank. 395 mPhaseFraction %= phaseWrapLimit; // should not do anything, but just in case 556 const TI* const in = reinterpret_cast<const TI*>(mBuffer.raw); local [all...] |
test-resample.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 60 fprintf(stderr," -O # frames output per call to resample() in CSV format\n"); 61 fprintf(stderr," -P # frames provided per call to resample() in CSV format\n"); 65 // Convert a list of integers in CSV format to a Vector of those values. 66 // Returns the number of elements in the list, or -1 on error. 232 int16_t* in = (int16_t*)input_vaddr; local 238 in[i*channels + j] = yi / (1 + j); 263 const size_t mFrameSize; // size of each frame in bytes 267 size_t mNextPidx; // index of next entry in mPvalues to us [all...] |
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/ |
RgbPlayerActivity.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 185 FileInputStream in = new FileInputStream(filename); local 187 in.read(mImageBytes);
|
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
AbstractClassAdapter.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 73 String in = type.getInternalName(); local 74 return "L" + renameInternalType(in) + ";"; 98 String in = type.getInternalName(); local 99 String newIn = renameInternalType(in); 100 if (!newIn.equals(in)) {
|
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsicBlend.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 94 extern "C" int rsdIntrinsicBlend_K(uchar4 *out, uchar4 const *in, int slot, 120 uchar4 *in = (uchar4 *)p->in; local 126 if (rsdIntrinsicBlend_K(out, in, p->slot, x1, x2) >= 0) 137 for (;x1 < x2; x1++, out++, in++) { 138 *out = *in; 149 rsdIntrinsicBlendSrcOver_K(out, in, len); 152 in += len << 3 [all...] |
/frameworks/support/v4/java/android/support/v4/content/ |
FileProvider.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 53 * a content URI, in order to send the content URI 60 * In comparison, to control access to a <code>file:///</code> {@link Uri} you have to modify the 62 * <em>any</em> app, and remain in effect until you change them. This level of access is 80 * don't need to define a subclass in code. Instead, you can include a FileProvider in your app 81 * by specifying it entirely in XML. To specify the FileProvider component itself, add a 109 * the FileProvider class and use the fully-qualified class name in the <code>android:name</code> 112 * A FileProvider can only generate a content URI for files in directories that you specif 560 final XmlResourceParser in = info.loadXmlMetaData( local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
convolve_test.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. 215 /* Set up guard blocks for an inner block centered in the outer block */ 259 uint8_t* const in = input(); local 264 UUT_->h8_(in, kInputStride, out, kOutputStride, filter8, 16, filter8, 16, 271 ASSERT_EQ(out[y * kOutputStride + x], in[y * kInputStride + x]) 276 uint8_t* const in = input() local 293 uint8_t* const in = input(); local 342 uint8_t* const in = input(); local 387 uint8_t* const in = input(); local 466 uint8_t* const in = input(); local 554 uint8_t* const in = input(); local [all...] |
/hardware/qcom/audio/legacy/alsa_sound/ |
AudioHardwareALSA.cpp | 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 274 // So adjust the volume to get the correct volume index in driver 393 ALOGV("Enabling Incall Music setting in the setparameter\n"); 400 ALOGV("Disabling Incall Music setting in the setparameter\n"); 414 ALOGV("Enabling ANC setting in the setparameter\n"); 417 ALOGV("Disabling ANC setting in the setparameter\n"); 803 ALOGD("Routing to proxy for normal voip call in openOutputStream"); 807 ALOGD("enabling VOIP in openoutputstream, musbPlaybackState: %d", musbPlaybackState); 810 ALOGD("Starting recording in openoutputstream, musbRecordingState: %d", musbRecordingState) 1105 AudioStreamInALSA *in = 0; local [all...] |
/libcore/benchmarks/src/benchmarks/regression/ |
ParseBenchmark.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 109 InputStream in = ParseBenchmark.class.getResourceAsStream(path); local 110 if (in == null) { 114 Reader reader = new InputStreamReader(in, "UTF-8");
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
SystemTest.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 38 InputStream orgIn = System.in; 39 InputStream in = new ByteArrayInputStream(new byte[0]); local 40 System.setIn(in); 41 assertTrue("in not set", System.in == in); 119 // Tested in destructive test: Test_System_Exit ??? 185 * Tests that there are no extra path separator in boot class path [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/ |
PreferencesTest.java | 5 * (the "License"); you may not use this file except in compliance with 10 * Unless required by applicable law or agreed to in writing, software 51 private InputStream in; field in class:PreferencesTest 60 in = new ByteArrayInputStream(PREFS.getBytes(StandardCharsets.US_ASCII)); 61 stream = new MockInputStream(in); 149 in = PreferencesTest.class 151 Preferences.importPreferences(in); 160 in = PreferencesTest.class.getResourceAsStream( 163 Preferences.importPreferences(in); 184 InputStream in = new ByteArrayInputStream(source) local [all...] |