/external/chromium_org/tools/gn/ |
function_rebase_path.cc | 25 // Does the specified path separator conversion in-place. 204 " On Posix systems there are no path separator transformations\n" 298 *err = Err(args[3], "Invalid path separator conversion mode.",
|
/external/chromium_org/ui/message_center/views/ |
group_view.cc | 161 views::View* separator = new views::ImageView(); local 162 separator->set_border(views::Border::CreateSolidSidedBorder( 164 bottom_view_->AddChildView(separator);
|
/external/javassist/src/main/javassist/tools/web/ |
Webserver.java | 53 * with a directory separator. 59 * It must end with the directory separator such as "/". 60 * (For portability, "/" should be used as the directory separator.
|
/external/llvm/lib/MC/ |
MCSectionMachO.cpp | 130 char Separator = ','; 141 OS << Separator; 146 Separator = '+';
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
wpagui.ui | 396 <addaction name="separator" /> 406 <addaction name="separator" /> 417 <addaction name="separator" />
|
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/ |
BandwidthTest.java | 118 File tmpSaveFile = new File(BASE_DIR + File.separator + TMP_FILENAME); 168 File tmpSaveFile = new File(BASE_DIR + File.separator + TMP_FILENAME); 231 File tmpSaveFile = new File(BASE_DIR + File.separator + TMP_FILENAME);
|
/frameworks/base/test-runner/src/android/test/ |
ClassPathPackageInfoSource.java | 305 String separator = System.getProperty("path.separator", ":"); local 306 return classPath.split(Pattern.quote(separator));
|
/frameworks/webview/chromium/overlay/frameworks/base/core/res/res/values/ |
strings.xml | 36 <!-- Separator used between hours and minutes in the time pickerr dialog (hh:mm) [CHAR-LIMIT=1] --> 38 <!-- Separator used between minutes and seconds in the time picker dialog (hh:mm:ss) [CHAR-LIMIT=1] --> 40 <!-- Separator used between seconds and subseconds in the time picker dialog (hh:mm:ss.sss) [CHAR-LIMIT=1] -->
|
/ndk/sources/host-tools/ndk-stack/ |
ndk-stack-parser.c | 105 /* Returns pointer to the next separator (a space, or a tab) in the string. */ 116 * with a separator, this routine will return first token after that 117 * separator. If string begins with a token, this routine will return next
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
FragmentMenu.java | 44 import org.eclipse.jface.action.Separator; 161 new Separator().fill(menu, -1); 172 new Separator().fill(menu, -1);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/ |
ChooseConfigurationPage.java | 105 Label separator = new Label(composite, SWT.SEPARATOR | SWT.HORIZONTAL); local 108 separator.setLayoutData(gdSeparator);
|
/system/core/include/utils/ |
String8.h | 200 * exactly one path separator between the old path and the new. 217 * Converts all separators in this string to /, the default path separator. 219 * If the default OS separator is backslash, this converts all
|
/external/v8/src/arm/ |
full-codegen-arm.cc | 3507 Register separator = r1; local [all...] |
/external/v8/src/mips/ |
full-codegen-mips.cc | 3541 Register separator = a1; local [all...] |
/external/robolectric/src/main/java/android/net/ |
Uri__FromAndroid.java | 168 * scheme separator ':' and the fragment separator '#'. If this is a 179 * scheme separator ':' and the fragment separator '#'. If this is a 264 * the query separator ('?') and before the fragment separator ('#'). This 274 * the query separator ('?') and before the fragment separator ('#'). This 435 /** Cached scheme separator index. */ 445 /** Cached fragment separator index. * [all...] |
/art/runtime/ |
utils.h | 312 // Splits a string using the given separator character into a vector of 314 void Split(const std::string& s, char separator, std::vector<std::string>& result); 316 // Joins a vector of strings into a single string, using the given separator. 317 template <typename StringT> std::string Join(std::vector<StringT>& strings, char separator);
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
GeeTest.java | 105 String fullPath = NATIVE_TESTS_DIRECTORY + File.separator + mExeName;
|
/cts/tools/vm-tests-tf/src/util/build/ |
DasmBuildStep.java | 98 dest_dir = dest_dir + File.separator + class_dir;
|
/developers/build/prebuilts/gradle/AppRestrictions/AppRestrictionsSample/src/main/res/layout/ |
main.xml | 46 <!-- Separator -->
|
/developers/samples/android/content/multiuser/AppRestrictions/AppRestrictionsSample/src/main/res/layout/ |
main.xml | 46 <!-- Separator -->
|
/development/samples/browseable/AppRestrictions/res/layout/ |
main.xml | 46 <!-- Separator -->
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/ |
ErrorManager.cs | 97 <stackTrace; separator="\n">
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
GrammarReport2.java | 38 public static final String newline = System.getProperty("line.separator");
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
BufferedInputStreamTest.java | 493 String separator = System.getProperty("file.separator"); local 494 if (fileName.charAt(fileName.length() - 1) == separator.charAt(0)) { 499 + separator, "input.tst");
|
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
DecimalFormatSymbolsTest.java | 330 assertEquals("Returned incorrect Exponent Separator symbol", "EE", dfs 464 assertEquals("Returned incorrect Exponent Separator symbol", "", dfs 468 assertEquals("Returned incorrect Exponent Separator symbol", 472 assertEquals("Returned incorrect Exponent Separator symbol", " E ", dfs
|