/external/antlr/antlr-3.4/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 451 pANTLR3_STRING string; in newSizeUTF16() local [all …]
|
/external/chromium_org/third_party/webrtc/system_wrappers/source/ |
D | data_log_no_op.cc | 28 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/webrtc/src/system_wrappers/source/ |
D | data_log_no_op.cc | 28 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/ |
D | DirectoryString.java | 19 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/chromium_org/third_party/WebKit/Source/bindings/v8/ |
D | V8StringResource.h | 42 explicit WebCoreStringResourceBase(const String& string) in WebCoreStringResourceBase() 52 explicit WebCoreStringResourceBase(const AtomicString& string) in WebCoreStringResourceBase() 101 static int memoryConsumption(const String& string) in memoryConsumption() 112 explicit WebCoreStringResource16(const String& string) in WebCoreStringResource16() 118 explicit WebCoreStringResource16(const AtomicString& string) in WebCoreStringResource16() 133 explicit WebCoreStringResource8(const String& string) in WebCoreStringResource8() 139 explicit WebCoreStringResource8(const AtomicString& string) in WebCoreStringResource8() 227 void setString(const String& string) in setString()
|
D | ScriptString.cpp | 43 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/guava/guava/src/com/google/common/base/ |
D | Strings.java | 47 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/proguard/src/proguard/util/ |
D | ListUtil.java | 53 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/ |
D | IsEqualIgnoringWhiteSpace.java | 18 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()
|
D | IsEqualIgnoringCase.java | 18 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/third_party/WebKit/Source/core/dom/ |
D | SpaceSplitString.cpp | 46 static inline bool hasNonASCIIOrUpper(const String& string) in hasNonASCIIOrUpper() 74 void SpaceSplitStringData::createVector(const String& string) in createVector() 106 void SpaceSplitStringData::add(const AtomicString& string) in add() 119 void SpaceSplitString::add(const AtomicString& string) in add() 129 bool SpaceSplitString::remove(const AtomicString& string) in remove() 163 String string(inputString.string()); in set() local 176 PassRefPtr<SpaceSplitStringData> SpaceSplitStringData::create(const AtomicString& string) in create() 191 SpaceSplitStringData::SpaceSplitStringData(const AtomicString& string) in SpaceSplitStringData()
|
/external/chromium_org/ui/message_center/cocoa/ |
D | popup_collection.mm | 24 - (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/wtf/ |
D | BloomFilter.h | 59 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/ |
D | CAVLCWriter.java | 40 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/ |
D | utils.c | 29 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/ |
D | CSSMarkup.cpp | 59 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/apache-xml/src/main/java/org/apache/xml/utils/ |
D | XMLStringFactory.java | 37 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/ |
D | Strings.java | 85 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/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
D | DERBMPString.java | 14 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/ |
D | StringIdsSection.java | 101 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_org/third_party/closure_linter/closure_linter/common/ |
D | position.py | 41 def Get(self, string): argument 64 def AtEnd(string): argument 76 def IsAtEnd(self, string): argument 104 def All(string): argument
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/ |
D | position.py | 41 def Get(self, string): argument 64 def AtEnd(string): argument 76 def IsAtEnd(self, string): argument 104 def All(string): argument
|
/external/chromium_org/third_party/skia/experimental/webtry/ |
D | webtry.go | 128 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 {
|
/external/skia/experimental/webtry/ |
D | webtry.go | 128 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 {
|
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
D | StringTruncator.cpp | 60 static unsigned centerTruncateToBuffer(const String& string, unsigned length, unsigned keepCount, U… in centerTruncateToBuffer() 80 static unsigned rightTruncateToBuffer(const String& string, unsigned length, unsigned keepCount, UC… in rightTruncateToBuffer() 95 static float stringWidth(const Font& renderer, const String& string, bool disableRoundingHacks) in stringWidth() 111 static String truncateString(const String& string, float maxWidth, const Font& font, TruncationFunc… in truncateString() 191 String StringTruncator::centerTruncate(const String& string, float maxWidth, const Font& font, Enab… in centerTruncate() 196 String StringTruncator::rightTruncate(const String& string, float maxWidth, const Font& font, Enabl… in rightTruncate() 201 float StringTruncator::width(const String& string, const Font& font, EnableRoundingHacksOrNot enabl… in width()
|