/external/webrtc/webrtc/base/ |
x11windowpicker_unittest.cc | 26 WindowDescriptionList descriptions; local 28 window_picker.GetWindowList(&descriptions); 34 DesktopDescriptionList descriptions; local 36 EXPECT_TRUE(window_picker.GetDesktopList(&descriptions)); 37 EXPECT_TRUE(descriptions.size() > 0);
|
macwindowpicker_unittest.cc | 29 WindowDescriptionList descriptions; local 32 EXPECT_TRUE(picker.GetWindowList(&descriptions)); 33 EXPECT_TRUE(picker2.GetWindowList(&descriptions)); // Init is optional 36 EXPECT_FALSE(picker.GetWindowList(&descriptions)); 37 EXPECT_FALSE(picker2.GetWindowList(&descriptions));
|
windowpicker_unittest.cc | 31 rtc::WindowDescriptionList descriptions; local 32 EXPECT_TRUE(picker->GetWindowList(&descriptions)); 46 rtc::DesktopDescriptionList descriptions; local 47 EXPECT_TRUE(picker->GetDesktopList(&descriptions)); 48 if (descriptions.size() > 0) { 51 EXPECT_TRUE(picker->GetDesktopDimensions(descriptions[0].id(), &width, 58 for (rtc::DesktopDescriptionList::iterator it = descriptions.begin(); 59 it != descriptions.end(); ++it) {
|
win32windowpicker_unittest.cc | 41 virtual bool GetWindowList(WindowDescriptionList* descriptions) { 43 reinterpret_cast<LPARAM>(descriptions))) { 47 reinterpret_cast<LPARAM>(descriptions))) { 68 WindowDescriptionList descriptions; local 69 EXPECT_TRUE(window_picker.GetWindowList(&descriptions)); 70 EXPECT_EQ(1, descriptions.size()); 71 WindowDescription desc = descriptions.front();
|
win32windowpicker.cc | 30 WindowDescriptionList* descriptions = local 67 descriptions->push_back(desc); 99 // TODO: Consider changing enumeration to clear() descriptions 101 bool Win32WindowPicker::GetWindowList(WindowDescriptionList* descriptions) { 102 LPARAM desc = reinterpret_cast<LPARAM>(descriptions); 106 bool Win32WindowPicker::GetDesktopList(DesktopDescriptionList* descriptions) { 114 // Append the desktop descriptions to the end of the returned descriptions. 115 descriptions->insert(descriptions->end(), desktop_desc.begin() [all...] |
macwindowpicker.h | 24 bool GetWindowList(WindowDescriptionList* descriptions) override; 25 bool GetDesktopList(DesktopDescriptionList* descriptions) override;
|
win32windowpicker.h | 24 virtual bool GetWindowList(WindowDescriptionList* descriptions); 25 virtual bool GetDesktopList(DesktopDescriptionList* descriptions);
|
windowpicker.h | 70 // Gets a list of window description and appends to descriptions. 72 virtual bool GetWindowList(WindowDescriptionList* descriptions) = 0; 73 // Gets a list of desktop descriptions and appends to descriptions. 75 virtual bool GetDesktopList(DesktopDescriptionList* descriptions) = 0;
|
x11windowpicker.h | 36 bool GetWindowList(WindowDescriptionList* descriptions) override; 37 bool GetDesktopList(DesktopDescriptionList* descriptions) override;
|
/external/libphonenumber/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/ |
DefaultMapStorage.java | 36 private String[] descriptions; field in class:DefaultMapStorage 45 return descriptions[index]; 52 descriptions = new String[numOfEntries]; 58 sortedPhonePrefixMap.values().toArray(descriptions); 67 if (descriptions == null || descriptions.length < numOfEntries) { 68 descriptions = new String[numOfEntries]; 72 descriptions[i] = objectInput.readUTF(); 86 objectOutput.writeUTF(descriptions[i]);
|
/external/selinux/policycoreutils/sepolicy/ |
sepolicy-booleans.8 | 11 sepolicy booleans will show all booleans and their descriptions, or you can 20 Display all boolean descriptions
|
/prebuilts/tools/common/m2/repository/antlr/antlr/2.7.7/ |
antlr-2.7.7.pom | 10 and translators from grammatical descriptions containing
|
/external/clang/docs/CommandGuide/ |
index.rst | 4 The following documents are command descriptions for all of the Clang tools.
|
/external/objenesis/tck/src/org/objenesis/tck/ |
TCK.java | 58 private final Map descriptions = new HashMap(); field in class:TCK 68 descriptions.put(candidateClass, description); 79 descriptions.put(objenesis, description); 88 reporter.startTests(describePlatform(), findAllDescriptions(candidates, descriptions), 89 findAllDescriptions(objenesisInstances, descriptions)); 93 String candidateDescription = (String) descriptions.get(candidateClass); 98 String objenesisDescription = (String) descriptions.get(objenesis); 122 private Collection findAllDescriptions(List keys, Map descriptions) { 125 results.add(descriptions.get(keys.get(i)));
|
/prebuilts/gdb/darwin-x86/lib/python2.7/unittest/ |
runner.py | 36 def __init__(self, stream, descriptions, verbosity): 37 super(TextTestResult, self).__init__(stream, descriptions, verbosity) 41 self.descriptions = descriptions 45 if self.descriptions and doc_first_line: 127 def __init__(self, stream=sys.stderr, descriptions=True, verbosity=1, 130 self.descriptions = descriptions 138 return self.resultclass(self.stream, self.descriptions, self.verbosity)
|
/prebuilts/gdb/linux-x86/lib/python2.7/unittest/ |
runner.py | 36 def __init__(self, stream, descriptions, verbosity): 37 super(TextTestResult, self).__init__(stream, descriptions, verbosity) 41 self.descriptions = descriptions 45 if self.descriptions and doc_first_line: 127 def __init__(self, stream=sys.stderr, descriptions=True, verbosity=1, 130 self.descriptions = descriptions 138 return self.resultclass(self.stream, self.descriptions, self.verbosity)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/ |
runner.py | 36 def __init__(self, stream, descriptions, verbosity): 37 super(TextTestResult, self).__init__(stream, descriptions, verbosity) 41 self.descriptions = descriptions 45 if self.descriptions and doc_first_line: 127 def __init__(self, stream=sys.stderr, descriptions=True, verbosity=1, 130 self.descriptions = descriptions 138 return self.resultclass(self.stream, self.descriptions, self.verbosity)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/ |
runner.py | 36 def __init__(self, stream, descriptions, verbosity): 37 super(TextTestResult, self).__init__(stream, descriptions, verbosity) 41 self.descriptions = descriptions 45 if self.descriptions and doc_first_line: 127 def __init__(self, stream=sys.stderr, descriptions=True, verbosity=1, 130 self.descriptions = descriptions 138 return self.resultclass(self.stream, self.descriptions, self.verbosity)
|
/system/bt/doc/ |
properties.md | 12 ### TODO: write descriptions of what each property means and how
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/images/ |
descriptions.html | 5 <title>Descriptions</title>
|
/external/opencv3/samples/cpp/example_cmake/ |
CMakeLists.txt | 13 # be set, you can find the full list with descriptions
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
AccessibilityContentDescriptions.java | 8 * Content descriptions for accessibility support.
|
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
AMDGPUMCTargetDesc.h | 1 //===-- AMDGPUMCTargetDesc.h - AMDGPU Target Descriptions -----*- C++ -*-===// 11 /// \brief Provides AMDGPU specific target descriptions.
|
/external/llvm/lib/Target/MSP430/MCTargetDesc/ |
MSP430MCTargetDesc.h | 1 //===-- MSP430MCTargetDesc.h - MSP430 Target Descriptions -------*- C++ -*-===// 10 // This file provides MSP430 specific target descriptions.
|
/external/llvm/lib/Target/NVPTX/MCTargetDesc/ |
NVPTXMCTargetDesc.h | 1 //===-- NVPTXMCTargetDesc.h - NVPTX Target Descriptions ---------*- C++ -*-===// 10 // This file provides NVPTX specific target descriptions.
|