HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 1151 - 1175 of 2135) sorted by null

<<41424344454647484950>>

  /external/chromium_org/third_party/icu/source/common/
ucnv.c 42 /* size of intermediate and preflighting buffers in ucnv_convert() */
149 /* Creating a temporary stack-based object that can be used in one thread,
227 * on a 64-bit boundary in memory.
300 in multithreaded applications because the value never changes.
325 /*Decreases the reference counter in the shared immutable section of the object
344 /* In order to speed up the close, only call the callbacks when they have been changed.
390 in multithreaded applications because the value never changes.
441 if (*len < converter->subCharLen) /*not enough space in subChars */
447 uprv_memcpy (mySubChar, converter->subChars, converter->subCharLen); /*fills in the subchars */
473 * In order to always have subChar written after it is explicitly set
2490 UConverter in, out; \/* stack-allocated *\/ local
    [all...]
uniset_props.cpp 53 // *** same as in uniset.cpp ! ***
91 * Delimiter string used in patterns to close a category reference:
136 Inclusion &in = gInclusions[i]; local
137 delete in.fSet;
138 in.fSet = NULL;
139 in.fInitOnce.reset();
326 * @param pattern a string specifying what characters are in the set
381 // Need to build the pattern in a temporary string because
388 // syntaxError(chars, "Extra chars in variable value");
396 * Return true if the given position, in the given pattern, appear
    [all...]
  /external/chromium_org/third_party/icu/source/extra/uconv/
uconv.cpp 12 * contributed in 1999.
194 zero, tags and aliases for each converter are printed too, in the format
216 in non-canon mode). But since we do not know at this
232 single converter to print but in canon mode, hence we need to
233 get to it in order to print everything. */
426 // and include it in the chunk
428 // do not include FF or VT in case they are part of a paragraph
461 return -1; // LF may be in the next chunk
463 ++u; // include the LF in this chunk
489 // the fromUnicode side of the converter must be in its initial stat
510 const UChar *in; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cnormtst.c 122 /*These two are broken in Unicode 2.1.2 but fixed in 2.1.5 and later*/
184 log_err("ERROR in unorm_normalize(%s)[%d]: "
194 log_data_err("ERROR in unorm_normalize(%s/NUL) at %s: %s - (Are you missing data?)\n",
201 log_data_err("ERROR in unorm_normalize(%s/srcLength) at %s: %s - (Are you missing data?)\n",
234 log_err("ERROR in decomposition at index = %d. EXPECTED: %s , GOT: %s\n", index, expected,
342 log_err("ERROR in NFD quick check at U+%04x\n", CPNFD[count]);
348 log_err("ERROR in NFC quick check at U+%04x\n", CPNFC[count]);
354 log_err("ERROR in NFKD quick check at U+%04x\n", CPNFKD[count]);
360 log_err("ERROR in NFKC quick check at U+%04x\n", CPNFKC[count])
706 static const UChar in[]={ 0x68, 0xe4 }; local
1036 const UChar *expect, *outLimit, *in; local
1622 static const UChar in[]={ local
    [all...]
  /external/chromium_org/third_party/icu/source/tools/gencnval/
gencnval.c 21 * is written in such a way that a 2.0 reader will be able to use it,
107 uint16_t totalAliasCount; /* Total aliases in this column */
118 uint16_t totalAliasCount; /* Total aliases in this row */
157 parseFile(FileStream *in);
222 FileStream *in; local
235 "error in command line argument \"%s\"\n",
283 in=T_FileStream_open(path, "r");
284 if(in==NULL) {
288 parseFile(in);
289 T_FileStream_close(in);
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/table/
table_test.cc 3 // found in the LICENSE file. See the AUTHORS file for names of contributors.
151 // been added so far. Returns the keys in sorted order in "*keys"
152 // and stores the key/value pairs in "*kvmap"
168 // Construct the data structure from the data in "data"
175 virtual DB* db() const { return NULL; } // Overridden in DBConstructor
790 fprintf(stderr, "Value %llu is not in range [%llu, %llu]\n",
832 Slice in = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"; local
833 return port::Snappy_Compress(in.data(), in.size(), &out)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoengine_unittest.h 4 // Redistribution and use in source and binary forms, with or without
9 // 2. Redistributions in binary form must reproduce the above copyright notice,
10 // this list of conditions and the following disclaimer in the documentation
17 // MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
22 // WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
23 // OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
177 cricket::VideoCodec empty, in, out; local
187 in = max_settings;
188 EXPECT_TRUE(engine_.CanSendCodec(in, empty, &out));
189 EXPECT_PRED2(IsEqualCodec, out, in);
321 cricket::VideoCodec empty, in, out; local
355 cricket::VideoCodec in, out, current; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/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.
354 /* Set up guard blocks for an inner block centered in the outer block */
515 uint8_t* const in = input(); local
520 UUT_->h8_(in, kInputStride, out, kOutputStride, filter8, 16, filter8, 16,
528 lookup(in, y * kInputStride + x))
533 uint8_t* const in = input() local
551 uint8_t* const in = input(); local
595 uint8_t* const in = input(); local
654 uint8_t* const in = input(); local
733 uint8_t *const in = input(); local
850 uint8_t* const in = input(); local
942 uint8_t* const in = input(); local
    [all...]
  /external/chromium_org/third_party/libwebp/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/chromium_org/third_party/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.
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...]
  /external/chromium_org/third_party/libxml/src/
encoding.c 7 * [ISO-10646] UTF-8 and UTF-16 in Annexes
12 * described in Unicode Technical Report #4.
158 * @in: a pointer to an array of ASCII chars
159 * @inlen: the length of @in
161 * Take a block of ASCII chars in and try to convert it to an UTF-8
170 const unsigned char* in, int *inlen) {
172 const unsigned char* base = in;
173 const unsigned char* processed = in;
178 inend = in + (*inlen);
179 while ((in < inend) && (out - outstart + 5 < *outlen))
487 unsigned short* in = (unsigned short*) inb; local
725 unsigned short* in = (unsigned short*) inb; local
2424 xmlParserInputPtr in; local
    [all...]
nanohttp.c 34 #include <netinet/in.h>
146 char *in; /* the receiving buffer */ member in struct:xmlNanoHTTPCtxt
156 char *location; /* the new URL in case of redirect */
169 static unsigned int timeout = 60;/* the select() timeout in seconds */
380 * Returns an HTTP context or NULL in case of error.
419 if (ctxt->in != NULL) xmlFree(ctxt->in);
515 * This is a blocking call (but it blocks in select(), not read()).
517 * Returns the number of byte read or -1 in case of error.
532 if (ctxt->in == NULL)
    [all...]
  /external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/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...]
  /external/deqp/modules/gles2/functional/
es2fShaderMatrixTests.cpp 8 * you may not use this file except in compliance with the License.
13 * Unless required by applicable law or agreed to in writing, software
70 // \note Input1 should not contain 0 components as it is used as divisor in div cases.
355 m.setColumn(0, evalCtx.in[0].swizzle(0,1));
356 m.setColumn(1, evalCtx.in[1].swizzle(0,1));
364 m.setColumn(0, evalCtx.in[0].swizzle(0,1,2));
365 m.setColumn(1, evalCtx.in[1].swizzle(0,1,2));
366 m.setColumn(2, evalCtx.in[2].swizzle(0,1,2));
374 m.setColumn(0, evalCtx.in[0]);
375 m.setColumn(1, evalCtx.in[1])
826 const ShaderInput& in = inNdx > 0 ? m_in1 : m_in0; local
1053 const ShaderInput& in = inNdx > 0 ? m_in1 : m_in0; local
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
InstructionCodec.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
34 CodeInput in) throws EOFException {
47 CodeInput in) throws EOFException {
62 CodeInput in) throws EOFException {
81 CodeInput in) throws EOFException {
100 CodeInput in) throws EOFException {
116 CodeInput in) throws EOFException {
117 int baseAddress = in.cursor() - 1;
133 CodeInput in) throws EOFException
    [all...]
  /external/e2fsprogs/e2fsck/
dict.c 9 * possibly in exchange for a fee, provided that this copyright notice appears
45 * In general, highly portable and reusable C modules which expose their
48 * readable, in the implementation, however!
305 * Free all the nodes in the dictionary by using the dictionary's
353 * Initialize a dictionary in the likeness of another dictionary
374 * Remove all nodes from the dictionary (without freeing them in any way).
389 * debugging purposes, and should be placed in assert statements. Just because
391 * corruptions in the tree may simply cause undefined behavior.
448 * Locate a node in the dictionary having the given key.
670 * successor (i.e. the leftmost node in the right subtree.) By doing this
1287 input_t in; local
1352 input_t in; local
    [all...]
  /external/e2fsprogs/misc/
badblocks.c 158 com_err (program_name, errcode, "adding to in-memory bad block list");
382 fprintf(stderr, _("Weird value (%ld) in do_read\n"), got);
451 fprintf(stderr, "Weird value (%ld) in do_write\n", got);
513 fputs(_("Checking for bad blocks in read-only mode\n"), stderr);
611 fputs(_("Checking for bad blocks in read-write mode\n"),
774 fputs(_("Checking for bad blocks in non-destructive read-write mode\n"), stderr);
1003 fprintf(stderr, _("%s is apparently in use by the system; "),
1015 * an error message if it fails, and returning success or failure in err.
1039 FILE * in = NULL; local
1168 "specified in read-only mode"))
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-swing.jar 
  /external/fio/
options.c 764 * Return next name in the string. Files are separated with ':'. If the ':'
988 * The code in verify_io_u_pattern assumes a single byte pattern
1086 log_err("fio: job <%s> has write bit set, but fio is in"
1307 .help = "Directory to store files in",
1546 .help = "Number of IO buffers to keep in flight",
1559 .help = "Number of IO buffers to submit in one go",
1573 .help = "Number of IO buffers to retrieve in one go",
3696 char in[OPT_LEN_MAX+1]; local
    [all...]
  /external/icu/icu4c/source/common/
ucnv.c 42 /* size of intermediate and preflighting buffers in ucnv_convert() */
149 /* Creating a temporary stack-based object that can be used in one thread,
227 * on a 64-bit boundary in memory.
300 in multithreaded applications because the value never changes.
325 /*Decreases the reference counter in the shared immutable section of the object
344 /* In order to speed up the close, only call the callbacks when they have been changed.
390 in multithreaded applications because the value never changes.
441 if (*len < converter->subCharLen) /*not enough space in subChars */
447 uprv_memcpy (mySubChar, converter->subChars, converter->subCharLen); /*fills in the subchars */
473 * In order to always have subChar written after it is explicitly set
2490 UConverter in, out; \/* stack-allocated *\/ local
    [all...]
uniset_props.cpp 53 // *** same as in uniset.cpp ! ***
91 * Delimiter string used in patterns to close a category reference:
136 Inclusion &in = gInclusions[i]; local
137 delete in.fSet;
138 in.fSet = NULL;
139 in.fInitOnce.reset();
326 * @param pattern a string specifying what characters are in the set
381 // Need to build the pattern in a temporary string because
388 // syntaxError(chars, "Extra chars in variable value");
396 * Return true if the given position, in the given pattern, appear
    [all...]
  /external/icu/icu4c/source/extra/uconv/
uconv.cpp 12 * contributed in 1999.
194 zero, tags and aliases for each converter are printed too, in the format
216 in non-canon mode). But since we do not know at this
232 single converter to print but in canon mode, hence we need to
233 get to it in order to print everything. */
426 // and include it in the chunk
428 // do not include FF or VT in case they are part of a paragraph
461 return -1; // LF may be in the next chunk
463 ++u; // include the LF in this chunk
489 // the fromUnicode side of the converter must be in its initial stat
510 const UChar *in; local
    [all...]

Completed in 305 milliseconds

<<41424344454647484950>>