HomeSort by relevance Sort by last modified time
    Searched refs:class (Results 276 - 300 of 1066) sorted by null

<<11121314151617181920>>

  /external/proguard/examples/
proguardgui.pro 46 # class names. Notably, in this case, the GUI resource properties file will
53 -keep public class proguard.gui.ProGuardGUI {
  /external/webkit/Tools/Scripts/
check-for-weak-vtables-and-externals 89 for my $class (sort @weakVTableClasses) {
90 print "ERROR: class $class\n";
  /external/webkit/Tools/Scripts/webkitpy/common/config/
ports.py 38 class WebKitPort(object):
130 class MacPort(WebKitPort):
151 class WinPort(WebKitPort):
163 class GtkPort(WebKitPort):
187 class QtPort(WebKitPort):
205 class EflPort(WebKitPort):
223 class ChromiumPort(WebKitPort):
258 class ChromiumXVFBPort(ChromiumPort):
  /external/webkit/Tools/Scripts/webkitpy/common/net/irc/
ircproxy.py 36 class _IRCThread(threading.Thread):
49 class IRCProxy(object):
  /external/webkit/Tools/Scripts/webkitpy/common/net/
networktransaction.py 39 class NetworkTimeout(Exception):
43 class NetworkTransaction(object):
  /external/webkit/Tools/Scripts/webkitpy/common/system/
workspace_unittest.py 37 class WorkspaceTest(unittest.TestCase):
54 class MockZipFile(object):
logtesting.py 28 Inherit from the LoggingTestCase class for basic testing needs. For
30 see the TestLogStream class, and perhaps also the LogTesting class.
38 class TestLogStream(object):
78 class LogTesting(object):
84 class SampleTest(unittest.TestCase):
135 of a unittest.TestCase. See the docstring of this class
169 unittest.TestCase. See the docstring of this class for more details.
210 # This class needs to inherit from unittest.TestCase. Otherwise, the
212 # that inherit from this class -- even if the class inherits from *both
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/thread/
messagepump_unittest.py 35 class TestDelegate(MessagePumpDelegate):
50 class MessagePumpTest(unittest.TestCase):
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
text_unittest.py 37 class TextStyleTestCase(unittest.TestCase):
79 class TextCheckerTest(unittest.TestCase):
81 """Tests TextChecker class."""
  /external/webkit/Tools/Scripts/webkitpy/style/
patchreader_unittest.py 39 class PatchReaderTest(unittest.TestCase):
41 """Test the PatchReader class."""
43 class MockTextFileReader(object):
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
sheriff_unittest.py 39 class MockSheriffBot(object):
49 class SheriffTest(unittest.TestCase):
feeders.py 34 class AbstractFeeder(object):
42 class CommitQueueFeeder(AbstractFeeder):
84 class EWSFeeder(AbstractFeeder):
  /external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/
webserver.rb 47 class IEServlet < HTTPServlet::AbstractServlet
62 class IEForm < HTTPServlet::AbstractServlet
  /frameworks/base/core/tests/systemproperties/
run_core_systemproperties_test.sh 24 adb shell am instrument -w -e class android.os.SystemPropertiesTest com.android.frameworks.coretests.systemproperties/android.test.InstrumentationTestRunner
  /frameworks/base/nfc-extras/
Android.mk 13 # put the classes.jar, with full class files instead of classes.dex inside, into the dist directory
  /sdk/files/proguard/bin/
proguard.bat 3 REM Start-up script for ProGuard -- free class file shrinker, optimizer,
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
elementsetidattribute08.js 78 Invoke setIdAttribute class attribute on the second, third, and the fifth acronym element.
108 acronymElem1.setIdAttribute("class",true);
109 acronymElem2.setIdAttribute("class",true);
110 acronymElem3.setIdAttribute("class",true);
113 attr = attributesMap.getNamedItem("class");
119 attr = attributesMap.getNamedItem("class");
125 attr = attributesMap.getNamedItem("class");
  /external/iproute2/examples/
dhcp-client-script 78 local class;
80 class=${1%%.*}
86 elif [ $class -ge 224 ]; then
88 elif [ $class -ge 192 ]; then
90 elif [ $class -ge 128 ]; then
101 local class;
103 class=${1%%.*}
109 elif [ $class -ge 224 ]; then
111 elif [ $class -ge 192 ]; then
113 elif [ $class -ge 128 ]; the
    [all...]
  /external/webkit/Source/WebKit2/Scripts/webkit2/
messages_unittest.py 210 class MessagesTest(unittest.TestCase):
215 class ParsingTest(MessagesTest):
277 class ArgumentEncoder;
278 class Connection;
279 class MachPort;
283 class String;
288 class WebTouchEvent;
660 class GeneratedFileContentsTest(unittest.TestCase):
671 class HeaderTest(GeneratedFileContentsTest):
677 class ReceiverImplementationTest(GeneratedFileContentsTest)
    [all...]
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/
webserver.rb 29 class IEServlet < HTTPServlet::AbstractServlet
91 class IEForm < HTTPServlet::AbstractServlet
98 class IELogo < HTTPServlet::AbstractServlet
105 class NoPage < HTTPServlet::AbstractServlet
111 class LastPage < HTTPServlet::AbstractServlet
  /external/protobuf/python/google/protobuf/
descriptor.py 48 class Error(Exception):
52 class DescriptorBase(object):
54 """Descriptors base class.
56 This class is the base of all descriptor classes. It provides common options
69 class of the options message. The name of the class is required in case
90 raise RuntimeError('Unknown options class name %s!' %
96 class _NestedDescriptorBase(DescriptorBase):
97 """Common class for descriptors that can be nested."""
107 options_class_name: (str) The class name of the above options
    [all...]
  /external/iproute2/examples/diffserv/
Edge32-ca-u32 138 ## Note that the BE class is also used by the AF4* in the worst
152 # values of the DSCP to change depending on the class
157 $TC class change $EGDEV classid 1:1 dsmark mask 0x3 \
160 $TC class change $EGDEV classid 1:2 dsmark mask 0x3 \
163 $TC class change $EGDEV classid 1:3 dsmark mask 0x3 \
166 $TC class change $EGDEV classid 1:3 dsmark mask 0x3 \
170 # The class mapping
185 echo "---- Class parameters Ingress ----------"
186 $TC class ls dev $INDEV
192 echo "---- Class parameters Egress ----------
    [all...]
  /external/markdown/markdown/extensions/
def_list.py 26 class DefListProcessor(markdown.blockprocessors.BlockProcessor):
76 class DefListIndentProcessor(markdown.blockprocessors.ListIndentProcessor):
89 class DefListExtension(markdown.Extension):
  /external/protobuf/examples/
Makefile 13 rm -f javac_middleman AddPerson*.class ListPeople*.class com/example/tutorial/*.class
  /external/webkit/Tools/Scripts/webkitpy/python24/
versioning_unittest.py 32 class MockSys(object):
50 class CompareVersionTest(unittest.TestCase):
102 class CheckVersionTest(unittest.TestCase):

Completed in 5320 milliseconds

<<11121314151617181920>>