HomeSort by relevance Sort by last modified time
    Searched full:separator (Results 176 - 200 of 6379) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/v8/testing/gtest/include/gtest/internal/
gtest-filepath.h 49 // handles platform-specific conventions (like the pathname separator).
53 // A FilePath with a value ending in a path separator ("like/this/") represents
86 // On Windows platform, uses \ as the separator rather than /.
94 // On Windows, uses \ as the separator rather than /.
113 // If input name has a trailing separator character, removes it and returns
115 // On Windows platform, uses \ as the separator, other platforms use /.
123 // On Windows platform, '\' is the path separator, otherwise it is '/'.
131 // On Windows platform, '\' is the path separator, otherwise it is '/'.
143 // not represent a directory (that is, it doesn't end with a path separator).
160 // Returns true if FilePath ends with a path separator, which indicates tha
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-filepath.h 49 // handles platform-specific conventions (like the pathname separator).
53 // A FilePath with a value ending in a path separator ("like/this/") represents
86 // On Windows platform, uses \ as the separator rather than /.
94 // On Windows, uses \ as the separator rather than /.
113 // If input name has a trailing separator character, removes it and returns
115 // On Windows platform, uses \ as the separator, other platforms use /.
123 // On Windows platform, '\' is the path separator, otherwise it is '/'.
131 // On Windows platform, '\' is the path separator, otherwise it is '/'.
143 // not represent a directory (that is, it doesn't end with a path separator).
160 // Returns true if FilePath ends with a path separator, which indicates tha
    [all...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-filepath.h 49 // handles platform-specific conventions (like the pathname separator).
53 // A FilePath with a value ending in a path separator ("like/this/") represents
86 // On Windows platform, uses \ as the separator rather than /.
94 // On Windows, uses \ as the separator rather than /.
113 // If input name has a trailing separator character, removes it and returns
115 // On Windows platform, uses \ as the separator, other platforms use /.
123 // On Windows platform, '\' is the path separator, otherwise it is '/'.
131 // On Windows platform, '\' is the path separator, otherwise it is '/'.
143 // not represent a directory (that is, it doesn't end with a path separator).
160 // Returns true if FilePath ends with a path separator, which indicates tha
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/
gtest-filepath.h 49 // handles platform-specific conventions (like the pathname separator).
53 // A FilePath with a value ending in a path separator ("like/this/") represents
86 // On Windows platform, uses \ as the separator rather than /.
94 // On Windows, uses \ as the separator rather than /.
113 // If input name has a trailing separator character, removes it and returns
115 // On Windows platform, uses \ as the separator, other platforms use /.
123 // On Windows platform, '\' is the path separator, otherwise it is '/'.
131 // On Windows platform, '\' is the path separator, otherwise it is '/'.
143 // not represent a directory (that is, it doesn't end with a path separator).
160 // Returns true if FilePath ends with a path separator, which indicates tha
    [all...]
  /test/suite_harness/common/util/src/com/android/compatibility/common/util/
ChecksumReporter.java 53 private static final String SEPARATOR = "/";
167 String key = path + SEPARATOR + file.getName();
173 String key = path + SEPARATOR + file.getName();
201 addDirectory(child, path + SEPARATOR + child.getName());
282 sb.append(buildFingerprint).append(SEPARATOR)
283 .append(module.getId()).append(SEPARATOR)
284 .append(testResult.getFullName()).append(SEPARATOR)
285 .append(testResult.getResultStatus().getValue()).append(SEPARATOR)
286 .append(stacktrace).append(SEPARATOR);
304 .append(SEPARATOR)
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNetworkHistory.java 104 private static final String SEPARATOR = ": ";
182 out.writeUTF(CONFIG_KEY + SEPARATOR + config.configKey() + NL);
185 out.writeUTF(SSID_KEY + SEPARATOR + config.SSID + NL);
188 out.writeUTF(CONFIG_BSSID_KEY + SEPARATOR + config.BSSID + NL);
190 out.writeUTF(CONFIG_BSSID_KEY + SEPARATOR + "null" + NL);
193 out.writeUTF(FQDN_KEY + SEPARATOR + config.FQDN + NL);
196 out.writeUTF(PRIORITY_KEY + SEPARATOR + Integer.toString(config.priority) + NL);
197 out.writeUTF(NETWORK_ID_KEY + SEPARATOR
199 out.writeUTF(SELF_ADDED_KEY + SEPARATOR
201 out.writeUTF(DID_SELF_ADD_KEY + SEPARATOR
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
Splitter.java 34 * into substrings, by recognizing a <i>separator</i> (a.k.a. "delimiter")
77 * The separator recognized by the splitter does not have to be a single
110 * Returns a splitter that uses the given single-character separator. For
114 * @param separator the character to recognize as a separator
115 * @return a splitter, with default settings, that recognizes that separator
117 public static Splitter on(char separator) {
118 return on(CharMatcher.is(separator));
123 * given {@code CharMatcher} to be a separator. For example, {@code
128 * character is a separator
    [all...]
  /external/skia/src/sksl/
SkSLHCodeGenerator.cpp 94 void HCodeGenerator::writeExtraConstructorParams(const char* separator) {
122 this->writef("%s%s", separator, lastIdentifier);
123 separator = ", ";
132 this->writef("%s%s", separator, lastIdentifier);
138 const char* separator;
141 separator = "";
143 this->writef("%s%s %s", separator, ParameterType(fContext, param->fType,
146 separator = ", ";
148 this->writeSection(CONSTRUCTOR_PARAMS_SECTION, separator);
152 separator = ""
184 const char* separator = ""; local
    [all...]
  /external/skqp/src/sksl/
SkSLHCodeGenerator.cpp 94 void HCodeGenerator::writeExtraConstructorParams(const char* separator) {
122 this->writef("%s%s", separator, lastIdentifier);
123 separator = ", ";
132 this->writef("%s%s", separator, lastIdentifier);
138 const char* separator;
141 separator = "";
143 this->writef("%s%s %s", separator, ParameterType(fContext, param->fType,
146 separator = ", ";
148 this->writeSection(CONSTRUCTOR_PARAMS_SECTION, separator);
152 separator = ""
184 const char* separator = ""; local
    [all...]
  /external/v8/tools/release/
search_related_commits.py 15 git_working_dir, start_hash, until, separator, verbose=False):
32 git_working_dir, commit, until, separator, verbose)
42 git_working_dir, start_hash, until, separator, verbose=False):
44 if separator:
46 start_hash, separator, git_working_dir, verbose)
105 if separator:
108 separator, current_hit, git_working_dir, verbose)
163 options.separator,
209 parser.add_argument("--separator", required=False,
211 "which are separated by hash <--separator>."
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/util/
FixedSizeList.java 98 * @param separator {@code null-ok;} separator to insert between each item
102 public String toString(String prefix, String separator, String suffix) {
103 return toString0(prefix, separator, suffix, false);
112 * @param separator {@code null-ok;} separator to insert between each item
116 public String toHuman(String prefix, String separator, String suffix) {
117 return toString0(prefix, separator, suffix, true);
243 * @param separator {@code null-ok;} separator to insert between each ite
    [all...]
  /dalvik/dx/src/com/android/dx/util/
FixedSizeList.java 99 * @param separator {@code null-ok;} separator to insert between each item
103 public String toString(String prefix, String separator, String suffix) {
104 return toString0(prefix, separator, suffix, false);
113 * @param separator {@code null-ok;} separator to insert between each item
117 public String toHuman(String prefix, String separator, String suffix) {
118 return toString0(prefix, separator, suffix, true);
244 * @param separator {@code null-ok;} separator to insert between each ite
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
AST.stg 94 :{it|<ASTLabelType> <it.label.text>_tree = default(<ASTLabelType>);}; separator="\n">
95 <ruleDescriptor.tokenListLabels:{it|<ASTLabelType> <it.label.text>_tree = default(<ASTLabelType>);}; separator="\n">
97 :{it|RewriteRule<rewriteElementType>Stream stream_<it>=new RewriteRule<rewriteElementType>Stream(adaptor,"token <it>");}; separator="\n">
99 :{it|RewriteRuleSubtreeStream stream_<it>=new RewriteRuleSubtreeStream(adaptor,"rule <it>");}; separator="\n">
183 // elements: <referencedElementsDeep; separator=", ">
184 // token labels: <referencedTokenLabels; separator=", ">
185 // rule labels: <referencedRuleLabels; separator=", ">
186 // token list labels: <referencedTokenListLabels; separator=", ">
187 // rule list labels: <referencedRuleListLabels; separator=", ">
188 // wildcard labels: <[referencedWildcardLabels,referencedWildcardListLabels]; separator=", "
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
AST.stg 67 ruleDescriptor.wildcardTreeListLabels]:{it | <ASTLabelType> <it.label.text>_tree=null;}; separator="\n">
68 <ruleDescriptor.tokenListLabels:{it | <ASTLabelType> <it.label.text>_tree=null;}; separator="\n">
70 :{it | RewriteRule<rewriteElementType>Stream stream_<it>=new RewriteRule<rewriteElementType>Stream(adaptor,"token <it>");}; separator="\n">
72 :{it | RewriteRuleSubtreeStream stream_<it>=new RewriteRuleSubtreeStream(adaptor,"rule <it>");}; separator="\n">
157 // elements: <referencedElementsDeep; separator=", ">
158 // token labels: <referencedTokenLabels; separator=", ">
159 // rule labels: <referencedRuleLabels; separator=", ">
160 // token list labels: <referencedTokenListLabels; separator=", ">
161 // rule list labels: <referencedRuleListLabels; separator=", ">
162 // wildcard labels: <[referencedWildcardLabels,referencedWildcardListLabels]; separator=", "
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
AST.stg 63 <grammar.directDelegates:{g|<g:delegateName()>.adaptor = adaptor}; separator="\n">
83 :{it | <it.label.text>_tree = None}; separator="\n">
84 <ruleDescriptor.tokenListLabels:{it | <it.label.text>_tree = None}; separator="\n">
86 :{it | stream_<it> = RewriteRule<rewriteElementType>Stream(self._adaptor, "token <it>")}; separator="\n">
88 :{it | stream_<it> = RewriteRuleSubtreeStream(self._adaptor, "rule <it>")}; separator="\n">
173 # elements: <referencedElementsDeep; separator=", ">
174 # token labels: <referencedTokenLabels; separator=", ">
175 # rule labels: <referencedRuleLabels; separator=", ">
176 # token list labels: <referencedTokenListLabels; separator=", ">
177 # rule list labels: <referencedRuleListLabels; separator=", "
    [all...]
  /external/guava/guava/src/com/google/common/base/
Splitter.java 39 * recognizing appearances of a <i>separator</i> sequence. This separator can be
42 * #on(CharMatcher) CharMatcher} instance. Or, instead of using a separator at
79 * <p>For separator-based splitters that do not use {@code omitEmptyStrings}, an
80 * input string containing {@code n} occurrences of the separator naturally
81 * yields an iterable of size {@code n + 1}. So if the separator does not occur
122 * Returns a splitter that uses the given single-character separator. For
126 * @param separator the character to recognize as a separator
127 * @return a splitter, with default settings, that recognizes that separator
    [all...]
StandardSystemProperty.java 100 /** File separator ("/" on UNIX). */
101 FILE_SEPARATOR("file.separator"),
103 /** Path separator (":" on UNIX). */
104 PATH_SEPARATOR("path.separator"),
106 /** Line separator ("\n" on UNIX). */
107 LINE_SEPARATOR("line.separator"),
  /external/deqp/framework/delibs/decpp/
deFilePath.cpp 45 const std::string FilePath::separator = "\\"; member in class:de::FilePath
47 const std::string FilePath::separator = "/";
55 m_path += separator;
68 components.push_back(separator + separator);
70 components.push_back(separator);
156 return separator;
228 DE_TEST_ASSERT((string("..") + FilePath::separator + "test") == FilePath("foo/../bar/../../test").normalize().getPath());
229 DE_TEST_ASSERT((FilePath::separator + "foo" + FilePath::separator + "foo.txt") == FilePath("/foo\\bar/..\\dir\\..\\foo.txt").normalize().getPath())
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
StringExtras.h 162 StringRef Separator, std::input_iterator_tag) {
169 S += Separator;
177 StringRef Separator, std::forward_iterator_tag) {
182 size_t Len = (std::distance(Begin, End) - 1) * Separator.size();
188 S += Separator;
195 inline void join_items_impl(std::string &Result, Sep Separator) {}
198 inline void join_items_impl(std::string &Result, Sep Separator,
204 inline void join_items_impl(std::string &Result, Sep Separator, const Arg1 &A1,
207 Result += Separator;
208 join_items_impl(Result, Separator, std::forward<Args>(Items)...)
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
AST.stg 68 ruleDescriptor.wildcardTreeListLabels]:{var <it.label.text>_tree:<ASTLabelType>=null;}; separator="\n">
69 <ruleDescriptor.tokenListLabels:{var <it.label.text>_tree:<ASTLabelType>=null;}; separator="\n">
71 :{var stream_<it>:RewriteRule<rewriteElementType>Stream=new RewriteRule<rewriteElementType>Stream(adaptor,"token <it>");}; separator="\n">
73 :{var stream_<it>:RewriteRuleSubtreeStream=new RewriteRuleSubtreeStream(adaptor,"rule <it>");}; separator="\n">
158 // elements: <referencedElementsDeep; separator=", ">
159 // token labels: <referencedTokenLabels; separator=", ">
160 // rule labels: <referencedRuleLabels; separator=", ">
161 // token list labels: <referencedTokenListLabels; separator=", ">
162 // rule list labels: <referencedRuleListLabels; separator=", ">
169 <alts:rewriteAlt(); separator="else "
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
AST.stg 109 <ruleDescriptor.tokenLabels:{<it.label.text>_tree := nil;}; separator="\n">
110 <ruleDescriptor.tokenListLabels:{<it.label.text>_tree := nil;}; separator="\n">
111 <ruleDescriptor.allTokenRefsInAltsWithRewrites:{Locals['Stream_<it>'] := TRewriteRule<rewriteElementType>Stream.Create(Adaptor,'token <it>');}; separator="\n">
112 <ruleDescriptor.allRuleRefsInAltsWithRewrites:{Locals['Stream_<it>'] := TRewriteRuleSubtreeStream.Create(Adaptor,'rule <it>');}; separator="\n">
117 <ruleDescriptor.tokenLabels:{<it.label.text>_tree: I<ASTLabelType>;}; separator="\n">
118 <ruleDescriptor.tokenListLabels:{<it.label.text>_tree: I<ASTLabelType>;}; separator="\n">
206 // elements: <referencedElementsDeep; separator=", ">
207 // token labels: <referencedTokenLabels; separator=", ">
208 // rule labels: <referencedRuleLabels; separator=", ">
209 // token list labels: <referencedTokenListLabels; separator=", "
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
AST.stg 63 <ruleDescriptor.tokenLabels:{var <it.label.text>_tree=null;}; separator="\n">
64 <ruleDescriptor.tokenListLabels:{var <it.label.text>_tree=null;}; separator="\n">
66 :{var stream_<it>=new org.antlr.runtime.tree.RewriteRuleTokenStream(this.adaptor,"token <it>");}; separator="\n">
68 :{var stream_<it>=new org.antlr.runtime.tree.RewriteRuleSubtreeStream(this.adaptor,"rule <it>");}; separator="\n">
157 // elements: <referencedElementsDeep; separator=", ">
158 // token labels: <referencedTokenLabels; separator=", ">
159 // rule labels: <referencedRuleLabels; separator=", ">
160 // token list labels: <referencedTokenListLabels; separator=", ">
161 // rule list labels: <referencedRuleListLabels; separator=", ">
168 <alts:rewriteAlt(); separator="else "
    [all...]
  /external/autotest/client/common_lib/cros/tendo/
buffet_config.py 55 def format_options(options, separator):
56 """Format dictionary as key1=value1{separator}key2=value2{separator}..
59 @param separator: String to be used as separator between key=value strings.
63 return separator.join(['%s=%s' % (k, v) for (k, v) in options.iteritems()])
  /external/icu/tools/srcgen/javadoc_patches/patches/src/main/java/android/icu/text/
DecimalFormatSymbols.java.patch 30 * Returns the character used for grouping separator. Different for French, etc.
38 * Sets the character used for grouping separator. Different for French, etc.
86 * Returns the monetary decimal separator.
87 * @return the monetary decimal separator character
94 * <strong>[icu]</strong> Returns the monetary grouping separator.
95 * @return the monetary grouping separator character
  /external/mockito/src/main/java/org/mockito/internal/matchers/text/
ValuePrinter.java 94 * @param separator the separator of values, e.g. ", "
100 public static String printValues(String start, String separator, String end, Iterator<?> values) {
104 if (separator == null){
105 separator = ",";
115 sb.append(separator);

Completed in 1309 milliseconds

1 2 3 4 5 6 78 91011>>