HomeSort by relevance Sort by last modified time
    Searched refs:out (Results 226 - 250 of 5986) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/support/v4/java/android/support/v4/util/
DebugUtils.java 27 public static void buildShortClassTag(Object cls, StringBuilder out) {
29 out.append("null");
39 out.append(simpleName);
40 out.append('{');
41 out.append(Integer.toHexString(System.identityHashCode(cls)));
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put/
xsputn.pass.cpp 39 char out[sizeof(in)] = {0}; local
40 t.setp(out, out+sizeof(out));
42 assert(strcmp(in, out) == 0);
  /packages/apps/Email/src/org/apache/commons/io/output/
ProxyOutputStream.java 41 // the proxy is stored in a protected superclass variable named 'out'
50 out.write(idx);
59 out.write(bts);
70 out.write(bts, st, end);
78 out.flush();
86 out.close();
ProxyWriter.java 43 // the proxy is stored in a protected superclass variable named 'out'
52 out.write(idx);
61 out.write(chr);
72 out.write(chr, st, end);
81 out.write(str);
92 out.write(str, st, end);
100 out.flush();
108 out.close();
  /external/icu4c/tools/genrb/
wrtjava.c 83 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,"\",\n",3)
    [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
IWebFramePrivate.idl 22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
58 HRESULT unused1([out, retval] BSTR*);
59 HRESULT scrollOffset([out, retval] SIZE* offset);
63 HRESULT firstLayoutDone([out, retval] BOOL* result);
64 HRESULT loadType([out, retval] WebFrameLoadType* type);
67 HRESULT getPrintedPageCount([in] HDC printDC, [out, retval] UINT* pageCount);
68 [local] HRESULT spoolPages([in] HDC printDC, [in] UINT startPage, [in] UINT endPage, [out, retval] void* ctx);
70 HRESULT isFrameSet([out, retval] BOOL* result);
71 HRESULT string([out, retval] BSTR* result);
73 HRESULT size([out, retval] SIZE* size)
    [all...]
DOMHTML.idl 22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
56 HRESULT length([out, retval] UINT* result);
61 HRESULT item([in] UINT index, [out, retval] IDOMNode** node);
66 HRESULT namedItem([in] BSTR name, [out, retval] IDOMNode** node);
83 HRESULT length([out, retval] unsigned int* result);
93 HRESULT item([in] unsigned int index, [out, retval] IDOMNode** result);
98 HRESULT namedItem([in] BSTR name, [out, retval] IDOMNode** result);
115 HRESULT title([out, retval] BSTR* result);
125 HRESULT referrer([out, retval] BSTR* result);
130 HRESULT domain([out, retval] BSTR* result)
    [all...]
  /external/apache-http/src/org/apache/http/impl/conn/
LoggingSessionOutputBuffer.java 49 private final SessionOutputBuffer out; field in class:LoggingSessionOutputBuffer
56 * @param out The session output buffer.
59 public LoggingSessionOutputBuffer(final SessionOutputBuffer out, final Wire wire) {
61 this.out = out;
66 this.out.write(b, off, len);
73 this.out.write(b);
80 this.out.write(b);
87 this.out.flush();
91 this.out.writeLine(buffer)
    [all...]
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
DESede.java 25 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
84 public void transformBlock(byte[] in, int inOff, byte[] out, int outOff)
93 desFunc(key1, in, inOff, out, outOff);
94 desFunc(key2, out, outOff, out, outOff);
95 desFunc(key3, out, outOff, out, outOff);
99 desFunc(key3, in, inOff, out, outOff);
100 desFunc(key2, out, outOff, out, outOff)
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/
Debug.java 18 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
30 System.out.printf("%3d, ", output[i]);
33 System.out.println();
41 System.out.printf("%3d, ", output[i]);
44 System.out.println();
51 System.out.printf("%3d, ", output.get());
53 System.out.println();
61 System.out.printf("%3d, ", table[i]);
64 System.out.println();
69 // System.out.printf("> " + format + "\n", args)
    [all...]
  /external/openssl/apps/
errstr.c 35 * The word 'cryptographic' can be left out if the rouines from the library
50 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
89 BIO *out=NULL; local
91 out=BIO_new(BIO_s_file());
92 if ((out != NULL) && BIO_set_fp(out,stdout,BIO_NOCLOSE))
97 out = BIO_push(tmpbio, out);
101 ERR_get_string_table(), out); local
103 out); local
105 ERR_get_string_table(),out); local
    [all...]
  /frameworks/rs/driver/linkloader/include/impl/
