HomeSort by relevance Sort by last modified time
    Searched refs:True (Results 101 - 125 of 3194) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_getcwdu.py 11 BM_compatible = True
fix_long.py 13 BM_compatible = True
fix_nonzero.py 9 BM_compatible = True
fix_raw_input.py 10 BM_compatible = True
fix_reduce.py 17 BM_compatible = True
fix_standarderror.py 12 BM_compatible = True
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
Aliases.py 4 true = True variable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_al.py 6 al = import_module('al', deprecated=True)
test_unpack.py 8 True
15 True
21 True
27 True
38 True
130 test_main(verbose=True)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
__main__.py 7 __unittest = True
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dep_util.py 16 Return true if 'source' exists and is more recently modified than
29 return True
53 """Return true if 'target' is out-of-date with respect to any file
57 than every file in 'sources', return false; otherwise return true.
69 return True
73 # we can immediately return true. If we fall through to the end
84 return True # out-of-date
87 return True
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_basestring.py 9 BM_compatible = True
fix_funcattrs.py 10 BM_compatible = True
fix_future.py 12 BM_compatible = True
fix_getcwdu.py 11 BM_compatible = True
fix_long.py 13 BM_compatible = True
fix_nonzero.py 9 BM_compatible = True
fix_raw_input.py 10 BM_compatible = True
fix_reduce.py 17 BM_compatible = True
fix_standarderror.py 12 BM_compatible = True
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_al.py 6 al = import_module('al', deprecated=True)
test_unpack.py 8 True
15 True
21 True
27 True
38 True
130 test_main(verbose=True)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
__main__.py 7 __unittest = True
  /system/core/libutils/
primes.py 34 return True
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
options.py 36 check_style = make_option("--ignore-style", action="store_false", dest="check_style", default=True, help="Don't check to see if the patch has proper style before uploading.")
38 clean = make_option("--no-clean", action="store_false", dest="clean", default=True, help="Don't check if the working directory is clean before applying patches")
39 close_bug = make_option("--no-close", action="store_false", dest="close_bug", default=True, help="Leave bug open after landing.")
42 confirm = make_option("--no-confirm", action="store_false", dest="confirm", default=True, help="Skip confirmation steps.")
49 obsolete_patches = make_option("--no-obsolete", action="store_false", dest="obsolete_patches", default=True, help="Do not obsolete old patches before posting this one.")
54 review = make_option("--no-review", action="store_false", dest="review", default=True, help="Do not mark the patch for review.")
58 update = make_option("--no-update", action="store_false", dest="update", default=True, help="Don't update the working directory.")

Completed in 222 milliseconds

1 2 3 45 6 7 8 91011>>