Home
last modified time | relevance | path

Searched defs:out (Results 1 – 25 of 1550) sorted by relevance

12345678910>>...62

/external/v8/src/
Dobjects-printer.cc43 void MaybeObject::Print(FILE* out) { in Print()
58 void MaybeObject::PrintLn(FILE* out) { in PrintLn()
64 void HeapObject::PrintHeader(FILE* out, const char* id) { in PrintHeader()
69 void HeapObject::HeapObjectPrint(FILE* out) { in HeapObjectPrint()
196 void ByteArray::ByteArrayPrint(FILE* out) { in ByteArrayPrint()
201 void FreeSpace::FreeSpacePrint(FILE* out) { in FreeSpacePrint()
206 void ExternalPixelArray::ExternalPixelArrayPrint(FILE* out) { in ExternalPixelArrayPrint()
211 void ExternalByteArray::ExternalByteArrayPrint(FILE* out) { in ExternalByteArrayPrint()
216 void ExternalUnsignedByteArray::ExternalUnsignedByteArrayPrint(FILE* out) { in ExternalUnsignedByteArrayPrint()
221 void ExternalShortArray::ExternalShortArrayPrint(FILE* out) { in ExternalShortArrayPrint()
[all …]
/external/qemu/android/
Dhelp.c20 help_virtual_device( stralloc_t* out ) in help_virtual_device()
59 help_sdk_images( stralloc_t* out ) in help_sdk_images()
99 help_build_images( stralloc_t* out ) in help_build_images()
145 help_disk_images( stralloc_t* out ) in help_disk_images()
209 help_keys(stralloc_t* out) in help_keys()
251 help_environment(stralloc_t* out) in help_environment()
282 help_keyset_file(stralloc_t* out) in help_keyset_file()
353 help_debug_tags(stralloc_t* out) in help_debug_tags()
388 help_char_devices(stralloc_t* out) in help_char_devices()
453 help_avd(stralloc_t* out) in help_avd()
[all …]
/external/apache-harmony/nio_char/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/
DASCIICharsetEncoderTest.java85 ByteBuffer out = ByteBuffer.allocate(10); in testMultiStepEncode() local
134 ByteBuffer out = ByteBuffer.allocate(0x10); in testInternalState() local
156 ByteBuffer out = ByteBuffer.allocate(0x10); in testInternalState_Reset() local
164 ByteBuffer out = ByteBuffer.allocate(0x10); in testInternalState_Reset() local
171 ByteBuffer out = ByteBuffer.allocate(0x10); in testInternalState_Reset() local
183 ByteBuffer out = ByteBuffer.allocate(0x10); in testInternalState_Encoding() local
190 ByteBuffer out = ByteBuffer.allocate(0x10); in testInternalState_Encoding() local
198 ByteBuffer out = ByteBuffer.allocate(0x10); in testInternalState_Encoding() local
208 ByteBuffer out = ByteBuffer.allocate(0x10); in testInternalState_Encoding() local
222 ByteBuffer out = ByteBuffer.allocate(0x10); in testInternalState_Encoding() local
[all …]
/external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/
DCharsetDecoderTest.java214 CharBuffer out = decoder.decode(ByteBuffer.allocate(0)); in implTestDecodeByteBuffer() local
223 assertCharBufferValue(getString(), out); in implTestDecodeByteBuffer() local
231 assertCharBufferValue(getString(), out); in implTestDecodeByteBuffer() local
236 CharBuffer out; in testDecodeByteBufferException() local
256 assertCharBufferValue(getString(), out); in testDecodeByteBufferException() local
280 assertCharBufferValue(getString(), out); in testDecodeByteBufferException() local
309 CharBuffer out = CharBuffer.allocate(100); in implTestDecodeByteBufferCharBuffer() local
333 assertCharBufferValue(getString(), out); in implTestDecodeByteBufferCharBuffer() local
346 assertCharBufferValue(getString(), out); in implTestDecodeByteBufferCharBuffer() local
360 assertCharBufferValue(getString() + getString() + getString(), out); in implTestDecodeByteBufferCharBuffer() local
[all …]
DUTF16CharsetDecoderTest.java73 CharBuffer out = CharBuffer.allocate(10); in testMultiStepDecode() local
75 ByteBuffer.wrap(new byte[] { -1, -2, 32, 0, 98 }), out, in testMultiStepDecode() local
83 assertTrue(decoder.decode(ByteBuffer.wrap(new byte[] { 98 }), out, in testMultiStepDecode() local
91 assertFalse(decoder.decode(ByteBuffer.wrap(new byte[] {}), out, in testMultiStepDecode() local
98 ByteBuffer.wrap(new byte[] { -1, -2, 32, 0, 98, 0 }), out, in testMultiStepDecode() local
106 assertTrue(decoder.decode(ByteBuffer.wrap(new byte[] { 0 }), out, in testMultiStepDecode() local
/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/
DSinkTester.java96 OutputStream out = create(); in sinkTestNoWriting() local
104 OutputStream out = create(); in sinkTestWriteZeroBytes() local
117 OutputStream out = create(); in sinkTestWriteByteByByte() local
133 OutputStream out = create(); in sinkTestWriteArray() local
155 OutputStream out = create(); in sinkTestWriteOffset() local
183 OutputStream out = create(); in sinkTestWriteLargeArray() local
192 OutputStream out = create(); in sinkTestWriteAfterClose() local
207 OutputStream out = create(); in sinkTestWriteAfterCloseSuppressed() local
DCharSinkTester.java95 Writer out = create(); in sinkTestNoWriting() local
103 Writer out = create(); in sinkTestWriteZeroChars() local
116 Writer out = create(); in sinkTestWriteCharByChar() local
128 Writer out = create(); in sinkTestWriteArray() local
140 Writer out = create(); in sinkTestWriteOffset() local
171 Writer out = create(); in sinkTestWriteLargeArray() local
180 Writer out = create(); in sinkTestWriteAfterClose() local
195 Writer out = create(); in sinkTestWriteAfterCloseSuppressed() local
/external/openssl/crypto/perlasm/
Dx86_64-xlate.pl139 sub out { subroutine
195 sub out { subroutine
236 sub out { subroutine
324 sub out { subroutine
345 sub out { subroutine
413 sub out { subroutine
646 sub out { subroutine
/external/javassist/src/main/javassist/bytecode/
DClassFilePrinter.java38 public static void print(ClassFile cf, PrintWriter out) { in print()
72 printAttributes(finfo.getAttributes(), out, 'f'); in print() local
84 printAttributes(minfo.getAttributes(), out, 'm'); in print() local
89 printAttributes(cf.getAttributes(), out, 'c'); in print() local
92 static void printAttributes(List list, PrintWriter out, char kind) { in printAttributes()
108 printAttributes(ca.getAttributes(), out, kind); in printAttributes() local
119 StackMapTable.Printer.print((StackMapTable)ai, out); in printAttributes() local
/external/oprofile/libutil++/
Dxml_output.cpp24 ostringstream out; in tag_name() local
32 ostringstream out; in open_element() local
43 ostringstream out; in close_element() local
54 ostringstream out; in init_attr() local
65 ostringstream out; in init_attr() local
76 ostringstream out; in init_attr() local
/external/emma/core/java12/com/vladium/jcd/compiler/
DCodeGen.java26 public static void load_local_object_var (final ByteArrayOStream out, final int index) in load_local_object_var()
46 public static void store_local_object_var (final ByteArrayOStream out, final int index) in store_local_object_var()
68 …public static void push_int_value (final ByteArrayOStream out, final ClassDef cls, final int value) in push_int_value()
106 public static void push_constant_index (final ByteArrayOStream out, final int index) in push_constant_index()
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DintermOut.cpp88 TInfoSinkBase& out = sink; in visitBinary() local
140 TInfoSinkBase& out = sink; in visitUnary() local
204 TInfoSinkBase& out = sink; in visitAggregate() local
277 TInfoSinkBase& out = sink; in visitSelection() local
310 TInfoSinkBase& out = sink; in visitConstantUnion() local
343 TInfoSinkBase& out = sink; in visitLoop() local
381 TInfoSinkBase& out = sink; in visitBranch() local
DOutputGLSL.cpp14 TInfoSinkBase out; in getTypeName() local
44 TInfoSinkBase out; in arrayBrackets() local
78 TInfoSinkBase& out = objSink(); in writeTriplet() local
95 TInfoSinkBase& out = objSink(); in writeVariableType() local
128 TInfoSinkBase& out = objSink(); in writeFunctionParameters() local
158 TInfoSinkBase& out = objSink(); in writeConstantUnion() local
197 TInfoSinkBase& out = objSink(); in visitSymbol() local
212 TInfoSinkBase& out = objSink(); in visitBinary() local
392 TInfoSinkBase& out = objSink(); in visitSelection() local
430 TInfoSinkBase& out = objSink(); in visitAggregate() local
[all …]
/external/bluetooth/bluez/sbc/
Dsbc_primitives_iwmmxt.c42 static inline void sbc_analyze_four_iwmmxt(const int16_t *in, int32_t *out, in sbc_analyze_four_iwmmxt()
115 static inline void sbc_analyze_eight_iwmmxt(const int16_t *in, int32_t *out, in sbc_analyze_eight_iwmmxt()
271 static inline void sbc_analyze_4b_4s_iwmmxt(int16_t *x, int32_t *out, in sbc_analyze_4b_4s_iwmmxt()
284 static inline void sbc_analyze_4b_8s_iwmmxt(int16_t *x, int32_t *out, in sbc_analyze_4b_8s_iwmmxt()
Dsbc_primitives_armv6.c108 #define sbc_analyze_four(in, out, consts) \ argument
264 #define sbc_analyze_eight(in, out, consts) \ argument
268 static void sbc_analyze_4b_4s_armv6(int16_t *x, int32_t *out, int out_stride) in sbc_analyze_4b_4s_armv6()
280 static void sbc_analyze_4b_8s_armv6(int16_t *x, int32_t *out, int out_stride) in sbc_analyze_4b_8s_armv6()
/external/e2fsprogs/lib/uuid/
Dunparse.c51 static void uuid_unparse_x(const uuid_t uu, char *out, const char *fmt) in uuid_unparse_x()
63 void uuid_unparse_lower(const uuid_t uu, char *out) in uuid_unparse_lower()
68 void uuid_unparse_upper(const uuid_t uu, char *out) in uuid_unparse_upper()
73 void uuid_unparse(const uuid_t uu, char *out) in uuid_unparse()
/external/chromium/webkit/glue/
Dweb_io_operators.cc20 std::ostream& operator<<(std::ostream& out, const WebString& s) { in operator <<()
25 std::ostream& operator<<(std::ostream& out, const WebPoint& p) { in operator <<()
29 std::ostream& operator<<(std::ostream& out, const WebRect& p) { in operator <<()
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
DDebugInfoBuilder.java153 ByteArrayOutput out = new ByteArrayOutput(); in encodeDebugInfo() local
190 void emit(DexFile dexFile, Output out, List<Item> referencedItems); in emit()
193 private void emitEndSequence(Output out) { in emitEndSequence()
197 private void emitAdvancePC(Output out, int address) { in emitAdvancePC()
207 private void emitAdvanceLine(Output out, int lineDelta) { in emitAdvanceLine()
212 private void emitStartLocal(Output out, int registerNum) { in emitStartLocal()
219 private void emitStartLocalExtended(Output out, int registerNum) { in emitStartLocalExtended()
227 private void emitEndLocal(Output out, int registerNum) { in emitEndLocal()
232 private void emitRestartLocal(Output out, int registerNum) { in emitRestartLocal()
237 private void emitSetPrologueEnd(Output out) { in emitSetPrologueEnd()
[all …]
/external/guava/guava-tests/test/com/google/common/io/
DFileBackedOutputStreamTest.java47 FileBackedOutputStream out = new FileBackedOutputStream(0, true); in testFinalizeDeletesFile() local
81 FileBackedOutputStream out = new FileBackedOutputStream(fileThreshold, resetOnFinalize); in testThreshold() local
115 OutputStream out, byte[] b, int off, int len, boolean singleByte) in write()
131 FileBackedOutputStream out = new FileBackedOutputStream(50); in testWriteErrorAfterClose() local
152 FileBackedOutputStream out = new FileBackedOutputStream(Integer.MAX_VALUE); in testReset() local
/external/speex/libspeex/
Dfftwrap.c45 static int maximize_range(spx_word16_t *in, spx_word16_t *out, spx_word16_t bound, int len) in maximize_range()
69 static void renorm_range(spx_word16_t *in, spx_word16_t *out, int shift, int len) in renorm_range()
98 void spx_fft(void *table, float *in, float *out) in spx_fft()
116 void spx_ifft(void *table, float *in, float *out) in spx_ifft()
156 void spx_fft(void *table, spx_word16_t *in, spx_word16_t *out) in spx_fft()
162 void spx_ifft(void *table, spx_word16_t *in, spx_word16_t *out) in spx_ifft()
174 float *out; member
204 void spx_fft(void *table, spx_word16_t *in, spx_word16_t *out) in spx_fft()
222 void spx_ifft(void *table, spx_word16_t *in, spx_word16_t *out) in spx_ifft()
273 void spx_fft(void *table, spx_word16_t *in, spx_word16_t *out) in spx_fft()
[all …]
/external/jmdns/src/javax/jmdns/impl/tasks/
DDNSTask.java78 public DNSOutgoing addQuestion(DNSOutgoing out, DNSQuestion rec) throws IOException { in addQuestion()
110 … public DNSOutgoing addAnswer(DNSOutgoing out, DNSIncoming in, DNSRecord rec) throws IOException { in addAnswer()
141 public DNSOutgoing addAnswer(DNSOutgoing out, DNSRecord rec, long now) throws IOException { in addAnswer()
171 public DNSOutgoing addAuthoritativeAnswer(DNSOutgoing out, DNSRecord rec) throws IOException { in addAuthoritativeAnswer()
203 …public DNSOutgoing addAdditionalAnswer(DNSOutgoing out, DNSIncoming in, DNSRecord rec) throws IOEx… in addAdditionalAnswer()
/external/quake/quake/src/WinQuake/
Dr_aclip.cpp47 void R_Alias_clip_z (finalvert_t *pfv0, finalvert_t *pfv1, finalvert_t *out) in R_Alias_clip_z()
97 void R_Alias_clip_left (finalvert_t *pfv0, finalvert_t *pfv1, finalvert_t *out) in R_Alias_clip_left()
120 finalvert_t *out) in R_Alias_clip_right()
142 void R_Alias_clip_top (finalvert_t *pfv0, finalvert_t *pfv1, finalvert_t *out) in R_Alias_clip_top()
165 finalvert_t *out) in R_Alias_clip_bottom()
191 int R_AliasClip (finalvert_t *in, finalvert_t *out, int flag, int count, in R_AliasClip()
/external/quake/quake/src/QW/client/
Dr_aclip.c47 void R_Alias_clip_z (finalvert_t *pfv0, finalvert_t *pfv1, finalvert_t *out) in R_Alias_clip_z()
97 void R_Alias_clip_left (finalvert_t *pfv0, finalvert_t *pfv1, finalvert_t *out) in R_Alias_clip_left()
120 finalvert_t *out) in R_Alias_clip_right()
142 void R_Alias_clip_top (finalvert_t *pfv0, finalvert_t *pfv1, finalvert_t *out) in R_Alias_clip_top()
165 finalvert_t *out) in R_Alias_clip_bottom()
191 int R_AliasClip (finalvert_t *in, finalvert_t *out, int flag, int count, in R_AliasClip()
/external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
DTextHtmlFunction.java92 public void filter(String in, Appendable out) throws IOException { in filter()
113 private void splitAndConvert(String in, Appendable out) throws IOException { in splitAndConvert()
127 htmlCharEscaper.filter(in.subSequence(regionStart, matchStart).toString(), out); in splitAndConvert() local
146 htmlCharEscaper.filter(in.substring(regionStart, end), out); in splitAndConvert() local
158 private void formatEmail(String in, int start, int end, Appendable out) throws IOException { in formatEmail()
179 private void formatUrl(String in, int start, int end, boolean addScheme, Appendable out) in formatUrl()
/external/openssl/crypto/evp/
De_des.c74 static int des_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_ecb_cipher()
82 static int des_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_ofb_cipher()
99 static int des_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_cbc_cipher()
116 static int des_cfb64_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_cfb64_cipher()
135 static int des_cfb1_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_cfb1_cipher()
162 static int des_cfb8_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_cfb8_cipher()

12345678910>>...62