Searched refs:pattern (Results 1 – 13 of 13) sorted by relevance
/build/tools/releasetools/ |
D | sign_target_files_apks | 269 pattern = "\\b"+old_cert16+"\\b" 270 (data, num) = re.subn(pattern, new_cert16, data, flags=re.IGNORECASE)
|
D | sign_target_files_apks.py | 269 pattern = "\\b"+old_cert16+"\\b" 270 (data, num) = re.subn(pattern, new_cert16, data, flags=re.IGNORECASE)
|
D | common.py | 440 def UnzipTemp(filename, pattern=None): argument 455 if pattern is not None: 456 cmd.append(pattern)
|
/build/tools/droiddoc/templates-pdk/assets/design/ |
D | default.css | 643 /* UI tables and other things found in Writing style and Settings pattern */
|
/build/tools/droiddoc/templates-sdk/assets/js/ |
D | android_3p-bundle.js | 212 var pattern = '(?:^^|[+-]'; 214 pattern += '|' + preceders[i].replace(/([^=<>:&a-z])/g, '\\$1'); 216 pattern += ')\\s*'; // matches at end, and matches empty string 217 return pattern;
|
/build/tools/droiddoc/templates-sac/assets/js/ |
D | android_3p-bundle.js | 212 var pattern = '(?:^^|[+-]'; 214 pattern += '|' + preceders[i].replace(/([^=<>:&a-z])/g, '\\$1'); 216 pattern += ')\\s*'; // matches at end, and matches empty string 217 return pattern;
|
/build/tools/droiddoc/templates-ndk/assets/js/ |
D | android_3p-bundle.js | 212 var pattern = '(?:^^|[+-]'; 214 pattern += '|' + preceders[i].replace(/([^=<>:&a-z])/g, '\\$1'); 216 pattern += ')\\s*'; // matches at end, and matches empty string 217 return pattern;
|
/build/tools/droiddoc/templates-sdk-dev/assets/js/ |
D | android_3p-bundle.js | 212 var pattern = '(?:^^|[+-]'; 214 pattern += '|' + preceders[i].replace(/([^=<>:&a-z])/g, '\\$1'); 216 pattern += ')\\s*'; // matches at end, and matches empty string 217 return pattern;
|
/build/tools/droiddoc/templates-sac/assets/css/ |
D | default.css | 911 /* UI tables and other things found in Writing style and Settings pattern */
|
/build/tools/droiddoc/templates-ds/assets/css/ |
D | default.css | 907 /* UI tables and other things found in Writing style and Settings pattern */
|
/build/tools/droiddoc/templates-ndk/assets/css/ |
D | default.css | 1034 /* UI tables and other things found in Writing style and Settings pattern */
|
/build/tools/droiddoc/templates-sdk-dev/assets/css/ |
D | default.css | 1034 /* UI tables and other things found in Writing style and Settings pattern */
|
/build/tools/droiddoc/templates-sdk/assets/css/ |
D | default.css | 1260 /* UI tables and other things found in Writing style and Settings pattern */
|