/external/chromium_org/v8/tools/ |
csvparser.js | 66 pos += field.length + 3; // Skip comma and quotes. 72 pos += field.length + 1; // Skip comma.
|
/external/clang/test/Index/ |
complete-super.cpp | 24 // CHECK-FOO-UNQUAL: CXXMethod:{Text A::}{TypedText foo}{LeftParen (}{Placeholder a}{Comma , }{Placeholder b}{RightParen )} (20) 32 // CHECK-FOO-QUAL: CXXMethod:{TypedText foo}{LeftParen (}{Placeholder a}{Comma , }{Placeholder b}{RightParen )} (20)
|
/external/iptables/extensions/ |
libxt_tcp.man | 22 flags which we should examine, written as a comma-separated list, and 23 the second argument \fIcomp\fP is a comma-separated list of flags which must be
|
libxt_multiport.man | 12 separated using a comma, and a port range is specified using a colon.
|
libxt_set.man | 4 where flags are the comma separated list of
|
libxt_state.man | 5 Where state is a comma separated list of the connection states to
|
/external/v8/tools/ |
csvparser.js | 66 pos += field.length + 3; // Skip comma and quotes. 72 pos += field.length + 1; // Skip comma.
|
/frameworks/base/tests/CoreTests/android/core/ |
HttpHeaderTest.java | 39 * is defined as a comma-separated list [i.e., #(values)]. It MUST be 43 * comma. The order in which header fields with the same field-name are
|
/packages/inputmethods/LatinIME/tools/make-keyboard-text/res/values-ro/ |
donottranslate-more-keys.xml | 38 <!-- U+0219: "?" LATIN SMALL LETTER S WITH COMMA BELOW 43 <!-- U+021B: "?" LATIN SMALL LETTER T WITH COMMA BELOW -->
|
/external/chromium_org/tools/gyp/ |
pylintrc | 20 # List of plugins (as comma separated values of python modules names) to load, 28 # either give multiple identifier separated by comma (,) or put this option 33 # can either give multiple identifier separated by comma (,) or put this option 58 # C0324: Comma not followed by a space 162 # List of note tags to take in consideration, separated by a comma. 193 # Required attributes for module, separated by a comma 196 # List of builtins function names that should not be used, separated by a comma 227 # Good variable names which should always be accepted, separated by a comma 230 # Bad variable names which should always be refused, separated by a comma 274 # List of interface methods to ignore, separated by a comma. This is used fo [all...] |
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
ITestSummary.java | 61 * @return a comma separated list of device serials associated with result
|
/external/chromium/net/base/ |
host_mapping_rules.h | 36 // Sets the rules from a comma separated list of rules.
|
/external/chromium_org/ash/test/ |
display_manager_test_api.h | 25 // |display_spec| is a list of comma separated spec for each displays. Please
|
/external/chromium_org/chrome/common/ |
time_format_browsertest.cc | 31 // Some locales use a comma ',' instead of a dot '.' as the separator for
|
/external/chromium_org/net/base/ |
data_url.cc | 33 std::string::const_iterator comma = std::find(after_colon, end, ','); local 34 if (comma == end) 38 std::string unparsed_meta_data(after_colon, comma); 79 std::string temp_data = std::string(comma + 1, end);
|
host_mapping_rules.h | 36 // Sets the rules from a comma separated list of rules.
|
/external/chromium_org/ppapi/native_client/tests/nacl_browser/postmessage_redir/ |
pm_redir_test.cc | 71 std::string::size_type comma; local 73 while (std::string::npos != (comma = str_map.find(',', s))) { 74 std::string sub = str_map.substr(s, comma - s); 75 s = comma + 1;
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLDimension.cpp | 106 static const char comma = ','; local 108 // Step 2. Remove the last character if it's a comma. 110 if (trimmedString.endsWith(comma)) 122 size_t nextComma = trimmedString.find(comma, lastParsedIndex);
|
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/ |
p14.cpp | 16 // of a parameter-declaration-clause without a preceding comma. In
|
/external/clang/test/Parser/ |
objc-messaging-1.m | 22 // Comma expression as receiver (rdar://6222856)
|
/external/oprofile/doc/ |
opgprof.1.in | 37 Comma-separated list of additional paths to search for binaries.
|
/external/oprofile/libutil++/ |
glob_filter.h | 29 * comma-separated.
|
path_filter.h | 30 * comma-separated.
|
string_filter.h | 32 * comma-separated.
|
/external/qemu/pc-bios/keymaps/ |
et | 80 comma 0x33
|