Searched refs:out (Results 51 - 75 of 3481) sorted by relevance

1234567891011>>

/external/icu4c/samples/citer/
H A Dciter.cpp18 static UFILE *out; variable
22 u_fprintf(out, "%S", &s);
28 u_fprintf(out, "%C", (UChar) ch);
30 u_fprintf(out, "[CharacterIterator::DONE = 0xFFFF]");
32 u_fprintf(out, "[%X]", ch);
53 u_fprintf(out, "testText = %s", testChars);
56 u_fprintf(out, "clone() or equals() failed: Two clones tested unequal\n");
64 u_fprintf(out, "iter.getText() != clone.getText()\n");
67 u_fprintf(out, "\n");
70 u_fprintf(out, "Forwar
[all...]
/external/apache-http/src/org/apache/http/impl/io/
H A DChunkedOutputStream.java53 private final SessionOutputBuffer out; field in class:ChunkedOutputStream
67 * @param out the session output buffer to wrap
71 public ChunkedOutputStream(final SessionOutputBuffer out, int bufferSize) argument
75 this.out = out;
82 * @param out the output buffer to wrap
85 public ChunkedOutputStream(final SessionOutputBuffer out) argument
87 this(out, 2048);
92 * Writes the cache out onto the underlying stream
97 this.out
[all...]
/external/valgrind/main/none/tests/x86/
H A Daad_aam.c19 unsigned short i,out; local
28 out=i;
35 :"=r"(out), "=r"(flags) /* outputs */
36 :"r"(out) /* input */
46 // printf("%d, %d, %d, ",i,(out>>8)&0xff,out&0xff);
50 if (zf && ((out&0xff)!=0)) {
53 if (pf != parity(out&0xff)) {
56 if (sf != !!(out&0x80)) {
61 if ( ((out>>
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DJavaExpression.java91 public void write(PrintWriter out) {
92 stringExpr.write(out);
121 public void write(PrintWriter out) {
122 expression.write(out);
177 public abstract void write(PrintWriter out); argument
181 StringWriter out = new StringWriter();
182 write(new PrintWriter(out));
183 return out.toString();
199 public void write(PrintWriter out) {
200 JavaSourceWriter.writeJavaSymbol(out, metho
261 write(PrintWriter out) argument
319 write(PrintWriter out) argument
[all...]
/external/qemu/android/
H A Dhelp.c17 #define PRINTF(...) stralloc_add_format(out,__VA_ARGS__)
20 help_virtual_device( stralloc_t* out )
59 help_sdk_images( stralloc_t* out )
99 help_build_images( stralloc_t* out )
116 " If the kernel image is not found in the out directory, then it is searched\n"
145 help_disk_images( stralloc_t* out )
209 help_keys(stralloc_t* out) argument
213 stralloc_add_str( out, " When running the emulator, use the following keypresses:\n\n");
251 help_environment(stralloc_t* out) argument
282 help_keyset_file(stralloc_t* out) argument
353 help_debug_tags(stralloc_t* out) argument
388 help_char_devices(stralloc_t* out) argument
453 help_avd(stralloc_t* out) argument
468 help_sysdir(stralloc_t* out) argument
486 help_datadir(stralloc_t* out) argument
502 help_kernel(stralloc_t* out) argument
516 help_ramdisk(stralloc_t* out) argument
527 help_system(stralloc_t* out) argument
541 help_image(stralloc_t* out) argument
552 help_data(stralloc_t* out) argument
562 help_wipe_data(stralloc_t* out) argument
573 help_cache(stralloc_t* out) argument
588 help_cache_size(stralloc_t* out) argument
597 help_no_cache(stralloc_t* out) argument
609 help_sdcard(stralloc_t* out) argument
624 help_snapstorage(stralloc_t* out) argument
641 help_no_snapstorage(stralloc_t* out) argument
654 help_snapshot(stralloc_t* out) argument
682 help_no_snapshot(stralloc_t* out) argument
693 help_no_snapshot_load(stralloc_t* out) argument
702 help_no_snapshot_save(stralloc_t* out) argument
711 help_no_snapshot_update_time(stralloc_t* out) argument
722 help_snapshot_list(stralloc_t* out) argument
737 help_skindir(stralloc_t* out) argument
749 help_skin(stralloc_t* out) argument
767 help_shaper(stralloc_t* out) argument
807 help_http_proxy(stralloc_t* out) argument
824 help_report_console(stralloc_t* out) argument
858 help_dpi_device(stralloc_t* out) argument
873 help_audio(stralloc_t* out) argument
884 help_scale(stralloc_t* out) argument
914 help_trace(stralloc_t* out) argument
934 help_memcheck(stralloc_t* out) argument
973 help_list_cores(stralloc_t* out) argument
983 help_attach_core(stralloc_t* out) argument
999 help_show_kernel(stralloc_t* out) argument
1008 help_shell(stralloc_t* out) argument
1021 help_shell_serial(stralloc_t* out) argument
1039 help_logcat(stralloc_t* out) argument
1072 help_no_audio(stralloc_t* out) argument
1103 help_raw_keys(stralloc_t* out) argument
1123 help_radio(stralloc_t* out) argument
1142 help_port(stralloc_t* out) argument
1158 help_ports(stralloc_t* out) argument
1178 help_onion(stralloc_t* out) argument
1195 help_onion_alpha(stralloc_t* out) argument
1209 help_onion_rotation(stralloc_t* out) argument
1224 help_timezone(stralloc_t* out) argument
1247 help_dns_server(stralloc_t* out) argument
1265 help_cpu_delay(stralloc_t* out) argument
1282 help_no_boot_anim(stralloc_t* out) argument
1295 help_gps(stralloc_t* out) argument
1306 help_keyset(stralloc_t* out) argument
1347 help_nand_limits(stralloc_t* out) argument
1365 help_bootchart(stralloc_t *out) argument
1380 help_tcpdump(stralloc_t *out) argument
1398 help_charmap(stralloc_t *out) argument
1407 help_prop(stralloc_t *out) argument
1425 help_shared_net_id(stralloc_t* out) argument
1441 help_gpu(stralloc_t* out) argument
1471 help_camera_back(stralloc_t* out) argument
1484 help_camera_front(stralloc_t* out) argument
1497 help_webcam_list(stralloc_t* out) argument
1505 help_screen(stralloc_t* out) argument
1520 help_force_32bit(stralloc_t* out) argument
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DASN1Generator.java9 public ASN1Generator(OutputStream out) argument
11 _out = out;
/external/clang/test/SemaCXX/
H A Dstatements.cpp21 void a() { goto out; A x; out: return; }
/external/e2fsprogs/lib/uuid/
H A Dunparse.c51 static void uuid_unparse_x(const uuid_t uu, char *out, const char *fmt) argument
56 sprintf(out, fmt,
63 void uuid_unparse_lower(const uuid_t uu, char *out) argument
65 uuid_unparse_x(uu, out, fmt_lower);
68 void uuid_unparse_upper(const uuid_t uu, char *out) argument
70 uuid_unparse_x(uu, out, fmt_upper);
73 void uuid_unparse(const uuid_t uu, char *out) argument
75 uuid_unparse_x(uu, out, FMT_DEFAULT);
/external/icu4c/tools/gentest/
H A Dgenres32.c54 FILE *out; local
61 out = fopen(file, "w");
64 if(out == NULL) {
76 "testtable32 {", out
86 fprintf(out, "%s{\"\\U%08x\"}\n", key, i);
89 fprintf(out, "%s:int{%d}\n", key, i);
97 "}", out
100 fclose(out);
/external/junit/src/org/junit/internal/
H A DRealSystem.java11 public PrintStream out() { method in class:RealSystem
12 return System.out;
/external/openssl/crypto/x509v3/
H A Dv3_pku.c65 static int i2r_PKEY_USAGE_PERIOD(X509V3_EXT_METHOD *method, PKEY_USAGE_PERIOD *usage, BIO *out, int indent);
85 PKEY_USAGE_PERIOD *usage, BIO *out, int indent)
87 BIO_printf(out, "%*s", indent, "");
89 BIO_write(out, "Not Before: ", 12);
90 ASN1_GENERALIZEDTIME_print(out, usage->notBefore);
91 if(usage->notAfter) BIO_write(out, ", ", 2);
94 BIO_write(out, "Not After: ", 11);
95 ASN1_GENERALIZEDTIME_print(out, usage->notAfter);
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DUnfoldSelect.cpp29 TInfoSinkBase &out = mOutputHLSL->getBodyStream(); local
35 out << mOutputHLSL->typeString(node->getType()) << " t" << i << ";\n";
38 out << "if(";
40 out << ")\n"
43 out << " t" << i << " = ";
45 out << ";\n"
50 out << " t" << i << " = ";
52 out << ";\n"
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebDataSource.idl80 HRESULT data([out, retval] IStream** stream);
92 HRESULT representation([out, retval] IWebDocumentRepresentation** rep);
99 HRESULT webFrame([out, retval] IWebFrame** frame);
107 HRESULT initialRequest([out, retval] IWebURLRequest** request);
114 HRESULT request([out, retval] IWebMutableURLRequest** request);
121 HRESULT response([out, retval] IWebURLResponse** response);
129 HRESULT textEncodingName([out, retval] BSTR* name);
136 HRESULT isLoading([out, retval] BOOL* loading);
143 HRESULT pageTitle([out, retval] BSTR* title);
152 HRESULT unreachableURL([out, retva
[all...]
H A DIWebHTTPURLResponse.idl40 HRESULT allHeaderFields([out, retval] IPropertyBag** headerFields);
41 HRESULT localizedStringForStatusCode([in] int statusCode, [out, retval] BSTR* statusString);
42 HRESULT statusCode([out, retval] int* statusCode);
43 HRESULT isAttachment([out, retval] BOOL* attachment);
H A DIWebHistoryItemPrivate.idl43 [local] HRESULT dictionaryRepresentation([out, retval] void** dictionary);
44 HRESULT visitCount([out, retval] int *count);
46 HRESULT hasURLString([out, retval] BOOL* hasURL);
50 HRESULT RSSFeedReferrer([out, retval] BSTR* url);
52 HRESULT hasPageCache([out, retval] BOOL* hasCache);
55 HRESULT target([out, retval] BSTR* target);
56 HRESULT isTargetItem([out, retval] BOOL* result);
57 [local] HRESULT children([out] unsigned* childCount, [out, retval] SAFEARRAY** children);
58 HRESULT lastVisitWasFailure([out, retva
[all...]
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-encblock.c20 * @out: Output of the AES block operation (16 bytes)
23 int aes_128_encrypt_block(const u8 *key, const u8 *in, u8 *out) argument
29 aes_encrypt(ctx, in, out);
/external/wpa_supplicant_8/src/crypto/
H A Daes-encblock.c20 * @out: Output of the AES block operation (16 bytes)
23 int aes_128_encrypt_block(const u8 *key, const u8 *in, u8 *out) argument
29 aes_encrypt(ctx, in, out);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes-encblock.c20 * @out: Output of the AES block operation (16 bytes)
23 int aes_128_encrypt_block(const u8 *key, const u8 *in, u8 *out) argument
29 aes_encrypt(ctx, in, out);
/external/dropbear/libtomcrypt/src/pk/asn1/der/integer/
H A Dder_encode_integer.c25 @param out [out] The destination for the DER encoded integers
26 @param outlen [in/out] The max size and resulting size of the DER encoded integers
29 int der_encode_integer(void *num, unsigned char *out, unsigned long *outlen) argument
35 LTC_ARGCHK(out != NULL);
38 /* find out how big this will be */
67 *out++ = 0x02;
70 *out++ = (unsigned char)y;
72 *out++ = 0x81;
73 *out
[all...]
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DIContent.java20 void emit (final HTMLWriter out); argument
/external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
H A DCssUrlValidateFunction.java43 protected void applyEscaping(String in, Appendable out) throws IOException { argument
48 out.append("%0A");
51 out.append("%0D");
54 out.append("%22");
57 out.append("%27");
60 out.append("%28");
63 out.append("%29");
66 out.append("%2A");
69 out.append("%3C");
72 out
[all...]
/external/llvm/projects/
H A DMakefile15 DIRS:= $(filter-out llvm-test test-suite,$(patsubst $(PROJ_SRC_DIR)/%/Makefile,%,$(wildcard $(PROJ_SRC_DIR)/*/Makefile)))
18 DIRS := $(filter-out compiler-rt,$(DIRS))
21 DIRS := $(filter-out libcxx,$(DIRS))
25 DIRS := $(filter-out sample, $(DIRS))
/external/openssl/crypto/aes/
H A Daes_ecb.c62 void AES_ecb_encrypt(const unsigned char *in, unsigned char *out, argument
65 assert(in && out && key);
69 AES_encrypt(in, out, key);
71 AES_decrypt(in, out, key);
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
H A DDebugInfoBuilder.java153 ByteArrayOutput out = new ByteArrayOutput();
164 event.emit(dexFile, out, referencedItems);
166 emitEndSequence(out);
179 return DebugInfoItem.internDebugInfoItem(dexFile, lineStart, parameterNamesArray, out.toByteArray(),
190 void emit(DexFile dexFile, Output out, List<Item> referencedItems); argument
193 private void emitEndSequence(Output out) { argument
194 out.writeByte(0);
197 private void emitAdvancePC(Output out, int address) { argument
201 out.writeByte(1);
202 out
207 emitAdvanceLine(Output out, int lineDelta) argument
212 emitStartLocal(Output out, int registerNum) argument
219 emitStartLocalExtended(Output out, int registerNum) argument
227 emitEndLocal(Output out, int registerNum) argument
232 emitRestartLocal(Output out, int registerNum) argument
237 emitSetPrologueEnd(Output out) argument
241 emitSetEpilogueBegin(Output out) argument
245 emitSetFile(Output out) argument
250 emitSpecialOpcode(Output out, byte opcode) argument
268 emit(DexFile dexFile, Output out, List<Item> referencedItems) argument
307 emit(DexFile dexFile, Output out, List<Item> referencedItems) argument
337 emit(DexFile dexFile, Output out, List<Item> referencedItems) argument
367 emit(DexFile dexFile, Output out, List<Item> referencedItems) argument
387 emit(DexFile dexFile, Output out, List<Item> referencedItems) argument
405 emit(DexFile dexFile, Output out, List<Item> referencedItems) argument
423 emit(DexFile dexFile, Output out, List<Item> referencedItems) argument
443 emit(DexFile dexFile, Output out, List<Item> referencedItems) argument
[all...]
/external/v8/src/
H A Dinspector.cc41 void Inspector::DumpObjectType(FILE* out, Object* obj, bool print_more) { argument
43 OS::FPrint(out, "%p:", reinterpret_cast<void*>(obj));
46 OS::FPrint(out, " size %d :", hobj->Size());
52 OS::FPrint(out, " %s", #type); \

Completed in 2456 milliseconds

1234567891011>>