HomeSort by relevance Sort by last modified time
    Searched defs:source (Results 851 - 875 of 1682) sorted by null

<<31323334353637383940>>

  /external/icu/icu4c/source/test/intltest/
testidna.cpp 474 // test null-terminated source and return value of number of UChars required
487 errln("Did not get the expected result for "+UnicodeString(testName) +" null terminated source. Expected : "
493 errln( "%s null terminated source failed. Requires destCapacity > 300\n",testName);
500 " null terminated source. Expected: " +UnicodeString(u_errorName(expectedStatus))
502 + " Source: " + prettify(UnicodeString(src))
517 //errln("Did not get the expected result for %s null terminated source with both options set.\n",testName);
519 " null terminated source "+ prettify(src) +
527 errln( "%s null terminated source failed. Requires destCapacity > 300\n",testName);
534 " null terminated source with options set. Expected: " +UnicodeString(u_errorName(expectedStatus))
536 + " Source: " + prettify(UnicodeString(src)
1487 UnicodeString source; local
    [all...]
uts46test.cpp 957 UnicodeString source = s16FromField(fields[0]); local
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationIteratorTest.java 12 * Source File: $ICU4CRoot/source/test/intltest/itercoll.cpp
53 String source = "abcd"; local
54 CollationElementIterator i = c.getCollationElementIterator(source);
337 String source; local
346 source = "abchdcba";
347 iter = c1.getCollationElementIterator(source);
359 source = "abcd";
360 iter = c2.getCollationElementIterator(source);
372 source = "abcdbchdc"
466 StringBuffer source = new StringBuffer(); local
520 StringBuffer source = new StringBuffer(); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
CompactDecimalFormatTest.java 518 Object source = row[0]; local
520 assertEquals(title + source, expected,
521 cdf.format(source));
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
UTS46Test.java 776 String source = Utility.unescape(fields[0].trim()); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
TrieMapTest.java 118 String source = entry.getKey(); local
119 int limit = TrieMap.ByteConverter.getBytes(source, bytes, 0);
120 //logln(source + "\t=> " + Utility.hex(source, " ") + "\t=> " + Utility.hex(bytes, 0, limit, " "));
122 if (!source.equals(recovered)) {
123 assertEquals("Char/Byte Conversion", source, recovered);
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
TestFmwk.java 685 // Return the source code location of the caller located callDepth frames up the stack.
689 String source = st.getFileName(); local
690 if (source != null && !source.equals("TestFmwk.java") && !source.equals("AbstractTestLog.java")) {
694 return "(" + source + ":" + st.getLineNumber() + ") ";
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
CollectionUtilities.java 71 * @param source
77 public static <T> Map<T,T> asMap(T[][] source, Map<T,T> target, boolean reverse) {
82 for (int i = 0; i < source.length; ++i) {
83 target.put(source[i][from], source[i][to]);
92 * @param source
96 public static <T, U extends Collection<T>> U addAll(Iterator<T> source, U target) {
97 while (source.hasNext()) {
98 target.add(source.next());
105 * @param source
    [all...]
  /external/iputils/
ping.c 8 * Redistribution and use in source and binary forms, with or without
11 * 1. Redistributions of source code must retain the above copyright
113 struct sockaddr_in source; variable in typeref:struct:sockaddr_in
152 source.sin_family = AF_INET;
202 ptr = (__u8*)&source.sin_addr;
212 if (inet_pton(AF_INET, optarg, &source.sin_addr) > 0)
316 if (source.sin_addr.s_addr == 0) {
387 alen = sizeof(source);
388 if (getsockname(probe_fd, (struct sockaddr*)&source, &alen) == -1) {
392 source.sin_port = 0
    [all...]
traceroute6.c 27 * Redistribution and use in source and binary forms, with or without
30 * 1. Redistributions of source code must retain the above copyright
173 * network or protocol unreachable, respectively), !S or !F (source
189 * file that came with the source to this program for a description
204 * source port (the high bit is set to move the port number out
225 * sending a loose-source-routed udp datagram through the destination
226 * back to yourself. Unfortunately, SO many gateways botch source
310 char *source = NULL; variable
408 * set the ip source address of the outbound
411 source = optarg
    [all...]
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
MethodAnalyzer.java 362 LabelInfo.getInstruction(j.target).setPredecessor(j.source,
416 final Instruction source; field in class:MethodAnalyzer.Jump
420 Jump(final Instruction source, final Label target, final int branch) {
421 this.source = source;
  /external/libaom/libaom/av1/encoder/
encode_strategy.c 4 * This source code is subject to the terms of the BSD 2 Clause License and
6 * was not distributed with this source code in the LICENSE file, you can
8 * Media Patent License 1.0 was not distributed with this source code in the
147 // If this is a show_existing_frame with a source other than altref,
176 // a show_existing_frame with a source other than altref, or if it is not
418 const struct lookahead_entry *source) {
425 if (source->ts_start == cpi->first_time_stamp_ever) {
426 this_duration = source->ts_end - source->ts_start;
432 this_duration = source->ts_end - cpi->last_end_time_stamp_seen
504 struct lookahead_entry *source = local
559 struct lookahead_entry *source = NULL; local
969 struct lookahead_entry *source = NULL; local
    [all...]
  /external/libchrome/mojo/core/
node_channel.cc 2 // Use of this source code is governed by a BSD-style license that can be
121 ports::NodeName source; member in struct:mojo::core::__anon27757::EventMessageFromRelayData
390 // When the handles are duplicated in the broker, the source handles will
424 void NodeChannel::EventMessageFromRelay(const ports::NodeName& source,
432 data->source = source;
464 RequestContext request_context(RequestContext::Source::SYSTEM);
668 delegate_->OnEventMessageFromRelay(remote_node_name_, data->source,
700 RequestContext request_context(RequestContext::Source::SYSTEM);
  /external/libcups/cups/
cups-private.h 178 *source, /* Media source, if any */ member in struct:_cups_media_db_s
  /external/libpcap/rpcapd/
daemon.c 6 * Redistribution and use in source and binary forms, with or without
10 * 1. Redistributions of source code must retain the above copyright
115 static int daemon_msg_open_req(struct daemon_slpars *pars, uint32 plen, char *source, size_t sourcelen);
116 static int daemon_msg_startcap_req(struct daemon_slpars *pars, uint32 plen, struct thread_handle *threaddata, char *source, struct session **sessionp, struct rpcap_sampling *samp_param);
147 char source[PCAP_BUF_SIZE+1]; // keeps the string that contains the interface to open local
148 int got_source = 0; // 1 if we've gotten the source from an open request
590 // the source from it, for use later
597 retval = daemon_msg_open_req(&pars, plen, source, sizeof(source));
632 if (daemon_msg_startcap_req(&pars, plen, &threaddata, source, &session, &samp_param) == -1
    [all...]
  /external/mesa3d/src/compiler/glsl/glcpp/
glcpp.h 79 unsigned source; member in struct:YYLTYPE
100 (Current).source = 0; \
  /external/mesa3d/src/loader/
loader_dri3_helper.c 123 * \param src[in] The source image.
128 * \param srcx0[in] Start source coordinate.
129 * \param srcy0[in] Start source coordinate.
818 /* If we need to preload the new back buffer, remember the source.
1491 struct loader_dri3_buffer *source = draw->buffers[draw->cur_blit_source]; local
1724 struct loader_dri3_buffer *source = draw->buffers[draw->cur_blit_source]; local
    [all...]
  /external/nanopb-c/
pb_decode.c 88 const pb_byte_t *source = (const pb_byte_t*)stream->state; local
94 buf[i] = source[i];
    [all...]
  /external/okhttp/okhttp-ws-tests/src/test/java/com/squareup/okhttp/internal/ws/
RealWebSocketTest.java 32 import okio.Source;
68 client = new RealWebSocket(true, server2client.source(), client2Server.sink(), random,
81 server = new RealWebSocket(false, client2Server.source(), server2client.sink(), random,
461 BufferedSource source() { method in class:RealWebSocketTest.MemorySocket
462 return Okio.buffer(new Source() {
480 @Override public void write(Buffer source, long byteCount) throws IOException {
482 buffer.write(source, byteCount);
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
WireFormatTest.java 5 // Redistribution and use in source and binary forms, with or without
9 // * Redistributions of source code must retain the above copyright
297 TestFieldOrderings source = local
306 TestFieldOrderings.parseFrom(source.toByteString(),
308 assertEquals(source, dest);
314 DynamicMessage source = local
323 DynamicMessage.parseFrom(descriptor, source.toByteString(),
325 assertEquals(source, dest);
598 TestOneofBackwardsCompatible source = TestOneofBackwardsCompatible local
601 ByteString rawBytes = source.toByteString()
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc 5 // Redistribution and use in source and binary forms, with or without
9 // * Redistributions of source code must retain the above copyright
543 const Message* source = implicit_cast<const Message*>(&message1); local
544 message2.CopyFrom(*source);
1800 const Message* source = implicit_cast<const Message*>(&message1); local
    [all...]
  /external/protobuf/src/google/protobuf/
wrappers.pb.cc 2 // source: google/protobuf/wrappers.proto
481 const DoubleValue* source = local
484 if (source == NULL) {
489 MergeFrom(*source);
739 const FloatValue* source = local
742 if (source == NULL) {
747 MergeFrom(*source);
999 const Int64Value* source = local
1259 const UInt64Value* source = local
1519 const Int32Value* source = local
1779 const UInt32Value* source = local
2037 const BoolValue* source = local
2312 const StringValue* source = local
2627 const BytesValue* source = local
    [all...]
  /external/python/cpython2/Python/
_warnings.c 650 PyObject *source; local
676 /* Call get_source() to get the source code. */
677 source = PyObject_CallMethodObjArgs(loader, get_source_name,
679 if (!source)
681 else if (source == Py_None) {
686 /* Split the source into lines. */
688 splitlines_name, source,
690 Py_DECREF(source);
694 /* Get the source line. */
  /external/python/cpython2/RISCOS/Modules/
drawfmodule.c 27 char source [12]; member in struct:dheader
  /external/python/cpython3/Lib/
ssl.py 125 source=_ssl) variable
130 source=_ssl) variable
135 source=_ssl) variable
140 source=_ssl) variable
145 source=_ssl) variable
150 source=_ssl) variable
    [all...]

Completed in 1799 milliseconds

<<31323334353637383940>>