HomeSort by relevance Sort by last modified time
    Searched refs:constructors (Results 26 - 50 of 288) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/doclava/src/com/google/doclava/
Stubs.java 613 for (MethodInfo method : cl.constructors()) {
633 // default constructor in the case where there are no written constructors.
634 // So, if we hide all the constructors, java may put in a constructor
635 // that calls a nonexistent super class constructor. So, if there are no constructors,
639 if ((cl.constructors().isEmpty() && (!cl.getNonWrittenConstructors().isEmpty() ||
642 // cl.position(), "No constructors " +
1064 ArrayList<MethodInfo> constructors = cl.constructors(); local
1282 List<MethodInfo> constructors = cl.getExhaustiveConstructors().stream().filter(predicate) local
1533 ArrayList<MethodInfo> constructors = cl.constructors(); local
1739 ArrayList<MethodInfo> constructors = cl.constructors(); local
    [all...]
AtLinksNavTree.java 120 is_first_member = addMethods(buf, cl.constructors(), is_first_member, cl);
FederationTagger.java 130 for (MethodInfo constructor : localClass.constructors()) {
Proofread.java 147 // constructors
148 for (MethodInfo m : cl.constructors()) {
TodoFile.java 93 for (MethodInfo m : cl.constructors()) {
PackageInfo.java 403 * constructors and methods.
406 ArrayList<MethodInfo> constructors, ArrayList<MethodInfo> methods) {
440 constructors, methods, annotationElements, local
496 // generate a "delta" class with only added methods and constructors, but no fields etc
ClassInfo.java 142 ArrayList<MethodInfo> constructors, ArrayList<MethodInfo> methods,
151 // mAllConstructors will not contain *all* constructors. Only the constructors that pass
153 mAllConstructors = constructors;
526 public ArrayList<MethodInfo> constructors() { method in class:ClassInfo
767 public void setExhaustiveConstructors(List<MethodInfo> constructors) {
768 mExhaustiveConstructors = constructors;
873 // constructors too
874 for (MethodInfo m : constructors()) {
991 ArrayList<MethodInfo> ctors = constructors();
    [all...]
Converter.java 124 Converter.convertMethods(c.constructors(false)))),
141 new ArrayList<MethodInfo>(Converter.convertAllMethods(c.constructors(false))));
151 c.constructors(false)))));
363 * because the filtering doesn't seem to be working in the ClassDoc.constructors(boolean) call.
452 // Constructors of inner classes do not contain the name of the enclosing class
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 40 const ConstructorMap &constructors() const { return Constructors; } function in class:clang::ast_matchers::dynamic::__anon13782::RegistryMaps
44 ConstructorMap Constructors;
49 assert(Constructors.find(MatcherName) == Constructors.end());
50 Constructors[MatcherName] = Callback;
425 llvm::DeleteContainerSeconds(Constructors);
435 RegistryData->constructors().find(MatcherName);
436 return it == RegistryData->constructors().end()
496 for (const auto &M : RegistryData->constructors()) {
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
PrintCustomContent.java 492 String[] constructors = getResources().getStringArray(R.array.motogp_constructors); local
501 item.constructor = constructors[i];
  /external/testng/src/main/java/org/testng/internal/
ClassHelper.java 432 Constructor<?>[] constructors = declaringClass.getDeclaredConstructors(); local
434 for (Constructor<?> result : constructors) {
  /external/guava/guava/src/com/google/common/util/concurrent/
Futures.java     [all...]
  /external/doclava/res/assets/templates-sdk/
class.cs 18 <?cs # leave out this cell if there is no return type = if constructors ?>
500 <table id="pubctors" class="responsive constructors">
501 <tr><th colspan="2"><h3>Public constructors</h3></th></tr>
509 <table id="proctors" class="responsive constructors">
510 <tr><th colspan="2"><h3>Protected constructors</h3></th></tr>
613 <h2 class="api-section">Public constructors</h2>
621 <h2 class="api-section">Protected constructors</h2>
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.mli 62 (** [run_static_ctors ee] executes the static constructors of each module in
  /external/guice/core/src/com/google/inject/internal/
ConstructorBindingImpl.java 137 (ConstructorInjector<T>) injector.constructors.get(constructorInjectionPoint, errors);
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
CheckTags.java 304 // synthetic constructors. So you'll have to live with spurious errors or 'implement'
305 // the synthetic constructors...
329 doDocs(cdoc.constructors(), "Constructors", !brief);
  /frameworks/support/design/src/android/support/design/widget/
CoordinatorLayout.java 600 Map<String, Constructor<Behavior>> constructors = sConstructors.get(); local
601 if (constructors == null) {
602 constructors = new HashMap<>();
603 sConstructors.set(constructors);
605 Constructor<Behavior> c = constructors.get(fullName);
611 constructors.put(fullName, c);
    [all...]
  /prebuilts/devtools/tools/lib/
monkeyrunner.jar 
  /prebuilts/gradle-plugin/com/android/tools/monkeyrunner/24.4.0-beta6/
monkeyrunner-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/monkeyrunner/24.5.0/
monkeyrunner-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/monkeyrunner/25.0.0-alpha1/
monkeyrunner-25.0.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/monkeyrunner/25.3.0/
monkeyrunner-25.3.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/monkeyrunner/25.3.0-alpha1/
monkeyrunner-25.3.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/monkeyrunner/25.3.0-beta1/
monkeyrunner-25.3.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/monkeyrunner/25.3.0-beta2/
monkeyrunner-25.3.0-beta2.jar 

Completed in 796 milliseconds

12 3 4 5 6 7 8 91011>>