| /external/llvm/include/llvm/ADT/ |
| StringRef.h | 464 /// Split into two substrings around the first occurrence of a separator 467 /// If \p Separator is in the string, then the result is a pair (LHS, RHS) 468 /// such that (*this == LHS + Separator + RHS) is true and RHS is 469 /// maximal. If \p Separator is not in the string, then the result is a 472 /// \param Separator The character to split on. 474 std::pair<StringRef, StringRef> split(char Separator) const { 475 size_t Idx = find(Separator); 481 /// Split into two substrings around the first occurrence of a separator 484 /// If \p Separator is in the string, then the result is a pair (LHS, RHS) 485 /// such that (*this == LHS + Separator + RHS) is true and RHS i [all...] |
| /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/ |
| Java.stg | 87 <tokens:{it | public static final int <it.name>=<it.type>;}; separator="\n"> 93 {g|public <g.recognizerName> <g:delegateName()>;}; separator="\n"> 96 {g|public <g.recognizerName> <g:delegateName()>;}; separator="\n"> 99 return new <superClass>[] {<grammar.delegates: {g|<g:delegateName()>}; separator = ", ">}; 114 {g|<g:delegateName()> = new <g.recognizerName>(input, state<trunc(g.delegators):{p|, <p:delegateName()>}>, this);}; separator="\n"> 116 {g|this.<g:delegateName()> = <g:delegateName()>;}; separator="\n"> 124 <rules; separator="\n\n"> 128 <cyclicDFAs:{dfa | protected DFA<dfa.decisionNumber> dfa<dfa.decisionNumber> = new DFA<dfa.decisionNumber>(this);}; separator="\n"> 207 "\<invalid>", "\<EOR>", "\<DOWN>", "\<UP>", <tokenNames; separator=", "> 210 <tokens:{it |public static final int <it.name>=<it.type>;}; separator="\n" [all...] |
| /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
| Python.stg | 74 <tokens:{it | <it.name>=<it.type>}; separator="\n"> 110 {g|from <g.recognizerName> import <g.recognizerName>}; separator="\n"> 130 {g|self.<g:delegateName()> = <g.recognizerName>(<trunc(g.delegators):{p|<p:delegateName()>, }>self, input, state)}; separator="\n"> 132 {g|self.<g:delegateName()> = <g:delegateName()>}; separator="\n"> 134 {g|self.gParent = <g:delegateName()>}; separator="\n"> 135 self.delegates = [<grammar.delegates: {g|self.<g:delegateName()>}; separator = ", ">] 137 <cyclicDFAs:{dfa | <cyclicDFAInit(dfa)>}; separator="\n"> 148 <rules; separator="\n\n"> 228 <tokenNames; wrap, separator=", "> 236 {g|from <g.recognizerName> import <g.recognizerName>}; separator="\n" [all...] |
| /frameworks/compile/mclinker/lib/Support/ |
| Path.cpp | 31 return (value == separator || value == preferred_separator); 38 return (value == separator); 67 return (separator == m_PathName[0]); 73 return ('.' == m_PathName[0] && separator == m_PathName[1]); 91 if (m_PathName[m_PathName.length() - 1] == separator && 92 pPath.native()[0] == separator) { 95 } else if (this->native()[this->native().size() - 1] != separator && 96 pPath.native()[0] != separator) { 130 // On Windows platform, path can not append separator. 146 while (separator == m_PathName[pSepPos]) [all...] |
| /prebuilts/go/darwin-x86/src/path/filepath/ |
| path.go | 61 Separator = os.PathSeparator 69 // 1. Replace multiple Separator elements with a single one. 75 // assuming Separator is '/'. 80 // Finally, any occurrences of slash are replaced by Separator. 110 out.append(Separator) 123 // .. element: remove to last separator 135 out.append(Separator) 145 out.append(Separator) 162 // ToSlash returns the result of replacing each separator character 166 if Separator == '/' [all...] |
| /prebuilts/go/linux-x86/src/path/filepath/ |
| path.go | 61 Separator = os.PathSeparator 69 // 1. Replace multiple Separator elements with a single one. 75 // assuming Separator is '/'. 80 // Finally, any occurrences of slash are replaced by Separator. 110 out.append(Separator) 123 // .. element: remove to last separator 135 out.append(Separator) 145 out.append(Separator) 162 // ToSlash returns the result of replacing each separator character 166 if Separator == '/' [all...] |
| /external/ltp/pan/ |
| splitstr.c | 37 * const char **splitstr(const char *str, const char *separator, int *argcount) 41 * one or more of the characters in the (separator) string. An array of 61 const char **splitstr(const char *str, const char *separator, int *argcount) 100 if (separator == NULL) 101 separator = " \t"; 108 cur_tok = strtok(arg_string, separator); 111 cur_tok = strtok(NULL, separator);
|
| /external/nist-sip/java/gov/nist/core/ |
| DuplicateNameValueList.java | 47 private String separator; field in class:DuplicateNameValueList 54 this.separator = ";"; 59 public void setSeparator(String separator) { 60 this.separator = separator; 86 buffer.append(separator); 190 retval.setSeparator(this.separator);
|
| /frameworks/base/core/res/res/layout/ |
| time_picker_header_material.xml | 27 <!-- The hour should always be to the left of the separator, 33 android:layout_toLeftOf="@+id/separator" 34 android:layout_alignBaseline="@+id/separator" 45 android:id="@+id/separator" 54 <!-- The minutes should always be to the left of the separator, 60 android:layout_toRightOf="@+id/separator" 61 android:layout_alignBaseline="@+id/separator"
|
| /external/ImageMagick/m4/ |
| ltsugar.m4 | 20 # associated separator. 46 # lt_append(MACRO-NAME, STRING, [SEPARATOR]) 48 # Redefine MACRO-NAME to hold its former content plus 'SEPARATOR''STRING'. 49 # Note that neither SEPARATOR nor STRING are expanded; they are appended 51 # No SEPARATOR is output if MACRO-NAME was previously undefined (different 55 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING. 77 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) 80 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. 117 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
|
| /external/curl/m4/ |
| ltsugar.m4 | 20 # associated separator. 46 # lt_append(MACRO-NAME, STRING, [SEPARATOR]) 48 # Redefine MACRO-NAME to hold its former content plus 'SEPARATOR''STRING'. 49 # Note that neither SEPARATOR nor STRING are expanded; they are appended 51 # No SEPARATOR is output if MACRO-NAME was previously undefined (different 55 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING. 77 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) 80 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. 117 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
|
| /external/google-breakpad/m4/ |
| ltsugar.m4 | 19 # associated separator. 45 # lt_append(MACRO-NAME, STRING, [SEPARATOR]) 47 # Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'. 48 # Note that neither SEPARATOR nor STRING are expanded; they are appended 50 # No SEPARATOR is output if MACRO-NAME was previously undefined (different 54 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING. 76 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) 79 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. 116 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
|
| /external/google-tv-pairing-protocol/cpp/m4/ |
| ltsugar.m4 | 19 # associated separator. 45 # lt_append(MACRO-NAME, STRING, [SEPARATOR]) 47 # Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'. 48 # Note that neither SEPARATOR nor STRING are expanded; they are appended 50 # No SEPARATOR is output if MACRO-NAME was previously undefined (different 54 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING. 76 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) 79 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. 116 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
|
| /external/libcap-ng/libcap-ng-0.7/m4/ |
| ltsugar.m4 | 19 # associated separator. 45 # lt_append(MACRO-NAME, STRING, [SEPARATOR]) 47 # Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'. 48 # Note that neither SEPARATOR nor STRING are expanded; they are appended 50 # No SEPARATOR is output if MACRO-NAME was previously undefined (different 54 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING. 76 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) 79 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. 116 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
|
| /external/libedit/m4/ |
| ltsugar.m4 | 19 # associated separator. 45 # lt_append(MACRO-NAME, STRING, [SEPARATOR]) 47 # Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'. 48 # Note that neither SEPARATOR nor STRING are expanded; they are appended 50 # No SEPARATOR is output if MACRO-NAME was previously undefined (different 54 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING. 76 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) 79 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. 116 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
|
| /external/libevent/m4/ |
| ltsugar.m4 | 20 # associated separator. 46 # lt_append(MACRO-NAME, STRING, [SEPARATOR]) 48 # Redefine MACRO-NAME to hold its former content plus 'SEPARATOR''STRING'. 49 # Note that neither SEPARATOR nor STRING are expanded; they are appended 51 # No SEPARATOR is output if MACRO-NAME was previously undefined (different 55 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING. 77 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) 80 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. 117 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
|
| /external/libexif/auto-m4/ |
| ltsugar.m4 | 19 # associated separator. 45 # lt_append(MACRO-NAME, STRING, [SEPARATOR]) 47 # Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'. 48 # Note that neither SEPARATOR nor STRING are expanded; they are appended 50 # No SEPARATOR is output if MACRO-NAME was previously undefined (different 54 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING. 76 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) 79 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. 116 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
|
| /external/libmicrohttpd/m4/ |
| ltsugar.m4 | 19 # associated separator. 45 # lt_append(MACRO-NAME, STRING, [SEPARATOR]) 47 # Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'. 48 # Note that neither SEPARATOR nor STRING are expanded; they are appended 50 # No SEPARATOR is output if MACRO-NAME was previously undefined (different 54 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING. 76 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) 79 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. 116 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
|
| /external/libnetfilter_conntrack/m4/ |
| ltsugar.m4 | 19 # associated separator. 45 # lt_append(MACRO-NAME, STRING, [SEPARATOR]) 47 # Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'. 48 # Note that neither SEPARATOR nor STRING are expanded; they are appended 50 # No SEPARATOR is output if MACRO-NAME was previously undefined (different 54 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING. 76 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) 79 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. 116 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
|
| /external/libnfnetlink/m4/ |
| ltsugar.m4 | 19 # associated separator. 45 # lt_append(MACRO-NAME, STRING, [SEPARATOR]) 47 # Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'. 48 # Note that neither SEPARATOR nor STRING are expanded; they are appended 50 # No SEPARATOR is output if MACRO-NAME was previously undefined (different 54 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING. 76 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) 79 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. 116 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
|
| /external/libpng/scripts/ |
| ltsugar.m4 | 20 # associated separator. 46 # lt_append(MACRO-NAME, STRING, [SEPARATOR]) 48 # Redefine MACRO-NAME to hold its former content plus 'SEPARATOR''STRING'. 49 # Note that neither SEPARATOR nor STRING are expanded; they are appended 51 # No SEPARATOR is output if MACRO-NAME was previously undefined (different 55 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING. 77 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) 80 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. 117 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
|
| /external/libusb-compat/m4/ |
| ltsugar.m4 | 19 # associated separator. 45 # lt_append(MACRO-NAME, STRING, [SEPARATOR]) 47 # Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'. 48 # Note that neither SEPARATOR nor STRING are expanded; they are appended 50 # No SEPARATOR is output if MACRO-NAME was previously undefined (different 54 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING. 76 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) 79 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. 116 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
|
| /external/lmfit/m4/ |
| ltsugar.m4 | 19 # associated separator. 45 # lt_append(MACRO-NAME, STRING, [SEPARATOR]) 47 # Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'. 48 # Note that neither SEPARATOR nor STRING are expanded; they are appended 50 # No SEPARATOR is output if MACRO-NAME was previously undefined (different 54 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING. 76 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) 79 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. 116 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
|
| /external/pcre/dist2/m4/ |
| ltsugar.m4 | 20 # associated separator. 46 # lt_append(MACRO-NAME, STRING, [SEPARATOR]) 48 # Redefine MACRO-NAME to hold its former content plus 'SEPARATOR''STRING'. 49 # Note that neither SEPARATOR nor STRING are expanded; they are appended 51 # No SEPARATOR is output if MACRO-NAME was previously undefined (different 55 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING. 77 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) 80 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. 117 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
|
| /external/python/cpython2/Modules/_ctypes/libffi/m4/ |
| ltsugar.m4 | 20 # associated separator. 46 # lt_append(MACRO-NAME, STRING, [SEPARATOR]) 48 # Redefine MACRO-NAME to hold its former content plus 'SEPARATOR''STRING'. 49 # Note that neither SEPARATOR nor STRING are expanded; they are appended 51 # No SEPARATOR is output if MACRO-NAME was previously undefined (different 55 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING. 77 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) 80 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. 117 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
|