OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__name__
(Results
51 - 75
of
2998
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_distutils.py
17
if
__name__
== "__main__":
test_email_renamed.py
11
if
__name__
== '__main__':
test_unittest.py
11
if
__name__
== "__main__":
test_codecmaps_cn.py
30
test_support.run_unittest(
__name__
)
32
if
__name__
== "__main__":
test_codecmaps_tw.py
28
test_support.run_unittest(
__name__
)
30
if
__name__
== "__main__":
test_xml_etree_c.py
41
# Patch the
__name__
, to prevent confusion with the pure Python test
43
py__name__ = test_xml_etree.
__name__
45
if
__name__
!= '__main__':
46
test_xml_etree.
__name__
=
__name__
52
test_xml_etree.
__name__
= py__name__
54
if
__name__
== '__main__':
test_codecmaps_kr.py
41
test_support.run_unittest(
__name__
)
43
if
__name__
== "__main__":
test_extcall.py
315
test_support.run_doctest(sys.modules[
__name__
], True)
318
if
__name__
== '__main__':
/external/chromium_org/tools/grit/grit/format/
repack.py
14
if
__name__
== '__main__':
26
if '__main__' ==
__name__
:
data_pack_unittest.py
11
if
__name__
== '__main__':
36
if
__name__
== '__main__':
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_codecmaps_cn.py
30
test_support.run_unittest(
__name__
)
32
if
__name__
== "__main__":
test_codecmaps_tw.py
28
test_support.run_unittest(
__name__
)
30
if
__name__
== "__main__":
test_xml_etree_c.py
41
# Patch the
__name__
, to prevent confusion with the pure Python test
43
py__name__ = test_xml_etree.
__name__
45
if
__name__
!= '__main__':
46
test_xml_etree.
__name__
=
__name__
52
test_xml_etree.
__name__
= py__name__
54
if
__name__
== '__main__':
test_codecmaps_kr.py
41
test_support.run_unittest(
__name__
)
43
if
__name__
== "__main__":
test_extcall.py
315
test_support.run_doctest(sys.modules[
__name__
], True)
318
if
__name__
== '__main__':
/cts/suite/audio_quality/test_description/conf/
check_conf.py
21
if
__name__
=="__main__":
/external/antlr/antlr-3.4/runtime/Python/tests/
t029synpredgate.py
17
if
__name__
== '__main__':
/external/chromium/testing/gmock/scripts/generator/
gmock_gen.py
24
if
__name__
== '__main__':
/external/chromium_org/build/
cp.py
22
if
__name__
== '__main__':
/external/chromium_org/chrome/common/extensions/docs/server2/
manifest_features_test.py
54
if
__name__
== '__main__':
/external/chromium_org/chrome/test/functional/
chromeos_power.py
22
if
__name__
== '__main__':
/external/chromium_org/chrome/tools/build/
make_version_cc.py
36
if
__name__
== '__main__':
/external/chromium_org/content/test/gpu/
run_gpu_test
13
if
__name__
== '__main__':
/external/chromium_org/third_party/WebKit/Tools/Scripts/
read-checksum-from-png
36
if '__main__' ==
__name__
:
/external/chromium_org/tools/gyp/
gyp_main.py
17
if
__name__
== '__main__':
Completed in 343 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>