OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mSink
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/angle/src/compiler/translator/depgraph/
DependencyGraphOutput.h
15
TDependencyGraphOutput(TInfoSinkBase& sink) :
mSink
(sink) {}
27
TInfoSinkBase&
mSink
;
/external/chromium_org/third_party/angle/src/compiler/translator/
ValidateLimitations.h
51
TInfoSinkBase &
mSink
;
ValidateOutputs.h
23
TInfoSinkBase&
mSink
;
/external/chromium_org/third_party/angle/src/compiler/translator/timing/
RestrictFragmentShaderTiming.h
31
TInfoSinkBase&
mSink
;
RestrictVertexShaderTiming.h
19
,
mSink
(sink)
27
TInfoSinkBase&
mSink
;
/external/chromium_org/components/cronet/android/java/src/org/chromium/net/
ChromiumUrlRequest.java
39
private final WritableByteChannel
mSink
;
96
mSink
= sink;
307
return
mSink
;
574
mSink
.write(buffer);
598
mSink
.close();
HttpUrlConnectionUrlRequest.java
48
private final WritableByteChannel
mSink
;
115
mSink
= sink;
362
mSink
.close();
392
mSink
.write(ByteBuffer.wrap(buffer, start, count));
398
mSink
.write(ByteBuffer.wrap(buffer, start, count));
462
return ((ChunkedWritableByteChannel)
mSink
).getByteBuffer();
467
return ((ChunkedWritableByteChannel)
mSink
).getBytes();
Completed in 116 milliseconds