HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 1526 - 1550 of 3847) sorted by null

<<61626364656667686970>>

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TimeZoneGenericNames.java 47 // TimeZoneGenericNames in ICU 49. ICU 4.8 com.ibm.icu.text.TimeZoneFormat used to
124 // Window size used for DST check for a zone in a metazone (about a half year)
242 // If this is only the single zone in the country, use the country name
246 // If there are multiple zones including this in the country,
367 // We may get a wrong answer in edge case, but it should practically work OK.
388 // In CLDR, a same display name is used for both generic and standard
389 // for some meta zones in some locales. This looks like a data bugs.
411 // Check offset in the golden zone with wall time.
584 * A private class used for storing the name information in the local trie.
635 * A private class implementing the search callback interface in
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
TestIDNA.java 435 // for every entry in unicodeIn array
529 "com". (The zero-length root label described in [STD13], which can
530 be explicit as in "www.example.com." or implicit as in
531 "www.example.com", is not considered a label in this specification.)
557 // for every entry in unicodeIn array
741 String[] in = new String[]{ local
761 String[] in = new String[]{ local
    [all...]
  /external/iptables/iptables/
nft-shared.h 238 FILE *in; member in struct:nft_xt_restore_parse
  /external/jmdns/src/javax/jmdns/impl/
DNSIncoming.java 31 // This is a hack to handle a bug in the BonjourConformanceTest
260 DNSIncoming in = new DNSIncoming(this.getFlags(), this.getId(), this.isMulticast(), this._packet, this._receivedTime); local
261 in._senderUDPPayload = this._senderUDPPayload;
262 in._questions.addAll(this._questions);
263 in._answers.addAll(this._answers);
264 in._authoritativeAnswers.addAll(this._authoritativeAnswers);
265 in._additionals.addAll(this._additionals);
266 return in;
323 // This is a hack to handle a bug in the BonjourConformanceTest
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/lexer/
Lexer.java 14 private PushbackReader in; field in class:Lexer
27 public Lexer(@SuppressWarnings("hiding") PushbackReader in)
29 this.in = in;
    [all...]
  /external/jsoncpp/src/lib_json/
json_value.cpp 3 // recognized in your jurisdiction.
91 // Avoid an integer overflow in the call to malloc below by limiting length
98 "in Json::Value::duplicateStringValue(): "
150 "in Json::Value::setComment(): Comments must start with /");
227 * This optimization is used in ValueInternalMap fast allocator.
524 "in Json::Value::asCString(): requires stringValue");
753 /// Number of values in array or object
796 "in Json::Value::clear(): requires complex value");
820 "in Json::Value::resize(): requires arrayValue");
843 "in Json::Value::operator[](ArrayIndex): requires arrayValue")
1360 InArgs in; local
    [all...]
  /external/kernel-headers/original/uapi/rdma/
rdma_user_cm.h 7 * COPYING in the main directory of this source tree, or the
10 * Redistribution and use in source and binary forms, with or
18 * - Redistributions in binary form must reproduce the above
20 * disclaimer in the documentation and/or other materials
26 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
27 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
28 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
29 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
77 __u16 in; member in struct:rdma_ucm_cmd_hdr
  /external/libmojo/mojo/android/javatests/src/org/chromium/mojo/system/impl/
