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

1 2 3 45 6 7 8 91011>>

  /external/clang/test/SemaCXX/
access-base-class.cpp 66 class B : private A { // expected-note {{declared private here}} expected-note {{constrained by private inheritance here}}
  /external/compiler-rt/test/cfi/
simple-pass.cpp 6 // types of inheritance, and both virtual and non-virtual member functions.
  /external/jdiff/src/jdiff/
MemberDiff.java 55 * Null if no change in inheritance.
  /external/libcap/libcap/include/uapi/linux/
securebits.h 13 inheritance of root-permissions and suid-root executable under
  /external/libchrome/base/threading/
non_thread_safe.h 50 // NonThreadSafe, but does not require inheritance. In general, it is preferable
  /external/llvm/docs/HistoricalNotes/
2001-06-20-.NET-Differences.txt 7 includes full information about classes and inheritance. In fact, I just
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setinheritsched/
2-3.c 8 * Test that pthread_attr_setinheritsched() sets the inheritance of
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_getschedparam/
1-2.c 16 * its priority as a result of any priority inheritance or ceiling functions.
assertions.xml 12 its priority as a result of any priority inheritance or ceiling functions.
  /external/skia/experimental/svg/model/
SkSVGNode.h 71 // onPrepareToRender() bubbles up the inheritance chain: overriders should always call
  /external/skqp/experimental/svg/model/
SkSVGNode.h 71 // onPrepareToRender() bubbles up the inheritance chain: overriders should always call
  /external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
2001-06-20-.NET-Differences.txt 7 includes full information about classes and inheritance. In fact, I just
  /external/testng/src/test/java/test/parameters/
ParamInheritanceTest.java 25 tng.setTestSuites(Arrays.asList(getPathToResource("param-inheritance/parent-suite.xml")));
  /external/v8/tools/clang/rewrite_to_chrome_style/tests/
methods-expected.cc 210 // Using |frameFoo| to test inheritance, and NOT just the presence on the
221 // rewrite in a non-virtual case, because walking the inheritance chain of the
223 // inheritance chain might not be possible if the return type is
231 // to test inheritance-related behavior and avoid testing whether method name
methods-original.cc 214 // Using |frameFoo| to test inheritance, and NOT just the presence on the
225 // rewrite in a non-virtual case, because walking the inheritance chain of the
227 // inheritance chain might not be possible if the return type is
235 // to test inheritance-related behavior and avoid testing whether method name
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
securebits.h 13 inheritance of root-permissions and suid-root executable under
  /external/clang/test/CodeGenCXX/
rtti-layout.cpp 138 // VMI5 has non-diamond shaped inheritance.
147 // VMI6 has diamond shaped inheritance.
156 // VMI7 has both non-diamond and diamond shaped inheritance.
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-model-builder/3.3.9/
maven-model-builder-3.3.9-sources.jar 
  /test/vts-testcase/performance/hwbinder_latency_test/
HwBinderLatencyTest.py 47 "inheritance": "PASS"
61 _INHERITANCE = "inheritance"
122 "Scheduler does not support priority inheritance.");
  /external/parameter-framework/upstream/tools/xmlGenerator/
EddParser.py 269 # check for inheritance
270 self.Inheritance(contextCopy)
331 def Inheritance (self, context) :
332 """check for path name inheritance"""
336 """make configuration name inheritance """
461 def Inheritance (self, context) :
462 """make configuration name and rule inheritance"""
463 # check for configuration name inheritance
466 # check for rule inheritance
470 """make configuration name inheritance """
    [all...]
  /external/testng/src/test/resources/
testng.yaml 129 - name: Inheritance
132 - test.inheritance.ClassScopeTest
251 - name: Method inheritance
253 - test.inheritance.DChild_2
254 - test.inheritance.VerifyTest
  /external/google-styleguide/
angularjs-google-style.html 29 written in a style that freely uses closures, favors functional inheritance, and does not often use
39 closure book</a> has a good description of inheritance patterns and why it prefers
67 <li><a target="_self" href="#scopeinheritance">Be aware of how scope inheritance works</a>
247 Since there is always a '.' in the bindings, you don't have to worry about prototypal inheritance
357 <h3 id="scopeinheritance">Be aware of how scope inheritance works</h3>
360 The Nuances of Scope Prototypal Inheritance</a></p>
  /external/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 350 SingleInheritanceData = 0x01, // member data, single inheritance
351 MultipleInheritanceData = 0x02, // member data, multiple inheritance
352 VirtualInheritanceData = 0x03, // member data, virtual inheritance
354 SingleInheritanceFunction = 0x05, // member function, single inheritance
355 MultipleInheritanceFunction = 0x06, // member function, multiple inheritance
356 VirtualInheritanceFunction = 0x07, // member function, virtual inheritance
  /external/ltp/testcases/realtime/
00_Descriptions.txt 110 - Tests whether the priority inheritance feature is present in kernel
113 - Priority inheritance under two different scenarios. It checks whether the
114 presence of priority inheritance allows higher priority threads to make more
125 - Uses priority inheritance protocol (PTHREAD_PRIO_INHERIT) and uses
134 - Measures latencies involved in priority boosting through priority inheritance
230 - Tests priority inheritance under stress conditions. Test runs in two
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 355 SingleInheritanceData = 0x01, // member data, single inheritance
356 MultipleInheritanceData = 0x02, // member data, multiple inheritance
357 VirtualInheritanceData = 0x03, // member data, virtual inheritance
359 SingleInheritanceFunction = 0x05, // member function, single inheritance
360 MultipleInheritanceFunction = 0x06, // member function, multiple inheritance
361 VirtualInheritanceFunction = 0x07, // member function, virtual inheritance

Completed in 1545 milliseconds

1 2 3 45 6 7 8 91011>>