Home
last modified time | relevance | path

Searched defs:stubs (Results 1 – 7 of 7) sorted by relevance

/external/python/setuptools/setuptools/command/
Dbdist_egg.py326 def analyze_egg(egg_dir, stubs): argument
363 def scan_module(egg_dir, base, name, stubs): argument
/external/python/oauth2client/tests/
Dtest_client.py614 def test_get_adc_from_env_var_service_account(self, *stubs):
637 def test_get_adc_from_env_var_authorized_user(self, *stubs):
656 def test_get_adc_from_env_var_malformed_file(self, *stubs):
683 def test_get_adc_env_not_set_up(self, *stubs):
704 def test_get_adc_env_from_well_known(self, *stubs):
/external/python/typing/docs/source/
Dstubs.rst1 .. _stubs: target
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DCLDRConfig.java607 String stubs[] = list.split(","); in getCLDRDataDirectories() local
/external/crosvm/src/sys/
Dwindows.rs688 let stubs = create_virtio_devices( in create_devices() localVariable
/external/crosvm/src/crosvm/sys/
Dunix.rs804 let stubs = create_virtio_devices( in create_devices() localVariable
/external/pcre/src/
Dpcre2_jit_compile.c464 stub_list *stubs; member