HomeSort by relevance Sort by last modified time
    Searched refs:quickcheck (Results 1 - 9 of 9) sorted by null

  /external/v8/
Makefile 290 QUICKCHECKS = $(addsuffix .quickcheck,$(BUILDS))
296 qc quickcheck $(QUICKCHECKS) turbocheck \
297 $(addsuffix .quickcheck,$(MODES)) $(addsuffix .quickcheck,$(ARCHES)) \
357 $(addsuffix .quickcheck,$(MODES)): $$(basename $$@)
359 --mode=$(basename $@) $(TESTFLAGS) --quickcheck
361 $(addsuffix .quickcheck,$(ARCHES)): $$(basename $$@)
363 --arch=$(basename $@) $(TESTFLAGS) --quickcheck
367 --arch-and-mode=$(basename $@) $(TESTFLAGS) --quickcheck
393 quickcheck: $(subst $(COMMA),$(SPACE),$(FASTCOMPILEMODES)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
makeunicodedata.py 912 quickcheck = 'MN'.index(s[2]) + 1 # Maybe or No
    [all...]
  /external/python/cpython2/Tools/unicode/
makeunicodedata.py 912 quickcheck = 'MN'.index(s[2]) + 1 # Maybe or No
914 quickcheck <<= quickcheck_shift
921 quickchecks[char] |= quickcheck
    [all...]
  /external/python/cpython3/Tools/unicode/
makeunicodedata.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
unicodedata.c 749 /* The two quickcheck bits at this shift mean 0=Yes, 1=Maybe, 2=No,
758 unsigned char quickcheck = record->normalization_quick_check; local
760 if (quickcheck & quickcheck_mask)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
unicodedata.c 742 /* The two quickcheck bits at this shift mean 0=Yes, 1=Maybe, 2=No,
751 unsigned char quickcheck = record->normalization_quick_check; local
753 if (quickcheck & quickcheck_mask)
    [all...]
  /external/python/cpython2/Modules/
unicodedata.c 749 /* The two quickcheck bits at this shift mean 0=Yes, 1=Maybe, 2=No,
758 unsigned char quickcheck = record->normalization_quick_check; local
760 if (quickcheck & quickcheck_mask)
    [all...]
  /external/python/cpython3/Modules/
unicodedata.c 783 /* The two quickcheck bits at this shift mean 0=Yes, 1=Maybe, 2=No,
795 unsigned char quickcheck = record->normalization_quick_check; local
797 if (quickcheck & quickcheck_mask)
    [all...]
  /external/v8/tools/
run-tests.py 320 result.add_option("--quickcheck", default=False, action="store_true",
575 if options.quickcheck:
    [all...]

Completed in 311 milliseconds