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

12 3 4 5 6 7 8 91011>>

  /external/llvm/lib/Target/XCore/MCTargetDesc/
XCoreMCTargetDesc.h 1 //===-- XCoreMCTargetDesc.h - XCore Target Descriptions ---------*- C++ -*-===//
10 // This file provides XCore specific target descriptions.
  /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUMCTargetDesc.h 1 //===-- AMDGPUMCTargetDesc.h - AMDGPU Target Descriptions -----*- C++ -*-===//
10 // This file provides AMDGPU specific target descriptions.
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/
test_runner.py 148 self.assertTrue(runner.descriptions)
154 def __init__(self, stream, descriptions, verbosity):
155 super(AResult, self).__init__(stream, descriptions, verbosity)
255 DESCRIPTIONS = object()
257 runner = unittest.TextTestRunner(STREAM, DESCRIPTIONS, VERBOSITY,
261 expectedresult = (runner.stream, DESCRIPTIONS, VERBOSITY)
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/test/
test_runner.py 148 self.assertTrue(runner.descriptions)
154 def __init__(self, stream, descriptions, verbosity):
155 super(AResult, self).__init__(stream, descriptions, verbosity)
255 DESCRIPTIONS = object()
257 runner = unittest.TextTestRunner(STREAM, DESCRIPTIONS, VERBOSITY,
261 expectedresult = (runner.stream, DESCRIPTIONS, VERBOSITY)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_runner.py 148 self.assertTrue(runner.descriptions)
154 def __init__(self, stream, descriptions, verbosity):
155 super(AResult, self).__init__(stream, descriptions, verbosity)
255 DESCRIPTIONS = object()
257 runner = unittest.TextTestRunner(STREAM, DESCRIPTIONS, VERBOSITY,
261 expectedresult = (runner.stream, DESCRIPTIONS, VERBOSITY)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_runner.py 148 self.assertTrue(runner.descriptions)
154 def __init__(self, stream, descriptions, verbosity):
155 super(AResult, self).__init__(stream, descriptions, verbosity)
255 DESCRIPTIONS = object()
257 runner = unittest.TextTestRunner(STREAM, DESCRIPTIONS, VERBOSITY,
261 expectedresult = (runner.stream, DESCRIPTIONS, VERBOSITY)
  /external/webrtc/talk/media/devices/
fakedevicemanager.h 116 std::vector<rtc::WindowDescription>* descriptions) {
117 descriptions->clear();
123 descriptions->push_back(window_description);
133 std::vector<rtc::DesktopDescription>* descriptions) {
134 descriptions->clear();
141 descriptions->push_back(desktop_description);
  /libcore/ojluni/src/main/java/sun/security/x509/
AuthorityInfoAccessExtension.java 80 public static final String DESCRIPTIONS = "descriptions";
167 if (name.equalsIgnoreCase(DESCRIPTIONS)) {
184 if (name.equalsIgnoreCase(DESCRIPTIONS)) {
197 if (name.equalsIgnoreCase(DESCRIPTIONS)) {
213 elements.addElement(DESCRIPTIONS);
SubjectInfoAccessExtension.java 84 public static final String DESCRIPTIONS = "descriptions";
171 if (name.equalsIgnoreCase(DESCRIPTIONS)) {
188 if (name.equalsIgnoreCase(DESCRIPTIONS)) {
201 if (name.equalsIgnoreCase(DESCRIPTIONS)) {
217 elements.addElement(DESCRIPTIONS);
  /art/tools/ahat/src/
OverviewHandler.java 42 doc.descriptions();
59 doc.descriptions();
  /external/autotest/test_suites/
control.test_that_wrapper 58 sub_predicates, descriptions = zip(*parsed_test_arguments)
61 for desc in descriptions:
  /external/libxml2/test/relaxng/
comps.rng 50 <ref name="descriptions"/>
163 <define name="descriptions">
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCTargetDesc.h 1 //===-- AArch64MCTargetDesc.h - AArch64 Target Descriptions -----*- C++ -*-===//
10 // This file provides AArch64 specific target descriptions.
  /external/llvm/lib/Target/BPF/MCTargetDesc/
BPFMCTargetDesc.h 1 //===-- BPFMCTargetDesc.h - BPF Target Descriptions -------------*- C++ -*-===//
10 // This file provides BPF specific target descriptions.
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCTargetDesc.h 1 //===-- HexagonMCTargetDesc.h - Hexagon Target Descriptions -----*- C++ -*-===//
10 // This file provides Hexagon specific target descriptions.
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCTargetDesc.h 1 //===-- MipsMCTargetDesc.h - Mips Target Descriptions -----------*- C++ -*-===//
10 // This file provides Mips specific target descriptions.
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCTargetDesc.h 1 //===-- SparcMCTargetDesc.h - Sparc Target Descriptions ---------*- C++ -*-===//
10 // This file provides Sparc specific target descriptions.
  /external/llvm/lib/Target/WebAssembly/MCTargetDesc/
WebAssemblyMCTargetDesc.h 1 //==- WebAssemblyMCTargetDesc.h - WebAssembly Target Descriptions -*- C++ -*-=//
11 /// \brief This file provides WebAssembly-specific target descriptions.
  /external/objenesis/tck/src/org/objenesis/tck/
Reporter.java 41 * @param allCandidates Descriptions (String) of all candidates being used in tests.
42 * @param allObjenesisInstances Descriptions of all Objenesis instances being used in tests.
  /frameworks/base/docs/html/training/accessibility/
index.jd 34 descriptions. It also covers how to build accessibility services, that can
49 mines those events for information like event type and content descriptions,
  /build/blueprint/
README.md 10 descriptions to build rules, Blueprint delegates this to per-project build
  /external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/tools/
list_ports_linux.py 62 # try to extract descriptions from sysfs. this was done by experimenting,
85 # descriptions from device
89 # descriptions from kernel
92 # create descriptions. prefer text from device, fall back to the others
  /external/curl/docs/libcurl/
curl_easy_strerror.3 34 specific error descriptions generated at run-time.
  /external/dexmaker/javadoc/
index.html 28 <FRAME src="overview-summary.html" name="classFrame" title="Package, class and interface descriptions" scrolling="yes">
  /external/jsr305/javadoc/
index.html 28 <FRAME src="overview-summary.html" name="classFrame" title="Package, class and interface descriptions" scrolling="yes">

Completed in 1536 milliseconds

12 3 4 5 6 7 8 91011>>