HomeSort by relevance Sort by last modified time
    Searched refs:out (Results 201 - 225 of 5985) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/webkit/Source/WebKit/win/Interfaces/
IWebNavigationData.idl 22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
45 HRESULT url([out, retval] BSTR*);
46 HRESULT title([out, retval] BSTR*);
47 HRESULT originalRequest([out, retval] IWebURLRequest**);
48 HRESULT response([out, retval] IWebURLResponse**);
49 HRESULT hasSubstituteData([out, retval] BOOL*);
50 HRESULT clientRedirectSource([out, retval] BSTR*);
IWebBackForwardList.idl 22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
91 HRESULT backItem([out, retval] IWebHistoryItem** item);
99 HRESULT currentItem([out, retval] IWebHistoryItem** item);
107 HRESULT forwardItem([out, retval] IWebHistoryItem** item);
116 HRESULT backListWithLimit([in] int limit, [out] int* listCount, [in] IWebHistoryItem** list);
125 HRESULT forwardListWithLimit([in] int limit, [out] int* listCount, [in] IWebHistoryItem** list);
133 HRESULT capacity([out, retval] int* result);
149 HRESULT backListCount([out, retval] int* count);
157 HRESULT forwardListCount([out, retval] int* sizecount);
165 HRESULT containsItem([in] IWebHistoryItem* item, [out, retval] BOOL* result)
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Constructed.java 52 public void encodeASN(BerOutputStream out) {
53 out.encodeTag(constrId);
54 encodeContent(out);
ASN1Primitive.java 48 public void encodeASN(BerOutputStream out) {
49 out.encodeTag(id);
50 encodeContent(out);
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons/
default.pass.cpp 21 std::ostrstream out; local
25 out << i << ' ' << d << ' ' << s << std::ends;
26 assert(out.str() == std::string("123 4.5 dog"));
  /packages/apps/Email/src/org/apache/james/mime4j/message/
BodyPart.java 38 public void writeTo(OutputStream out) throws IOException {
39 getHeader().writeTo(out);
40 getBody().writeTo(out);
  /external/bison/src/
print-xml.c 56 print_core (FILE *out, int level, state *s)
68 xml_puts (out, level, "<itemset/>");
72 xml_puts (out, level, "<itemset>");
97 xml_printf (out, level + 1,
101 out, level + 2);
102 xml_puts (out, level + 1, "</item>");
109 xml_printf (out, level + 1,
115 xml_puts (out, level, "</itemset>");
121 | OUT. |
125 print_transitions (state *s, FILE *out, int level
502 FILE *out = xfopen (spec_xml_file, "w"); local
    [all...]
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/
Base64.java 48 byte[] out = new byte[length];
106 out[outIndex++] = (byte) (quantum >> 16);
107 out[outIndex++] = (byte) (quantum >> 8);
108 out[outIndex++] = (byte) quantum;
116 out[outIndex++] = (byte) (quantum >> 16);
118 out[outIndex++] = (byte) (quantum >> 8);
123 System.arraycopy(out, 0, result, 0, outIndex);
136 byte[] out = new byte[length];
139 out[index++] = MAP[(in[i] & 0xff) >> 2];
140 out[index++] = MAP[((in[i] & 0x03) << 4) | ((in[i + 1] & 0xff) >> 4)]
    [all...]
  /libcore/luni/src/main/java/libcore/io/
Base64.java 47 byte[] out = new byte[length];
107 out[outIndex++] = (byte) (quantum >> 16);
108 out[outIndex++] = (byte) (quantum >> 8);
109 out[outIndex++] = (byte) quantum;
117 out[outIndex++] = (byte) (quantum >> 16);
119 out[outIndex++] = (byte) (quantum >> 8);
124 System.arraycopy(out, 0, result, 0, outIndex);
137 byte[] out = new byte[length];
140 out[index++] = map[(in[i] & 0xff) >> 2];
141 out[index++] = map[((in[i] & 0x03) << 4) | ((in[i+1] & 0xff) >> 4)]
    [all...]
  /system/media/audio_utils/include/audio_utils/
primitives.h 27 * Dither and clamp pairs of 32-bit input samples (sums) to 16-bit output samples (out).
31 * and out is an array of interleaved pairs of 16-bit samples per channel.
32 * For mono, c is the number of samples / 2, and out is an array of 16-bit samples.
36 void ditherAndClamp(int32_t* out, const int32_t *sums, size_t c);
96 int32_t out; local
97 asm( "smlabb %[out], %[in], %[v], %[a] \n"
98 : [out]"=r"(out)
101 return out;
114 int32_t out; local
132 int32_t out; local
161 int32_t out; local
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
HeaderItem.java 25 * INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
53 /* Which magic value to use when writing out the header item */
179 protected void writeItem(AnnotatedOutput out) {
185 out.annotate("magic: " + Utf8Utils.escapeString(magicBuilder.toString()));
186 out.write(MAGIC_VALUES[magic_index]);
188 out.annotate("checksum");
189 out.writeInt(0);
191 out.annotate("signature");
192 out.write(new byte[20]);
194 out.annotate("file_size: 0x" + Integer.toHexString(dexFile.getFileSize()) + " (" + dexFile.getFileSize (…)
    [all...]
  /packages/apps/Launcher2/
print_db.py 50 def print_intent(out, id, i, cell):
52 out.write("""<span class="intent" title="%s">shortcut</span>""" % (
57 def print_icon(out, id, i, cell):
60 out.write("""<img src="%s">""" % ( icon_fn ))
65 def print_cell(out, id, i, cell):
67 out.write(cgi.escape(str(cell)))
74 def render_cell_info(out, cell, occupied):
76 out.write(" <td width=%d height=%d></td>\n" %
90 out.write((" <td colspan=%d rowspan=%d width=%d height=%d"
97 out.write("""<img src="icon_%d.png">\n""" % ( cell["_id"] )
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
PipedOutputStreamTest.java 36 public PReader(PipedOutputStream out) {
38 reader = new PipedInputStream(out);
40 System.out.println("Couldn't start reader");
68 System.out.println("Exception reading info");
78 PipedOutputStream out; field in class:PipedOutputStreamTest
91 out = new PipedOutputStream(new PipedInputStream());
92 out.write('b');
99 out = new PipedOutputStream();
100 rt = new Thread(reader = new PReader(out));
102 out.close()
177 PipedOutputStream out = new PipedOutputStream(pis); local
    [all...]
  /external/icu4c/tools/gentest/
gentest.c 145 FILE *out; local
154 out = fopen(file, "w");
157 if(out == NULL) {
163 fprintf(out, "/** Copyright (C) 2007-%d, International Business Machines Corporation and Others. All Rights Reserved. **/\n\n", year);
164 fprintf(out, "/* NOTE: this file is AUTOMATICALLY GENERATED by gentest.\n"
167 fprintf(out, "package com.ibm.icu.dev.test.util;\n\n");
168 fprintf(out, "public class DebugUtilitiesData extends Object {\n");
169 fprintf(out, " public static final String ICU4C_VERSION=\"%s\";\n", U_ICU_VERSION);
171 fprintf(out, " public static final int %s = %d;\n", udbg_enumName(UDBG_UDebugEnumType,t), t);
173 fprintf(out, " public static final String [] TYPES = { \n")
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/
PsdFile.java 68 DataOutputStream out = new DataOutputStream(new BufferedOutputStream(stream)); local
70 mHeader.write(out);
71 out.flush();
73 mColorMode.write(out);
74 mImageResources.write(out);
75 mLayersMasksInfo.write(out);
76 mLayersInfo.write(out);
77 out.flush();
79 mLayersInfo.writeImageData(out);
80 out.flush()
    [all...]
  /external/clang/tools/diagtool/
ListWarnings.cpp 42 static void printEntries(std::vector<Entry> &entries, llvm::raw_ostream &out) {
45 out << " " << it->DiagName;
47 out << " [-W" << it->Flag << "]";
48 out << '\n';
52 int ListWarnings::run(unsigned int argc, char **argv, llvm::raw_ostream &out) {
80 out << "Warnings with flags (" << Flagged.size() << "):\n";
81 printEntries(Flagged, out);
83 out << "Warnings without flags (" << Unflagged.size() << "):\n";
84 printEntries(Unflagged, out);
86 out << "\nSTATISTICS:\n\n"
    [all...]
  /external/dropbear/libtomcrypt/src/pk/asn1/der/object_identifier/
der_encode_object_identifier.c 23 @param out [out] Destination of OID data
24 @param outlen [in/out] The max and resulting size of the OID
28 unsigned char *out, unsigned long *outlen)
34 LTC_ARGCHK(out != NULL);
59 out[x++] = 0x06;
61 out[x++] = (unsigned char)z;
63 out[x++] = 0x81;
64 out[x++] = (unsigned char)z;
66 out[x++] = 0x82
    [all...]
  /cts/libs/json/src/com/android/json/stream/
JsonWriter.java 71 * public void writeJsonStream(OutputStream out, List<Message> messages) throws IOException {
72 * JsonWriter writer = new JsonWriter(new OutputStreamWriter(out, "UTF-8"));
123 private final Writer out; field in class:JsonWriter
142 * Creates a new instance that writes a JSON-encoded stream to {@code out}.
146 public JsonWriter(Writer out) {
147 if (out == null) {
148 throw new NullPointerException("out == null");
150 this.out = out;
216 out.write(openBracket)
    [all...]
  /external/guava/guava-tests/test/com/google/common/io/
FileBackedOutputStreamTest.java 47 FileBackedOutputStream out = new FileBackedOutputStream(0, true); local
49 write(out, data, 0, 100, true);
50 final File file = out.getFile();
53 out.close();
56 out = null;
58 // times out and throws RuntimeException on failure
81 FileBackedOutputStream out = new FileBackedOutputStream(fileThreshold, resetOnFinalize); local
82 InputSupplier<InputStream> supplier = out.getSupplier();
88 write(out, data, 0, chunk1, singleByte);
92 File file = out.getFile()
131 FileBackedOutputStream out = new FileBackedOutputStream(50); local
152 FileBackedOutputStream out = new FileBackedOutputStream(Integer.MAX_VALUE); local
    [all...]
  /dalvik/tests/005-args/src/
ArgsTest.java 34 System.out.println("VALUES: " + Long.toHexString(mLongArray[0]) + " "
36 System.out.println("VALUES: " + mLongArray[0] + " "
39 System.out.println(j);
40 System.out.println("j = " + j);
41 System.out.println("a=" + a + " c=" + c + " d=" + d
  /dalvik/tests/090-loop-formation/src/
Main.java 50 System.out.println("counter1 is " + counter1);
51 System.out.println("counter2 is " + counter2);
52 System.out.println("counter3 is " + counter3);
53 System.out.println("counter4 is " + counter4);
54 System.out.println("counter5 is " + counter5);
  /external/chromium/base/json/
string_escape_unittest.cc 29 std::string out; local
30 JsonDoubleQuote(in, false, &out);
31 EXPECT_EQ(std::string(json_narrow_cases[i].escaped), out); local
35 std::string out; local
36 JsonDoubleQuote(in, false, &out);
41 EXPECT_EQ(out.length() + 2, out_quoted.length());
42 EXPECT_EQ(out_quoted.find(out), 1U);
50 out.clear();
51 JsonDoubleQuote(in, false, &out);
52 EXPECT_EQ(expected, out);
73 std::string out; local
76 EXPECT_EQ(std::string(json_wide_cases[i].escaped), out); local
80 std::string out; local
    [all...]
  /external/open-vcdiff/src/
vcencoder.cc 60 bool StartEncoding(OutputStringInterface* out);
62 bool EncodeChunk(const char* data, size_t len, OutputStringInterface* out);
64 bool FinishEncoding(OutputStringInterface* out);
110 OutputStringInterface* out) {
116 coder_->WriteHeader(out, format_extensions_);
124 OutputStringInterface* out) {
132 engine_->Encode(data, len, look_for_target_matches_, out, coder_.get());
137 OutputStringInterface* out) {
143 coder_->FinishEncoding(out);
158 OutputStringInterface* out) {
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/
ArrayEncodedValue.java 25 * INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
55 public void writeValue(AnnotatedOutput out) {
56 if (out.annotates()) {
57 out.annotate("value_type=" + ValueType.VALUE_ARRAY.name() + ",value_arg=0");
59 out.writeByte(ValueType.VALUE_ARRAY.value);
60 super.writeValue(out);
  /external/webkit/Source/WebCore/manual-tests/resources/
ArrayParameterTestApplet.java 31 System.out.println("arrayFunction called");
33 System.out.println(array[i]);
37 System.out.println("booleanArray called");
39 System.out.println(array[i]);
43 System.out.println("byteArray called");
45 System.out.println(array[i]);
49 System.out.println("charArray called");
51 System.out.println(array[i]);
55 System.out.println("shortArray called");
57 System.out.println(array[i])
    [all...]

Completed in 807 milliseconds

1 2 3 4 5 6 7 891011>>