Searched refs:comma (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/lowpan/tests/
H A DAndroid.mk26 # The list is a comma separated list of class names with * matching zero or more characters.
37 # Utility variables to allow replacing a space with a comma
38 comma:= , macro
44 jacoco_exclude := $(subst $(space),$(comma),$(patsubst %,%*,$(local_classes)))
/frameworks/base/wifi/tests/
H A DAndroid.mk26 # The list is a comma separated list of class names with * matching zero or more characters.
37 # Utility variables to allow replacing a space with a comma
38 comma:= , macro
44 jacoco_exclude := $(subst $(space),$(comma),$(patsubst %,%*,$(local_classes)))
/frameworks/opt/net/lowpan/libandroid_net_lowpan/tests/
H A DAndroid.mk26 # The list is a comma separated list of class names with * matching zero or more characters.
37 # Utility variables to allow replacing a space with a comma
38 comma:= , macro
44 jacoco_exclude := $(subst $(space),$(comma),$(patsubst %,%*,$(local_classes)))
/frameworks/opt/net/wifi/tests/wifitests/
H A DAndroid.mk27 # The list is a comma separated list of class names with * matching zero or more characters.
38 # Utility variables to allow replacing a space with a comma
39 comma:= , macro
45 jacoco_exclude := $(subst $(space),$(comma),$(patsubst %,%*,$(local_classes)))
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/util/
H A DPageRangeUtils.java238 Character comma;
240 // When we reading the first range, we do not want to have a comma
241 comma = ',';
245 comma = retChar.second;
268 if (comma != null &&
/frameworks/base/packages/SystemUI/tests/
H A DAndroid.mk93 # Generate a comma separated list of patterns based on the test source files under src/
110 jacoco_exclude := $(subst $(space),$(comma),$(patsubst %,%*,$(local_classes)))
/frameworks/compile/slang/
H A Dslang_rs_pragma_handler.cpp251 // Return comma-separated list of all keys in the map
456 if (PragmaToken.isNot(clang::tok::comma))
/frameworks/base/tools/stats_log_api_gen/
H A Dmain.cpp576 char const* const comma = (i == atoms.decls.size() - 1) ? "" : ","; local
577 fprintf(out, " %s = %d%s\n", constant.c_str(), atom->code, comma);
/frameworks/base/tools/aapt/
H A DResourceTable.cpp638 * Returns true if needle is one of the elements in the comma-separated list
2829 const char* comma; local
2835 comma = strchr(start, ',');
2836 if (comma != NULL) {
2837 config.setTo(start, comma - start);
2838 start = comma + 1;
2861 } 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 1900 milliseconds