Home
last modified time | relevance | path

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

12345678910>>...43

/external/antlr/antlr-3.4/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
451 pANTLR3_STRING string; in newSizeUTF16() local
[all …]
/external/webrtc/src/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
DDirectoryString.java19 private ASN1String string; field in DirectoryString
67 DERT61String string) in DirectoryString()
73 DERPrintableString string) in DirectoryString()
79 DERUniversalString string) in DirectoryString()
85 DERUTF8String string) in DirectoryString()
91 DERBMPString string) in DirectoryString()
96 public DirectoryString(String string) in DirectoryString()
/external/boringssl/src/util/
Ddoc.go80 func extractComment(lines []string, lineNo int) (comment []string, rest []string, restLineNo int, e…
142 func extractDecl(lines []string, lineNo int) (decl string, rest []string, restLineNo int, err error…
195 func skipPast(s, skip string) string {
203 func skipLine(s string) string {
211 func getNameFromDecl(decl string) (string, bool) {
405 func firstSentence(paragraphs []string) string {
420 func markupPipeWords(s string) template.HTML {
473 func generate(outPath string, config *Config) (map[string]string, error) {
561 func generateIndex(outPath string, config *Config, headerDescriptions map[string]string) error {
Dmake_errors.go186 func parseDefineLine(line, lib string) (typ int, key string, value int, ok bool) {
218 func writeHeaderFile(w io.Writer, headerFile io.Reader, lib string, functions, reasons map[string]i…
267 func outputStrings(w io.Writer, lib string, ty int, assignments map[string]int) {
322 func handleDeclareMacro(line, join, macroName string, m map[string]int) {
342 func addFunctionsAndReasons(functions, reasons map[string]int, filename, prefix string) error {
416 func parseHeader(lib string, file io.Reader) (functions, reasons map[string]int, err error) {
/external/guava/guava/src/com/google/common/base/
DStrings.java46 public static String nullToEmpty(@Nullable String string) { in nullToEmpty()
57 public static @Nullable String emptyToNull(@Nullable String string) { in emptyToNull()
74 public static boolean isNullOrEmpty(@Nullable String string) { in isNullOrEmpty()
97 public static String padStart(String string, int minLength, char padChar) { in padStart()
129 public static String padEnd(String string, int minLength, char padChar) { in padEnd()
153 public static String repeat(String string, int count) { in repeat()
233 static boolean validSurrogatePairAt(CharSequence string, int index) { in validSurrogatePairAt()
/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/parameter-framework/test/functional-tests/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/hamcrest/library/src/org/hamcrest/text/
DIsEqualIgnoringWhiteSpace.java18 private final String string; field in IsEqualIgnoringWhiteSpace
20 public IsEqualIgnoringWhiteSpace(String string) { in IsEqualIgnoringWhiteSpace()
37 public String stripSpace(String string) { in stripSpace()
56 public static Matcher<String> equalToIgnoringWhiteSpace(String string) { in equalToIgnoringWhiteSpace()
DIsEqualIgnoringCase.java18 private final String string; field in IsEqualIgnoringCase
20 public IsEqualIgnoringCase(String string) { in IsEqualIgnoringCase()
38 public static Matcher<String> equalToIgnoringCase(String string) { in equalToIgnoringCase()
/external/llvm/bindings/go/llvm/
Dsupport.go30 func LoadLibraryPermanently(lib string) error {
45 func ParseCommandLineOptions(args []string, overview string) {
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/write/
DCAVLCWriter.java40 public void writeU(int value, int n, String string) throws IOException { in writeU()
61 public void writeUE(int value, String string) throws IOException { in writeUE()
67 public void writeSE(int value, String string) throws IOException { in writeSE()
73 public void writeBool(boolean value, String string) throws IOException { in writeBool()
83 public void writeNBit(long value, int n, String string) throws IOException { in writeNBit()
/external/valgrind/coregrind/m_gdbserver/
Dutils.c29 void sr_perror (SysRes sr, const char *string,...) in sr_perror()
45 void error (const char *string,...) in error()
59 void fatal (const char *string,...) in fatal()
69 void warning (const char *string,...) in warning()
/external/llvm/tools/llvm-go/
Dllvm-go.go66 func llvmConfig(args ...string) string {
98 func addTag(args []string, tag string) []string {
140 func runGoWithLLVMEnv(args []string, cc, cxx, gocmd, llgo, cppflags, cxxflags, ldflags string) {
/external/apache-xml/src/main/java/org/apache/xml/utils/
DXMLStringFactory.java37 public abstract XMLString newstr(String string); in newstr()
49 public abstract XMLString newstr(FastStringBuffer string, int start, in newstr()
62 public abstract XMLString newstr(char[] string, int start, in newstr()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DDERBMPString.java14 private char[] string; field in DERBMPString
77 byte[] string) in DERBMPString()
89 DERBMPString(char[] string) in DERBMPString()
99 String string) in DERBMPString()
DDERIA5String.java15 private byte[] string; field in DERIA5String
78 byte[] string) in DERIA5String()
88 String string) in DERIA5String()
102 String string, in DERIA5String()
DDERPrintableString.java16 private final byte[] string; field in DERPrintableString
79 byte[] string) in DERPrintableString()
88 String string) in DERPrintableString()
102 String string, in DERPrintableString()
DDERNumericString.java15 private byte[] string; field in DERNumericString
77 byte[] string) in DERNumericString()
86 String string) in DERNumericString()
100 String string, in DERNumericString()
DDERUTF8String.java15 private byte[] string; field in DERUTF8String
79 DERUTF8String(byte[] string) in DERUTF8String()
87 public DERUTF8String(String string) in DERUTF8String()
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DStringIdsSection.java101 public StringIdItem intern(String string) { in intern()
111 public StringIdItem intern(CstString string) { in intern()
121 public StringIdItem intern(StringIdItem string) { in intern()
156 public int indexOf(CstString string) { in indexOf()
/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/common/
Dposition.py41 def Get(self, string): argument
64 def AtEnd(string): argument
76 def IsAtEnd(self, string): argument
104 def All(string): argument
/external/v8/test/mjsunit/regress/
Dstring-set-char-deopt.js35 function f(string, osr) { argument
58 function f(string) { argument
77 function f(string) { argument
/external/v8/src/
Dregexp.js113 function DoRegExpExec(regexp, string, index) { argument
146 function RegExpExecNoTests(regexp, string, start) { argument
158 function RegExpExec(string) { argument
206 function RegExpTest(string) { argument
415 var RegExpSetInput = function(string) { argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
DStrings.java86 public static byte[] toUTF8ByteArray(String string) in toUTF8ByteArray()
91 public static byte[] toUTF8ByteArray(char[] string) in toUTF8ByteArray()
107 public static void toUTF8ByteArray(char[] string, OutputStream sOut) in toUTF8ByteArray()
167 public static String toUpperCase(String string) in toUpperCase()
196 public static String toLowerCase(String string) in toLowerCase()
231 public static byte[] toByteArray(String string) in toByteArray()

12345678910>>...43