HomeSort by relevance Sort by last modified time
    Searched refs:direct (Results 426 - 450 of 2817) sorted by null

<<11121314151617181920>>

  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
util.py 354 direct=None):
378 'byte_compile()' figure out to use direct compilation or not (see
379 the source for details). The 'direct' flag is used by the script
387 # First, if the caller didn't force us into direct or indirect mode,
389 # approach: choose direct mode *only* if the current interpreter is
392 # interpreter is running with, so we can't do direct
397 if direct is None:
398 direct = (__debug__ and optimize == 0)
402 if not direct:
440 direct=1
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
util.py 354 direct=None):
378 'byte_compile()' figure out to use direct compilation or not (see
379 the source for details). The 'direct' flag is used by the script
387 # First, if the caller didn't force us into direct or indirect mode,
389 # approach: choose direct mode *only* if the current interpreter is
392 # interpreter is running with, so we can't do direct
397 if direct is None:
398 direct = (__debug__ and optimize == 0)
402 if not direct:
440 direct=1
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
util.py 354 direct=None):
378 'byte_compile()' figure out to use direct compilation or not (see
379 the source for details). The 'direct' flag is used by the script
387 # First, if the caller didn't force us into direct or indirect mode,
389 # approach: choose direct mode *only* if the current interpreter is
392 # interpreter is running with, so we can't do direct
397 if direct is None:
398 direct = (__debug__ and optimize == 0)
402 if not direct:
440 direct=1
    [all...]