Searched defs:abc (Results 1 - 25 of 147) sorted by relevance

123456

/external/llvm/test/MC/AsmParser/
H A Dmacros-darwin-vararg.s3 .macro abc a b:vararg
8 abc zed0, zed1, zed2 label
10 .purgem abc
63 .macro abc arg:vararg=nop
74 abc
/external/clang/test/Parser/
H A Dargument_qualified.c2 int abc (const float x) { function
/external/mesa3d/src/compiler/glsl/glcpp/tests/
H A D088-redefine-macro-legitimate.c1 #define abc 123 macro
2 #define abc 123 macro
H A D089-redefine-macro-error.c4 #define abc 123 macro
5 #define abc() 123 macro
/external/clang/test/CodeGen/
H A Dsret2.c3 struct abc { struct
11 struct abc foo2(){}
H A Dsret.c3 struct abc { struct
11 struct abc foo1(void);
12 struct abc foo2();
15 struct abc dummy1 = foo1();
16 struct abc dummy2 = foo2();
/external/tensorflow/tensorflow/contrib/learn/python/learn/
H A Dtrainable.py21 import abc namespace
27 __metaclass__ = abc.ABCMeta
29 @abc.abstractmethod
H A Devaluable.py21 import abc namespace
27 __metaclass__ = abc.ABCMeta
29 @abc.abstractproperty
34 @abc.abstractmethod
/external/valgrind/memcheck/tests/
H A Ddemangle.cpp3 namespace abc { namespace
19 return (new abc::def<int,typeof(*this)>)->xyzzy(p, 0);
/external/autotest/server/cros/
H A Dprovision_actionables.py7 import abc namespace
16 @abc.abstractmethod
/external/clang/test/CodeGenCXX/
H A Dapple-kext-indirect-call.cpp6 virtual void abc(void) const;
9 void Base::abc(void) const {} function in class:Base
12 p->Base::abc();
H A D2007-04-10-PackedUnion.cpp5 typedef struct ABC* abc; typedef in typeref:struct:ABC
H A Dduplicate-mangled-name.cpp35 float abc = 2; member in namespace:nm
44 return _ZN2nm3abcE + nm::abc;
67 float abc = 2; // expected-error {{definition with same mangled name as another definition}} member in namespace:nm
71 return _ZN2nm3abcE + nm::abc;
/external/clang/test/SemaCXX/
H A Dwarn-variable-not-needed.cpp4 static int abc = 42; // expected-warning {{variable 'abc' is not needed and will not be emitted}} member in namespace:test1
7 return abc;
/external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/wiki_samples/
H A DTestFile.java8 public void abc() { method in class:TestFile
/external/llvm/unittests/ADT/
H A DSmallStringTest.cpp54 StringRef abc = "abc"; local
55 theString.assign(abc.begin(), abc.end());
57 EXPECT_STREQ("abc", theString.c_str());
61 StringRef abc = "abc"; local
62 theString.assign(abc);
64 EXPECT_STREQ("abc", theString.c_str());
68 StringRef abc local
76 StringRef abc = "abc"; local
84 StringRef abc = "abc"; local
92 StringRef abc = "abc"; local
[all...]
/external/python/cpython3/Lib/test/
H A Dtest_xmlrpc_net.py1 import collections.abc namespace
21 self.assertIsInstance(builders, collections.abc.Sequence)
/external/tensorflow/tensorflow/contrib/cluster_resolver/python/training/
H A Dcluster_resolver.py21 import abc namespace
39 @abc.abstractmethod
/external/tensorflow/tensorflow/contrib/slim/python/slim/data/
H A Ddata_decoder.py40 import abc namespace
46 __metaclass__ = abc.ABCMeta
48 @abc.abstractmethod
65 @abc.abstractmethod
/external/tensorflow/tensorflow/contrib/training/python/training/
H A Dtuner.py22 import abc namespace
45 __metaclass__ = abc.ABCMeta
48 @abc.abstractmethod
63 @abc.abstractmethod
/external/python/cpython3/Lib/test/test_importlib/
H A Dabc.py1 import abc namespace
5 class FinderTests(metaclass=abc.ABCMeta):
9 @abc.abstractmethod
14 @abc.abstractmethod
19 @abc.abstractmethod
25 @abc.abstractmethod
31 @abc.abstractmethod
36 @abc.abstractmethod
42 class LoaderTests(metaclass=abc.ABCMeta):
44 @abc
[all...]
/external/python/cpython3/Lib/test/test_importlib/builtin/
H A Dtest_finder.py1 from .. import abc namespace
11 class FindSpecTests(abc.FinderTests):
54 class FinderTests(abc.FinderTests):
/external/python/cpython3/Lib/test/test_importlib/extension/
H A Dtest_finder.py1 from .. import abc namespace
10 class FinderTests(abc.FinderTests):
/external/python/cpython3/Lib/test/test_importlib/frozen/
H A Dtest_finder.py1 from .. import abc namespace
9 class FindSpecTests(abc.FinderTests):
46 class FinderTests(abc.FinderTests):
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/learner/batch/
H A Dbase_split_handler.py21 import abc namespace
29 __metaclass__ = abc.ABCMeta
70 @abc.abstractmethod
130 @abc.abstractmethod

Completed in 1514 milliseconds

123456