OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:class
(Results
201 - 225
of
11100
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium-trace/catapult/perf_insights/third_party/cloudstorage/
errors.py
37
class
Error(Exception):
46
class
TransientError(Error):
50
class
TimeoutError(TransientError):
54
class
FatalError(Error):
58
class
FileClosedError(FatalError):
66
class
NotFoundError(FatalError):
70
class
ForbiddenError(FatalError):
78
class
AuthorizationError(FatalError):
88
class
InvalidRange(FatalError):
92
class
ServerError(TransientError)
[
all
...]
/external/autotest/frontend/db/backends/afe/
compiler.py
4
class
SQLCompiler(mysql_compiler.SQLCompiler):
19
class
SQLInsertCompiler(mysql_compiler.SQLInsertCompiler, SQLCompiler):
22
class
SQLDeleteCompiler(mysql_compiler.SQLDeleteCompiler, SQLCompiler):
25
class
SQLUpdateCompiler(mysql_compiler.SQLUpdateCompiler, SQLCompiler):
28
class
SQLAggregateCompiler(mysql_compiler.SQLAggregateCompiler, SQLCompiler):
31
class
SQLDateCompiler(mysql_compiler.SQLDateCompiler, SQLCompiler):
/external/autotest/frontend/db/backends/afe_sqlite/
compiler.py
4
class
SQLCompiler(compiler.SQLCompiler):
19
class
SQLInsertCompiler(compiler.SQLInsertCompiler, SQLCompiler):
22
class
SQLDeleteCompiler(compiler.SQLDeleteCompiler, SQLCompiler):
25
class
SQLUpdateCompiler(compiler.SQLUpdateCompiler, SQLCompiler):
28
class
SQLAggregateCompiler(compiler.SQLAggregateCompiler, SQLCompiler):
31
class
SQLDateCompiler(compiler.SQLDateCompiler, SQLCompiler):
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/pyasn1_modules/
pkcs12.py
13
class
Attributes(univ.SetOf):
16
class
Version(univ.Integer): pass
18
class
CertificationRequestInfo(univ.Sequence):
26
class
Signature(univ.BitString): pass
27
class
SignatureAlgorithmIdentifier(AlgorithmIdentifier): pass
29
class
CertificationRequest(univ.Sequence):
rfc2314.py
12
class
Attributes(univ.SetOf):
15
class
Version(univ.Integer): pass
17
class
CertificationRequestInfo(univ.Sequence):
25
class
Signature(univ.BitString): pass
26
class
SignatureAlgorithmIdentifier(AlgorithmIdentifier): pass
28
class
CertificationRequest(univ.Sequence):
/external/chromium-trace/catapult/third_party/webapp2/tests/resources/
protorpc_services.py
4
class
BonjourRequest(messages.Message):
7
class
BonjourResponse(messages.Message):
10
class
BonjourService(remote.Service):
16
class
CiaoRequest(messages.Message):
19
class
CiaoResponse(messages.Message):
22
class
CiaoService(remote.Service):
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
QuickDraw_Graphics_Suppleme.py
13
class
QuickDraw_Graphics_Suppleme_Events:
18
class
drawing_area(aetools.ComponentItem):
21
class
_Prop_rotation(aetools.NProperty):
25
class
_Prop_scale(aetools.NProperty):
29
class
_Prop_translation(aetools.NProperty):
36
class
graphic_groups(aetools.ComponentItem):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
QuickDraw_Graphics_Suppleme.py
13
class
QuickDraw_Graphics_Suppleme_Events:
18
class
drawing_area(aetools.ComponentItem):
21
class
_Prop_rotation(aetools.NProperty):
25
class
_Prop_scale(aetools.NProperty):
29
class
_Prop_translation(aetools.NProperty):
36
class
graphic_groups(aetools.ComponentItem):
/packages/apps/TV/
proguard.flags
31
-keepclasseswithmembers
class
com.android.usbtuner.TunerHal {
36
-keepclasseswithmembers
class
com.android.usbtuner.*DataSource {
43
-keep @com.android.tv.common.annotation.UsedByReflection
class
* {*;}
44
-keepclasseswithmembers
class
* {
49
-keep @android.support.annotation.VisibleForTesting
class
* {*;}
50
-keepclasseswithmembers
class
* {
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_codecmaps_cn.py
11
class
TestGB2312Map(test_multibytecodec_support.TestBase_Mapping,
16
class
TestGBKMap(test_multibytecodec_support.TestBase_Mapping,
22
class
TestGB18030Map(test_multibytecodec_support.TestBase_Mapping,
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_codecmaps_cn.py
11
class
TestGB2312Map(test_multibytecodec_support.TestBase_Mapping,
16
class
TestGBKMap(test_multibytecodec_support.TestBase_Mapping,
22
class
TestGB18030Map(test_multibytecodec_support.TestBase_Mapping,
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/
test_pass2.py
9
class
TestPass2(object):
17
class
TestPyPass2(TestPass2, PyTest): pass
18
class
TestCPass2(TestPass2, CTest): pass
test_pass3.py
15
class
TestPass3(object):
23
class
TestPyPass3(TestPass3, PyTest): pass
24
class
TestCPass3(TestPass3, CTest): pass
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_codecmaps_cn.py
11
class
TestGB2312Map(test_multibytecodec_support.TestBase_Mapping,
16
class
TestGBKMap(test_multibytecodec_support.TestBase_Mapping,
22
class
TestGB18030Map(test_multibytecodec_support.TestBase_Mapping,
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/
test_pass2.py
9
class
TestPass2(object):
17
class
TestPyPass2(TestPass2, PyTest): pass
18
class
TestCPass2(TestPass2, CTest): pass
test_pass3.py
15
class
TestPass3(object):
23
class
TestPyPass3(TestPass3, PyTest): pass
24
class
TestCPass3(TestPass3, CTest): pass
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_codecmaps_cn.py
11
class
TestGB2312Map(test_multibytecodec_support.TestBase_Mapping,
16
class
TestGBKMap(test_multibytecodec_support.TestBase_Mapping,
22
class
TestGB18030Map(test_multibytecodec_support.TestBase_Mapping,
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
export-class.exp
35
set testname "MIPS $abi symbol export
class
test"
47
"$LDFLAGS -shared -version-script ../ld-elf/export-
class
-lib.ver" "" \
49
{ ../ld-elf/export-
class
-lib.s } \
51
"mips-$abi-export-
class
-lib.so" \
63
{ ../ld-elf/export-
class
-ref.s } \
65
"mips-$abi-export-
class
-ref-r.o" \
78
"$LDFLAGS -shared -Tdata=0x12340000 tmpdir/mips-$abi-export-
class
-ref-r.o tmpdir/mips-$abi-export-
class
-lib.so" "" \
80
{ ../ld-elf/export-
class
-dep.s ../ld-elf/export-
class
-def.s }
[
all
...]
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
export-class.exp
35
set testname "PowerPC $abi $endian symbol export
class
test"
45
"$LDFLAGS -shared -version-script ../ld-elf/export-
class
-lib.ver" "" \
47
{ ../ld-elf/export-
class
-lib.s } \
49
"powerpc-$abi-export-
class
-lib.so" \
61
{ ../ld-elf/export-
class
-ref.s } \
63
"powerpc-$abi-export-
class
-ref-r.o" \
76
"$LDFLAGS -shared -Tdata=0x12340000 tmpdir/powerpc-$abi-export-
class
-ref-r.o tmpdir/powerpc-$abi-export-
class
-lib.so" "" \
78
{ ../ld-elf/export-
class
-dep.s ../ld-elf/export-
class
-def.s }
[
all
...]
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
export-class.exp
35
set testname "x86-64 $abi symbol export
class
test"
47
"$LDFLAGS -shared -version-script ../ld-elf/export-
class
-lib.ver" "" \
49
{ ../ld-elf/export-
class
-lib.s } \
51
"x86-64-$abi-export-
class
-lib.so" \
63
{ ../ld-elf/export-
class
-ref.s } \
65
"x86-64-$abi-export-
class
-ref-r.o" \
78
"$LDFLAGS -shared -Tdata=0x12340000 tmpdir/x86-64-$abi-export-
class
-ref-r.o tmpdir/x86-64-$abi-export-
class
-lib.so" "" \
80
{ ../ld-elf/export-
class
-dep.s ../ld-elf/export-
class
-def.s }
[
all
...]
/dalvik/dx/tests/121-sccp/
run
18
dx --debug --dex --dump-method=Blort.test'*' Blort.
class
20
dx --debug --dex --dump-method=Blort.test'*' Blort.
class
/dalvik/dx/tests/122-switch-with-high-register/
run
18
dx --debug --dex --dump-method=Blort.switchWithHighRegister Blort.
class
20
dx --debug --dex --dump-method=Blort.switchWithHighRegister Blort.
class
/external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
Exception.pm
7
BEGIN { extends 'My::Test::
Class
' }
11
my $ex = $self->
class
->new();
17
my $ex = $self->
class
->new({ message => 'test error message' });
24
$self->
class
->throw(message => 'test error message');
26
my $ex = $self->
class
->caught();
/external/autotest/client/site_tests/example_UnitTest/
example_UnitTest.py
7
class
example_UnitTest(unit_test.unit_test):
/external/autotest/server/cros/faft/config/
arkham.py
10
class
Values(jetstream.Values):
Completed in 438 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>