HomeSort by relevance Sort by last modified time
    Searched refs:class (Results 51 - 75 of 5377) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
sample_doctest_no_doctests.py 9 class Foo(object):
pydoc_mod.py 8 class A:
14 class B(object):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
doctest_aliases.py 3 class TwoNames:
sample_doctest_no_docstrings.py 7 class Foo(object):
9 # A class with no docstring.
sample_doctest_no_doctests.py 9 class Foo(object):
pydoc_mod.py 8 class A:
14 class B(object):
  /external/antlr/antlr-3.4/runtime/Perl5/t/lib/My/Test/
Class.pm 1 package My::Test::Class;
7 BEGIN { extends 'Test::Class' }
9 has 'class' => (
15 my ($class, @args) = @_;
16 my $self = $class->SUPER::new(@args);
17 return $class->meta->new_object(
24 (my $class = ref $test) =~ s/^Test:://xms;
25 use_ok $class or die;
26 $test->class($class);
    [all...]
  /external/iproute2/examples/diffserv/
afcbq 8 # - the bandwidth allocated for each AF class and the BE class
21 # A simple DSCP-class relationship formula used to generate
24 # $dscp = ($class*8+$drop*2)
34 # the BE-class number
61 for $class (1..4) {
62 print "\n# --- AF Class $class specific setup---\n";
63 $AFrate=sprintf("AF%drate",$class);
64 print "$TC class add $DEV parent 2:0 classid 2:$class cbq "
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
__init__.py 18 class Node:
19 """Class giving the NodeType constants."""
21 # DOM implementations may use this as a base class for their own
61 class DOMException(Exception):
62 """Abstract base class for DOM exceptions.
63 Exceptions with specific codes are specializations of this class."""
75 class IndexSizeErr(DOMException):
78 class DomstringSizeErr(DOMException):
81 class HierarchyRequestErr(DOMException):
84 class WrongDocumentErr(DOMException)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
__init__.py 18 class Node:
19 """Class giving the NodeType constants."""
21 # DOM implementations may use this as a base class for their own
61 class DOMException(Exception):
62 """Abstract base class for DOM exceptions.
63 Exceptions with specific codes are specializations of this class."""
75 class IndexSizeErr(DOMException):
78 class DomstringSizeErr(DOMException):
81 class HierarchyRequestErr(DOMException):
84 class WrongDocumentErr(DOMException)
    [all...]
  /dalvik/dx/tests/003-magic-version-access/
run 23 dx --dump --strict class-bad-magic.txt
26 dx --dump --strict class-version-44.0.txt
27 dx --dump --strict class-version-44.65535.txt
30 dx --debug --dump --width=100 class-version-45.0.txt
31 dx --debug --dump --width=100 class-version-45.65535.txt
32 dx --debug --dump --width=100 class-version-48.0.txt
33 dx --debug --dump --width=100 class-version-48.65535.txt
34 dx --debug --dump --width=100 class-version-49.0.txt
35 dx --debug --dump --width=100 class-version-49.1.txt
36 dx --debug --dump --width=100 class-version-49.65535.tx
    [all...]
  /external/chromium_org/tools/perf/benchmarks/
page_cycler.py 11 class PageCyclerBloat(test.Test):
17 class PageCyclerDhtml(test.Test):
23 class PageCyclerIndexeddb(test.Test):
30 class PageCyclerIntlArFaHe(test.Test):
36 class PageCyclerIntlEsFrPtBr(test.Test):
42 class PageCyclerIntlHiRu(test.Test):
48 class PageCyclerIntlJaZh(test.Test):
54 class PageCyclerIntlKoThVi(test.Test):
60 class PageCyclerMorejs(test.Test):
66 class PageCyclerMoz(test.Test)
    [all...]
smoothness.py 12 class SmoothnessTop25(test.Test):
20 class SmoothnessToughCanvasCases(test.Test):
26 class SmoothnessKeyMobileSites(test.Test):
34 class SmoothnessToughSchedulingCases(test.Test):
  /external/antlr/antlr-3.4/runtime/Perl5/t/lib/My/Test/Class/
Load.pm 1 package My::Test::Class::Load;
6 use base 'Test::Class::Load';
9 my ($class, $file, $dir) = @_;
11 return if !$class->SUPER::is_test_class($file, $dir);
16 (my $class = $file) =~ s!^\Q$dir\E/!!xms;
17 $class =~ s/\.pm$//xms;
18 $class =~ s!/!::!gxms;
20 return if $class !~ /$pattern/xms;
  /dalvik/dx/tests/085-dex-jsr-ret/
run 18 dx --dump --rop-blocks blort.class
  /dalvik/dx/tests/113-old-style-inner-class/
run 22 dx --debug --dex *.class 2>&1 | awk '/^warning:/ { print $1 }'
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
message_listener.py 40 class MessageListener(object):
73 class NullMessageListener(object):
  /external/protobuf/python/google/protobuf/internal/
message_listener.py 40 class MessageListener(object):
73 class NullMessageListener(object):
  /external/chromium_org/chrome/common/extensions/docs/server2/
fail_on_access_file_system.py 7 class FailOnAccessFileSystem(FileSystem):
  /external/chromium_org/tools/deep_memory_profiler/lib/
exceptions.py 5 class EmptyDumpException(Exception):
10 class ParsingException(Exception):
15 class InvalidDumpException(ParsingException):
20 class ObsoleteDumpVersionException(ParsingException):
  /external/chromium_org/tools/grit/grit/tool/
preprocess_interface.py 6 ''' Base class for preprocessing of RC files.
10 class PreProcessor(object):
11 ''' Base class for preprocessing of the RC file data before being
12 output through the RC2GRD tool. You should implement this class if
  /external/libsepol/tests/policies/test-deps/
modreq-obj-opt.conf 4 class file { read };
14 class sem { create destroy };
modreq-perm-opt.conf 4 class file { read write };
11 class msg { send receive };
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/fixers/
bad_order.py 3 class FixBadOrder(BaseFix):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/fixers/
bad_order.py 3 class FixBadOrder(BaseFix):

Completed in 936 milliseconds

1 23 4 5 6 7 8 91011>>