Searched refs:propStr (Results 1 – 3 of 3) sorted by relevance
/external/skia/infra/cts/ |
D | run_testlab.go | 286 func uploadAPK(apkPath, gcsPath, propStr string, client *http.Client) error { 287 properties, err := splitProperties(propStr) 307 func splitProperties(propStr string) (map[string]string, error) { 308 splitProps := strings.Split(propStr, ",") 313 return nil, sklog.FmtErrorf("Inavlid porperties format. Unable to parse '%s'", propStr)
|
/external/skqp/infra/cts/ |
D | run_testlab.go | 286 func uploadAPK(apkPath, gcsPath, propStr string, client *http.Client) error { 287 properties, err := splitProperties(propStr) 307 func splitProperties(propStr string) (map[string]string, error) { 308 splitProps := strings.Split(propStr, ",") 313 return nil, sklog.FmtErrorf("Inavlid porperties format. Unable to parse '%s'", propStr)
|
/external/pdfium/testing/tools/ |
D | gold.py | 256 …propStr = """build_number 2 "builder name" Builder-Name gitHash a4a338179013b029d6dd55e737b5bd648a… variable 264 gr = GoldResults("pdfium", testDir, propStr, keyStr, hash_file)
|