Home
last modified time | relevance | path

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

12345678910>>...55

/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/chromium_org/third_party/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/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/guava/guava/src/com/google/common/base/
DStrings.java47 public static String nullToEmpty(@Nullable String string) { in nullToEmpty()
58 public static @Nullable String emptyToNull(@Nullable String string) { in emptyToNull()
75 public static boolean isNullOrEmpty(@Nullable String string) { in isNullOrEmpty()
98 public static String padStart(String string, int minLength, char padChar) { in padStart()
130 public static String padEnd(String string, int minLength, char padChar) { in padEnd()
154 public static String repeat(String string, int count) { in repeat()
236 static boolean validSurrogatePairAt(CharSequence string, int index) { in validSurrogatePairAt()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DSpaceSplitString.cpp46 static inline bool hasNonASCIIOrUpper(const String& string) in hasNonASCIIOrUpper()
74 void SpaceSplitString::Data::createVector(const String& string) in createVector()
106 void SpaceSplitString::Data::add(const AtomicString& string) in add()
119 void SpaceSplitString::add(const AtomicString& string) in add()
129 bool SpaceSplitString::remove(const AtomicString& string) in remove()
161 String string(inputString.string()); in set() local
174 PassRefPtr<SpaceSplitString::Data> SpaceSplitString::Data::create(const AtomicString& string) in create()
189 SpaceSplitString::Data::Data(const AtomicString& string) in Data()
/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/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/chromium_org/ui/message_center/cocoa/
Dpopup_collection.mm24 - (void)updateNotification:(const std::string&)notificationID;
28 - (void)removeNotification:(const std::string&)notificationID;
34 - (NSUInteger)indexOfPopupWithNotificationID:(const std::string&)notificationID;
115 - (void)onPopupAnimationEnded:(const std::string&)notificationID {
204 - (void)updateNotification:(const std::string&)notificationID {
221 - (void)removeNotification:(const std::string&)notificationID {
247 (const std::string&)notificationID {
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DV8StringResource.h43 explicit WebCoreStringResourceBase(const String& string) in WebCoreStringResourceBase()
53 explicit WebCoreStringResourceBase(const AtomicString& string) in WebCoreStringResourceBase()
102 static int memoryConsumption(const String& string) in memoryConsumption()
113 explicit WebCoreStringResource16(const String& string) in WebCoreStringResource16()
119 explicit WebCoreStringResource16(const AtomicString& string) in WebCoreStringResource16()
134 explicit WebCoreStringResource8(const String& string) in WebCoreStringResource8()
140 explicit WebCoreStringResource8(const AtomicString& string) in WebCoreStringResource8()
256 void setString(const String& string) in setString()
DScriptString.cpp43 ScriptString::ScriptString(v8::Isolate* isolate, v8::Handle<v8::String> string) in ScriptString()
49 ScriptString& ScriptString::operator=(const ScriptString& string) in operator =()
65 ScriptString ScriptString::concatenateWith(const String& string) in concatenateWith()
/external/chromium_org/third_party/boringssl/src/util/
Ddoc.go80 func extractComment(lines []string, lineNo int) (comment []string, rest []string, restLineNo int, e…
140 func extractDecl(lines []string, lineNo int) (decl string, rest []string, restLineNo int, err error…
193 func skipPast(s, skip string) string {
201 func getNameFromDecl(decl string) (string, bool) {
380 func firstSentence(paragraphs []string) string {
395 func markupPipeWords(s string) template.HTML {
440 func generate(outPath string, config *Config) (map[string]string, error) {
528 func generateIndex(outPath string, config *Config, headerDescriptions map[string]string) error {
Dmake_errors.go156 func findHeader(basename string) (path string, err error) {
206 func parseDefineLine(line, lib string) (typ int, key string, value int, ok bool) {
238 func writeHeaderFile(w io.Writer, headerFile io.Reader, lib string, functions, reasons map[string]i…
287 func outputStrings(w io.Writer, lib string, ty int, assignments map[string]int) {
336 func handleDeclareMacro(line, join, macroName string, m map[string]int) {
356 func addFunctionsAndReasons(functions, reasons map[string]int, filename, prefix string) error {
430 func parseHeader(lib string, file io.Reader) (functions, reasons map[string]int, err error) {
/external/chromium_org/third_party/WebKit/Source/wtf/
DBloomFilter.h59 void add(const AtomicString& string) { add(string.impl()->existingHash()); } in add()
60 void add(const String& string) { add(string.impl()->hash()); } in add()
61 void remove(const AtomicString& string) { remove(string.impl()->existingHash()); } in remove()
62 void remove(const String& string) { remove(string.impl()->hash()); } in remove()
64 …bool mayContain(const AtomicString& string) const { return mayContain(string.impl()->existingHash(… in mayContain()
65 bool mayContain(const String& string) const { return mayContain(string.impl()->hash()); } in mayContain()
/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/main/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/chromium_org/third_party/WebKit/Source/core/css/
DCSSMarkup.cpp59 static bool isCSSTokenizerIdentifier(const String& string) in isCSSTokenizerIdentifier()
99 static bool isCSSTokenizerURL(const String& string) in isCSSTokenizerURL()
161 String quoteCSSString(const String& string) in quoteCSSString()
179 String quoteCSSStringIfNeeded(const String& string) in quoteCSSStringIfNeeded()
184 String quoteCSSURLIfNeeded(const String& string) in quoteCSSURLIfNeeded()
/external/chromium_org/third_party/skia/experimental/webtry/
Dwebtry.go131 func LineNumbers(c string) string {
349 func writeTemplate(filename string, t *template.Template, context interface{}) error {
359 func expandToFile(filename string, code string, t *template.Template) error {
364 func expandCode(code string, source int) (string, error) {
377 func expandGyp(hash string) error {
391 func doCmd(commandLine string, moveToDebug bool) (string, error) {
424 func reportError(w http.ResponseWriter, r *http.Request, err error, message string) {
431 func reportTryError(w http.ResponseWriter, r *http.Request, err error, message, hash string) {
446 func writeToDatabase(hash string, code string, workspaceName string, source int) {
616 func getCode(hash string) (string, int, error) {
[all …]
/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/util/
DStrings.java85 public static byte[] toUTF8ByteArray(String string) in toUTF8ByteArray()
90 public static byte[] toUTF8ByteArray(char[] string) in toUTF8ByteArray()
106 public static void toUTF8ByteArray(char[] string, OutputStream sOut) in toUTF8ByteArray()
166 public static String toUpperCase(String string) in toUpperCase()
195 public static String toLowerCase(String string) in toLowerCase()
230 public static byte[] toByteArray(String string) in toByteArray()
/external/chromium_org/third_party/WebKit/Source/platform/text/
DStringTruncator.cpp59 static unsigned centerTruncateToBuffer(const String& string, unsigned length, unsigned keepCount, U… in centerTruncateToBuffer()
79 static unsigned rightTruncateToBuffer(const String& string, unsigned length, unsigned keepCount, UC… in rightTruncateToBuffer()
94 static float stringWidth(const Font& renderer, const String& string) in stringWidth()
106 static String truncateString(const String& string, float maxWidth, const Font& font, TruncationFunc… in truncateString()
186 String StringTruncator::centerTruncate(const String& string, float maxWidth, const Font& font) in centerTruncate()
191 String StringTruncator::rightTruncate(const String& string, float maxWidth, const Font& font) in rightTruncate()
196 float StringTruncator::width(const String& string, const Font& font) in width()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DDERBMPString.java14 private char[] string; field in DERBMPString
74 byte[] string) in DERBMPString()
86 DERBMPString(char[] string) in DERBMPString()
95 String string) in DERBMPString()
/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/skia/experimental/webtry/
Dwebtry.go128 func LineNumbers(c string) string {
341 func expandToFile(filename string, code string, t *template.Template) error {
351 func expandCode(code string, source int) (string, error) {
373 func doCmd(commandLine string, moveToDebug bool) (string, error) {
406 func reportError(w http.ResponseWriter, r *http.Request, err error, message string) {
413 func reportTryError(w http.ResponseWriter, r *http.Request, err error, message, hash string) {
428 func writeToDatabase(hash string, code string, workspaceName string, source int) {
598 func getCode(hash string) (string, int, error) {
656 func hasPreProcessor(code string) bool {
740 func cleanCompileOutput(s, hash string) string {

12345678910>>...55