HomeSort by relevance Sort by last modified time
    Searched full:inheritance (Results 26 - 50 of 1569) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/testng/src/test/java/test/inheritance/
Child_1.java 1 package test.inheritance;
VerifyTest.java 1 package test.inheritance;
  /external/testng/src/test/java/test/inheritance/testng234/
ChildTest.java 1 package test.inheritance.testng234;
PolymorphicFailureTest.java 1 package test.inheritance.testng234;
  /external/testng/src/test/java/test/inheritance/testng471/
Class3.java 1 package test.inheritance.testng471;
  /system/tools/hidl/test/java_test/
Android.bp 16 "android.hardware.tests.inheritance@1.0",
  /hardware/interfaces/tests/inheritance/1.0/default/
Fetcher.cpp 11 namespace inheritance { namespace in namespace:android::hardware::tests
34 // Methods from ::android::hardware::tests::inheritance::V1_0::IFetcher follow.
53 } // namespace inheritance
  /prebuilts/jdk/jdk8/darwin-x86/sample/lambda/DefaultMethods/
DiamondInheritance.java 33 * This sample diamond interface inheritance with <b>default methods</b>.
35 * you must provide it. The inheritance diagram is similar to the following:
57 * Base interface to illustrate the diamond inheritance.
72 * Interface to illustrate the diamond inheritance.
90 * Interface to illustrate the diamond inheritance.
117 * Class to illustrate the diamond inheritance. Pegasus must mix horse and
  /prebuilts/jdk/jdk8/linux-x86/sample/lambda/DefaultMethods/
DiamondInheritance.java 33 * This sample diamond interface inheritance with <b>default methods</b>.
35 * you must provide it. The inheritance diagram is similar to the following:
57 * Base interface to illustrate the diamond inheritance.
72 * Interface to illustrate the diamond inheritance.
90 * Interface to illustrate the diamond inheritance.
117 * Class to illustrate the diamond inheritance. Pegasus must mix horse and
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/classes/
README 12 methods and inheritance, see the library code.)
  /external/autotest/server/
utils.py 8 inheritance with, just a collection of static methods.
  /external/clang/test/ASTMerge/
inheritance.cpp 1 // RUN: %clang_cc1 -triple %itanium_abi_triple -std=c++1z -emit-pch -o %t.1.ast %S/Inputs/inheritance-base.cpp
  /external/clang/test/CXX/class.access/class.access.base/
p5.cpp 33 struct E : private D { // expected-note{{constrained by private inheritance}}
51 class B : private A {}; // expected-note {{private inheritance}}
77 // is indeed ultimately constrained by the protected inheritance from Y.
91 class Z : protected Y { }; // expected-note 2 {{constrained by protected inheritance here}}
  /external/libchrome/base/synchronization/
cancellation_flag.h 12 // Use inheritance instead of "using" to allow forward declaration of "class
lock_impl_posix.cc 17 // Determines which platforms can consider using priority inheritance locks. Use
18 // this define for platform code that may not compile if priority inheritance
23 // inheritance locks.
78 // Security concerns prevent the use of priority inheritance mutexes on Linux.
90 // Priority inheritance mutexes may deadlock with condition variables
  /external/pdfium/xfa/fwl/theme/
README.md 10 The inheritance hierarchy for this directory is:
  /external/python/cpython2/Demo/classes/
README 12 methods and inheritance, see the library code.)
  /external/testng/src/test/java/test/inheritance/testng739/
TestNG739.java 1 package test.inheritance.testng739;
  /hardware/interfaces/tests/inheritance/1.0/
IGrandparent.hal 17 package android.hardware.tests.inheritance@1.0;
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyruntime.swg 21 %insert(runtime) "builtin.swg"; /* Specialization for classes with single inheritance */
  /build/make/target/product/
core_64_bit.mk 19 # The inheritance for this must come before the inheritance chain that leads
core_64_bit_only.mk 19 # The inheritance for this must come before the inheritance chain that leads
  /external/autotest/client/tests/pi_tests/
control 14 the mutex owned by the low priority thread. Without priority inheritance,
15 this will deadlock the program. With priority inheritance, the low priority
  /external/jcommander/src/main/java/com/beust/jcommander/
ParametersDelegate.java 33 * object inheritance is not enough, due to no-multiple-inheritance
  /system/libhidl/
Android.bp 30 "android.hardware.tests.inheritance@1.0",
42 "android.hardware.tests.inheritance@1.0-impl",

Completed in 462 milliseconds

12 3 4 5 6 7 8 91011>>