Home
last modified time | relevance | path

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

12345678910>>...97

/external/skqp/infra/bots/
Dgen_tasks.go236 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/
Dantlr3string.c188 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/boringssl/src/util/
Dmake_prefix_headers.go44 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 {
Ddoc.go81 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 …]
Dgodeps.go41 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 {
Dconvert_comments.go45 func allSpaces(s string) bool {
51 func isContinuation(s string, column int) bool {
63 func indexFrom(s, sep string, idx int) int {
81 func addLine(groups *[]lineGroup, line string, column int) {
89 func writeLine(out *bytes.Buffer, line string) {
94 func convertComments(path string, in []byte) []byte {
/external/flatbuffers/tests/
Dgo_test.go145 func CheckReadBuffer(buf []byte, offset flatbuffers.UOffsetT, fail func(string, ...interface{})) {
312 func CheckMutateBuffer(org []byte, offset flatbuffers.UOffsetT, fail func(string, ...interface{})) {
434 func checkFuzz(fuzzFields, fuzzObjects int, fail func(string, ...interface{})) {
578 func FailString(name string, want, got interface{}) string {
583 func CheckByteLayout(fail func(string, ...interface{})) {
1049 func CheckManualBuild(fail func(string, ...interface{})) ([]byte, flatbuffers.UOffsetT) {
1116 func CheckGetRootAsForNonRootTable(fail func(string, ...interface{})) {
1142 func CheckGeneratedBuild(fail func(string, ...interface{})) ([]byte, flatbuffers.UOffsetT) {
1192 func CheckTableAccessors(fail func(string, ...interface{})) {
1224 func CheckVtableDeduplication(fail func(string, ...interface{})) {
[all …]
/external/webrtc/webrtc/system_wrappers/source/
Ddata_log_no_op.cc28 int DataLog::AddTable(const std::string& /*table_name*/) { in AddTable()
32 int DataLog::AddColumn(const std::string& /*table_name*/, in AddColumn()
38 int DataLog::NextRow(const std::string& /*table_name*/) { in NextRow()
55 int DataLogImpl::AddTable(const std::string& /*table_name*/) { in AddTable()
59 int DataLogImpl::AddColumn(const std::string& /*table_name*/, in AddColumn()
65 int DataLogImpl::InsertCell(const std::string& /*table_name*/, in InsertCell()
71 int DataLogImpl::NextRow(const std::string& /*table_name*/) { in NextRow()
/external/toolchain-utils/compiler_wrapper/
Dcros_hardened_config_test.go107 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 {
Dclang_flags.go164 func getClangResourceDir(env env, clangPath string) (string, error) {
180 func getLinkerPath(env env, linkerCmd string, rootPath string) string {
209 func hasAtLeastOnePrefix(s string, prefixes []string) bool {
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Denums.go133 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/
Denums.go133 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/spirv-tools/src/utils/vscode/src/lsp/protocol/
Denums.go133 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/
Dgit.go52 func ParseHash(s string) Hash {
60 func Add(project, file string) error {
74 func Commit(project, msg string, flags CommitFlags) error {
93 func Push(project, remote, localBranch, remoteBranch string, flags PushFlags) error {
115 func CheckoutRemoteBranch(path, url string, branch string) error {
138 func CheckoutRemoteCommit(path, url string, commit Hash) error {
159 func CheckoutCommit(path string, commit Hash) error {
164 func Apply(dir, patch string) error {
169 func FetchRefHash(ref, url string) (Hash, error) {
186 func Log(path string, count int) ([]ChangeList, error) {
[all …]
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x500/
DDirectoryString.java24 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/
DDirectoryString.java22 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/tensorflow/tensorflow/go/
Dexample_inception_inference_test.go123 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/python/cffi/cffi/
Dpkgconfig.py75 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/
DStringUtils.java47 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()
/external/skqp/tools/skqp/
Dmake_gmkb.go38 func in(v string, a []string) bool {
56 func processTest(testName string, imgUrls []string, output string) (bool, error) {
121 func readMetaJsonFile(filename string) ([]search.ExportTestRecord, error) {
132 func writePngToFile(path string, img image.Image) error {
/external/skia/tools/fm/fm_bot/
Dfm_bot.go51 func listAll(flag string, fm string) (list []string, err error) {
71 func parseWork(args []string, gms []string, tests []string) (*work, error) {
/external/parameter-framework/upstream/test/functional-tests-legacy/Util/
DACTLogging.py32 def E(self, string): argument
36 def F(self, string): argument
40 def I(self, string): argument
44 def D(self, string): argument
/external/proguard/src/proguard/util/
DListUtil.java53 String string = (String)list.get(index); in commaSeparatedString() local
70 public static List commaSeparatedList(String string) in commaSeparatedList()
121 private static int skipWhitespace(String string, int index) in skipWhitespace()
135 private static String quotedString(String string) in quotedString()
175 String string = commaSeparatedString(list, true); in main() local
/external/desugar/test/java/com/google/devtools/build/android/desugar/testdata/
DClassCallingRequireNonNull.java34 public static char getFirstCharVersionOne(String string) { in getFirstCharVersionOne()
39 public static char getFirstCharVersionTwo(String string) { in getFirstCharVersionTwo()
44 public static char callRequireNonNullWithArgumentString(String string) { in callRequireNonNullWithArgumentString()
49 public static char callRequireNonNullWithArgumentSupplier(String string) { in callRequireNonNullWithArgumentSupplier()
/external/dagger2/javatests/dagger/functional/builder/
DStringModule.java24 final String string; field in StringModule
26 StringModule(String string) { in StringModule()
31 String string() { in string() method in StringModule

12345678910>>...97