/external/bluetooth/glib/gio/ |
glocalfileinfo.c | 1066 char *gecos, *comma; local 1095 comma = strchr (gecos, ','); 1096 if (comma) 1097 *comma = 0; [all...] |
/external/freetype/src/sfnt/ |
ttpost.c | 75 "comma", "hyphen", "period", "slash", "zero",
|
/external/icu4c/test/intltest/ |
wbnf.cpp | 784 enum TokenType {STRING, VAR, NUMBER, STREAM_END, ERROR, QUESTION, STAR, PLUS, LBRACE, RBRACE, LPAR, RPAR, SEMI, EQ, COMMA, BAR, AT, WAVE, PERCENT}; 839 case ',' : tokenType = COMMA; break; 1009 } else if (token == COMMA) { 1010 match(COMMA); [all...] |
/external/icu4c/tools/genrb/ |
parse.c | 69 "','", /* A comma */ 1112 /* eat optional comma if present */ [all...] |
/external/iptables/extensions/ |
libip6t_hashlimit.c | 38 "--hashlimit-mode <mode> mode is a comma-separated list of\n"
|
libipt_hashlimit.c | 38 "--hashlimit-mode <mode> mode is a comma-separated list of\n"
|
/external/kernel-headers/original/linux/ |
kernel.h | 344 e.g. in a structure initializer (or where-ever else comma expressions
|
/external/libpng/contrib/visupng/ |
cexcept.h | 172 Slight limitation: If the expression is a comma-expression, it must
|
/external/oprofile/daemon/ |
oprofiled.c | 93 { "image", 0, POPT_ARG_STRING, &binary_name_filter, 0, "image name filter", "profile these comma separated image" },
|
/external/qemu/android/skin/ |
keyset.c | 98 _KEYSYM1_(COMMA) \
|
/external/qemu/telephony/ |
android_modem.c | 897 const char* comma = "+COPS: "; local 902 amodem_add_line( modem, "%s(%d,\"%s\",\"%s\",\"%s\")", comma, 904 comma = ", "; [all...] |
/frameworks/base/core/java/android/net/http/ |
HttpAuthHeader.java | 307 * Parses a comma-separated list of authentification scheme
|
/frameworks/base/libs/ui/ |
EventRecurrence.cpp | 283 // split it out later. it lets us reuse all the comma separated list code.
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
RetryManager.java | 35 * separated by a comma. There are two name value pair parameters plus a series
|
/packages/apps/Mms/src/com/android/mms/ui/ |
RecipientsEditor.java | 366 * it ends with a token terminator (for example a space or comma).
|
/packages/inputmethods/LatinIME/java/res/values-nl/ |
strings.xml | 103 <string name="voice_punctuation_hint" msgid="1611389463237317754"><b>"Hint:"</b>" spreek de volgende keer interpunctie uit, zoals \'period\' (punt), \'comma\' (komma) of \'question mark\' (vraagteken)."</string>
|
/prebuilt/linux-x86/oprofile/bin/ |
opreport | |
/sdk/eclipse/buildConfig/ |
build.properties | 180 # This value takes the form of a comma separated list of repository identifier (like used in the map files) and the
|
/build/core/ |
base_rules.mk | 53 #comma := , 56 #$(shell echo $(lastword $(filter-out config/% out/%,$(MAKEFILE_LIST))),$(LOCAL_MODULE),$(strip $(LOCAL_MODULE_CLASS)),$(subst $(space),$(comma),$(sort $(LOCAL_MODULE_TAGS))) >> tag-list.csv)
|
/cts/tools/dasm/src/java_cup/ |
lexer.java | 22 * , COMMA * STAR 129 char_symbols.put(new Integer(','), new Integer(sym.COMMA));
|
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/fortress/ |
DefaultPolicyParser.java | 386 * Takes a comma-separated list of aliases and obtains corresponding 389 * @param signers comma-separated list of certificate aliases,
|
/development/pdk/docs/porting/ |
keymaps_keyboard_input.jd | 153 key 51 COMMA 262 COMMA ',' ';' ';' '|' ',' ','
|
/external/e2fsprogs/misc/ |
mke2fs.8.in | 169 Set extended options for the filesystem. Extended options are comma 275 Journal options are comma
|
tune2fs.8.in | 152 Set extended options for the filesystem. Extended options are comma 261 Override the default ext3 journal parameters. Journal options are comma
|
/external/icu4c/i18n/ |
plurrule.cpp | 393 if ( (localeData.charAt(i)!= SPACE) && (localeData.charAt(i)!= COMMA) ) { 400 if ( (localeData.charAt(i)== SPACE) || (localeData.charAt(i)== COMMA) ) {
|