Home
last modified time | relevance | path

Searched defs:string (Results 176 – 200 of 2199) sorted by relevance

12345678910>>...88

/third_party/typescript/tests/baselines/reference/
DemitDefaultParametersFunctionES6.js2 function foo(x: string, y = 10) { }
3 function baz(x: string, y = 5, ...rest) { }
DaliasOfGenericFunctionWithRestBehavedSameAsUnaliased.js4 type ExtendedMapper<HandledInputT, OutputT, ArgsT extends any[]> = (name : string, mixed : HandledI…
29 type a3 = (name: string, mixed: any, args_0: any) => any
DstrictOptionalProperties1.js58 function f4(t: [string?]) {
64 function f4a(t1: [number, string?], t2: [number, string?, string?]) { argument
68 function f5(t: [number, string?, boolean?]) { argument
DcallWithSpreadES6.js6 function foo(x: number, y: number, ...z: string[]) {
33 constructor(x: number, y: number, ...z: string[]) {
37 foo(x: number, y: number, ...z: string[]) {
DconstructorParameterShadowsOuterScopes.js10 constructor(x: string) {
18 constructor(x: string) {
DcallbacksDontShareTypes.js18 var r5a = _.map<number, string>(c2, (x) => { return x.toFixed() }); variable
19 var r5b = _.map<number, string>(c2, rf1); variable
DintersectionTypeInference1.js4 function alert(s: string) {}
6 const parameterFn = (props:{store:string}) => alert(props.store)
DassignmentCompatWithConstructSignatures.js31 t = (x: string) => 1;
35 a = (x: string) => 1;
DassignmentCompatability7.js3 …<T,U> { one: T; two?: U; }; var obj4: interfaceWithPublicAndOptional<number,string> = { one: 1 };; variable
7 …<T,U> { one: T; two?: U; }; var obj4: interfaceWithPublicAndOptional<number,string> = { one: 1 };; variable
DdeclFileFunctions.js8 export function fooWithParameters(/** this is comment about a*/a: string,
13 export function fooWithRestParameters(a: string, ...rests: string[]) {
DderivedClassSuperCallsWithThisArg.js14 constructor(public a: string) {
20 constructor(public a: string) {
26 constructor(public a: string) {
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/span/
Dparse.go27 func Parse(input string) Span {
88 func rstripSuffix(input string) suffix {
/third_party/cJSON/tests/
Dparse_number.c46 static void assert_parse_number(const char *string, int integer, double real) in assert_parse_number()
65 static void assert_parse_int64_number(const char *string, long long integer, double real) in assert_parse_int64_number()
76 static void assert_parse_int64_number_with_type(const char *string, long long integer, double real) in assert_parse_int64_number_with_type()
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DAnyScriptTest.java155 private void assertContainsAll(String message, UnicodeSet set, String string) { in assertContainsAll()
156 handleAssert(set.containsAll(string), message, set, string, "contains all of", false); in assertContainsAll() local
159 private void assertContainsNone(String message, UnicodeSet set, String string) { in assertContainsNone()
160 handleAssert(set.containsNone(string), message, set, string, "contains none of", false); in assertContainsNone() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
DAnyScriptTest.java158 private void assertContainsAll(String message, UnicodeSet set, String string) { in assertContainsAll()
159 handleAssert(set.containsAll(string), message, set, string, "contains all of", false); in assertContainsAll() local
162 private void assertContainsNone(String message, UnicodeSet set, String string) { in assertContainsNone()
163 handleAssert(set.containsNone(string), message, set, string, "contains none of", false); in assertContainsNone() local
/third_party/python/Lib/json/
Dscanner.py28 def _scan_once(string, idx): argument
65 def scan_once(string, idx): argument
/third_party/node/deps/npm/node_modules/eastasianwidth/
Deastasianwidth.js272 function stringToArray(string) { argument
276 eaw.length = function(string) { argument
/third_party/vixl/tools/
Dprinter.py62 def PrintInternal(string): argument
69 def Print(string, has_lock = False): argument
85 def PrintOverwritableLine(string, has_lock = False, type = LINE_TYPE_NONE): argument
/third_party/typescript/tests/baselines/reference/tsbuildWatch/programUpdates/
Dworks-when-noUnusedParameters-changes-to-false.js3 const fn = (a: string, b: string) => b;
/third_party/skia/include/core/
DSkString.h28 static inline bool SkStrStartsWith(const char string[], const char prefixStr[]) { in SkStrStartsWith()
33 static inline bool SkStrStartsWith(const char string[], const char prefixChar) { in SkStrStartsWith()
43 static inline int SkStrFind(const char string[], const char substring[]) { in SkStrFind()
49 static inline int SkStrFindLastOf(const char string[], const char subchar) { in SkStrFindLastOf()
55 static inline bool SkStrContains(const char string[], const char substring[]) { in SkStrContains()
60 static inline bool SkStrContains(const char string[], const char subchar) { in SkStrContains()
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-golang/parse-number-fxx-test-data/script/
Dextract-numbery-strings.go77 func doDir(filename string) {
104 func doFile(filename string) {
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_canvas/
Dperf_puppeteer_canvas_test.go208 func writeFilesToDisk(path string, fileNamesToContent map[string]string) error {
/third_party/skia/third_party/externals/tint/tools/src/cmd/check-spec-examples/
Dmain.go202 func tryCompile(compiler, wd string, e example) error {
226 func compile(compiler, wd, name, code string) error {
290 func hasClass(node *html.Node, class string) bool {
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUnicodeSetStringSpan.java118 String string = strings.get(i); in UnicodeSetStringSpan() local
162 String string = strings.get(i); in UnicodeSetStringSpan() local
408 String string = strings.get(i); in spanWithStrings() local
448 String string = strings.get(i); in spanWithStrings() local
581 String string = strings.get(i); in spanAndCount() local
618 String string = strings.get(i); in spanContainedAndCount() local
678 String string = strings.get(i); in spanBack() local
719 String string = strings.get(i); in spanBack() local
875 String string = strings.get(i); in spanNot() local
922 String string = strings.get(i); in spanNotBack() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUnicodeSetStringSpan.java114 String string = strings.get(i); in UnicodeSetStringSpan() local
165 String string = strings.get(i); in UnicodeSetStringSpan() local
411 String string = strings.get(i); in spanWithStrings() local
451 String string = strings.get(i); in spanWithStrings() local
584 String string = strings.get(i); in spanAndCount() local
621 String string = strings.get(i); in spanContainedAndCount() local
681 String string = strings.get(i); in spanBack() local
722 String string = strings.get(i); in spanBack() local
878 String string = strings.get(i); in spanNot() local
925 String string = strings.get(i); in spanNotBack() local

12345678910>>...88