/external/skia/infra/bots/gen_tasks_logic/ |
D | schema.go | 24 func (p parts) equal(part string, eq ...string) bool { 38 func (p parts) role(eq ...string) bool { 43 func (p parts) os(eq ...string) bool { 49 func (p parts) compiler(eq ...string) bool { 54 func (p parts) model(eq ...string) bool { 60 func (p parts) frequency(eq ...string) bool { 67 func (p parts) cpu(eq ...string) bool { 80 func (p parts) gpu(eq ...string) bool { 92 func (p parts) arch(eq ...string) bool { 99 func (p parts) extraConfig(eq ...string) bool { [all …]
|
/external/skqp/infra/bots/ |
D | gen_tasks.go | 236 func props(p map[string]string) string { 258 …henTask(name, recipe, isolate, serviceAccount string, dimensions []string, extraProps map[string]s… 334 func internalHardwareLabel(parts map[string]string) *int { 342 func linuxGceDimensions(machineType string) []string { 363 func deriveCompileTaskName(jobName string, parts map[string]string) string { 433 func swarmDimensions(parts map[string]string) []string { 441 func defaultSwarmDimensions(parts map[string]string) []string { 664 func relpath(f string) string { 737 func isolateCIPDAsset(b *specs.TasksCfgBuilder, name string) string { 752 func getIsolatedCIPDDeps(parts map[string]string) []string { [all …]
|
/external/antlr/runtime/C/src/ |
D | antlr3string.c | 188 pANTLR3_STRING string; in newRaw8() local 217 pANTLR3_STRING string; in newRawUTF16() local 239 void ANTLR3_CDECL stringFree (pANTLR3_STRING string) in stringFree() 260 stringInit8 (pANTLR3_STRING string) in stringInit8() 297 stringInitUTF16 (pANTLR3_STRING string) in stringInitUTF16() 335 stringInitUTF8 (pANTLR3_STRING string) in stringInitUTF8() 349 toUTF8_8 (pANTLR3_STRING string) in toUTF8_8() 360 toUTF8_UTF16 (pANTLR3_STRING string) in toUTF8_UTF16() 423 pANTLR3_STRING string; in newSize8() local 453 pANTLR3_STRING string; in newSizeUTF16() local [all …]
|
/external/flatbuffers/tests/ |
D | go_test.go | 155 func CheckReadBuffer(buf []byte, offset flatbuffers.UOffsetT, fail func(string, ...interface{})) { 322 func CheckMutateBuffer(org []byte, offset flatbuffers.UOffsetT, fail func(string, ...interface{})) { 455 func CheckObjectAPI(buf []byte, offset flatbuffers.UOffsetT, fail func(string, ...interface{})) { 477 func checkFuzz(fuzzFields, fuzzObjects int, fail func(string, ...interface{})) { 621 func FailString(name string, want, got interface{}) string { 626 func CheckByteLayout(fail func(string, ...interface{})) { 1092 func CheckManualBuild(fail func(string, ...interface{})) ([]byte, flatbuffers.UOffsetT) { 1159 func CheckGetRootAsForNonRootTable(fail func(string, ...interface{})) { 1185 func CheckGeneratedBuild(fail func(string, ...interface{})) ([]byte, flatbuffers.UOffsetT) { 1235 func CheckTableAccessors(fail func(string, ...interface{})) { [all …]
|
/external/boringssl/src/util/ |
D | make_prefix_headers.go | 44 func readSymbols(path string) ([]string, error) { 69 func writeCHeader(symbols []string, path string) error { 108 func writeASMHeader(symbols []string, path string) error { 153 func writeNASMHeader(symbols []string, path string) error {
|
D | doc.go | 81 func isComment(line string) bool { 85 func commentSubject(line string) string { 98 func extractComment(lines []string, lineNo int) (comment []string, rest []string, restLineNo int, e… 172 func extractDecl(lines []string, lineNo int) (decl string, rest []string, restLineNo int, err error… 225 func skipLine(s string) string { 236 func getNameFromDecl(decl string) (string, bool) { 286 func sanitizeAnchor(name string) string { 290 func isPrivateSection(name string) bool { 487 func firstSentence(paragraphs []string) string { 504 func markupPipeWords(allDecls map[string]string, s string) template.HTML { [all …]
|
D | godeps.go | 41 func cMakeQuote(in string) string { 64 func writeCMake(outFile *os.File, files []string) error { 78 func makeQuote(in string) string { 97 func writeDepfile(outFile *os.File, files []string) error { 110 func appendPrefixed(list, newFiles []string, prefix string) []string {
|
/external/autotest/client/site_tests/platform_PrinterPpds/ |
D | ppdTool.go | 42 func downloadFile(url string) io.ReadCloser { 104 func listFilenamesFromDirectory(path string) []string { 143 func parseLine(line string) (st Statement, ok bool) { 165 func ParsePPD(name string, content []byte) (PPD, error) { 201 func normalizeSpacesAndTabs(str *string) { 260 func parseAndNormalizePPDFile(reader io.ReadCloser, filename string) PPD { 284 func checkNotExists(path string) { 487 func saveClustersToFile(clusters [][]string, path string) { 502 func createDirectoryWithPPDs(pathSrc string, filenames []string, pathTrg string) { 515 func commandCompare(args []string) { [all …]
|
/external/toolchain-utils/compiler_wrapper/ |
D | clang_tidy_flag.go | 84 func calcClangTidyInvocation(env env, clangCmd *command, cSrcFile string, tidyFlags ...string) (*co… 101 …cium(env env, clangCmd *command, cSrcFile, fixesDir string, extraTidyFlags []string, crashArtifact… 203 func runClangTidy(env env, clangCmd *command, cSrcFile string, extraTidyFlags []string) error { 236 func hasAtLeastOneSuffix(s string, suffixes []string) bool {
|
D | cros_hardened_config_test.go | 107 func createGoldenInputsForAllTargets(compiler string, args ...string) goldenFile { 152 func createBisectGoldenInputs(compiler string) goldenFile { 221 func createGccPathGoldenInputs(ctx *testContext, gomaEnv string) goldenFile { 258 func createClangPathGoldenInputs(ctx *testContext, gomaEnv string) goldenFile { 330 func createClangTidyGoldenInputs(gomaEnv string) goldenFile { 378 func createClangSyntaxGoldenInputs(gomaEnv string) goldenFile { 412 func createSysrootWrapperCommonGoldenInputs(compiler string, gomaEnv string) goldenFile { 453 func createSanitizerGoldenInputs(compiler string) goldenFile {
|
D | clang_flags.go | 156 func getClangResourceDir(env env, clangPath string) (string, error) { 172 func getLinkerPath(env env, linkerCmd string, rootPath string) string { 201 func hasAtLeastOnePrefix(s string, prefixes []string) bool {
|
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
D | enums.go | 133 func formatEnum(f fmt.State, c rune, i int, names []string, unknown string) { 145 func parseEnum(s string, names []string) int { 158 func ParseTextDocumentSyncKind(s string) TextDocumentSyncKind { 166 func ParseInitializeError(s string) InitializeError { 174 func ParseMessageType(s string) MessageType { 182 func ParseFileChangeType(s string) FileChangeType { 190 func ParseWatchKind(s string) WatchKind { 198 func ParseCompletionTriggerKind(s string) CompletionTriggerKind { 206 func ParseDiagnosticSeverity(s string) DiagnosticSeverity { 214 func ParseDiagnosticTag(s string) DiagnosticTag { [all …]
|
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
D | enums.go | 133 func formatEnum(f fmt.State, c rune, i int, names []string, unknown string) { 145 func parseEnum(s string, names []string) int { 158 func ParseTextDocumentSyncKind(s string) TextDocumentSyncKind { 166 func ParseInitializeError(s string) InitializeError { 174 func ParseMessageType(s string) MessageType { 182 func ParseFileChangeType(s string) FileChangeType { 190 func ParseWatchKind(s string) WatchKind { 198 func ParseCompletionTriggerKind(s string) CompletionTriggerKind { 206 func ParseDiagnosticSeverity(s string) DiagnosticSeverity { 214 func ParseDiagnosticTag(s string) DiagnosticTag { [all …]
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/lsp/protocol/ |
D | enums.go | 133 func formatEnum(f fmt.State, c rune, i int, names []string, unknown string) { 145 func parseEnum(s string, names []string) int { 158 func ParseTextDocumentSyncKind(s string) TextDocumentSyncKind { 166 func ParseInitializeError(s string) InitializeError { 174 func ParseMessageType(s string) MessageType { 182 func ParseFileChangeType(s string) FileChangeType { 190 func ParseWatchKind(s string) WatchKind { 198 func ParseCompletionTriggerKind(s string) CompletionTriggerKind { 206 func ParseDiagnosticSeverity(s string) DiagnosticSeverity { 214 func ParseDiagnosticTag(s string) DiagnosticTag { [all …]
|
/external/swiftshader/tests/regres/git/ |
D | git.go | 52 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) { 184 func Log(path string, count int) ([]ChangeList, error) { [all …]
|
/external/llvm-project/debuginfo-tests/dexter-tests/ |
D | nrvo.cpp | 9 struct string { struct 10 string() {} in string() argument 11 string(int i) : i(i) {} in string() argument 12 ~string() {} in ~string() argument 15 string get_string() { in get_string() argument
|
D | nrvo-string.cpp | 22 struct string { struct 23 string() {} in string() argument 24 string(int i) : i(i) {} in string() function 25 ~string() {} in ~string() argument 28 string get_string() { in get_string() argument
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/x500/ |
D | DirectoryString.java | 24 private ASN1String string; field in DirectoryString 72 DERT61String string) in DirectoryString() 78 DERPrintableString string) in DirectoryString() 84 DERUniversalString string) in DirectoryString() 90 DERUTF8String string) in DirectoryString() 96 DERBMPString string) in DirectoryString() 101 public DirectoryString(String string) in DirectoryString()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x500/ |
D | DirectoryString.java | 24 private ASN1String string; field in DirectoryString 72 DERT61String string) in DirectoryString() 78 DERPrintableString string) in DirectoryString() 84 DERUniversalString string) in DirectoryString() 90 DERUTF8String string) in DirectoryString() 96 DERBMPString string) in DirectoryString() 101 public DirectoryString(String string) in DirectoryString()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/ |
D | DirectoryString.java | 22 private ASN1String string; field in DirectoryString 70 DERT61String string) in DirectoryString() 76 DERPrintableString string) in DirectoryString() 82 DERUniversalString string) in DirectoryString() 88 DERUTF8String string) in DirectoryString() 94 DERBMPString string) in DirectoryString() 99 public DirectoryString(String string) in DirectoryString()
|
/external/llvm-project/debuginfo-tests/llgdb-tests/ |
D | nrvo-string.cpp | 13 struct string { struct 14 string() {} in string() function 15 string(int i) : i(i) {} in string() argument 16 ~string() {} in ~string() argument 19 string get_string() { in get_string() argument
|
/external/tensorflow/tensorflow/go/ |
D | example_inception_inference_test.go | 123 func printBestLabel(probabilities []float32, labelsFile string) { 149 func makeTensorFromImage(filename string) (*tf.Tensor, error) { 221 func modelFiles(dir string) (modelfile, labelsfile string, err error) { 245 func filesExist(files ...string) error { 254 func download(URL, filename string) error { 269 func unzip(dir, zipfile string) error {
|
/external/skia/infra/bots/task_drivers/run_wasm_gm_tests/ |
D | run_wasm_gm_tests.go | 125 …gitCommit, gerritCLID, tryjobID, goldctlPath, workPath, serviceAccountPath string, keys []string, … 165 func downloadKnownHashes(ctx context.Context, workPath string) error { 182 func setupTests(ctx context.Context, nodeBinPath string, testHarnessPath string) error { 192 …text.Context, builtPath, nodeBinPath, resourcePath, testHarnessPath, workPath string, webglVersion… 225 func processTestData(ctx context.Context, testOutputPath, goldctlPath, goldctlWorkPath string) erro… 281 func finalizeGoldctl(ctx context.Context, goldctlPath, workPath string) error {
|
/external/python/cffi/cffi/ |
D | pkgconfig.py | 75 def get_include_dirs(string): argument 78 def get_library_dirs(string): argument 81 def get_libraries(string): argument 85 def get_macros(string): argument 94 def get_other_cflags(string): argument 98 def get_other_libs(string): argument
|
/external/sl4a/Common/src/org/apache/commons/codec/binary/ |
D | StringUtils.java | 47 public static byte[] getBytesIso8859_1(String string) { in getBytesIso8859_1() 63 public static byte[] getBytesUsAscii(String string) { in getBytesUsAscii() 79 public static byte[] getBytesUtf16(String string) { in getBytesUtf16() 95 public static byte[] getBytesUtf16Be(String string) { in getBytesUtf16Be() 111 public static byte[] getBytesUtf16Le(String string) { in getBytesUtf16Le() 127 public static byte[] getBytesUtf8(String string) { in getBytesUtf8() 150 public static byte[] getBytesUnchecked(String string, String charsetName) { in getBytesUnchecked()
|