/external/protobuf/src/google/protobuf/compiler/python/ |
python_generator.cc | 89 // own name. Each name is separated by |separator|. 92 const string& separator) { 96 name = current->name() + separator + name; [all...] |
/external/webkit/Tools/Scripts/ |
VCSUtils.pm | 458 # Make input record separator the new-line character to simplify regex matching below. [all...] |
/ndk/sources/host-tools/nawk-20071023/ |
FIXES | 179 be the decimal point separator on input and output regardless 186 a single character and RS is not empty, \n is NOT a separator. 474 added \r to \n as input line separator for programs, not data. 775 restored -F (space) separator 851 an explicit separator. By definition, this capitulation [all...] |
/packages/apps/Browser/src/com/android/browser/provider/ |
BrowserProvider.java | 348 File appPluginsDir = new File(browserDataDirString + File.separator 367 File gearsDataDir = new File(browserDataDirString + File.separator [all...] |
/packages/apps/Nfc/src/com/android/nfc/handover/ |
HandoverManager.java | 560 File dstFile = new File(path + File.separator + fileName); 563 dstFile = new File(path + File.separator + fileNameWithoutExtension + "-" + [all...] |
/pdk/apps/TestingCamera/src/com/android/testingcamera/ |
TestingCamera.java | 669 mediaFile = new File(mediaStorageDir.getPath() + File.separator + 672 mediaFile = new File(mediaStorageDir.getPath() + File.separator +
|
/prebuilts/tools/common/asm-tools/ |
asm-util-4.0.jar | |
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/ |
EventDisplayOptions.java | 207 Label separator = new Label(mShell, SWT.SEPARATOR | SWT.HORIZONTAL); local 208 separator.setLayoutData(new GridData(GridData.FILL_HORIZONTAL)); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
BuildHelper.java | 255 outputFolder + File.separator + outputFilename, resFilter, 534 SdkConstants.FD_TOOLS + File.separator + [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
LayoutActionBar.java | 25 import com.android.ide.common.api.RuleAction.Separator; 165 if (!(itemActions.get(0) instanceof RuleAction.Separator)) { 233 } else if (!(prevAction instanceof RuleAction.Separator)) { 258 // Must be a separator, or a label (which we insert for nested widgets) 259 assert (style & SWT.SEPARATOR) != 0 || !item.getText().isEmpty() : item; 270 // add a separator at the end of these groups in case there are no more 271 // actions at the end so that we don't have a trailing separator) 283 if (action instanceof Separator) { 310 /** Add a separator to the toolbar, unless there already is one there at the end already */ 313 if (n > 0 && (toolBar.getItem(n - 1).getStyle() & SWT.SEPARATOR) == 0) 314 ToolItem separator = new ToolItem(toolBar, SWT.SEPARATOR); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/ |
LintPreferencePage.java | 152 Label separator = new Label(container, SWT.SEPARATOR | SWT.HORIZONTAL); local 153 separator.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, false, false, 2, 1));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/ |
NewXmlFileCreationPage.java | 465 // separator 466 Label separator = new Label(composite, SWT.SEPARATOR | SWT.HORIZONTAL); local 470 separator.setLayoutData(gd2); 510 // separator 511 Label rootSeparator = new Label(composite, SWT.SEPARATOR | SWT.HORIZONTAL); [all...] |
/tools/motodev/src/plugins/preflighting.core/src/com/motorolamobility/preflighting/core/internal/utils/ |
ApktoolUtils.java | [all...] |
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_edit_view_gtk.cc | 1454 GtkWidget* separator = gtk_separator_menu_item_new(); local 1455 gtk_menu_shell_append(GTK_MENU_SHELL(menu), separator); local [all...] |
/cts/tools/dasm/src/java_cup/ |
Main.java | 320 out_path = argv[i] + File.separator;
|
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
FileHandlerTest.java | 69 final static String SEP = File.separator; 442 // %t and %p parsing can add file separator automatically 473 // multi separator has no effect
|
/external/proguard/src/proguard/ |
ConfigurationWriter.java | 598 String baseDirName = baseDir.getAbsolutePath() + File.separator;
|
/frameworks/base/test-runner/src/android/test/ |
InstrumentationTestRunner.java | 635 return getTargetContext().getFilesDir().getAbsolutePath() + File.separator + [all...] |
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
Helpers.java | 127 filename = base.getPath() + File.separator + filename;
|
/tools/motodev/src/plugins/certmanager/src/com/motorolamobility/studio/android/certmanager/ui/wizards/ |
CreateKeystorePage.java | 134 Label separator1 = new Label(mainComposite, SWT.SEPARATOR | SWT.HORIZONTAL);
395 Label separator = new Label(mainComposite, SWT.NONE);
local 549 System.getProperty("user.home") + System.getProperty("file.separator") //$NON-NLS-1$ //$NON-NLS-2$
561 System.getProperty("user.home") + System.getProperty("file.separator") //$NON-NLS-1$ //$NON-NLS-2$
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jar | |
/external/emma/lib/ |
emma_ant.jar | |
/external/icu4c/test/cintltst/ |
cldrtest.c | 253 else if ((localeStr[localeStrLen - 1] == (UChar)0x20) && (strcmp(subBundleKey,"separator") != 0)) { 339 /* localeDisplayPattern/separator can end with a space */ 340 } else if (string[len - 1] == (UChar)0x20 && (strcmp(subBundleKey,"separator"))) { 1187 UChar separator[32] = {0,}; local [all...] |
/external/v8/test/mjsunit/ |
array-functions-prototype-misc.js | 169 // Join with '' as separator.
|
/external/webkit/Source/WebCore/platform/gtk/ |
RenderThemeGtk3.cpp | 339 static void getComboBoxMetrics(RenderStyle* style, GtkBorder& border, int& focus, int& separator) 369 gtk_style_context_add_class(context, "separator"); 375 "separator-width", &separatorWidth, 382 separator = separatorWidth; 501 // Paint the separator if needed. 506 gtk_style_context_add_class(separatorStyleContext, "separator"); 513 "separator-width", &separatorWidth, 544 // An extra clip prevents the separator bleeding outside of the specified rectangle because of subpixel positioning. [all...] |