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

1 2 3 4 5 67 8 91011>>

  /external/smack/asmack-master/static-src/custom/org/jivesoftware/smack/
AndroidConnectionConfiguration.java 62 path = System.getProperty("java.home") + File.separator + "etc"
63 + File.separator + "security" + File.separator
  /external/smack/src/org/jivesoftware/smack/
AndroidConnectionConfiguration.java 62 path = System.getProperty("java.home") + File.separator + "etc"
63 + File.separator + "security" + File.separator
  /external/llvm/include/llvm/ADT/
StringRef.h 421 /// Split into two substrings around the first occurrence of a separator
424 /// If \p Separator is in the string, then the result is a pair (LHS, RHS)
425 /// such that (*this == LHS + Separator + RHS) is true and RHS is
426 /// maximal. If \p Separator is not in the string, then the result is a
429 /// \param Separator The character to split on.
431 std::pair<StringRef, StringRef> split(char Separator) const {
432 size_t Idx = find(Separator);
438 /// Split into two substrings around the first occurrence of a separator
441 /// If \p Separator is in the string, then the result is a pair (LHS, RHS)
442 /// 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/Perl5/
Perl5.stg 78 <tokens:{ <it.name> => <it.type>, }; separator="\n">
96 <rules; separator="\n\n">
100 <cyclicDFAs:{dfa | has 'dfa<dfa.decisionNumber>';}; separator="\n">
107 }; separator="\n">
204 "\<invalid>", "\<EOR>", "\<DOWN>", "\<UP>", <tokenNames; separator=", ">
208 <tokens:{ <it.name> => <it.type>, }; separator="\n">
237 <rules; separator="\n\n">
241 <cyclicDFAs:{dfa | dfa<dfa.decisionNumber> = __PACKAGE__::DFA<dfa.decisionNumber>->new($self);}; separator="\n">
407 <ruleDescriptor.useScopes:{<it>_stack.push(new <it>_scope());}; separator="\n">
408 <ruleDescriptor.ruleScope:{<it.name>_stack.push(new <it.name>_scope());}; separator="\n"
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
Delphi.stg 132 <tokens:{<it.name> = <it.type>;}; separator="\n">
138 <grammar.delegates: {g|<g:delegateName()>: I<superClass>; {<g.recognizerName>}}; separator="\n">
141 <grammar.delegators: {g|<g:delegateName()>: Pointer; {<g.recognizerName>}}; separator="\n">
164 <synpreds:{p | <lexerSynpredDeclaration(p)>}; separator="\n">
170 <grammar.delegates: {g|<g.recognizerName>,}; separator="\n">
171 <grammar.delegators: {g|<g.recognizerName>,}; separator="\n">
199 {g|<g:delegateName()> := T<g.recognizerName>.Create(AInput, State<trunc(g.delegators):{p|, <p:delegateName()>}>, Self);}; separator="\n">
201 {g|<g:delegateName()> := Pointer(A<g:delegateName()>);}; separator="\n">
215 <rules; separator="\n\n">
220 <cyclicDFAs:{dfa | FDFA<dfa.decisionNumber> := TDFA<dfa.decisionNumber>.Create(Self<@debugAddition()>);}; separator="\n"
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
JavaScript.stg 40 <cyclicDFAs:{dfa | this.dfa<dfa.decisionNumber> = new <grammar.recognizerName>.DFA<dfa.decisionNumber>(this);}; separator="\n">
49 {g|this.<g:delegateName()> = new <g.recognizerName>(input, state<trunc(g.delegators):{p|, <p:delegateName()>}>, this);}; separator="\n">
51 {g|this.<g:delegateName()> = <g:delegateName()>;}; separator="\n">
58 <tokens:{<it.name>: <it.type>}; separator=",\n">
65 <tokens:{<it.name> : <it.type>,}; separator="\n">
73 <rules; separator=",\n\n">
75 <synpreds:{p | <lexerSynpred(p)>}; separator=",\n">
165 <cyclicDFAs:{dfa | this.dfa<dfa.decisionNumber> = new <grammar.recognizerName>.DFA<dfa.decisionNumber>(this);}; separator="\n">
169 {g|this.<g:delegateName()> = new <g.recognizerName>(input, state<trunc(g.delegators):{p|, <p:delegateName()>}>, this);}; separator="\n">
170 <grammar.indirectDelegates:{g | this.<g:delegateName()> = <g.delegator:delegateName()>.<g:delegateName()>;}; separator="\n"
    [all...]
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
WorkDir.java 32 return (getTopDir().getAbsolutePath() + File.separator);
  /external/chromium_org/ash/system/tray/
