Home
last modified time | relevance | path

Searched +defs:string +defs:ref (Results 1 – 25 of 72) sorted by relevance

123

/third_party/skia/experimental/docs/
DexampleSlides.js184 "string":"Some curves initially occupy", "x":400, "y":200 property
187 "string":"one-dimensional sectors, then diverge.", "x":400, "y":240 property
190 "string":"A curve span may cover more", "x":400, "y":200 property
193 "string":"than one sector.", "x":400, "y":240 property
196 "string":"Some lines occupy one-dimensional", "x":400, "y":200 property
199 "string":"sectors.", "x":400, "y":240 property
202 "string":"Line spans are contained by a single sector.", "x":400, "y":200 property
205 "string":"A sector is a wedge of a circle", "x":400, "y":200 property
208 "string":"containing a range of points.", "x":400, "y":240 property
211 "string":"X > 0 Y < 0 -Y < X", "x":500, "y":460 property
[all …]
/third_party/flutter/skia/experimental/docs/
DexampleSlides.js184 "string":"Some curves initially occupy", "x":400, "y":200 property
187 "string":"one-dimensional sectors, then diverge.", "x":400, "y":240 property
190 "string":"A curve span may cover more", "x":400, "y":200 property
193 "string":"than one sector.", "x":400, "y":240 property
196 "string":"Some lines occupy one-dimensional", "x":400, "y":200 property
199 "string":"sectors.", "x":400, "y":240 property
202 "string":"Line spans are contained by a single sector.", "x":400, "y":200 property
205 "string":"A sector is a wedge of a circle", "x":400, "y":200 property
208 "string":"containing a range of points.", "x":400, "y":240 property
211 "string":"X > 0 Y < 0 -Y < X", "x":500, "y":460 property
[all …]
/third_party/skia/third_party/externals/swiftshader/tests/regres/git/
Dgit.go52 func ParseHash(s string) Hash {
60 func Add(wd, file string) error {
74 func Commit(wd, msg string, flags CommitFlags) error {
93 func Push(wd, remote, localBranch, remoteBranch string, flags PushFlags) error {
115 func CheckoutRemoteBranch(path, url string, branch string) error {
136 func CheckoutRemoteCommit(path, url string, commit Hash) error {
157 func CheckoutCommit(path string, commit Hash) error {
162 func Apply(dir, patch string) error {
167 func FetchRefHash(ref, url string) (Hash, error) { argument
184 func Log(path string, count int) ([]ChangeList, error) {
[all …]
/third_party/glib/glib/
Dgvariant-parser.c157 SourceRef ref; in token_stream_set_error() local
388 SourceRef *ref) in token_stream_start_ref()
396 SourceRef *ref) in token_stream_end_ref()
1495 gchar *string; member
1510 String *string = (String *) ast; in string_get_value() local
1548 String *string = (String *) ast; in string_free() local
1562 SourceRef *ref, in unicode_unescape()
1615 String *string; in string_parse() local
1616 SourceRef ref; in string_parse() local
1703 gchar *string; member
[all …]
/third_party/flutter/skia/src/core/
DSkString.cpp69 bool SkStrEndsWith(const char string[], const char suffixStr[]) { in SkStrEndsWith()
78 bool SkStrEndsWith(const char string[], const char suffixChar) { in SkStrEndsWith()
88 int SkStrStartsWithOneOf(const char string[], const char prefixes[]) { in SkStrStartsWithOneOf()
101 char* SkStrAppendU32(char string[], uint32_t dec) { in SkStrAppendU32()
121 char* SkStrAppendS32(char string[], int32_t dec) { in SkStrAppendS32()
130 char* SkStrAppendU64(char string[], uint64_t dec, int minDigits) { in SkStrAppendU64()
156 char* SkStrAppendS64(char string[], int64_t dec, int minDigits) { in SkStrAppendS64()
165 char* SkStrAppendFloat(char string[], float value) { in SkStrAppendFloat()
225 void SkString::Rec::ref() const { in ref() function in SkString::Rec
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/
DViewableTaggedData.java154 void tagRange(String string, int start, int length, int depth) { in tagRange()
396 private void srcRef(Reference ref) { in srcRef()
404 private void trgRef(Reference ref) { in trgRef()
433 private void drawRef(Reference ref) { in drawRef()
683 private int add(Reference ref) { in add()
820 private final Reference ref; field in ViewableTaggedData.ReferenceSource
824 private ReferenceSource(Reference ref, int value, String label) { in ReferenceSource()
845 private final Reference ref; field in ViewableTaggedData.ReferenceTarget
847 private ReferenceTarget(Reference ref) { in ReferenceTarget()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/
DViewableTaggedData.java154 void tagRange(String string, int start, int length, int depth) { in tagRange()
396 private void srcRef(Reference ref) { in srcRef()
404 private void trgRef(Reference ref) { in trgRef()
433 private void drawRef(Reference ref) { in drawRef()
683 private int add(Reference ref) { in add()
820 private final Reference ref; field in ViewableTaggedData.ReferenceSource
824 private ReferenceSource(Reference ref, int value, String label) { in ReferenceSource()
845 private final Reference ref; field in ViewableTaggedData.ReferenceTarget
847 private ReferenceTarget(Reference ref) { in ReferenceTarget()
/third_party/skia/src/core/
DSkString.cpp59 bool SkStrEndsWith(const char string[], const char suffixStr[]) { in SkStrEndsWith()
68 bool SkStrEndsWith(const char string[], const char suffixChar) { in SkStrEndsWith()
78 int SkStrStartsWithOneOf(const char string[], const char prefixes[]) { in SkStrStartsWithOneOf()
91 char* SkStrAppendU32(char string[], uint32_t dec) { in SkStrAppendU32()
111 char* SkStrAppendS32(char string[], int32_t dec) { in SkStrAppendS32()
120 char* SkStrAppendU64(char string[], uint64_t dec, int minDigits) { in SkStrAppendU64()
146 char* SkStrAppendS64(char string[], int64_t dec, int minDigits) { in SkStrAppendS64()
155 char* SkStrAppendScalar(char string[], SkScalar value) { in SkStrAppendScalar()
231 void SkString::Rec::ref() const { in ref() function in SkString::Rec
/third_party/boost/libs/ptr_container/test/
Dptr_map.cpp78 std::string get_next_key<std::string>( const std::string& ) in get_next_key()
379 const string& ref = i->first; in test_map() local
Dptr_unordered_map.cpp83 std::string get_next_key<std::string>( const std::string& ) in get_next_key()
379 const string& ref = i->first; in test_map() local
/third_party/typescript/tests/baselines/reference/
Dparserharness.js29 function switchToForwardSlashes(path: string) {
33 function filePath(fullPath: string) {
89 export function bug(id: string) {
96 export function bugs(content: string) {
103 export function is(result: boolean, msg?: string) {
135 …tion compilerWarning(result: Compiler.CompilerResult, line: number, column: number, desc: string) {
200 export function splitContentByNewlines(content: string) {
212 export function readFile(path: string) {
260 export function emitLog(field: string, ...params: any[]) {
761 export function isDeclareFile(filename: string) {
[all …]
/third_party/typescript/src/compiler/transformers/
Ddeclarations.ts99 for (const ref of typeReferenceDirectives) { constant
123 for (const ref of symbolAccessibilityResult.aliasesToMakeVisible) { constant
1201 const exportMappings: [Identifier, string][] = []; constant
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dtag.c138 #define ASSERT_TAG_LIST_HAS_STRING(list,field,string) \ argument
1001 const gchar *ref, *nick, *title, *desc G_GNUC_UNUSED; in GST_START_TEST() local
1082 const gchar *ref = *r; in GST_START_TEST() local
/third_party/gettext/gettext-tools/src/
Dmsgmerge.c964 message_merge (message_ty *def, message_ty *ref, bool force_fuzzy, in message_merge()
1017 const char *string; in message_merge() member
1741 msgdomain_list_ty *ref; in merge() local
/third_party/skia/src/ports/
DSkFontMgr_mac_ct.cpp279 SkUniqueCFRef<CFStringRef> ref((CFStringRef)CTFontDescriptorCopyAttribute(desc, name)); in find_desc_str() local
501 SkUniqueCFRef<CFStringRef> string(CFStringCreateWithBytes( in onMatchFamilyStyleCharacter() local
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Doptional_test.cc43 std::string TypeQuals(std::string&) { return "&"; } in TypeQuals()
44 std::string TypeQuals(std::string&&) { return "&&"; } in TypeQuals()
45 std::string TypeQuals(const std::string&) { return "c&"; } in TypeQuals()
46 std::string TypeQuals(const std::string&&) { return "c&&"; } in TypeQuals()
894 std::string& ref = o.emplace("abc"); in TEST() local
911 Listenable& ref = o.emplace({1}); in TEST() local
/third_party/abseil-cpp/absl/types/
Doptional_test.cc43 std::string TypeQuals(std::string&) { return "&"; } in TypeQuals()
44 std::string TypeQuals(std::string&&) { return "&&"; } in TypeQuals()
45 std::string TypeQuals(const std::string&) { return "c&"; } in TypeQuals()
46 std::string TypeQuals(const std::string&&) { return "c&&"; } in TypeQuals()
894 std::string& ref = o.emplace("abc"); in TEST() local
911 Listenable& ref = o.emplace({1}); in TEST() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DDateFormatTest.java3140 SimpleDateFormat ref = new SimpleDateFormat(data[i++], loc); in expectParse() local
3208 SimpleDateFormat ref = new SimpleDateFormat(data[0], loc); in expectFormat() local
3219 String string = data[i++]; in expectFormat() local
3294 SimpleDateFormat ref = new SimpleDateFormat(data[0], loc); in expect() local
3316 String string = data[i++]; in expect() local
3353 String string = data[i++]; in expect() local
/third_party/icu/icu4c/source/test/intltest/
Ddtfmttst.cpp1933 SimpleDateFormat ref(data[i++], loc, ec); in expectParse() local
2017 SimpleDateFormat ref(data[i++], loc, ec); in expect() local
2037 const char* string = data[i++]; in expect() local
2057 const char* string = data[i++]; in expect() local
2076 const char* string = data[i++]; in expect() local
2121 SimpleDateFormat ref(data[i++], loc, ec); in expectFormat() local
2138 const char* string = data[i++]; in expectFormat() local
/third_party/node/tools/gyp/pylib/gyp/
Dinput.py703 def IsStrCanonicalInt(string): argument
1690 def __init__(self, ref): argument
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dinput.py646 def IsStrCanonicalInt(string): argument
1535 def __init__(self, ref): argument
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/dist/
Dajv.bundle.js114 function added(ref) { argument
472 ref = resolve.url(baseId, ref); property
5517 function mapDomain(string, fn) { argument
5546 function ucs2decode(string) { argument
5894 return mapDomain(input, function (string) { argument
5911 return mapDomain(input, function (string) { argument
6899 ref: ref, property
/third_party/flutter/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp252 void SPIRVCodeGenerator::writeString(const char* string, size_t length, OutputStream& out) { in writeString()
269 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, StringFragment string, OutputStream& out) { in writeInstruction()
275 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, StringFragment string, in writeInstruction()
283 StringFragment string, OutputStream& out) { in writeInstruction()
1800 SpvId SPIRVCodeGenerator::writeVariableReference(const VariableReference& ref, OutputStream& out) { in writeVariableReference()
/third_party/gettext/gnulib-local/lib/libxml/
Dxmlregexp.c272 xmlChar *string; member
302 xmlChar *string; member
714 xmlRegNewParserCtxt(const xmlChar *string) { in xmlRegNewParserCtxt()
4436 xmlRegExecErrInfo(xmlRegExecCtxtPtr exec, const xmlChar **string, in xmlRegExecErrInfo()
4451 const xmlChar *string; in testerr() local
6479 unsigned int ref; /* The number of references */ member
/third_party/typescript/tests/lib/
Dreact.d.ts22 ref?: Ref<T>; property
38 ref?: Ref<T>; property
45 ref: Ref<T>; property
419 ref?: Ref<T>; property
2300 string: Requireable<any>; property

123