ELFSectionHeader.hxx 70 out() << '\n' << fillformat('=', 79) << '\n';
71 out().changeColor(raw_ostream::WHITE, true);
72 out() << "ELF Section Header "
74 out().resetColor();
75 out() << fillformat('-', 79) << '\n';
77 out() << fillformat('-', 79) << '\n';
78 out().changeColor(raw_ostream::YELLOW, true);
79 out() << "ELF Section Header "
81 out().resetColor();
85 out() << format(" %-13s : ", (char const *)(title)) << (value) << '\n
    [all...]
ELFHeader.hxx 29 out() << fillformat('=', 79) << '\n';
30 out().changeColor(raw_ostream::WHITE, true);
31 out() << "ELF Header\n";
32 out().resetColor();
33 out() << fillformat('-', 79) << '\n';
36 out() << format(" %-32s : ", (char const *)(title)) << (value) << '\n'
57 out() << fillformat('=', 79) << "\n\n";
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicBlend.cpp 114 uchar4 *out = (uchar4 *)p->out; local
121 for (;x1 < x2; x1++, out++) {
122 *out = 0;
126 for (;x1 < x2; x1++, out++, in++) {
127 *out = *in;
137 rsdIntrinsicBlendSrcOver_K(out, in, len);
139 out += len << 3;
143 for (;x1 < x2; x1++, out++, in++) {
145 short4 out_s = convert_short4(*out);
    [all...]
  /dalvik/tests/048-server-socket/src/
Main.java 25 System.out.println("couldn't open socket " + ioe.getMessage());
29 System.out.println("opened!");
35 System.out.println("couldn't close socket " + ioe.getMessage());
39 System.out.println("closed!");
45 System.out.println("couldn't reopen socket " + ioe.getMessage());
49 System.out.println("reopened!");
50 System.out.println("done");
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
SHA384Digest.java 50 byte[] out,
55 Pack.longToBigEndian(H1, out, outOff);
56 Pack.longToBigEndian(H2, out, outOff + 8);
57 Pack.longToBigEndian(H3, out, outOff + 16);
58 Pack.longToBigEndian(H4, out, outOff + 24);
59 Pack.longToBigEndian(H5, out, outOff + 32);
60 Pack.longToBigEndian(H6, out, outOff + 40);
  /external/openssl/crypto/comp/
c_rle.c 7 static int rle_compress_block(COMP_CTX *ctx, unsigned char *out,
9 static int rle_expand_block(COMP_CTX *ctx, unsigned char *out,
28 static int rle_compress_block(COMP_CTX *ctx, unsigned char *out,
39 *(out++)=0;
40 memcpy(out,in,ilen);
44 static int rle_expand_block(COMP_CTX *ctx, unsigned char *out,
58 memcpy(out,in,ilen-1);
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
Instruction.java 25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
53 public int write(AnnotatedOutput out, int currentCodeAddress) {
54 if (out.annotates()) {
55 annotateInstruction(out, currentCodeAddress);
57 writeInstruction(out, currentCodeAddress);
61 protected void annotateInstruction(AnnotatedOutput out, int currentCodeAddress) {
62 out.annotate(getSize(currentCodeAddress)*2, "[0x" + Integer.toHexString(currentCodeAddress) + "] " +
66 protected abstract void writeInstruction(AnnotatedOutput out, int currentCodeAddress);
  /external/webrtc/src/common_audio/signal_processing/
resample_by_2_internal.h 26 void WebRtcSpl_DownBy2IntToShort(WebRtc_Word32 *in, WebRtc_Word32 len, WebRtc_Word16 *out,
30 WebRtc_Word32 *out, WebRtc_Word32 *state);
33 WebRtc_Word32 *out, WebRtc_Word32 *state);
35 void WebRtcSpl_UpBy2IntToInt(const WebRtc_Word32 *in, WebRtc_Word32 len, WebRtc_Word32 *out,
39 WebRtc_Word16 *out, WebRtc_Word32 *state);
42 WebRtc_Word32* out, WebRtc_Word32* state);
44 void WebRtcSpl_LPBy2IntToInt(const WebRtc_Word32* in, WebRtc_Word32 len, WebRtc_Word32* out,
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
encode_lpc_swb.h 61 * -out : decorrelated LAR vectors.
65 double* out,
84 * -out : decorrelated LAR vectors.
88 double* out,
123 * -out : correlated parametrs.
127 double* out,
142 * -out : correlated parametrs.
146 double* out,
179 * -out : pointer to quantized values.
183 double* out,
    [all...]
  /external/zlib/src/contrib/iostream2/
zstream_test.cpp 9 ozstream out("temp.gz");
10 out < "This works well" < h < g;
11 out.close();
19 out.open("temp.gz"); // try ascii output; zcat temp.gz to see the results
20 out << setw(50) << setfill('#') << setprecision(20) << x << endl << y << endl << z << endl;
21 out << z << endl << y << endl << x << endl;
22 out << 1.1234567890123456789 << endl;
  /libcore/luni/src/main/java/java/io/
FilterOutputStream.java 38 protected OutputStream out; field in class:FilterOutputStream
41 * Constructs a new {@code FilterOutputStream} with {@code out} as its
44 * @param out
47 public FilterOutputStream(OutputStream out) {
48 this.out = out;
67 out.close();
80 * Ensures that all pending data is sent out to the target stream. This
88 out.flush();
112 // Call write() instead of out.write() since subclasses coul
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/
sputc.pass.cpp 53 char out[3] = {0}; local
54 t.setp(out, out+sizeof(out));
57 assert(out[0] == 'A');
60 assert(out[0] == 'A');
61 assert(out[1] == 'B');
  /external/webkit/Source/WebCore/platform/text/
Base64.cpp 70 void base64Encode(const char* data, unsigned len, Vector<char>& out, bool insertLFs)
72 out.clear();
94 out.grow(outLength);
101 out[didx++] = '\n';
104 out[didx++] = base64EncMap[(data[sidx] >> 2) & 077];
105 out[didx++] = base64EncMap[((data[sidx + 1] >> 4) & 017) | ((data[sidx] << 4) & 077)];
106 out[didx++] = base64EncMap[((data[sidx + 2] >> 6) & 003) | ((data[sidx + 1] << 2) & 077)];
107 out[didx++] = base64EncMap[data[sidx + 2] & 077];
114 out[didx++] = '\n';
116 out[didx++] = base64EncMap[(data[sidx] >> 2) & 077]
    [all...]
  /dalvik/tests/036-finalizer/src/
Main.java 16 System.out.println("Snooze: " + ie.getMessage());
78 System.out.println("wimp: " + wimpString(wimp));
81 System.out.println("gc");
84 System.out.println("wimp: " + wimpString(wimp));
85 System.out.println("finalize");
87 System.out.println("wimp: " + wimpString(wimp));
89 System.out.println("sleep");
92 System.out.println("reborn: " + FinalizerTest.mReborn);
93 System.out.println("wimp: " + wimpString(wimp));
94 System.out.println("reset reborn")
    [all...]

Completed in 1139 milliseconds

1 2 3 4 5 6 7 8 91011>>