tray_popup_label_button_border.h 15 // A border for label buttons that paints a vertical separator in normal state
  /external/chromium_org/chrome/browser/resources/omnibox/
omnibox.css 17 .group-separator {
  /external/chromium_org/chrome/browser/ui/search/
search_ui.cc 25 // Use 50% of bookmark text color as separator color.
  /external/chromium_org/chrome/installer/util/
google_update_experiment_util.h 22 // The separator used to separate items in kExperimentLabels. This is a UTF-8
  /external/chromium_org/third_party/WebKit/Source/core/css/
Counter.idl 25 readonly attribute DOMString separator;
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DOMFilePath.h 43 static const char separator; member in class:WebCore::DOMFilePath
55 // Appends the separator at the end of the path if it's not there already.
58 // Returns a new path by appending a separator and the supplied path component to the path.
68 return path[path.length() - 1] == DOMFilePath::separator;
  /external/chromium_org/ui/views/controls/menu/
menu_separator.h 32 // The type of the separator.
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListWithSeparators.java 22 * Basic separator scenario, nothing fancy.
  /frameworks/base/packages/PrintSpooler/res/values/
colors.xml 22 <color name="separator">#CCCCCC</color>
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
osdefs.h 35 /* Filename separator */
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
osdefs.h 35 /* Filename separator */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
LocaleMenuListener.java 103 MenuItem separator = new MenuItem(menu, SWT.SEPARATOR); local
110 MenuItem separator = new MenuItem(menu, SWT.SEPARATOR); local
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
ActionScript.stg 67 <tokens:{public static const <it.name>:int=<it.type>;}; separator="\n">
73 {g|public var <g:delegateName()>:<g.recognizerName>;}; separator="\n">
76 {g|public var <g:delegateName()>:<g.recognizerName>;}; separator="\n">
88 {g|<g:delegateName()> = new <g.recognizerName>(<trunc(g.delegators):{p|<p:delegateName()>, }>this, input, this.state);}; separator="\n">
90 {g|this.<g:delegateName()> = <g:delegateName()>;}; separator="\n">
98 <rules; separator="\n\n">
176 "\<invalid>", "\<EOR>", "\<DOWN>", "\<UP>", <tokenNames; separator=", ">
179 <tokens:{public static const <it.name>:int=<it.type>;}; separator="\n">
183 {g|public var <g:delegateName()>:<g.recognizerName>;}; separator="\n">
186 {g|public var <g:delegateName()>:<g.recognizerName>;}; separator="\n"
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ui/
breadcrumbs_controller.js 146 // Add a separator.
147 var separator = doc.createElement('div');
148 separator.className = 'separator';
149 this.bc_.appendChild(separator);
175 if (item.className == 'separator') {
225 } else if (item.classList.contains('separator')) {
226 // Do not truncate separator. Instead let the last crumb be longer.
  /external/chromium_org/chrome/browser/ui/autofill/
country_combobox_model.cc 23 // The separator item.
55 // The separator item. Implemented for platforms that don't yet support
  /external/libpng/contrib/visupng/
VisualPng.rc 61 MENUITEM SEPARATOR
64 MENUITEM SEPARATOR
  /external/nist-sip/java/gov/nist/core/
NameValueList.java 61 private String separator; field in class:NameValueList
67 this.separator = ";";
72 this.separator = ";";
79 public void setSeparator(String separator) {
80 this.separator = separator;
106 buffer.append(separator);
217 retval.setSeparator(this.separator);
  /ndk/sources/host-tools/sed-4.2.1/m4/
dos.m4 65 component separator.])
70 not followed by a file name component separator.])

Completed in 1186 milliseconds

1 2 3 4 5 67 8 91011>>