Home
last modified time | relevance | path

Searched defs:into (Results 1 – 25 of 48) sorted by relevance

12

/external/guava/guava/src/com/google/common/hash/
DFunnels.java46 public void funnel(byte[] from, PrimitiveSink into) { in funnel()
69 public void funnel(CharSequence from, PrimitiveSink into) { in funnel()
95 public void funnel(CharSequence from, PrimitiveSink into) { in funnel()
146 public void funnel(Integer from, PrimitiveSink into) { in funnel()
172 public void funnel(Iterable<? extends E> from, PrimitiveSink into) { in funnel()
207 public void funnel(Long from, PrimitiveSink into) { in funnel()
DFunnel.java52 void funnel(T from, PrimitiveSink into); in funnel()
/external/oauth/core/src/main/java/net/oauth/
DOAuthMessage.java207 Map<String, Object> into = new HashMap<String, Object>(); in getDump() local
212 protected void dump(Map<String, Object> into) throws IOException { in dump()
312 StringBuilder into = new StringBuilder(); in getAuthorizationHeader() local
343 StringBuilder into = new StringBuilder(); in readAll() local
361 List<OAuth.Parameter> into = new ArrayList<OAuth.Parameter>(); in decodeAuthorization() local
/external/catch2/include/internal/
Dcatch_meta.hpp66 struct into { struct
67 … using type = typename append<Final<>, typename rewrap<Containers, Types...>::type...>::type;
/external/caliper/caliper/src/main/java/com/google/caliper/model/
DStringMapFunnel.java32 public void funnel(Map<String, String> from, PrimitiveSink into) { in funnel()
DHost.java96 @Override public void funnel(Host from, PrimitiveSink into) { in funnel()
DVmSpec.java94 @Override public void funnel(VmSpec from, PrimitiveSink into) { in funnel()
DBenchmarkSpec.java109 @Override public void funnel(BenchmarkSpec from, PrimitiveSink into) { in funnel()
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/SkylakeServer/
Dresources-x86_32.s21 into label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/SandyBridge/
Dresources-x86_32.s21 into label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Znver1/
Dresources-x86_32.s21 into label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/SLM/
Dresources-x86_32.s21 into label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/BtVer2/
Dresources-x86_32.s21 into label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Broadwell/
Dresources-x86_32.s21 into label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Haswell/
Dresources-x86_32.s21 into label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Atom/
Dresources-x86_32.s21 into label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Generic/
Dresources-x86_32.s21 into label
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/SkylakeClient/
Dresources-x86_32.s21 into label
/external/oauth/core/src/main/java/net/oauth/client/
DOAuthResponseMessage.java77 protected void dump(Map<String, Object> into) throws IOException in dump()
DURLConnectionResponse.java96 public void dump(Map<String, Object> into) throws IOException { in dump()
/external/oauth/core/src/main/java/net/oauth/http/
DHttpResponseMessage.java36 public void dump(Map<String, Object> into) throws IOException { in dump()
DHttpMessageDecoder.java88 public void dump(Map<String, Object> into) throws IOException { in dump()
DHttpMessage.java117 public void dump(Map<String, Object> into) throws IOException in dump()
/external/oauth/core/src/main/java/net/oauth/client/httpclient4/
DHttpMethodResponse.java93 public void dump(Map<String, Object> into) throws IOException in dump()
/external/glide/library/src/main/java/com/bumptech/glide/
DGenericRequestBuilder.java594 public <Y extends Target<TranscodeType>> Y into(Y target) { in into() method in GenericRequestBuilder
628 public Target<TranscodeType> into(ImageView view) { in into() method in GenericRequestBuilder
667 public FutureTarget<TranscodeType> into(int width, int height) { in into() method in GenericRequestBuilder

12