OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getStream
(Results
26 - 50
of
86
) sorted by null
1
2
3
4
/libcore/support/src/test/java/tests/support/
Support_GetLocal.java
78
static ByteArrayInputStream
getStream
(String url) throws IOException,
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
StockSource.java
83
protected InputStream
getStream
(ImageData data, int longSide) {
LocalSource.java
243
protected InputStream
getStream
(ImageData data, int longSide) {
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
ZipInputStreamTest.java
47
InputStream is = Support_Resources.
getStream
("hyts_ZipFile.zip");
162
InputStream in = new FilterInputStream(Support_Resources.
getStream
("hyts_ZipFile.zip")) {
ZipFileTest.java
108
InputStream in = Support_Resources.
getStream
("hyts_ZipFile.zip");
381
InputStream is = Support_Resources.
getStream
("hyts_ZipFile.zip");
DeflaterTest.java
644
InputStream inFile = Support_Resources.
getStream
("hyts_checkInput.txt");
718
InputStream inFile = Support_Resources.
getStream
("hyts_checkInput.txt");
794
InputStream inFile = Support_Resources.
getStream
("hyts_checkInput.txt");
939
InputStream inFile = Support_Resources.
getStream
("hyts_checkInput.txt");
[
all
...]
/libcore/support/src/test/java/tests/support/resource/
Support_Resources.java
37
public static InputStream
getStream
(String name) {
112
InputStream in = Support_Resources.
getStream
(folder == null ? file
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
JarInputStreamTest.java
77
InputStream is = Support_Resources.
getStream
("Broken_entry.jar");
118
is = Support_Resources.
getStream
("Broken_entry.jar");
396
InputStream is = Support_Resources.
getStream
("Broken_entry.jar");
/external/lzma/CPP/7zip/UI/Common/
OpenArchive.cpp
431
CMyComPtr<IInArchiveGetStream>
getStream
;
432
if (arc.Archive->QueryInterface(IID_IInArchiveGetStream, (void **)&
getStream
) != S_OK || !
getStream
)
436
if (
getStream
->
GetStream
(mainSubfile, &subSeqStream) != S_OK || !subSeqStream)
/frameworks/native/opengl/libs/GLES_trace/src/
gltrace_eglapi.cpp
48
TCPStream *stream = state->
getStream
();
gltrace_context.cpp
76
TCPStream *GLTraceState::
getStream
() {
/libcore/crypto/src/main/java/org/conscrypt/
PRF.java
34
private static Logger.Stream logger = Logger.
getStream
("prf");
SSLRecordProtocol.java
91
private Logger.Stream logger = Logger.
getStream
("record");
/libcore/luni/src/test/java/libcore/java/security/cert/
X509CRLTest.java
77
final InputStream is = Support_Resources.
getStream
(name);
92
final InputStream is = Support_Resources.
getStream
(name);
107
final InputStream ris = Support_Resources.
getStream
(name);
125
final InputStream ris = Support_Resources.
getStream
(name);
X509CertificateTest.java
125
final InputStream is = Support_Resources.
getStream
(name);
139
final InputStream is = Support_Resources.
getStream
(name);
152
final InputStream ris = Support_Resources.
getStream
("x509/cert-rsa-pubkey.der");
170
final InputStream ris = Support_Resources.
getStream
("x509/cert-rsa-dates.txt");
199
final InputStream ris = Support_Resources.
getStream
("x509/cert-rsa-serial.txt");
217
final InputStream ris = Support_Resources.
getStream
(name);
[
all
...]
/libcore/luni/src/test/java/libcore/java/util/zip/
OldZipFileTest.java
164
InputStream is = Support_Resources.
getStream
("hyts_ZipFile.zip");
OldZipInputStreamTest.java
38
InputStream is = Support_Resources.
getStream
("hyts_ZipFile.zip");
/external/clang/lib/AST/
ItaniumMangle.cpp
280
raw_ostream &
getStream
() { return Out; }
[
all
...]
MicrosoftMangle.cpp
82
raw_ostream &
getStream
() const { return Out; }
[
all
...]
/external/clang/lib/Rewrite/Core/
Rewriter.cpp
425
// which is later accessible via
getStream
() if ok() return true.
466
raw_ostream &
getStream
() { return *FileStream; }
485
I->second.write(File.
getStream
());
/frameworks/support/v4/java/android/support/v4/app/
ShareCompat.java
699
* or {@link #
getStream
()} methods depending on the type of content shared.
766
* {@link #
getStream
(int)} and {@link #getStreamCount()} to retrieve the
772
public Uri
getStream
() {
785
public Uri
getStream
(int index) {
[
all
...]
/libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
ZipFileTest.java
138
InputStream in = Support_Resources.
getStream
("hyts_ZipFile.zip");
463
InputStream is = Support_Resources.
getStream
("hyts_ZipFile.zip");
/external/llvm/lib/MC/
MCAssembler.cpp
580
uint64_t Start = OW->
getStream
().tell();
687
assert(OW->
getStream
().tell() - Start == FragmentSize &&
732
uint64_t Start = getWriter().
getStream
().tell();
739
assert(getWriter().
getStream
().tell() - Start ==
[
all
...]
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherTest.java
344
InputStream is = Support_Resources.
getStream
(resPath);
402
InputStream is = Support_Resources.
getStream
(resPath);
465
InputStream is = Support_Resources.
getStream
(resPath);
[
all
...]
/external/nist-pkits/src/libcore/java/security/cert/
X509CertificateNistPkitsTest.java
47
public static InputStream
getStream
(String name) {
72
final InputStream is =
getStream
(fileName);
97
final InputStream is =
getStream
(fileName);
[
all
...]
Completed in 1908 milliseconds
1
2
3
4