Home
last modified time | relevance | path

Searched defs:string (Results 1 – 25 of 35) sorted by relevance

12

/util/
A Dmake_prefix_headers.go45 func readSymbols(path string) ([]string, error) {
70 func writeCHeader(symbols []string, path string) error {
109 func writeASMHeader(symbols []string, path string) error {
154 func writeNASMHeader(symbols []string, path string) error {
A Ddoc.go97 func isComment(line string) bool {
101 func commentSubject(line string) string {
199 func removeCodeIndent(line string) (string, bool) {
338 func skipLine(s string) string {
399 func sanitizeAnchor(name string) string {
403 func isPrivateSection(name string) bool {
407 func isCollectiveComment(line string) bool {
668 func markupParagraph(allDecls map[string]string, s string) template.HTML {
680 func markupPipeWords(allDecls map[string]string, s string, linkDecls bool) template.HTML {
854 func generateIndex(outPath string, config *Config, headerDescriptions map[string]string) error {
[all …]
A Dgodeps.go43 func cMakeQuote(in string) string {
66 func writeCMake(outFile *os.File, files []string) error {
80 func makeQuote(in string) string {
99 func writeDepfile(outFile *os.File, files []string) error {
112 func appendPrefixed(list, newFiles []string, prefix string) []string {
A Dconvert_comments.go46 func allSpaces(s string) bool {
52 func isContinuation(s string, column int) bool {
64 func indexFrom(s, sep string, idx int) int {
82 func addLine(groups *[]lineGroup, line string, column int) {
90 func writeLine(out *bytes.Buffer, line string) {
95 func convertComments(path string, in []byte) []byte {
A Dmake_errors.go44 func getLibraryInfo(lib string) libraryInfo {
70 func makeErrors(lib string, reset bool) error {
211 func parseDefineLine(line, lib string) (key string, value int, ok bool) {
235 func writeHeaderFile(w io.Writer, headerFile io.Reader, lib string, reasons map[string]int) error {
278 func outputStrings(w io.Writer, lib string, assignments map[string]int) {
329 func handleDeclareMacro(line, prefix, join, macroName string, m map[string]int) {
351 func addReasons(reasons map[string]int, filename, prefix string) error {
395 func parseHeader(lib string, file io.Reader) (reasons map[string]int, err error) {
A Dall_tests.go109 func valgrindOf(dbAttach bool, path string, args ...string) *exec.Cmd {
120 func callgrindOf(path string, args ...string) *exec.Cmd {
128 func gdbOf(path string, args ...string) *exec.Cmd {
136 func sdeOf(cpu, path string, args ...string) *exec.Cmd {
151 func qemuOf(path string, args ...string) *exec.Cmd {
A Drun_android_tests.go59 func adb(args ...string) error {
69 func adbShell(shellCmd string) (int, error) {
118 func goTool(args ...string) error {
252 func copyFile(dst, src string) error {
A Ddiff_asm.go34 func mapName(path string) string {
62 func diff(from, to string) error {
A Dread_symbols.go47 func defaultObjFileFormat(goos string) string {
64 func printAndExit(format string, args ...any) {
154 func isCXXSymbol(s string) bool {
A Dcheck_filenames.go29 func isSourceFile(in string) bool {
A Dcheck_imported_libraries.go29 func checkImportedLibraries(path string) bool {
A Dcheck_stack.go27 func checkStack(path string) {
/util/pregenerate/
A Dbuild.go138 func glob(paths []string) ([]string, error) {
170 func writeHeader(b *bytes.Buffer, comment string) {
188 …targets map[string]build.Target, dst, comment string, writeVariable func(b *bytes.Buffer, name str…
219 func writeBazelVariable(b *bytes.Buffer, name string, val []string) {
227 func writeCMakeVariable(b *bytes.Buffer, name string, val []string) {
236 func writeMakeVariable(b *bytes.Buffer, name string, val []string) {
249 func writeGNVariable(b *bytes.Buffer, name string, val []string) {
257 func jsonTask(targets map[string]build.Target, dst string) Task {
263 func soongTask(targets map[string]build.Target, dst string) Task {
/util/fipstools/acvp/acvptool/
A Dacvp.go85 func jsonFromFile(out any, filename string) error {
136 Process(algorithm string, vectorSet []byte) (any, error)
139 func loadCachedSessionTokens(server *acvp.Server, cachePath string) error {
178 func trimLeadingSlash(s string) string {
185 func addTrailingSlash(s string) string {
442 func getResultsWithRetry(server *acvp.Server, url string) (bool, error) {
468 func getLastDigitDir(path string) (string, error) {
480 …nc uploadResults(results []nistUploadResult, sessionID string, config *Config, sessionTokensCacheD…
549 …tContent(previousResults []nistUploadResult, result []byte, sessionID string, filename string) []n…
580 func uploadResultsDirectory(directory string, config *Config, sessionTokensCacheDir string) {
[all …]
A Dgcs.go35 func uploadResultsFromGCS(gcsBucket string, config *Config, sessionTokensCacheDir string) {
93 func handleGCSFlag(config *Config, sessionTokensCacheDir string) bool {
A Dnogcs.go19 func handleGCSFlag(config *Config, sessionTokensCacheDir string) bool { return false }
/util/fipstools/delocate/
A Ddelocate.go53 WriteString(string) (int, error) argument
423 func gotHelperName(symbol string) string {
845 func compare(w stringWriter, instr, a, b string) wrapperFunc {
911 func moveTo(w stringWriter, target string, isAVX bool, source string) wrapperFunc {
955 func isValidLEATarget(reg string) bool {
1582 func preprocess(cppCommand []string, path string) ([]byte, error) {
1817 func localTargetName(name string) string {
1821 func isSynthesized(symbol string) bool {
1826 func redirectorName(symbol string) string {
1832 func sectionType(section string) (string, bool) {
[all …]
/util/fipstools/inject_hash/
A Dinject_hash.go37 func do(outPath, oInput string, arInput string) error {
/util/prepare_bcr_module/
A Dprepare_bcr_module.go73 func archiveURL(tag string) string {
77 func releaseURL(tag string) string {
81 func releaseViewURL(tag string) string {
85 func releaseEditURL(tag string) string {
89 func fetch(url string) (*http.Response, error) {
112 func run(tag string) error {
A Dgit.go96 func gitListTree(treeish string) ([]gitTreeEntry, error) {
144 func gitHashBlob(objectName string) ([]byte, error) {
156 func gitHashTree(s *stepPrinter, treeish string) ([]treeEntry, error) {
/util/convert_wycheproof/
A Dconvert_wycheproof.go47 func printAttribute(w io.Writer, key string, valueAny any, isInstruction bool) error {
87 func printComment(w io.Writer, in string) error {
122 func convertWycheproof(f io.Writer, jsonPath string) error {
/util/fipstools/
A Dbreak-hash.go32 func do(outPath, inPath string) error {
A Dbreak-kat.go136 func breakBinary(binaryContents []byte, test string, output io.Writer) {
/util/fipstools/acvp/acvptool/testmodulewrapper/
A Dhmac_drbg_test.go97 func fromHex(h string) []byte {
/util/testconfig/
A Dtestconfig.go29 func ParseTestConfig(filename string) ([]Test, error) {

Completed in 27 milliseconds

12