Home
last modified time | relevance | path

Searched defs:source (Results 126 – 150 of 2292) sorted by relevance

12345678910>>...92

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DResponseBody.java46 public abstract BufferedSource source() throws IOException; in source() method in ResponseBody
54 BufferedSource source = source(); in bytes() local
131 @Override public BufferedSource source() { in create() method in ResponseBody
/external/libcxx/test/std/containers/container.adaptors/stack/stack.cons/
Ddeduct.pass.cpp71 std::stack<A> source; in main() local
86 std::stack<T, C> source(c); in main() local
/external/guice/core/src/com/google/inject/internal/
DInternalFactoryToProviderAdapter.java28 private final Object source; field in InternalFactoryToProviderAdapter
30 public InternalFactoryToProviderAdapter(Provider<? extends T> provider, Object source) { in InternalFactoryToProviderAdapter()
DLinkedProviderBindingImpl.java39 Object source, in LinkedProviderBindingImpl()
52 Object source, in LinkedProviderBindingImpl()
60 Object source, in LinkedProviderBindingImpl()
72 Object source, in createWithInitializer()
DWeakKeySet.java90 public void add(Key<?> key, State state, Object source) { in add()
130 final Object source; field in WeakKeySet.KeyAndSource
132 KeyAndSource(Key<?> key, Object source) { in KeyAndSource()
DMessages.java89 Object source = dependencies.get(i); in formatMessages() local
156 ElementSource source = null; in convert() local
164 static Object convert(Object o, ElementSource source) { in convert()
173 private static Object appendModules(Object source, ElementSource elementSource) { in appendModules()
214 static void formatSource(Formatter formatter, Object source) { in formatSource()
223 static void formatSource(Formatter formatter, Object source, ElementSource elementSource) { in formatSource()
DErrors.java118 private final Object source; field in Errors
129 public Errors(Object source) { in Errors()
135 private Errors(Errors parent, Object source) { in Errors()
142 public Errors withSource(Object source) { in withSource()
261 Object source, in converterReturnedNull()
271 Object source, in conversionTypeError()
284 Object source, in conversionError()
300 Object source, in ambiguousTypeConversion()
351 Class<? extends Annotation> scopeAnnotation, Class<?> type, Object source) { in scopeAnnotationOnAbstractType()
442 public Errors bindingAlreadySet(Key<?> key, Object source) { in bindingAlreadySet()
[all …]
/external/libcxx/test/std/containers/sequences/vector/vector.cons/
Ddeduct.pass.cpp92 std::vector<long double> source; in main() local
110 std::vector<bool> source; in main() local
/external/libcxx/test/std/containers/container.adaptors/queue/queue.cons/
Ddeduct.pass.cpp68 std::queue<A> source; in main() local
83 std::queue<T, C> source(c); in main() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
DBigFractionFormat.java192 public BigFraction parse(final String source) throws ParseException { in parse()
198 LocalizedFormats.UNPARSEABLE_FRACTION_NUMBER, source); in parse() local
211 public BigFraction parse(final String source, final ParsePosition pos) { in parse()
270 protected BigInteger parseNextBigInteger(final String source, in parseNextBigInteger()
/external/gemmlowp/meta/generators/
Dneon_emitter.py287 def EmitAdd(self, destination, source, param): argument
290 def EmitSubs(self, destination, source, param): argument
293 def EmitSub(self, destination, source, param): argument
296 def EmitMul(self, destination, source, param): argument
339 def EmitVCvt(self, cvt_to, cvt_from, destination, source): argument
342 def EmitVDup(self, dup_type, destination, source): argument
351 def EmitVMov(self, mov_type, destination, source): argument
354 def EmitVMovl(self, mov_type, destination, source): argument
359 def EmitVMovl2(self, mov_type, destination_1, destination_2, source): argument
363 def EmitVQmovn(self, mov_type, destination, source): argument
[all …]
/external/perfetto/tools/
Dgen_binary_descriptors55 def check(source, target): argument
70 def generate(source, target, protoc_path): argument
/external/nist-sip/java/javax/sip/
DTransactionTerminatedEvent.java11 Object source, ServerTransaction serverTransaction) { in TransactionTerminatedEvent()
19 Object source, ClientTransaction clientTransaction) { in TransactionTerminatedEvent()
/external/guice/core/src/com/google/inject/spi/
DStaticInjectionRequest.java37 private final Object source; field in StaticInjectionRequest
40 StaticInjectionRequest(Object source, Class<?> type) { in StaticInjectionRequest()
DModuleAnnotatedMethodScannerBinding.java31 private final Object source; field in ModuleAnnotatedMethodScannerBinding
34 public ModuleAnnotatedMethodScannerBinding(Object source, ModuleAnnotatedMethodScanner scanner) { in ModuleAnnotatedMethodScannerBinding()
/external/okhttp/okio/okio/src/main/java/okio/
DBufferedSink.java36 BufferedSink write(byte[] source) throws IOException; in write()
42 BufferedSink write(byte[] source, int offset, int byteCount) throws IOException; in write()
48 long writeAll(Source source) throws IOException; in writeAll()
51 BufferedSink write(Source source, long byteCount) throws IOException; in write()
DRealBufferedSink.java42 @Override public void write(Buffer source, long byteCount) in write()
87 @Override public BufferedSink write(byte[] source) throws IOException { in write()
93 @Override public BufferedSink write(byte[] source, int offset, int byteCount) throws IOException { in write()
99 @Override public long writeAll(Source source) throws IOException { in writeAll()
109 @Override public BufferedSink write(Source source, long byteCount) throws IOException { in write()
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
DCollator.java769 public boolean equals(String source, String target) in equals()
805 public int compare(String source, String target) { in compare()
820 public int compare(Object source, Object target) { in compare()
840 public CollationKey getCollationKey(String source) { in getCollationKey()
/external/turbine/java/com/google/turbine/binder/
DCompUnitPreprocessor.java55 private final SourceFile source; field in CompUnitPreprocessor.PreprocessedCompUnit
62 SourceFile source, in PreprocessedCompUnit()
83 public SourceFile source() { in source() method in CompUnitPreprocessor.PreprocessedCompUnit
128 SourceFile source, in preprocessChildren()
/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/
DBufferedSink.java38 BufferedSink write(byte[] source) throws IOException; in write()
44 BufferedSink write(byte[] source, int offset, int byteCount) throws IOException; in write()
50 long writeAll(Source source) throws IOException; in writeAll()
53 BufferedSink write(Source source, long byteCount) throws IOException; in write()
DRealBufferedSink.java43 @Override public void write(Buffer source, long byteCount) in write()
88 @Override public BufferedSink write(byte[] source) throws IOException { in write()
94 @Override public BufferedSink write(byte[] source, int offset, int byteCount) throws IOException { in write()
100 @Override public long writeAll(Source source) throws IOException { in writeAll()
110 @Override public BufferedSink write(Source source, long byteCount) throws IOException { in write()
/external/swiftshader/src/Main/
DFrameBufferGDI.cpp74 void FrameBufferGDI::flip(sw::Surface *source) in flip()
79 void FrameBufferGDI::blit(sw::Surface *source, const Rect *sourceRect, const Rect *destRect) in blit()
95 void FrameBufferGDI::flip(HWND windowOverride, sw::Surface *source) in flip()
100 …void FrameBufferGDI::blit(HWND windowOverride, sw::Surface *source, const Rect *sourceRect, const … in blit()
/external/swiftshader/src/WSI/
DFrameBufferGDI.cpp74 void FrameBufferGDI::flip(sw::Surface *source) in flip()
79 void FrameBufferGDI::blit(sw::Surface *source, const Rect *sourceRect, const Rect *destRect) in blit()
95 void FrameBufferGDI::flip(HWND windowOverride, sw::Surface *source) in flip()
100 …void FrameBufferGDI::blit(HWND windowOverride, sw::Surface *source, const Rect *sourceRect, const … in blit()
/external/grpc-grpc/test/core/compression/
Dstream_compression_test.cc59 grpc_slice_buffer source, relay, sink; in test_stream_compression_simple_compress_decompress() local
92 grpc_slice_buffer source, relay, sink; in test_stream_compression_simple_compress_decompress_with_output_size_constraint() local
142 grpc_slice_buffer source, relay, sink; in test_stream_compression_simple_compress_decompress_with_large_data() local
176 grpc_slice_buffer source, relay, sink; in test_stream_compression_drop_context() local
245 grpc_slice_buffer source, relay, sink; in test_stream_compression_sync_flush() local
/external/swiftshader/src/OpenGL/common/
DImage.cpp674 …void TransferRow<Bytes>(unsigned char *dest, const unsigned char *source, GLsizei width, GLsizei b… in TransferRow()
680 …void TransferRow<RGB8toRGBX8>(unsigned char *dest, const unsigned char *source, GLsizei width, GLs… in TransferRow()
694 …void TransferRow<RGB16toRGBX16>(unsigned char *dest, const unsigned char *source, GLsizei width, G… in TransferRow()
709 …void TransferRow<RGB32toRGBX32>(unsigned char *dest, const unsigned char *source, GLsizei width, G… in TransferRow()
724 …void TransferRow<RGB32FtoRGBX32F>(unsigned char *dest, const unsigned char *source, GLsizei width,… in TransferRow()
739 …void TransferRow<RGB16FtoRGBX16F>(unsigned char *dest, const unsigned char *source, GLsizei width,… in TransferRow()
754 …void TransferRow<RGBA4toRGBA8>(unsigned char *dest, const unsigned char *source, GLsizei width, GL… in TransferRow()
770 …void TransferRow<RGBA5_A1toRGBA8>(unsigned char *dest, const unsigned char *source, GLsizei width,… in TransferRow()
786 …void TransferRow<RGBA1010102toRGBA8>(unsigned char *dest, const unsigned char *source, GLsizei wid… in TransferRow()
802 …void TransferRow<RGB8toRGB565>(unsigned char *dest, const unsigned char *source, GLsizei width, GL… in TransferRow()
[all …]

12345678910>>...92