HomeSort by relevance Sort by last modified time
    Searched refs:Generic (Results 1 - 25 of 162) sorted by null

1 2 3 4 5 6 7

  /external/dagger2/compiler/src/it/functional-tests/src/main/java/test/
Generic.java 20 public class Generic<T> {
23 @Inject public Generic(T t) {
ComplexGenerics.java 24 final Generic2<Generic<A>> g2ga;
25 final Lazy<Generic2<Generic<A>>> g2gaLazy;
26 final Provider<Generic2<Generic<A>>> g2gaProvider;
27 final Generic2<Generic<B>> g2gb;
28 final Lazy<Generic2<Generic<B>>> g2gbLazy;
29 final Provider<Generic2<Generic<B>>> g2gbProvider;
31 final Generic<Generic2<A>> gg2a;
32 final Generic<Generic2<B>> gg2b;
35 Generic2<Generic<A>> g2ga,
36 Lazy<Generic2<Generic<A>>> g2gaLazy
    [all...]
ReferencesGeneric.java 21 final Generic<A> genericA;
23 @Inject ReferencesGeneric(Generic<A> genericA) {
  /external/valgrind/memcheck/tests/
filter_strchr 7 s/: _platform_strchr\$VARIANT\$Generic (vg_replace_strmem.c:/: index (vg_replace_strmem.c:/;
  /external/dagger2/compiler/src/it/functional-tests/src/main/java/test/sub/
Exposed.java 4 import test.Generic;
12 public Generic<PackagePrivate> gpp;
13 public Generic<PackagePrivateContainer.PublicEnclosed> gppc;
15 @Inject Exposed(Generic<PackagePrivate> gpp, Generic<PackagePrivateContainer.PublicEnclosed> gppc) {
PublicSubclass.java 4 import test.Generic;
6 public class PublicSubclass extends Generic<PackagePrivate> {
PublicSubclass2.java 4 import test.Generic;
6 public class PublicSubclass2 extends Generic<PackagePrivateContainer.PublicEnclosed> {
  /external/chromium-trace/catapult/third_party/webapp2/docs/_themes/webapp2/
pygapp2.py 45 Generic.Heading: "nobold noitalic #000",
46 Generic.Subheading: "nobold noitalic #000",
47 Generic.Deleted: "nobold noitalic #000",
48 Generic.Inserted: "nobold noitalic #000",
49 Generic.Error: "nobold noitalic #000",
50 Generic.Emph: "nobold noitalic #000",
51 Generic.Strong: "nobold noitalic #000",
52 Generic.Prompt: "nobold noitalic #000",
53 Generic.Output: "nobold noitalic #000",
54 Generic.Traceback: "nobold noitalic #000"
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugGrammarParserHelper.cs 33 using System.Collections.Generic;
ProfileGrammarParserHelper.cs 33 using System.Collections.Generic;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
binop.s 2 ; Generic binary operations supporting all sizes and their various
unop.s 2 ; Generic unary operations supporting all sizes and their various
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
attr-gnu-8-11.d 10 Tag_GNU_Power_ABI_Vector: Generic
  /prebuilts/misc/common/swig/include/2.0.11/csharp/
std_map.i 6 * The C# wrapper is made to look and feel like a C# System.Collections.Generic.IDictionary<>.
31 %typemap(csinterfaces) std::map< K, T, C > "IDisposable \n#if !SWIG_DOTNET_1\n , System.Collections.Generic.IDictionary<$typemap(cstype, K), $typemap(cstype, T)>\n#endif\n";
67 public System.Collections.Generic.ICollection<$typemap(cstype, K)> Keys {
69 System.Collections.Generic.ICollection<$typemap(cstype, K)> keys = new System.Collections.Generic.List<$typemap(cstype, K)>();
82 public System.Collections.Generic.ICollection<$typemap(cstype, T)> Values {
84 System.Collections.Generic.ICollection<$typemap(cstype, T)> vals = new System.Collections.Generic.List<$typemap(cstype, T)>();
85 foreach (System.Collections.Generic.KeyValuePair<$typemap(cstype, K), $typemap(cstype, T)> pair in this) {
92 public void Add(System.Collections.Generic.KeyValuePair<$typemap(cstype, K), $typemap(cstype, T)> item)
    [all...]
  /external/compiler-rt/lib/interception/
Makefile.mk 16 Implementation := Generic
  /external/compiler-rt/lib/profile/
Makefile.mk 15 Implementation := Generic
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCAsmInfo.cpp 24 Generic = 0,
31 cl::values(clEnumValN(Generic, "generic", "Emit generic NEON assembly"),
  /external/svox/pico/lib/
Android.mk 1 # Build Base Generic SVOX Pico Library
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
ITree.cs 34 using System.Collections.Generic;
RewriteRuleNodeStream.cs 38 using System.Collections.Generic;
RewriteRuleTokenStream.cs 38 using System.Collections.Generic;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
ListStack`1.cs 35 using System.Collections.Generic;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
ITree.cs 35 using System.Collections.Generic;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
StackExtensions.cs 34 using System.Collections.Generic;
  /external/compiler-rt/lib/builtins/
Makefile.mk 22 Implementation := Generic

Completed in 2071 milliseconds

1 2 3 4 5 6 7