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

<<31323334353637383940>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
encoder.py 135 item separator is ', ', the output might include trailing
301 separator = _item_separator + newline_indent
305 separator = _item_separator
311 buf = separator
  /prebuilts/sdk/tools/lib/
androidprefs.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ImportProjectWizard.java 74 File file = new File(AdtPlugin.getOsSdkFolder(), OS_SDK_TOOLS_LIB_FOLDER + File.separator
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceOptionsDialogV1.java 110 mDestinationText.setText(sSaveToFolder + File.separator + DEFAULT_TRACE_FNAME);
139 Label separator = new Label(c, SWT.SEPARATOR | SWT.HORIZONTAL); local
142 separator.setLayoutData(gd);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
unicodeobject.h     [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
unicodeobject.h     [all...]
  /developers/build/buildSrc/src/main/groovy/com/example/android/samples/build/
SampleGenProperties.groovy 114 return pkg.replaceAll(/\./, File.separator)
123 return path.replaceAll(File.separator, /\./)
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BitSet.as 244 const separator:String = ",";
251 buf += separator;
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
BuildDependencyGenerator.java 232 return escSpaces + File.separator + fileName;
234 return outputDir + File.separator + fileName;
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
ASTParser.stg 199 :{it | if (stream_<it> != NULL) stream_<it>->free(stream_<it>);}; separator="\n">
201 :{it | if (stream_<it> != NULL) stream_<it>->free(stream_<it>);}; separator="\n">
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
Dbg.stg 48 @"invalidRule", <grammar.allImportedRules:{rST | @"<rST.name>"}; wrap=@"\n ", separator=", ">
98 ruleNames = [NSArray arrayWithObjects:<rules:{rST | @"<rST.ruleName>"}; separator=", ", wrap="\n ">, nil];<\n>
  /external/bison/src/
muscle-tab.h 82 associated value. Copy VALUE and SEPARATOR. */
84 void muscle_grow (const char *key, const char *value, const char *separator);
  /external/chromium/chrome/browser/autofill/
personal_data_manager_mac.mm 137 NSString* separator = l10n_util::GetNSString(
143 componentsJoinedByString:separator];
  /external/chromium/googleurl/src/
url_canon_internal_file.h 123 // Write the separator for the host.
135 // Write a separator for the start of the path. We'll ignore any slashes
  /external/chromium_org/ash/wm/caption_buttons/
frame_caption_button_container_view.cc 164 // The alternate button style does not paint the button separator.
166 // We should have at most two visible buttons. The button separator is
  /external/chromium_org/build/android/
adb_logcat_printer.py 196 separator = '\n' + '*' * 80 + '\n\n'
199 output_file.write(separator)
  /external/chromium_org/build/android/ant/
apk-obfuscate.xml 113 all the jar files separated by a platform path-separator.
132 all the jar files separated by a platform path-separator.
  /external/chromium_org/chrome/browser/
chrome_process_finder_win.cc 170 to_send.append(L"\0", 1); // Null separator.
172 to_send.append(L"\0", 1); // Null separator.
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_menu_bridge.mm 95 // Add a separator if we did not already add one due to a non-empty
189 // separator items since we explicitly add them back in. This deletes
  /external/chromium_org/chrome/browser/ui/gtk/
browser_actions_toolbar_gtk.h 198 // The separator just next to the overflow button. Only shown in GTK+ theme
199 // mode. In Chrome theme mode, the overflow button has a separator built in.
  /external/chromium_org/components/autofill/core/browser/
autofill_merge_unittest.cc 216 // The first line is always a profile separator, and the last profile is not
217 // followed by an explicit separator.
  /external/chromium_org/content/renderer/pepper/
pepper_websocket_host.cc 205 // characters in the range U+0021 to U+007E not including separator
218 // Join protocols with the comma separator.
  /external/chromium_org/net/server/
http_server.cc 213 ST_SEPARATOR, // Receiving the separator between header name and value
227 /* SEPARATOR */ { ST_SEPARATOR, ST_ERR, ST_ERR, ST_VALUE, ST_ERR },
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.h 231 void setDefaultParagraphSeparator(EditorParagraphSeparator separator) { m_defaultParagraphSeparator = separator; }
  /external/chromium_org/third_party/tlslite/tlslite/utils/
RSAKey.py 188 for x in range(len(decBytes)-1): #Scan through for zero separator
193 return decBytes[x+1:] #Return everything after the separator

Completed in 1117 milliseconds

<<31323334353637383940>>