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

<<51525354555657585960>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_program.py 14 expectedPath = os.path.abspath(os.path.dirname(unittest.test.__file__))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cProfile.py 188 '__file__': progname,
pkgutil.py 571 d = os.path.dirname(sys.modules[package].__file__)
582 if mod is None or not hasattr(mod, '__file__'):
587 # the package's __file__
589 parts.insert(0, os.path.dirname(mod.__file__))
inspect.py 56 __file__ filename (missing for built-in modules)"""
401 if hasattr(object, '__file__'):
402 return object.__file__
406 if hasattr(object, '__file__'):
407 return object.__file__
491 if ismodule(module) and hasattr(module, '__file__'):
492 f = module.__file__
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_as_parameter.py 6 dll = CDLL(_ctypes_test.__file__)
test_parameters.py 154 func = CDLL(_ctypes_test.__file__)._testfunc_p_p
test_prototypes.py 25 testdll = CDLL(_ctypes_test.__file__)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
macosxSupport.py 129 fn = path.join(path.abspath(path.dirname(__file__)), 'help.txt')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_main.py 16 TEST_DATA_DIR = os.path.join(os.path.dirname(__file__), "data")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cprofile.py 36 regenerate_expected_output(__file__, CProfileTest)
test_imaplib.py 226 CERTFILE = os.path.join(os.path.dirname(__file__) or os.curdir,
test_imgfile.py 34 ourname = sys.modules[__name__].__file__
test_pkgutil.py 98 mod.__file__ = "<%s>" % self.__class__.__name__
test_inspect.py 32 modfile = mod.__file__
285 self.assertEqual(inspect.getfile(mod.StupidGit), mod.__file__)
291 m.__file__ = "<string>" # hopefully not a real filename...
391 not hasattr(unicodedata, '__file__') or
392 unicodedata.__file__[-4:] in (".pyc", ".pyo"),
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_program.py 14 expectedPath = os.path.abspath(os.path.dirname(unittest.test.__file__))
  /system/bt/btif/include/
btif_common.h 37 "### ASSERT : %s line %d %s (%d) ###", __FILE__, __LINE__, msg, val);}
  /prebuilts/gdb/darwin-x86/lib/python2.7/
inspect.py 56 __file__ filename (missing for built-in modules)"""
401 if hasattr(object, '__file__'):
402 return object.__file__
406 if hasattr(object, '__file__'):
407 return object.__file__
491 if ismodule(module) and hasattr(module, '__file__'):
492 f = module.__file__
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
inspect.py 56 __file__ filename (missing for built-in modules)"""
401 if hasattr(object, '__file__'):
402 return object.__file__
406 if hasattr(object, '__file__'):
407 return object.__file__
491 if ismodule(module) and hasattr(module, '__file__'):
492 f = module.__file__
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
inspect.py 56 __file__ filename (missing for built-in modules)"""
401 if hasattr(object, '__file__'):
402 return object.__file__
406 if hasattr(object, '__file__'):
407 return object.__file__
491 if ismodule(module) and hasattr(module, '__file__'):
492 f = module.__file__
    [all...]
  /external/deqp/framework/opengl/
gluTexture.cpp 300 throw tcu::NotSupportedError("Compressed texture format not supported", "", __FILE__, __LINE__);
531 throw tcu::NotSupportedError("Compressed texture format not supported", "", __FILE__, __LINE__);
651 throw tcu::NotSupportedError("Compressed texture format not supported", "", __FILE__, __LINE__);
829 throw tcu::NotSupportedError("Ranged texture buffers not supported", "", __FILE__, __LINE__);
838 throw tcu::NotSupportedError("Texture buffers not supported", "", __FILE__, __LINE__);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_inspect.py 32 modfile = mod.__file__
285 self.assertEqual(inspect.getfile(mod.StupidGit), mod.__file__)
291 m.__file__ = "<string>" # hopefully not a real filename...
391 not hasattr(unicodedata, '__file__') or
392 unicodedata.__file__[-4:] in (".pyc", ".pyo"),
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_inspect.py 32 modfile = mod.__file__
285 self.assertEqual(inspect.getfile(mod.StupidGit), mod.__file__)
291 m.__file__ = "<string>" # hopefully not a real filename...
391 not hasattr(unicodedata, '__file__') or
392 unicodedata.__file__[-4:] in (".pyc", ".pyo"),
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_inspect.py 32 modfile = mod.__file__
285 self.assertEqual(inspect.getfile(mod.StupidGit), mod.__file__)
291 m.__file__ = "<string>" # hopefully not a real filename...
391 not hasattr(unicodedata, '__file__') or
392 unicodedata.__file__[-4:] in (".pyc", ".pyo"),
    [all...]
  /external/mdnsresponder/mDNSShared/
DebugServices.h 559 debug_print_assert( 0, #X, NULL, __FILE__, __LINE__, __ROUTINE__ ); \
590 debug_print_assert( 0, #X, STR, __FILE__, __LINE__, __ROUTINE__ ); \
625 debug_print_assert( localErr, NULL, NULL, __FILE__, __LINE__, __ROUTINE__ ); \
660 debug_print_assert( localErr, NULL, STR, __FILE__, __LINE__, __ROUTINE__ ); \
690 debug_print_assert( localErr, #TEST, NULL, __FILE__, __LINE__, __ROUTINE__ ); \
739 debug_print_assert( 0, #X, NULL, __FILE__, __LINE__, __ROUTINE__ ); \
766 debug_print_assert( 0, #X, STR, __FILE__, __LINE__, __ROUTINE__ ); \
821 debug_print_assert( localErr, NULL, NULL, __FILE__, __LINE__, __ROUTINE__ ); \
852 debug_print_assert( localErr, NULL, STR, __FILE__, __LINE__, __ROUTINE__ ); \
883 debug_print_assert( localErr, NULL, STR, __FILE__, __LINE__, __ROUTINE__ );
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/
OMX_AmrDecoder.h 240 #define AMRDEC_EPRINT(...) __android_log_print(ANDROID_LOG_VERBOSE, __FILE__,"%s %d:: ERROR ",__FUNCTION__, __LINE__);\
241 __android_log_print(ANDROID_LOG_VERBOSE, __FILE__, __VA_ARGS__);\
242 __android_log_print(ANDROID_LOG_VERBOSE, __FILE__, "\n");
245 #define AMRDEC_DPRINT(...) __android_log_print(ANDROID_LOG_VERBOSE, __FILE__,"%s %d:: ",__FUNCTION__, __LINE__);\
246 __android_log_print(ANDROID_LOG_VERBOSE, __FILE__, __VA_ARGS__);\
247 __android_log_print(ANDROID_LOG_VERBOSE, __FILE__, "\n");
260 #define AMRDEC_MCP_DPRINT(...) __android_log_print(ANDROID_LOG_VERBOSE, __FILE__,"%s %d:: MCP ",__FUNCTION__, __LINE__);\
261 __android_log_print(ANDROID_LOG_VERBOSE, __FILE__, __VA_ARGS__);\
262 __android_log_print(ANDROID_LOG_VERBOSE, __FILE__, "\n");

Completed in 397 milliseconds

<<51525354555657585960>>