/development/vndk/tools/header-checker/src/repr/symbol/ |
D | exported_symbol_set.h | 68 void AddGlobPattern(const std::string &pattern) { in AddGlobPattern() 72 void AddDemangledCppGlobPattern(const std::string &pattern) { in AddDemangledCppGlobPattern() 76 void AddDemangledCppSymbol(const std::string &pattern) { in AddDemangledCppSymbol()
|
/development/apps/DumpViewer/app/src/main/java/com/android/dumpviewer/utils/ |
D | GrepHelper.java | 36 public abstract void buildCommand(StringBuilder sb, String pattern, int before, int after, in buildCommand() 76 public void buildCommand(StringBuilder sb, String pattern, int before, int after, in buildCommand() 131 public void buildCommand(StringBuilder sb, String pattern, int before, int after, in buildCommand()
|
/development/samples/ApiDemos/src/com/example/android/apis/os/ |
D | MorseCodeConverter.java | 75 static long[] pattern(char c) { in pattern() method in MorseCodeConverter 90 static long[] pattern(String str) { in pattern() method in MorseCodeConverter
|
/development/tools/idegen/src/ |
D | Eclipse.java | 177 private final Pattern pattern; field in Eclipse.Bucket 180 private Bucket(Pattern pattern) { in Bucket()
|
/development/tools/winscope/src/ |
D | decodeVideo.js | 20 function findFirstInArray(array, pattern) { argument
|
/development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/ |
D | WordWidget.java | 93 Pattern pattern = Pattern.compile(SimpleWikiHelper.WORD_OF_DAY_REGEX); in buildUpdate() local
|
/development/samples/Wiktionary/src/com/example/android/wiktionary/ |
D | ExtendedWikiHelper.java | 126 public FormatRule(String pattern, String replaceWith, int flags) { in FormatRule() 139 public FormatRule(String pattern, String replaceWith) { in FormatRule()
|
/development/vndk/snapshot/ |
D | utils.py | 156 def fetch_artifact(branch, build, pattern, destination='.'): argument
|
/development/samples/ApiDemos/src/com/example/android/mmslib/pdu/ |
D | EncodedStringValue.java | 212 public EncodedStringValue[] split(String pattern) { in split()
|
/development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
D | XmlDocumentProvider.java | 349 String pattern = input.replaceAll("//", "/(.*/|)").replaceAll("^/", "^/") + "$"; in createPattern() local
|
/development/vendor_snapshot/ |
D | update.py | 618 def fetch_artifact(branch, build, target, pattern, destination): argument
|
/development/vndk/tools/definition-tool/assets/insight/ |
D | insight.js | 420 function escapeRegExp(pattern) { argument
|
/development/samples/ControllerSample/src/com/example/controllersample/ |
D | GameView.java | 806 private void vibrateController(long[] pattern, int repeat) { in vibrateController()
|
/development/vndk/tools/sourcedr/blueprint/ |
D | blueprint.py | 767 def glob_sub_files(pattern, sub_file_name): argument
|
/development/vndk/tools/definition-tool/ |
D | vndk_definition_tool.py | 1344 def add_regex(self, tag, pattern): argument 1435 def _enumerate_paths_with_lib(self, pattern): argument 1443 def _enumerate_paths(self, pattern): argument
|