/external/mockito/src/org/mockito/internal/util/reflection/ |
Constructors.java | 5 public abstract class Constructors {
|
/external/clang/test/SemaTemplate/ |
instantiate-method.cpp | 54 class Constructors { 56 Constructors(const T&); 57 Constructors(const Constructors &other); 61 Constructors<int> ci1(17); 62 Constructors<int> ci2 = ci1;
|
/external/mockito/src/org/mockito/internal/util/ |
MockCreationValidator.java | 8 import org.mockito.internal.util.reflection.Constructors;
61 && Constructors.noArgConstructorOf(classToMock) == null
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
ANTLRFileStream.cs | 54 #region Constructors
|
/external/clang/lib/ASTMatchers/Dynamic/ |
Registry.cpp | 38 const ConstructorMap &constructors() const { return Constructors; } function in class:clang::ast_matchers::dynamic::__anon15745::RegistryMaps 42 ConstructorMap Constructors; 47 assert(Constructors.find(MatcherName) == Constructors.end()); 48 Constructors[MatcherName] = Callback; 396 for (ConstructorMap::iterator it = Constructors.begin(), 397 end = Constructors.end(); 413 RegistryData->constructors().find(MatcherName); 414 if (it == RegistryData->constructors().end()) [all...] |
/external/chromium_org/third_party/angle/src/compiler/ |
OutputHLSL.h | 132 typedef std::set<TString> Constructors; 133 Constructors mConstructors;
|
OutputHLSL.cpp | 153 for (Constructors::iterator constructor = mConstructors.begin(); constructor != mConstructors.end(); constructor++) [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/ |
HashList.cs | 70 #region Constructors 188 #region Constructors 283 #region Constructors 356 #region Constructors
|
/external/chromium_org/sandbox/win/src/ |
sid_unittest.cc | 23 TEST(SidTest, Constructors) {
|
/external/chromium_org/third_party/WebKit/Source/bindings/templates/ |
interface.cpp | 65 {# FIXME: rename to ForceSetAttributeOnThis, since also used for Constructors #} 71 {# FIXME: rename to ForceSetAttributeOnThisCallback, since also used for Constructors #} 167 {% if constructors|length > 1 %} 170 {% for constructor in constructors %} 362 {% if constructors or has_custom_constructor or has_event_constructor %} 428 {% if constructors or has_custom_constructor or has_event_constructor %} [all...] |
interface_base.cpp | 122 {# Constructors #} 123 {% for constructor in constructors %}
|
/external/chromium_org/media/base/ |
decoder_buffer_unittest.cc | 11 TEST(DecoderBufferTest, Constructors) {
|
/frameworks/native/libs/ui/tests/ |
mat_test.cpp | 47 TEST_F(MatTest, Constructors) {
|
vec_test.cpp | 42 TEST_F(VecTest, Constructors) {
|
/external/chromium_org/v8/test/intl/overrides/ |
security.js | 28 // Test that we always use original Intl.Constructors for toLocaleString calls. 40 // Make sure constructors actually throw now.
|
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/ |
idl_parser.pm | 58 constructors => '@', # Constructors, list of 'domFunction' 59 customConstructors => '@', # Custom constructors, list of 'domFunction' 384 foreach my $function (@{$definition->functions}, @{$definition->constructors}, @{$definition->customConstructors}) { [all...] |
/external/chromium_org/ui/gfx/ |
matrix3_unittest.cc | 15 TEST(Matrix3fTest, Constructors) {
|
box_unittest.cc | 11 TEST(BoxTest, Constructors) {
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/ |
RewriteRuleXxxxStreamFixture.cs | 45 #region Check Constructors
|
/build/tools/droiddoc/templates-ds/ |
class.cs | 419 <table id="pubctors" class="jd-sumtable"><tr><th colspan="12">Public Constructors</th></tr> 427 <table id="proctors" class="jd-sumtable"><tr><th colspan="12">Protected Constructors</th></tr> 615 <h2>Public Constructors</h2> 623 <h2>Protected Constructors</h2>
|
/build/tools/droiddoc/templates-sac/ |
class.cs | 419 <table id="pubctors" class="jd-sumtable"><tr><th colspan="12">Public Constructors</th></tr> 427 <table id="proctors" class="jd-sumtable"><tr><th colspan="12">Protected Constructors</th></tr> 615 <h2>Public Constructors</h2> 623 <h2>Protected Constructors</h2>
|
/build/tools/droiddoc/templates-sdk/ |
class.cs | 419 <table id="pubctors" class="jd-sumtable"><tr><th colspan="12">Public Constructors</th></tr> 427 <table id="proctors" class="jd-sumtable"><tr><th colspan="12">Protected Constructors</th></tr> 615 <h2>Public Constructors</h2> 623 <h2>Protected Constructors</h2>
|
/external/doclava/res/assets/templates/ |
class.cs | 409 <table id="pubctors" class="jd-sumtable"><tr><th colspan="12">Public Constructors</th></tr> 417 <table id="proctors" class="jd-sumtable"><tr><th colspan="12">Protected Constructors</th></tr> 605 <h2>Public Constructors</h2> 613 <h2>Protected Constructors</h2>
|
/external/chromium_org/components/url_matcher/ |
url_matcher_unittest.cc | 17 TEST(URLMatcherConditionTest, Constructors) {
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/ |
mootools-1.2.2-core-nc.js | 1309 var konstructor = Element.Constructors.get(tag); 1333 Element.Constructors = new Hash; [all...] |