HomeSort by relevance Sort by last modified time
    Searched full:allowed_chars (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/site_tests/platform_MemoryMonitor/
platform_MemoryMonitor.py 287 allowed_chars = string.ascii_letters + string.digits + '.-_'
312 key = [(c if c in allowed_chars else '_') for c in lib]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
SimpleDateFormatTest.java 897 char allowed_chars[] = { 0x9, 0x20 }; local
    [all...]

Completed in 81 milliseconds