HomeSort by relevance Sort by last modified time
    Searched full:__file__ (Results 451 - 475 of 2528) sorted by null

<<11121314151617181920>>

  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_warnings.py 249 # If __file__ is not specified and __main__ is not the module name,
250 # then __file__ should be set to the module name.
251 filename = warning_tests.__file__
253 del warning_tests.__file__
260 warning_tests.__file__ = filename
263 # If __file__ is not specified and the caller is __main__ and sys.argv
267 filename = warning_tests.__file__
270 del warning_tests.__file__
278 warning_tests.__file__ = filename
282 # If __file__ is not specified, the caller is __main__, and sys.arg
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_warnings.py 249 # If __file__ is not specified and __main__ is not the module name,
250 # then __file__ should be set to the module name.
251 filename = warning_tests.__file__
253 del warning_tests.__file__
260 warning_tests.__file__ = filename
263 # If __file__ is not specified and the caller is __main__ and sys.argv
267 filename = warning_tests.__file__
270 del warning_tests.__file__
278 warning_tests.__file__ = filename
282 # If __file__ is not specified, the caller is __main__, and sys.arg
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_warnings.py 249 # If __file__ is not specified and __main__ is not the module name,
250 # then __file__ should be set to the module name.
251 filename = warning_tests.__file__
253 del warning_tests.__file__
260 warning_tests.__file__ = filename
263 # If __file__ is not specified and the caller is __main__ and sys.argv
267 filename = warning_tests.__file__
270 del warning_tests.__file__
278 warning_tests.__file__ = filename
282 # If __file__ is not specified, the caller is __main__, and sys.arg
    [all...]
  /external/avahi/avahi-core/
iface-pfroute.c 276 avahi_log_error(__FILE__": recv() failed: %s", strerror(errno));
292 avahi_log_error(__FILE__": socket(PF_ROUTE): %s", strerror(errno));
297 avahi_log_error(__FILE__": avahi_new() failed.");
307 avahi_log_error(__FILE__": Failed to create watch.");
387 avahi_log_error(__FILE__": ioctl(SIOCGLIFFLAGS) %s", strerror(errno));
393 avahi_log_error(__FILE__": ioctl(SIOCGLIFMTU) %s", strerror(errno));
399 avahi_log_error(__FILE__": ioctl(SIOCGLIFADDR) %s", strerror(errno));
404 avahi_log_error(__FILE__": ioctl(SIOCGLIFNETMASK) %s", strerror(errno));
507 avahi_log_error(__FILE__": socket(PFROUTE): %s", strerror(errno));
514 avahi_log_error(__FILE__": ioctl(SIOCGLIFNUM): %s", strerror(errno))
    [all...]
  /external/libopus/celt/
fixed_debug.h 105 #define EXTRACT16(x) EXTRACT16_(x, __FILE__, __LINE__)
121 #define EXTEND32(x) EXTEND32_(x, __FILE__, __LINE__)
137 #define SHR16(a, shift) SHR16_(a, shift, __FILE__, __LINE__)
159 #define SHL16(a, shift) SHL16_(a, shift, __FILE__, __LINE__)
203 #define SHL32(a, shift) SHL32_(a, shift, __FILE__, __LINE__)
236 #define ADD16(a, b) ADD16_(a, b, __FILE__, __LINE__)
259 #define SUB16(a, b) SUB16_(a, b, __FILE__, __LINE__)
282 #define ADD32(a, b) ADD32_(a, b, __FILE__, __LINE__)
305 #define SUB32(a, b) SUB32_(a, b, __FILE__, __LINE__)
329 #define UADD32(a, b) UADD32_(a, b, __FILE__, __LINE__
    [all...]
  /build/kati/
testutil.h 26 __FILE__, __LINE__, #a, SPF(GetStringPiece(a)), #b); \
  /build/tools/
adbs 23 sys.path.insert(0, os.path.dirname(__file__) + "/../../development/scripts")
  /cts/apps/CameraITS/tests/inprog/
test_test_patterns.py 23 NAME = os.path.basename(__file__).split(".")[0]
  /docs/source.android.com/scripts/
micro-httpd.py 22 outdir = os.environ.get('OUTDIR', os.path.join(os.path.dirname(__file__), '..', 'out'))
  /external/autotest/client/site_tests/firmware_TouchMTB/
common.py 11 cwd = os.path.dirname(sys.modules[__name__].__file__)
  /external/autotest/frontend/
urls_common.py 28 {'document_root': os.path.join(os.path.dirname(__file__), '..',
  /external/autotest/server/site_tests/firmware_TouchMTBSetup/
firmware_TouchMTBSetup.py 18 test_rel_dir = os.path.join(os.path.dirname(__file__),
  /external/autotest/site_utils/presubmit_hooks/
check_suite_scheduler.py 36 os.path.dirname(os.path.abspath(__file__)))
  /external/autotest/site_utils/
suite_preprocessor.py 20 os.path.join(os.path.dirname(__file__), '..')),
  /external/autotest/utils/modelviz/
generate_schema_diagrams.py 12 ROOT_DIR = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..'))
  /external/chromium-trace/catapult/bin/
run_tests 13 os.path.join(os.path.dirname(__file__), os.path.pardir))
  /external/chromium-trace/catapult/catapult_base/bin/
run_tests 10 os.path.join(os.path.dirname(__file__), '..', '..'))
  /external/chromium-trace/catapult/catapult_base/catapult_base/
util.py 9 return os.path.normpath(os.path.join(os.path.dirname(__file__), '..', '..'))
  /external/chromium-trace/catapult/catapult_build/
__init__.py 15 catapult_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
run_with_typ.py 23 os.path.dirname(__file__), os.path.pardir, 'third_party', 'typ'))
  /external/chromium-trace/catapult/dashboard/bin/
run_py_tests 12 os.path.join(os.path.dirname(__file__), '..', '..'))
  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
__init__.py 10 os.path.abspath(__file__))))
  /external/chromium-trace/catapult/devil/devil/android/perf/
perf_control_devicetest.py 10 sys.path.append(os.path.join(os.path.dirname(__file__), '..', '..'))
  /external/chromium-trace/catapult/perf_insights/
appengine_config.py 34 vendor.add(os.path.join(os.path.dirname(__file__), library_dir))
  /external/chromium-trace/catapult/perf_insights/bin/
deploy_perfinsights 19 os.path.dirname(__file__), os.path.pardir, os.path.pardir))

Completed in 508 milliseconds

<<11121314151617181920>>