| /libcore/luni/src/test/java/libcore/java/nio/file/ |
| NoSuchFileExceptionTest.java | 27 public void test_constructor$String() { 36 public void test_constructor$String$String$String() { 44 String hex = "aced0005737200216a6176612e6e696f2e66696c652e4e6f5375636846696c654578636570746" 81 String hex1 = SerializationTester.serializeHex(exception).toString();
|
| NotLinkExceptionTest.java | 27 public void test_constructor$String() { 36 public void test_constructor$String$String$String() { 44 String hex = "aced00057372001e6a6176612e6e696f2e66696c652e4e6f744c696e6b457863657074696f6ef" 79 String hex1 = SerializationTester.serializeHex(exception).toString();
|
| AtomicMoveNotSupportedExceptionTest.java | 28 public void test_constructor$String$String$String() { 38 String hex = "aced00057372002d6a6176612e6e696f2e66696c652e41746f6d69634d6f76654e6f745375707" 76 String hex1 = SerializationTester.serializeHex(exception).toString();
|
| LinkPermissionTest.java | 25 public void test_constructor$String() { 40 public void test_constructor$String$String() { 41 // Only empty string or null is accepted as action. 42 String actions = ""; 50 // When actions is non empty string.
|
| /prebuilts/go/darwin-x86/src/debug/pe/ |
| string.go | 13 // cstring converts ASCII byte sequence b to string. 15 func cstring(b []byte) string { 19 return string(b[:i]) 22 // StringTable is a COFF string table. 26 // COFF string table is located right after COFF symbol table. 33 return nil, fmt.Errorf("fail to seek to string table: %v", err) 38 return nil, fmt.Errorf("fail to read string table length: %v", err) 40 // string table length includes itself 48 return nil, fmt.Errorf("fail to read string table: %v", err) 55 // String extracts string from COFF string table st at offset start [all...] |
| /prebuilts/go/darwin-x86/src/go/doc/testdata/ |
| predeclared.go | 13 func (e error) Error() string { 20 func (b bool) String() string {
|
| /prebuilts/go/darwin-x86/src/net/http/cookiejar/ |
| dummy_publicsuffix_test.go | 13 func (dummypsl) PublicSuffix(domain string) string { 17 func (dummypsl) String() string {
|
| /prebuilts/go/darwin-x86/src/net/ |
| mac.go | 12 func (a HardwareAddr) String() string { 24 return string(buf) 38 func ParseMAC(s string) (hw HardwareAddr, err error) {
|
| /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/lif/ |
| link_test.go | 14 func (ll *Link) String() string {
|
| /prebuilts/go/darwin-x86/test/fixedbugs/ |
| issue17318.go | 24 func (e ent) String() string { 25 return fmt.Sprintf("%d", int(e)) // ERROR "ent.String ... argument does not escape$" "int\(e\) escapes to heap$"
|
| /prebuilts/go/linux-x86/src/debug/pe/ |
| string.go | 13 // cstring converts ASCII byte sequence b to string. 15 func cstring(b []byte) string { 19 return string(b[:i]) 22 // StringTable is a COFF string table. 26 // COFF string table is located right after COFF symbol table. 33 return nil, fmt.Errorf("fail to seek to string table: %v", err) 38 return nil, fmt.Errorf("fail to read string table length: %v", err) 40 // string table length includes itself 48 return nil, fmt.Errorf("fail to read string table: %v", err) 55 // String extracts string from COFF string table st at offset start [all...] |
| /prebuilts/go/linux-x86/src/go/doc/testdata/ |
| predeclared.go | 13 func (e error) Error() string { 20 func (b bool) String() string {
|
| /prebuilts/go/linux-x86/src/net/http/cookiejar/ |
| dummy_publicsuffix_test.go | 13 func (dummypsl) PublicSuffix(domain string) string { 17 func (dummypsl) String() string {
|
| /prebuilts/go/linux-x86/src/net/ |
| mac.go | 12 func (a HardwareAddr) String() string { 24 return string(buf) 38 func ParseMAC(s string) (hw HardwareAddr, err error) {
|
| /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/lif/ |
| link_test.go | 14 func (ll *Link) String() string {
|
| /prebuilts/go/linux-x86/test/fixedbugs/ |
| issue17318.go | 24 func (e ent) String() string { 25 return fmt.Sprintf("%d", int(e)) // ERROR "ent.String ... argument does not escape$" "int\(e\) escapes to heap$"
|
| /cts/tests/autofillservice/src/android/autofillservice/cts/ |
| RetryableException.java | 24 public RetryableException(String msg) { 28 public RetryableException(String format, Object...args) { 29 this(String.format(format, args));
|
| /cts/tests/sensor/src/android/hardware/cts/helpers/ |
| SensorTestPlatformException.java | 24 public SensorTestPlatformException(String format, Object ... params) { 25 this(String.format(format, params)); 28 public SensorTestPlatformException(String message) {
|
| SensorTestStateNotSupportedException.java | 25 public SensorTestStateNotSupportedException(String format, Object ... params) { 26 super(String.format(format, params)); 29 public SensorTestStateNotSupportedException(String message) {
|
| /cts/tests/tests/location/src/android/location/cts/ |
| MultiConstellationNotSupportedException.java | 23 public MultiConstellationNotSupportedException(String format, Object... params) { 24 this(String.format(format, params)); 27 public MultiConstellationNotSupportedException(String message) {
|
| /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/ |
| Reset.c | 40 CONST CHAR16 *String;
83 String = ShellCommandLineGetValue(Package, L"-w");
84 if (String != NULL) {
85 gRT->ResetSystem(EfiResetWarm, EFI_SUCCESS, StrSize(String), (VOID*)String);
95 String = ShellCommandLineGetValue(Package, L"-s");
96 DEBUG_CODE(ShellPrintEx(-1,-1,L"Reset with %s (%d bytes)", String, String!=NULL?StrSize(String):0););
97 if (String != NULL) { [all...] |
| /external/apache-xml/src/main/java/org/apache/xpath/operations/ |
| String.java | 19 * $Id: String.java 468655 2006-10-28 07:12:06Z minchau $ 27 * The 'string()' operation expression executer. 29 public class String extends UnaryOperation
|
| /external/flatbuffers/go/ |
| grpc.go | 17 func (FlatbuffersCodec) String() string {
|
| /external/libcxx/test/std/experimental/string.view/string.view.ops/ |
| to_string.pass.cpp | 25 typedef std::basic_string<CharT> String ; 28 String str1 = (String) sv1; 42 String str1 = (String) sv1;
|
| /external/llvm/unittests/Support/ |
| RegexTest.cpp | 47 std::string String="axxb"; 48 String[2] = '\0'; 50 EXPECT_TRUE(r4.match(String, &Matches)); 52 EXPECT_EQ(String, Matches[0].str()); 54 std::string NulPattern="X[0-9]+X([a-f])?:([0-9]+)"; 55 String="YX99a:513b"; 58 EXPECT_FALSE(r5.match(String)); 60 String[3]='\0'; 61 EXPECT_TRUE(r5.match(String)); [all...] |