CoreImplTest.java 3 // found in the LICENSE file.
98 private static void checkSendingMessage(MessagePipeHandle in, MessagePipeHandle out) {
106 in.writeMessage(buffer, null, MessagePipeHandle.WriteFlags.NONE);
129 private static void checkSendingData(DataPipe.ProducerHandle in, DataPipe.ConsumerHandle out) {
137 ResultAnd<Integer> result = in.writeData(buffer, DataPipe.WriteFlags.NONE);
168 private static void checkSharing(SharedBufferHandle in, SharedBufferHandle out) {
171 ByteBuffer buffer1 = in.map(0, 8, SharedBufferHandle.MapFlags.NONE);
185 in.unmap(buffer1);
    [all...]
  /external/libvpx/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.
411 /* Set up guard blocks for an inner block centered in the outer block */
544 const uint8_t *const in = input(); local
553 UUT_->copy_[0](in, kInputStride, out, kOutputStride, NULL, 0, NULL, 0,
564 const uint8_t *const in = input(); local
573 UUT_->copy_[1](in, kInputStride, out, kOutputStride, NULL, 0, NULL, 0
584 uint8_t *const in = input(); local
601 uint8_t *const in = input(); local
622 uint8_t *const in = input(); local
642 uint8_t *const in = input(); local
662 uint8_t *const in = input(); local
712 uint8_t *const in = input(); local
791 uint8_t *const in = input(); local
890 uint8_t *const in = input(); local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_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.
30 // When we use them, in one case, they are all the same. In all others
52 __m128i *in[8]; local
68 in[0] = &in0;
69 in[1] = &in1
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
highbd_loopfilter_sse2.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.
50 // in this file.
113 // highbd_hev_mask (in C code this is actually called from highbd_filter4)
207 // flat & mask = flat && mask (as used in filter8)
208 // (because, in both vars, each block of 16 either all 1s or all 0s)
218 // highbd_flat_mask5 (arguments passed in are p0, q0, p4-p7, q4-q
895 uint16_t *in = src[idx8x8]; local
    [all...]
  /external/libxml2/
nanohttp.c 34 #include <netinet/in.h>
141 char *in; /* the receiving buffer */ member in struct:xmlNanoHTTPCtxt
151 char *location; /* the new URL in case of redirect */
164 static unsigned int timeout = 60;/* the select() timeout in seconds */
385 * Returns an HTTP context or NULL in case of error.
424 if (ctxt->in != NULL) xmlFree(ctxt->in);
520 * This is a blocking call (but it blocks in select(), not read()).
522 * Returns the number of byte read or -1 in case of error.
537 if (ctxt->in == NULL)
    [all...]
  /external/llvm/test/MC/X86/
x86-64.s 277 in (%dx), %al label
279 in (%dx), %ax label
281 in (%dx), %eax label
555 // rdar://8482675 - 32-bit mem operand support in 64-bit mode (0x67 prefix)
    [all...]
  /external/mesa3d/src/compiler/
glsl_types.h 7 * to deal in the Software without restriction, including without limitation
13 * paragraph) shall be included in all copies or substantial portions of the
18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
20 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
21 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
22 * DEALINGS IN THE SOFTWARE.
51 * and 2 so that they will fit in the 2 bits of glsl_type::sampled_type.
163 * ralloc_free in that case. */
185 * elements in the structure and the number of values pointed to by
252 * Get the instance of a built-in scalar, vector, or matrix typ
979 bool in; member in struct:glsl_function_param
    [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 VMWARE 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.
67 /* Position and area in fixed point coordinates */
131 const float *in = v[key->inputs[i].src_index]; local
133 debug_printf(" in[%d] (%s[%d]) %s%s%s%s ",
143 debug_printf("%.5f ", in[j])
897 boolean in = FALSE; \/* are we inside the triangle? *\/ local
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/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 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
19 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20 * OTHER DEALINGS IN THE SOFTWARE.
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) */
107 struct nv50_ir_varying in[PIPE_MAX_SHADER_INPUTS] member in struct:nv50_ir_prog_info
    [all...]
  /external/mesa3d/src/mesa/math/
m_matrix.c 8 * to deal in the Software without restriction, including without limitation
14 * in all copies or substantial portions of the Software.
18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
20 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
21 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22 * OTHER DEALINGS IN THE SOFTWARE.
31 * -# 4x4 transformation matrices are stored in memory in column major order.
48 * Bitmasks to indicate different kinds of 4x4 matrices in GLmatrix::flags
342 * stored in the GLmatrix::inv attribute
483 const GLfloat *in = mat->m; local
555 const GLfloat *in = mat->m; local
651 const GLfloat *in = mat->m; local
684 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/openssh/
monitor.c 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 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
23 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
571 /* We need to check here, too, in case the child got corrupted */
757 /* See comment in servconf.h */
834 /* no password authentication in Android. */
978 fatal("UsePAM not set, but ended up in %s anyway", __func__)
1717 gss_buffer_desc in; local
    [all...]
mux.c 7 * copyright notice and this permission notice appear in all copies.
11 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
27 * - Support ~^Z in mux slaves.
28 * - Inspect or control sessions in master.
30 * sessions in master.
403 /* XXX support multiple child sessions in future */
813 /* delayed reply in mux_confirm_remote_forward */
912 error_reason = "port not in permitted opens"
1135 Buffer in, out; local
    [all...]
sftp-server.c 7 * copyright notice and this permission notice appear in all copies.
11 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
121 /* NB. SSH2_FXP_OPEN does the readonly check in the handler itself */
160 verbose("Refusing %s request in read-only mode", h->name);
696 verbose("Refusing open request in read-only mode");
1072 /* send up to 100 entries in one message */
1503 int i, r, in, out, max, ch, skipargs = 0, log_stderr = 0; local
    [all...]
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
72 #include <netinet/in.h>
142 * a new slave launched in the foreground for ControlPersist
1595 int in, out; local
1912 int window, packetmax, in, out, err; local
    [all...]
  /external/pdfium/core/fxcodec/codec/
fx_codec_jpx_opj.cpp 3 // found in the LICENSE file.
518 unsigned char *inbuf, *outbuf, *in, *out; local
521 in = inbuf = FX_Alloc(unsigned char, nr_samples);
527 *in++ = (unsigned char)*r++;
528 *in++ = (unsigned char)*g++;
529 *in++ = (unsigned char)*b++;
543 unsigned short *inbuf, *outbuf, *in, *out; local
546 in = inbuf = FX_Alloc(unsigned short, nr_samples);
552 *in++ = (unsigned short)*r++;
553 *in++ = (unsigned short)*g++
569 unsigned char *in, *inbuf, *out, *outbuf; local
620 cmsHPROFILE in, out; local
    [all...]
  /external/protobuf/java/core/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);
357 * Test that a bug in skipRawBytes() has been fixed: if the skip skip
649 CodedInputStream in = CodedInputStream.newInstance(bytes, 3, 5); local
    [all...]

Completed in 1214 milliseconds

<<61626364656667686970>>