Searched defs:comma (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/
H A DAndroid.mk76 # The list is a comma separated list of class names with * matching zero or more characters.
87 # Utility variables to allow replacing a space with a comma
88 comma:= , macro
94 jacoco_exclude := $(subst $(space),$(comma),$(patsubst %,%*,$(local_classes)))
/frameworks/base/tools/aapt/
H A DResourceTable.cpp627 * Returns true if needle is one of the elements in the comma-separated list
2808 const char* comma; local
2814 comma = strchr(start, ',');
2815 if (comma != NULL) {
2816 config.setTo(start, comma - start);
2817 start = comma + 1;
2840 } while (comma != NULL);
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 235 milliseconds