Searched refs:out (Results 176 - 200 of 5513) sorted by relevance

1234567891011>>

/external/owasp/sanitizer/src/tests/org/owasp/html/
H A DUrlTextExampleTest.java42 StringBuilder out = new StringBuilder();
44 out,
56 out.toString());
/external/qemu/android/filesystems/
H A Dramdisk_extractor_unittest.cpp58 char* out = NULL; local
62 EXPECT_TRUE(android_extractRamdiskFile(path(), "foo", &out, &outSize));
64 EXPECT_TRUE(out);
65 EXPECT_TRUE(!memcmp(out, kExpected, outSize));
66 free(out);
72 char* out = NULL; local
76 EXPECT_TRUE(android_extractRamdiskFile(path(), "bar2", &out, &outSize));
78 EXPECT_TRUE(out);
79 EXPECT_TRUE(!memcmp(out, kExpected, outSize));
80 free(out);
84 char* out = NULL; local
[all...]
/external/skia/experimental/Intersection/
H A DEdgeWalkerQuadratics_Test.cpp14 SkPath path, out; local
21 testSimplify(path, true, out, bitmap);
25 SkPath path, out; local
32 testSimplify(path, true, out, bitmap);
36 SkPath path, out; local
43 testSimplify(path, true, out, bitmap);
47 SkPath path, out; local
54 testSimplify(path, true, out, bitmap);
55 drawAsciiPaths(path, out, true);
59 SkPath path, out; local
73 SkPath path, out; local
87 SkPath path, out; local
101 SkPath path, out; local
115 SkPath path, out; local
129 SkPath path, out; local
143 SkPath path, out; local
157 SkPath path, out; local
171 SkPath path, out; local
186 SkPath path, out; local
200 SkPath path, out; local
214 SkPath path, out; local
228 SkPath path, out; local
[all...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
H A DDebugInfoItem.java52 public void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) {
53 DexReader reader = dexFile.readerAt(out.getCursor());
56 out.annotateTo(reader.getOffset(), "line_start = %d", lineStart);
59 out.annotateTo(reader.getOffset(), "parameters_size = %d", parametersSize);
62 out.annotate(0, "parameters:");
63 out.indent();
66 out.annotateTo(reader.getOffset(), "%s",
69 out.deindent();
72 out.annotate(0, "debug opcodes:");
73 out
[all...]
H A DEncodedValue.java41 public static void annotateEncodedValue(@Nonnull AnnotatedBytes out, @Nonnull DexReader reader) { argument
49 out.annotate(1, "valueArg = %d, valueType = 0x%x: byte", valueArg, valueType);
51 out.annotate(1, "value = 0x%x", intValue);
54 out.annotate(1, "valueArg = %d, valueType = 0x%x: short", valueArg, valueType);
56 out.annotate(valueArg + 1, "value = 0x%x", intValue);
59 out.annotate(1, "valueArg = %d, valueType = 0x%x: char", valueArg, valueType);
61 out.annotate(valueArg+1, "value = 0x%x", intValue);
64 out.annotate(1, "valueArg = %d, valueType = 0x%x: int", valueArg, valueType);
66 out.annotate(valueArg+1, "value = 0x%x", intValue);
69 out
129 annotateEncodedAnnotation(@onnull AnnotatedBytes out, @Nonnull DexReader reader) argument
152 annotateEncodedArray(@onnull AnnotatedBytes out, @Nonnull DexReader reader) argument
[all...]
H A DHeaderItem.java165 protected void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) {
166 int startOffset = out.getCursor();
174 out.annotate(8, "magic: %s", StringUtils.escapeString(magicBuilder.toString()));
175 out.annotate(4, "checksum");
176 out.annotate(20, "signature");
177 out.annotate(4, "file_size: %d", dexFile.readInt(out.getCursor()));
179 headerSize = dexFile.readInt(out.getCursor());
180 out.annotate(4, "header_size: %d", headerSize);
182 int endianTag = dexFile.readInt(out
[all...]
/external/eigen/bench/spbench/
H A Dspbenchsolver.h91 void printStatheader(std::ofstream& out) argument
96 out << "<?xml version='1.0' encoding='UTF-8'?> \n";
97 out << "<?xml-stylesheet type='text/xsl' href='#stylesheet' ?> \n";
98 out << "<!DOCTYPE BENCH [\n<!ATTLIST xsl:stylesheet\n id\t ID #REQUIRED>\n]>";
99 out << "\n\n<!-- Generated by the Eigen library -->\n";
101 out << "\n<BENCH> \n" ; //root XML element
103 printBenchStyle(out);
105 out << " <AVAILSOLVER> \n";
107 out <<" <SOLVER ID='" << EIGEN_UMFPACK << "'>\n";
108 out << " <TYP
[all...]
/external/valgrind/main/none/tests/s390x/
H A Ddfp-2.c16 long out; local
17 asm volatile(".insn rre, 0xb3e50000, %[out], %[in]\n\t"
18 :[out] "=d" (out) :[in] "f" (in));
21 printf(" -> %ld\n", out);
26 long out; local
27 asm volatile(".insn rre, 0xb3ed0000, %[out], %[in]\n\t"
28 :[out] "=d" (out) :[in] "f" (in));
31 printf(" -> %ld\n", out);
36 long out; local
46 long out; local
56 _Decimal64 out; local
71 _Decimal128 out; local
86 _Decimal64 out; local
100 _Decimal128 out; local
114 _Decimal64 out; local
140 _Decimal128 out; local
166 _Decimal64 out; local
190 _Decimal128 out; local
214 _Decimal64 out; local
230 _Decimal128 out; local
246 _Decimal64 out; local
262 _Decimal128 out; local
[all...]
/external/bison/src/
H A Dprint-xml.c56 print_core (FILE *out, int level, state *s) argument
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>");
125 print_transitions (state *s, FILE *out, int level) argument
139 xml_puts (out, leve
181 print_errs(FILE *out, int level, state *s) argument
218 print_reduction(FILE *out, int level, char const *lookahead_token, rule *r, bool enabled) argument
240 print_reductions(FILE *out, int level, state *s) argument
341 print_actions(FILE *out, int level, state *s) argument
356 print_state(FILE *out, int level, state *s) argument
379 print_grammar(FILE *out, int level) argument
427 xml_indent(FILE *out, int level) argument
435 xml_puts(FILE *out, int level, char const *s) argument
443 xml_printf(FILE *out, int level, char const *fmt, ...) argument
502 FILE *out = xfopen (spec_xml_file, "w"); local
[all...]
/external/chromium_org/third_party/icu/source/tools/gentest/
H A Dgentest.c145 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, " publi
[all...]
/external/icu/icu4c/source/tools/gentest/
H A Dgentest.c145 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, " publi
[all...]
/external/chromium_org/storage/browser/blob/
H A Dview_blob_internals_job.cc40 void StartHTML(std::string* out) { argument
41 out->append(
56 void EndHTML(std::string* out) { argument
57 out->append("\n</body></html>");
60 void AddHTMLBoldText(const std::string& text, std::string* out) { argument
61 out->append("<b>");
62 out->append(net::EscapeForHTML(text));
63 out->append("</b>");
66 void StartHTMLList(std::string* out) { argument
67 out
70 EndHTMLList(std::string* out) argument
74 AddHTMLListItem(const std::string& element_title, const std::string& element_data, std::string* out) argument
84 AddHorizontalRule(std::string* out) argument
171 GenerateHTMLForBlobData(const BlobData& blob_data, int refcount, std::string* out) argument
[all...]
/external/chromium_org/remoting/tools/winext/manifest/
H A Drdp.h220 HRESULT OnConfirmClose([out] VARIANT_BOOL* pfAllowClose);
221 HRESULT OnReceivedTSPublicKey(BSTR publicKey, [out] VARIANT_BOOL* pfContinueLogon);
222 HRESULT OnAutoReconnecting(long disconnectReason, long attemptCount, [out] AutoReconnectContinueState* pArcContinueStatus);
242 HRESULT get_StartProgram([out] BSTR* pStartProgram);
244 HRESULT get_WorkDir([out] BSTR* pWorkDir);
246 HRESULT get_FullScreen([out] long* pfFullScreen);
251 HRESULT get_Compress([out] long* pcompress);
253 HRESULT get_BitmapPeristence([out] long* pbitmapPeristence);
255 HRESULT get_allowBackgroundInput([out] long* pallowBackgroundInput);
261 HRESULT get_ContainerHandledFullScreen([out] lon
[all...]
/external/clang/tools/diagtool/
H A DListWarnings.cpp42 static void printEntries(std::vector<Entry> &entries, llvm::raw_ostream &out) { argument
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) { argument
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 << "\nSTATISTIC
[all...]
/external/guava/guava-tests/test/com/google/common/io/
H A DFileBackedOutputStreamTest.java47 FileBackedOutputStream out = new FileBackedOutputStream(0, true);
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);
82 InputSupplier<InputStream> supplier = out.getSupplier();
88 write(out, data, 0, chunk1, singleByte);
92 File file = out
114 write( OutputStream out, byte[] b, int off, int len, boolean singleByte) argument
[all...]
/external/chromium_org/third_party/iaccessible2/
H A Dia2_api_all.idl411 @param [out] relationType
417 [out, retval] BSTR *relationType
421 @param [out] localizedRelationType
426 [out, retval] BSTR *localizedRelationType
430 @param [out] nTargets
435 [out, retval] long *nTargets
441 @param [out] target
449 [out, retval] IUnknown **target
455 @param [out] targets
460 @param [out] nTarget
[all...]
/external/chromium_org/sdch/open-vcdiff/src/
H A Dvcencoder.cc60 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) {
109 StartEncoding( OutputStringInterface* out) argument
121 EncodeChunk( const char* data, size_t len, OutputStringInterface* out) argument
136 FinishEncoding( OutputStringInterface* out) argument
157 StartEncodingToInterface( OutputStringInterface* out) argument
162 EncodeChunkToInterface( const char* data, size_t len, OutputStringInterface* out) argument
169 FinishEncodingToInterface( OutputStringInterface* out) argument
174 EncodeToInterface(const char* target_data, size_t target_len, OutputStringInterface* out) argument
[all...]
/external/chromium_org/third_party/WebKit/ManualTests/resources/
H A DArrayParameterTestApplet.java31 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
[all...]
/external/chromium_org/third_party/isimpledom/
H A DISimpleDOMText.idl50 cpp_quote("// [propget] domText(/* out,retval */ BSTR *domText")
52 cpp_quote("// Similar to IAccessible::get_accName, but does not strip out whitespace characters.")
60 cpp_quote("// /* [out] */ int *x,")
61 cpp_quote("// /* [out] */ int *y,")
62 cpp_quote("// /* [out] */ int *width,")
63 cpp_quote("// /* [out] */ int *height);")
79 cpp_quote("// [propget] fontFamily(/* out,retval */ BSTR *fontFamily);")
92 [propget] HRESULT domText([out, retval] BSTR *domText);
96 [out] int *x,
97 [out] in
[all...]
/external/jemalloc/test/unit/
H A Dhash.c84 uint32_t out; local
85 out = hash_x86_32(key, i, 256-i);
86 memcpy(&hashes[i*hashbytes], &out, hashbytes);
89 uint64_t out[2]; local
90 hash_x86_128(key, i, 256-i, out);
91 memcpy(&hashes[i*hashbytes], out, hashbytes);
94 uint64_t out[2]; local
95 hash_x64_128(key, i, 256-i, out);
96 memcpy(&hashes[i*hashbytes], out, hashbytes);
105 uint32_t out local
109 uint64_t out[2]; local
114 uint64_t out[2]; local
[all...]
/external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put/
H A Dxsputn.pass.cpp39 char out[sizeof(in)] = {0}; local
40 t.setp(out, out+sizeof(out));
42 assert(strcmp(in, out) == 0);
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dwrtjava.c83 static FileStream* out=NULL; variable
246 write_tabs(out);
283 T_FileStream_write(out,"\"",1);
285 T_FileStream_write(out,current,add);
286 T_FileStream_write(out,"\" +\n",4);
287 write_tabs(out);
289 T_FileStream_write(out,current,bufLen-len);
294 T_FileStream_write(out,"\"",1);
295 T_FileStream_write(out, buf,bufLen);
298 T_FileStream_write(out,"\",\
[all...]
/external/icu/icu4c/source/tools/genrb/
H A Dwrtjava.c83 static FileStream* out=NULL; variable
246 write_tabs(out);
283 T_FileStream_write(out,"\"",1);
285 T_FileStream_write(out,current,add);
286 T_FileStream_write(out,"\" +\n",4);
287 write_tabs(out);
289 T_FileStream_write(out,current,bufLen-len);
294 T_FileStream_write(out,"\"",1);
295 T_FileStream_write(out, buf,bufLen);
298 T_FileStream_write(out,"\",\
[all...]
/external/apache-http/src/org/apache/http/impl/conn/
H A DLoggingSessionOutputBuffer.java54 private final SessionOutputBuffer out; field in class:LoggingSessionOutputBuffer
61 * @param out The session output buffer.
64 public LoggingSessionOutputBuffer(final SessionOutputBuffer out, final Wire wire) { argument
66 this.out = out;
71 this.out.write(b, off, len);
78 this.out.write(b);
85 this.out.write(b);
92 this.out.flush();
96 this.out
[all...]
/external/chromium_org/net/data/ssl/scripts/
H A Dgenerate-bad-eku-certs.sh17 try rm -rf out
18 try mkdir out
23 try /bin/sh -c "echo 01 > \"out/$eku_test_root-serial\""
26 touch "out/$eku_test_root-index.txt"
29 try openssl genrsa -out "out/$eku_test_root.key" 2048
32 CA_DIR=out \
39 -key "out/$eku_test_root.key" \
41 -out "out/
[all...]

Completed in 781 milliseconds

1234567891011>>