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

<<11121314151617181920>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DeviceView.java 69 import org.eclipse.jface.action.Separator;
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
Dbg.stg 65 "invalidRule", <grammar.allImportedRules:{rST | "<rST.name>"}; wrap="\n ", separator=", ">
70 <grammar.decisions:{d | <if(d.dfa.hasSynPred)>True<else>False<endif>}; wrap="\n ", separator=", ">
132 <grammar.directDelegates:{g|<g:delegateName()> = new <g.recognizerName>(input, self._dbg, this.state, this<grammar.delegators:{g|, <g:delegateName()>}>);}; separator="\n">
149 {g|<g:delegateName()> = new <g.recognizerName>(input, self.dbg, this.state, this<grammar.delegators:{g|, <g:delegateName()>}>);}; separator="\n">
162 {g|<g:delegateName()> = new <g.recognizerName>(input, this, this.state<grammar.delegators:{g|, <g:delegateName()>}>);}; separator="\n">
176 <grammar.directDelegates:{g|<g:delegateName()> = new <g.recognizerName>(input, self._dbg, this.state, this<grammar.delegators:{g|, <g:delegateName()>}>);}; separator="\n">
  /external/chromium_org/third_party/icu/source/i18n/unicode/
ulocdata.h 244 * Returns locale separator associated with a locale.
248 * @param separator locale separator for locale.
250 * separator with.
254 * than separatorCapacity, the returned separator will be truncated.
260 UChar *separator,
dcfmtsym.h 58 * . placeholder for decimal separator
59 * , placeholder for grouping separator.
72 * The grouping separator is commonly used for thousands, but in some
90 /** The decimal separator */
92 /** The grouping separator */
94 /** The pattern separator */
110 /** The monetary separator */
125 /** The monetary grouping separator
  /external/icu4c/i18n/unicode/
ulocdata.h 260 * Returns locale separator associated with a locale.
264 * @param separator locale separator for locale.
266 * separator with.
270 * than separatorCapacity, the returned separator will be truncated.
276 UChar *separator,
dcfmtsym.h 59 * . placeholder for decimal separator
60 * , placeholder for grouping separator.
73 * The grouping separator is commonly used for thousands, but in some
91 /** The decimal separator */
93 /** The grouping separator */
95 /** The pattern separator */
111 /** The monetary separator */
126 /** The monetary grouping separator
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ThemeMenuAction.java 33 import org.eclipse.jface.action.Separator;
106 manager.add(new Separator());
114 manager.add(new Separator());
131 manager.add(new Separator());
153 manager.add(new Separator());
159 manager.add(new Separator());
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
C.stg 164 <literals:{it | static ANTLR3_UCHAR lit_<i>[] = <it>;}; separator="\n">
590 * <rules:{r | <if(!r.ruleDescriptor.isSynPred)> - <headerReturnType(ruleDescriptor=r.ruleDescriptor,...)> p<name>-><r.ruleDescriptor.name>(p<name>)<endif>}; separator="\n * ">
651 <recognizer.grammar.delegates: {g|#include \<<g.recognizerName>.h>}; separator="\n">
693 <recognizer.grammar.delegators: {g|#include \<<g.recognizerName>.h>}; separator="\n">
716 {g|p<g.recognizerName> <g:delegateName()>;}; separator="\n">
720 {g|p<g.recognizerName> <g:delegateName()>;}; separator="\n">
724 <endif>}; separator="\n\n">
730 <rules:{r | <if(!r.ruleDescriptor.isSynPred)><headerReturnType(ruleDescriptor=r.ruleDescriptor)> (*m<r.ruleDescriptor.name>) (struct <name>_Ctx_struct * ctx<if(r.ruleDescriptor.parameterScope)>, <endif><r.ruleDescriptor.parameterScope:parameterScope()>);<endif>}; separator="\n">
733 <rules:{r | <headerReturnType(ruleDescriptor=r.ruleDescriptor)> (*<r.ruleDescriptor.name>) (struct <name>_Ctx_struct * ctx<if(r.ruleDescriptor.parameterScope)>, <endif><r.ruleDescriptor.parameterScope:parameterScope()>);}; separator="\n">
738 <headerReturnType(ruleDescriptor)> (*<ruleDescriptor.name>)(struct <name>_Ctx_struct * ctx<if(ruleDescriptor.parameterScope)>, <endif><ruleDescriptor.parameterScope:parameterScope()>);}; separator="\n"
    [all...]
  /external/chromium_org/base/files/
file_path.h 14 // Separator / \, tolerant of /
95 // to do the same. Since Windows can use either / or \ as the separator,
116 // Windows-style drive letter support and pathname separator characters can be
148 // hierarchical paths. Each character in this array is a valid separator,
149 // but kSeparators[0] is treated as the canonical separator and will be used
282 // Returns a FilePath by appending a separator and the supplied path
284 // excessive separators if this object's path already ends with a separator.
302 // a separator character, or with two separator characters. On POSIX
303 // platforms, an absolute path begins with a separator character
    [all...]
  /cts/tools/dex-tools/src/dex/reader/
TypeFormatter.java 91 private String format(List<?> elements, String separator) {
96 builder.append(separator);
  /cts/tools/signature-tools/src/signature/model/util/
ModelUtil.java 149 String separator) {
154 s.append(separator);
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
ZipFileTest.java 369 String separator = System.getProperty("file.separator"); local
370 if (tempFileName.charAt(tempFileName.length() - 1) == separator
376 tempFileName + separator, "gabba.zip");
406 String separator = System.getProperty("file.separator"); local
407 if (tempFileName.charAt(tempFileName.length() - 1) == separator
413 tempFileName + separator, "gabba.zip");
  /external/chromium/chrome/browser/resources/shared/js/cr/ui/
menu_item.js 17 * Creates a new menu separator element.
91 * @return {boolean} Whether the menu item is a separator.
  /external/chromium/chrome/browser/ui/toolbar/
back_forward_menu_model.cc 57 items += chapter_stops + 1; // Chapter stops also need a separator.
60 // for a separator and a "Show Full History" item.
80 // Return an empty string for a separator.
199 // If the index is past the number of history items + separator,
207 // Otherwise, look to see if we have reached the separator for the
212 // Look to see if we have reached the separator for the history items.
412 // Convert anything above the History items separator.
423 return -1; // Don't translate the separator for history items.
  /external/chromium/net/tools/flip_server/
balsa_headers_token_utils.cc 117 // search for first nonwhitespace, non separator char.
127 // search for next whitspace or separator char.
  /external/chromium_org/chrome/browser/ui/toolbar/
back_forward_menu_model.cc 70 items += chapter_stops + 1; // Chapter stops also need a separator.
73 // for a separator and a "Show Full History" item.
98 // Return an empty string for a separator.
218 // If the index is past the number of history items + separator,
226 // Otherwise, look to see if we have reached the separator for the
231 // Look to see if we have reached the separator for the history items.
435 // Convert anything above the History items separator.
446 return -1; // Don't translate the separator for history items.
  /external/chromium_org/chrome/renderer/resources/extensions/
omnibox_custom_bindings.js 17 // 0x2028 = line separator; 0x2029 = paragraph separator.
  /external/chromium_org/chrome/tools/profile_reset/
jtl_parser.h 16 // and separator kinds.
54 // end-of-sentence separator.
  /external/chromium_org/content/browser/renderer_host/
web_input_event_aura.cc 32 // ctrl-^ maps to \x1E (Record separator, Information separator two)
35 // ctrl-_ maps to \x1F (Unit separator, Information separator one)
47 // ctrl-\ maps to \x1C (File separator, Information separator four)
50 // ctrl-] maps to \x1D (Group separator, Information separator three)
  /external/chromium_org/net/tools/balsa/
balsa_headers_token_utils.cc 117 // search for first nonwhitespace, non separator char.
127 // search for next whitspace or separator char.
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
nacl_http_response_headers.cc 51 // Split along the key-value pair separator char.
53 // Ignore funny header lines that don't have the key-value separator.
  /external/chromium_org/third_party/WebKit/Source/bindings/
IDLExtendedAttributes.txt 19 # The separator must be | or &, so [Attr=X&Z] is also valid; the
20 # separator makes a difference for Conditional, but otherwise is simply
  /external/chromium_org/third_party/icu/source/test/intltest/
nptrans.h 115 * Ascertain if the given code point is a label separator as specified by IDNA
117 * @return TRUE is the code point is a label separator
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
peer_connection_client.cc 453 size_t separator = entry.find(','); local
454 if (separator != std::string::npos) {
455 *id = atoi(&entry[separator + 1]);
456 name->assign(entry.substr(0, separator));
457 separator = entry.find(',', separator + 1);
458 if (separator != std::string::npos) {
459 *connected = atoi(&entry[separator + 1]) ? true : false;
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prsystem.h 46 ** Get the host' directory separator.
61 ** Get the host' path separator.

Completed in 922 milliseconds

<<11121314151617181920>>