/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io/ |
nacl_io_demo.c | 192 char* separator; local 199 separator = strchr(message, 1); 200 if (!separator) { 204 *separator = 0; /* NULL-terminate function. */ 206 while (separator && num_params < max_params) { 207 param_start = separator + 1; 208 separator = strchr(param_start, 1); 209 if (separator) { 210 *separator = 0;
|
/external/chromium_org/chrome/third_party/chromevox/chromevox/background/mathmaps/symbols/ |
math_whitespace.json | 174 "default": "line separator" 182 "default": "paragraph separator" 274 "default": "invisible separator", 275 "short": "separator" 341 "default": "interlinear annotation separator"
|
/external/chromium_org/chrome/tools/profile_reset/ |
jtl_parser.cc | 36 // Separator to terminate a sentence. 47 // the: operation name, the optional arguments, and the separator that follows. 125 std::string arguments, separator; local 130 &separator)) 133 *ends_sentence = (separator == kEndOfSentenceSeparator);
|
/external/oprofile/libopt++/ |
popt_options.cpp | 185 * separated by the given separator. 192 char separator = ','); 202 char const separator; member in class:popt::option_imp 313 value(val), popt_value(0), separator(sepchar) 321 value = separate_token(popt_value, separator);
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
product-weight.h | 127 char separator = FLAGS_fst_product_separator[0]; local 128 return strm << w.Value1() << separator << w.Value2(); 134 char separator = FLAGS_fst_product_separator[0]; local 140 if (c == EOF || c == separator) { 157 } while (c != separator);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/ |
FileExplorerView.java | 30 import org.eclipse.jface.action.Separator; 132 menuManager.add(new Separator()); 134 menuManager.add(new Separator()); 139 toolBarManager.add(new Separator()); 141 toolBarManager.add(new Separator());
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
FileTest.java | 72 return path + File.separator; 82 tempDirectory = new File(addTrailingSlash(System.getProperty("java.io.tmpdir")) + "harmony-test-" + getClass().getSimpleName() + File.separator); 305 File.separator + "pa th" + File.separator + "another\u20ac" + File.separator + "pa%th")); 409 if (!dirName.endsWith(File.separator)) { 410 dirName += File.separator; 413 dir.getPath() + File.separator, dirName); 422 String sep = File.separator; 741 f = new File(base + "Temp" + File.separator + File.separator + "temp.tst") 1022 String separator = File.separator; local [all...] |
/cts/tools/signature-tools/src/signature/io/html/ |
HtmlDeltaExternalizer.java | 44 private static final String DELTA_FOLDER = "changes" + File.separator; 48 if (!location.endsWith(File.separator)) { 49 location += File.separator;
|
/external/apache-http/src/org/apache/http/message/ |
BasicTokenIterator.java | 50 /** The HTTP separator characters. Defined in RFC 2616, section 2.2. */ 179 // called after a token, make sure there is a separator 270 * Determines the position of the next token separator. 272 * header value is a token separator. This method does 278 * @return the position of a token separator in the current header, 282 * if a new token is found before a token separator. 302 ("Tokens without separator (pos " + from + 343 * Checks whether a character is a token separator. 344 * RFC 2616, section 2.1 defines comma as the separator for 350 * @return <code>true</code> if the character is a token separator, [all...] |
/external/chromium/chrome/browser/ui/views/tabs/ |
side_tab_strip.h | 86 // Separator between mini-tabs and the new tab button. The separator is 97 // Height needed to display the tabs, separator and new tab button. Doesn't
|
/external/chromium_org/content/browser/download/ |
drag_download_util.cc | 30 const char16 separator = L':'; local 32 size_t mime_type_end_pos = metadata.find(separator); 36 size_t file_name_end_pos = metadata.find(separator, mime_type_end_pos + 1);
|
/external/emma/ant/ant14/com/vladium/emma/ant/ |
StringValue.java | 23 public void appendValue (final String value, final String separator) 33 m_value.append (separator); 34 m_value.append (value); // no trailing separator kept
|
/external/guava/guava/src/com/google/common/io/ |
LineBuffer.java | 40 * Process additional characters from the stream. When a line separator 41 * is found the contents of the line and the line separator itself 111 * @param end the line separator; one of {@code "\r"}, {@code "\n"},
|
/external/skia/gm/ |
gm_error.h | 119 * @param separator text with which to separate ErrorType names 121 SkString asString(const char separator[]) const { 127 s.append(separator);
|
/libcore/luni/src/main/java/java/text/ |
DecimalFormatSymbols.java | 31 * Encapsulates the set of symbols (such as the decimal separator, the grouping 32 * separator, and so on) needed by {@code DecimalFormat} to format numbers. 251 * @return the decimal separator character. 268 * Returns the character used as the thousands separator in a number. 270 * @return the thousands separator character. 317 * @return the pattern separator character. 447 * the decimal separator character. 464 * Sets the character used as the thousands separator in a number. 467 * the grouping separator character. 498 * the monetary decimal separator character [all...] |
/packages/apps/Calendar/src/com/android/calendar/event/ |
EventColorCache.java | 33 private static final String SEPARATOR = "::"; 98 .append(SEPARATOR) 105 .append(SEPARATOR)
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/ |
Dbg.stg | 40 "invalidRule", <grammar.allImportedRules:{rST | "<rST.name>"}; wrap="\n ", separator=", "> 45 <grammar.decisions:{d | <d.dfa.hasSynPred; null="false">}; wrap="\n ", separator=", "> 94 <grammar.directDelegates:{g|<g:delegateName()> = new <g.recognizerName>(input, dbg, this.state, this<grammar.delegators:{g|, <g:delegateName()>}>);}; separator="\n"> 110 {g|<g:delegateName()> = new <g.recognizerName>(input, dbg, this.state, this<grammar.delegators:{g|, <g:delegateName()>}>);}; separator="\n"> 122 {g|<g:delegateName()> = new <g.recognizerName>(input, this, this.state<grammar.delegators:{g|, <g:delegateName()>}>);}; separator="\n"> 134 <grammar.directDelegates:{g|<g:delegateName()> = new <g.recognizerName>(input, dbg, this.state, this<grammar.delegators:{g|, <g:delegateName()>}>);}; separator="\n">
|
/external/apache-harmony/support/src/test/java/tests/support/ |
Support_Exec.java | 40 if (!executable.endsWith(File.separator)) { 41 executable += File.separator; 43 executable += "bin" + File.separator + "java"; 170 if (!executable.endsWith(File.separator)) { 171 executable += File.separator; 173 executable += "bin" + File.separator + "java";
|
/external/chromium/sdch/open-vcdiff/src/gtest/ |
gtest-filepath.cc | 74 // On Windows platform, '\' is the path separator, otherwise it is '/'. 85 // On Windows platform, '\' is the path separator, otherwise it is '/'. 97 // On Windows platform, uses \ as the separator rather than /. 161 // Returns true if FilePath ends with a path separator, which indicates that 200 // If input name has a trailing separator character, remove it and return the 202 // On Windows platform, uses \ as the separator, other platforms use /.
|
/external/chromium_org/chrome/browser/extensions/ |
context_menu_matcher.cc | 51 // items in the menu, and the last item is not a separator add a separator. 204 // a separator. The converse case is handled below. 208 last_type = MenuItem::SEPARATOR; 236 // Auto-append a separator if needed. 241 } else if (item->type() == MenuItem::SEPARATOR) {
|
/ndk/sources/host-tools/make-3.81/w32/ |
pathstuff.c | 29 char *etok; /* token separator for old Path */ 48 char *etok; /* token separator for old Path */ 132 char *etok; /* token separator for old path */ 134 char sep; /* what flavor of separator used in old path */ 186 /* save separator */ 211 /* restore path separator */
|
/packages/apps/InCallUI/res/layout/ |
call_button_fragment.xml | 86 <!-- Separator between left padding and 1st button --> 97 <!-- Separator between 1st and 2nd button --> 112 <!-- Separator between 2nd and 3rd button --> 123 <!-- Separator between 3rd and 4th button --> 144 <!-- Separator between 4th and 5th button (if 5th exists) --> 169 <!-- Separator between 4th (or 5th) button and right padding -->
|
/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/ |
DictionaryBackupAgent.java | 56 private static final String SEPARATOR = "|"; 172 String out = name + SEPARATOR + frequency + SEPARATOR + locale + SEPARATOR + appId 173 + SEPARATOR + shortcut; 220 StringTokenizer st = new StringTokenizer(line, SEPARATOR);
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
PathHolder.java | 63 return dirLocation + File.separator + fileNamePrefix + DEX_FILE_EXTENSION; 71 return dirLocation + File.separator + fileNamePrefix + JAR_FILE_EXTENSION;
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/ |
ST.stg | 29 <rest(alts):{a| els<rewriteTemplateAltRest(a)>}; anchor, separator="\n\n"> 122 <args:{a|:<a.name> => <a.value>}; separator=",\n">
|