/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/okhttp/src/main/java/com/squareup/okhttp/ |
Cache.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 * Sometimes a request will result in a conditional cache hit. If the cache contains a stale copy of 75 * In some situations, such as after a user clicks a 'refresh' button, it may be necessary to skip 115 * This technique works even better in situations where a stale response is better than no response. 117 * in seconds: <pre> {@code 278 * the storage and building up the necessary in-memory cache information. 282 * this function during the initialization phase and preferably in a background 295 * all files in the cache directory including files that weren't created by 303 * Deletes all values stored in the cache. In-flight writes to the cache wil [all...] |
/external/okhttp/okio/okio/src/test/java/okio/ |
BufferTest.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 123 // Recycle MAX_SIZE segments. They're all in the pool. 279 InputStream in = new ByteArrayInputStream("hello, world!".getBytes(UTF_8)); local 281 buffer.readFrom(in); 287 InputStream in = new ByteArrayInputStream("hello, world!".getBytes(UTF_8)); local 289 buffer.readFrom(in); 295 InputStream in = new ByteArrayInputStream("hello, world!".getBytes(UTF_8)); local 297 buffer.readFrom(in, 10); 457 InputStream in = source.inputStream() local 473 InputStream in = source.inputStream(); local [all...] |
/external/opencv3/3rdparty/libjasper/ |
jas_icc.c | 18 * files (the "Software"), to deal in the Software without restriction, 25 * includes the disclaimer below) shall be included in all copies or 37 * PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO 40 * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 41 * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION 50 * IS NOT FAULT-TOLERANT AND IS NOT INTENDED FOR USE IN MISSION-CRITICAL 51 * SYSTEMS, SUCH AS THOSE USED IN THE OPERATION OF NUCLEAR FACILITIES, 53 * SYSTEMS, DIRECT LIFE SUPPORT MACHINES, OR WEAPONS SYSTEMS, IN WHICH 83 static int jas_iccgetuint(jas_stream_t *in, int n, ulonglong *val); 84 static int jas_iccgetuint8(jas_stream_t *in, jas_iccuint8_t *val) 1692 jas_stream_t *in; local [all...] |
jpc_dec.h | 20 * files (the "Software"), to deal in the Software without restriction, 27 * includes the disclaimer below) shall be included in all copies or 39 * PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO 42 * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 43 * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION 52 * IS NOT FAULT-TOLERANT AND IS NOT INTENDED FOR USE IN MISSION-CRITICAL 53 * SYSTEMS, SUCH AS THOSE USED IN THE OPERATION OF NUCLEAR FACILITIES, 55 * SYSTEMS, DIRECT LIFE SUPPORT MACHINES, OR WEAPONS SYSTEMS, IN WHICH 126 /* The number of streams in this list. */ 228 /* The next segment in the list. * 625 jas_stream_t *in; member in struct:__anon20291 [all...] |
/external/opencv3/3rdparty/libwebp/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. 111 // We keep the table free variant around for reference, in case. 644 const uint8_t* const in = it->yuv_in_; local 646 // Note: not totally accurate at boundary. And doesn't include in-loop filter. 647 enc->sse_[0] += VP8SSE16x16(in + Y_OFF, out + Y_OFF); 648 enc->sse_[1] += VP8SSE8x8(in + U_OFF, out + U_OFF) [all...] |
/external/pdfium/core/src/fxcodec/codec/ |
fx_codec_jpx_opj.cpp | 3 // found in the LICENSE file. 489 unsigned char *inbuf, *outbuf, *in, *out; local 492 in = inbuf = FX_Alloc(unsigned char, nr_samples); 498 *in++ = (unsigned char)*r++; 499 *in++ = (unsigned char)*g++; 500 *in++ = (unsigned char)*b++; 514 unsigned short *inbuf, *outbuf, *in, *out; local 517 in = inbuf = FX_Alloc(unsigned short, nr_samples); 523 *in++ = (unsigned short)*r++; 524 *in++ = (unsigned short)*g++ 540 unsigned char *in, *inbuf, *out, *outbuf; local 591 cmsHPROFILE in, out; 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 70 * reading in small blocks. 79 public SmallBlockInputStream(InputStream in, int blockSize) { 80 super(in); 355 * Test that a bug in skipRawBytes() has been fixed: if the skip skip 597 CodedInputStream in = CodedInputStream.newInstance(bytes, 3, 5); local [all...] |
/external/selinux/libsepol/cil/src/ |
cil_tree.c | 4 * Redistribution and use in source and binary forms, with or without 10 * 2. Redistributions in binary form must reproduce the above copyright notice, 11 * this list of conditions and the following disclaimer in the documentation 16 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO 21 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE 22 * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 25 * The views and conclusions contained in the software and documentation are those 321 cil_log(CIL_ERR, "Unknown operator in expression\n"); 394 cil_log(CIL_ERR, "Unknown operand in expression\n"); 403 cil_log(CIL_ERR, "Unknown flavor in expression\n") 606 struct cil_in *in = node->data; local [all...] |
/external/sonic/ |
sonic.c | 282 /* Set the sample rate of the stream. This will cause samples buffered in the stream to 299 /* Set the num channels of the stream. This will cause samples buffered in the stream to 544 has. No extra delay will be added to the output, but flushing in the middle of 577 /* Return the number of samples in the output buffer */ 608 /* Find the best frequency match in the range, and given a sample skip multiple. 680 speed, we down sample by an integer factor get in the 11KHz range, and then 797 /* Just move the new samples in the output buffer to the pitch buffer */ 884 short *in, 888 short left = *in; 889 short right = in[stream->numChannels] 909 short *in, *out; local [all...] |
/external/testng/src/main/java/org/testng/xml/ |
TestNGContentHandler.java | 102 System.out.println("WARNING: couldn't find in classpath " + publicId 503 * this tag in one place. If I am only doing something when the tag opens, 504 * the code is inlined below in the startElement() method. 553 // will complain, but in the meantime, dodge the NPE so SAX 631 String in = m_currentInclude.invocationNumbers; local 633 if (!Utils.isStringEmpty(in)) { 634 include = new XmlInclude(name, stringToList(in), m_currentIncludeIndex++); 686 private List<Integer> stringToList(String in) { 687 String[] numbers = in.split(" ");
|
/external/v8/test/cctest/compiler/ |
test-simplified-lowering.cc | 3 // found in the LICENSE file. 74 // TODO(titzer): make calls to NewNumber work in cctests. 84 // TODO(titzer): we wrap the code in a JSFunction here to reuse the 177 Object* result = t.Call(*src); // TODO(titzer): raw pointers in call 196 t.Call(*src_map, *dst); // TODO(titzer): raw pointers in call 212 Object* result = t.Call(*src); // TODO(titzer): raw pointers in call 232 Object* result = t.Call(*src, *dst); // TODO(titzer): raw pointers in call 285 // TODO(titzer): raw pointers in call 442 // Create and run code that copies the element in either {untagged_array} 446 // a constant in the code 1146 Node* in = t.ExampleWithOutput(from); local [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. 161 const __m128i in = _mm_loadu_si128((__m128i*)&argb_data[i]); // argb local 162 const __m128i A = _mm_srli_epi16(in, 8); // 0 a 0 g 165 const __m128i out = _mm_add_epi8(in, C); 191 const __m128i in = _mm_loadu_si128((__m128i*)&argb_data[i]); // argb local 192 const __m128i A = _mm_and_si128(in, mask_ag); // a 0 g 214 const __m128i* in = (const __m128i*)src; local 243 const __m128i* in = (const __m128i*)src; local 278 const __m128i* in = (const __m128i*)src; local 316 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. 31 // we allow 2k of extra head-room in PARTITION0 limit. 34 typedef struct { // struct for organizing convergence in either size or PSNR 53 : 40.; // default, just in case 472 const uint8_t* const in = it->yuv_in_; local 474 // Note: not totally accurate at boundary. And doesn't include in-loop filter [all...] |
/external/webrtc/webrtc/voice_engine/test/android/android_test/src/org/webrtc/voiceengine/test/ |
AndroidTest.java | 5 * in the LICENSE file in the root of the source tree. An additional
6 * intellectual property rights grant can be found in the file PATENTS. All
7 * contributing project authors may be found in the AUTHORS file in the root of
379 Create(); // Error logging is done in native API wrapper
406 Delete(); // Error logging is done in native API wrapper
724 FileInputStream in = null;
local 726 in = new FileInputStream(fr);
732 // in.read(playBuffer); [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 39 "null pointer returned by %s in %s\n\n\n\n", callingFunc, calledFunc);\ 43 "bad alignment returned by %s in %s\n\n\n\n", callingFunc, calledFunc);\ 47 "bad number of samples returned by %s in %s\n\n\n\n", callingFunc, calledFunc);\ 51 "out of range returned by %s in %s\n", callingFunc, calledFunc);\ 208 // If this is the first create in this session 210 ALOGV("\tEffectCreate - This is the first effect in current sessionId %d sessionNo %d", 255 /* Saved strength is used to return the exact strength that was used in the set to the get 396 // Disable effect, in this case ignore errors (return codes 2879 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 83 // Set to default copy buffer size in frames for input processing. 99 // The value of 1 << x is undefined in C when x >= 32. 212 t->in = NULL; 487 * even if there is a nonzero floating point increment (in that case, the volume 493 * @param newVolume set volume target in floating point [0.0, 1.0]. 1190 const int16_t *in = static_cast<const int16_t *>(t->in); local 1282 const int16_t *in = static_cast<int16_t const *>(t->in); local 1609 const int16_t *in = b.i16; local 1831 const TI *in = reinterpret_cast<TI*>(b.raw); local 1906 const TI *in = static_cast<const TI *>(t->in); local [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 %zu", this, handle, i); 159 ALOGV("removeHandle() %p removed handle %p in position %zu", 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 284 // do the actual processing in the effect engin 291 int16_t *in = mConfig.inputCfg.buffer.s16; local 322 int16_t *in = mConfig.inputCfg.buffer.s16; 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 47 * binary format. Nothing in this namespace is part of any API; it's all 118 * read from it in this case. 131 * in this parameter. If this parameter is negative then neither 133 * @param mtime A timestamp in the standard Unix epoch that will be imposed as the 144 // anything from the pipe in this case. Just create the directory here and 155 // in practice this will only be for the default semantic directories, 169 FileInputStream in = new FileInputStream(data.getFileDescriptor()); local 172 int got = in.read(buffer, 0, toRead) [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 76 InputStream in = p.getInputStream(); local 78 while ( ( ch = in.read() ) != -1 ){ 185 //in here 849 // it's not interrupted in the middle. If true, that is an exceptional case to investigate.
|
/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
|
/frameworks/base/services/core/java/com/android/server/am/ |
TaskPersister.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 70 /** The maximum number of entries to keep in the queue before draining it automatically. */ 90 // To lock file operations in TaskPersister 334 // See if it is in the write queue 432 final XmlPullParser in = Xml.newPullParser(); local 433 in.setInput(reader); 436 while (((event = in.next()) != XmlPullParser.END_DOCUMENT) && 438 final String name = in.getName(); 442 final TaskRecord task = TaskRecord.restoreFromXml(in, mStackSupervisor) [all...] |
/frameworks/base/services/core/java/com/android/server/display/ |
AutomaticBrightnessController.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 // non-zero, which in turn ensures that the total weight is non-zero. 67 // Debounce for sampling user-initiated changes in display brightness to ensure 95 // Light sensor event rate in milliseconds. 98 // Stability requirements in milliseconds for accepting a new brightness level. This is used 101 // brightness changes occur in response to an observed change in light level that exceeds the 111 // Period of time in which to consider light samples in milliseconds 512 final float in = value; local [all...] |