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

1 2 3 4 5 67 8 91011>>

  /external/jacoco/jacoco-maven-plugin.test/it/it-customize-agent/
verify.bsh 15 String agentOptions = "destfile=" + basedir + File.separator + "target" + File.separator + "coverage.exec"
27 + ",classdumpdir=" + basedir + File.separator + "target" + File.separator + "classdumps"
  /frameworks/base/core/java/android/widget/
ListAdapter.java 32 * clickable (there is no separator.)
41 * Returns true if the item at the specified position is not a separator.
42 * (A separator is a non-selectable, non-clickable item).
49 * @return True if the item is not a separator
  /external/llvm/lib/Fuzzer/test/
CustomCrossOverTest.cpp 15 static const char *Separator = "-_^_-";
34 static size_t SeparatorLen = strlen(Separator);
53 memcpy(Out + Len1, Separator, SeparatorLen);
  /external/skia/src/sksl/ir/
SkSLFunctionCall.h 37 String separator; variable
39 result += separator;
41 separator = ", ";
  /external/skia/src/sksl/lex/
DFAState.h 30 const char* separator = ""; local
32 result += separator;
34 separator = ", ";
  /external/skqp/src/sksl/ir/
SkSLFunctionCall.h 37 String separator; variable
39 result += separator;
41 separator = ", ";
  /external/skqp/src/sksl/lex/
DFAState.h 30 const char* separator = ""; local
32 result += separator;
34 separator = ", ";
  /external/v8/src/compiler/
operator.cc 50 std::string separator = ""; local
54 os << separator; \
56 separator = ", "; \
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
AST.stg 175 ruleDescriptor.wildcardTreeListLabels]:{it | <ASTLabelType> *<it.label.text>_tree=nil;}; separator="\n">
176 <ruleDescriptor.tokenListLabels:{it | <ASTLabelType> *<it.label.text>_tree = nil;}; separator="\n">
179 description:@"token <it>"] retain];}; separator="\n">
182 description:@"rule <it>"] retain];}; separator="\n">
188 <[ruleDescriptor.allTokenRefsInAltsWithRewrites,ruleDescriptor.allRuleRefsInAltsWithRewrites]:{it | [stream_<it> release];}; separator="\n">
206 <referencedTokenLabels:{it | [stream_<it> release];}; separator="\n">
207 <referencedTokenListLabels:{it | [stream_<it> release];}; separator="\n">
208 <referencedRuleLabels:{it | [stream_<it> release];}; separator="\n">
209 <referencedRuleListLabels:{it | [stream_<it> release];}; separator="\n">
303 // elements: <referencedElementsDeep; separator=", "
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
StringTokenizer.cs 42 public StringTokenizer( string str, string separator )
43 : this( str, separator, false )
46 public StringTokenizer( string str, string separator, bool returnDelims )
48 _tokens = str.Split( separator.ToCharArray(), StringSplitOptions.None );
51 char[] delims = separator.ToCharArray();
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
StringTokenizer.cs 43 public StringTokenizer( string str, string separator )
44 : this( str, separator, false )
47 public StringTokenizer( string str, string separator, bool returnDelims )
49 _tokens = str.Split( separator.ToCharArray(), StringSplitOptions.None );
52 char[] delims = separator.ToCharArray();
  /external/icu/android_icu4j/src/main/java/android/icu/number/
IntegerWidth.java 9 * A class that defines the strategy for padding and truncating integers before the decimal separator.
31 * Pad numbers at the beginning with zeros to guarantee a certain number of numerals before the decimal separator.
37 * The minimum number of places before the decimal separator.
54 * Truncate numbers exceeding a certain number of numerals before the decimal separator.
59 * The maximum number of places before the decimal separator.
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
IntegerWidth.java 8 * A class that defines the strategy for padding and truncating integers before the decimal separator.
30 * Pad numbers at the beginning with zeros to guarantee a certain number of numerals before the decimal separator.
36 * The minimum number of places before the decimal separator.
54 * Truncate numbers exceeding a certain number of numerals before the decimal separator.
59 * The maximum number of places before the decimal separator.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/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...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/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...]
  /test/framework/harnesses/host_controller/acloud/
acloud_config.py 71 separator = ': "'
80 idx = line.find(separator)
89 val = line[len(separator) + idx : -1]
99 separator = ':'
103 f.write(key + separator + '"%s"' % self.configs[key]
  /external/jline/src/src/main/java/jline/
FileNameCompletor.java 45 if (translated.startsWith("~" + File.separator)) {
51 } else if (!(translated.startsWith(File.separator))) {
52 translated = new File("").getAbsolutePath() + File.separator
60 if (translated.endsWith(File.separator)) {
117 ? File.separator : " ");
129 final int index = buffer.lastIndexOf(File.separator);
131 return index + File.separator.length();
  /frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZoneInfo.java 39 private static final char SEPARATOR = ',';
201 sb.append(SEPARATOR);
203 sb.append(SEPARATOR);
205 sb.append(SEPARATOR);
208 sb.append(SEPARATOR);
211 sb.append(SEPARATOR);
213 sb.append(SEPARATOR);
215 sb.append(SEPARATOR);
217 sb.append(SEPARATOR);
219 sb.append(SEPARATOR);
    [all...]
  /external/google-breakpad/src/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
90 // On Windows platform, uses \ as the separator rather than /.
98 // On Windows, uses \ as the separator rather than /.
117 // If input name has a trailing separator character, removes it and returns
119 // On Windows platform, uses \ as the separator, other platforms use /.
127 // On Windows platform, '\' is the path separator, otherwise it is '/'.
135 // On Windows platform, '\' is the path separator, otherwise it is '/'.
147 // not represent a directory (that is, it doesn't end with a path separator).
164 // Returns true if FilePath ends with a path separator, which indicates tha
    [all...]
  /external/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...]
  /external/libvpx/libvpx/third_party/googletest/src/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/llvm/utils/unittest/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
90 // On Windows platform, uses \ as the separator rather than /.
98 // On Windows, uses \ as the separator rather than /.
117 // If input name has a trailing separator character, removes it and returns
119 // On Windows platform, uses \ as the separator, other platforms use /.
127 // On Windows platform, '\' is the path separator, otherwise it is '/'.
135 // On Windows platform, '\' is the path separator, otherwise it is '/'.
147 // not represent a directory (that is, it doesn't end with a path separator).
164 // Returns true if FilePath ends with a path separator, which indicates tha
    [all...]
  /external/mesa3d/src/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/protobuf/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
90 // On Windows platform, uses \ as the separator rather than /.
98 // On Windows, uses \ as the separator rather than /.
117 // If input name has a trailing separator character, removes it and returns
119 // On Windows platform, uses \ as the separator, other platforms use /.
127 // On Windows platform, '\' is the path separator, otherwise it is '/'.
135 // On Windows platform, '\' is the path separator, otherwise it is '/'.
147 // not represent a directory (that is, it doesn't end with a path separator).
164 // Returns true if FilePath ends with a path separator, which indicates tha
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/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
90 // On Windows platform, uses \ as the separator rather than /.
98 // On Windows, uses \ as the separator rather than /.
117 // If input name has a trailing separator character, removes it and returns
119 // On Windows platform, uses \ as the separator, other platforms use /.
127 // On Windows platform, '\' is the path separator, otherwise it is '/'.
135 // On Windows platform, '\' is the path separator, otherwise it is '/'.
147 // not represent a directory (that is, it doesn't end with a path separator).
164 // Returns true if FilePath ends with a path separator, which indicates tha
    [all...]

Completed in 3518 milliseconds

1 2 3 4 5 67 8 91011>>