/external/javassist/src/main/javassist/bytecode/analysis/ |
D | SubroutineScanner.java | 62 private void scan(int pos, CodeIterator iter, Subroutine sub) throws BadBytecode { in scan() 81 private boolean scanOp(int pos, CodeIterator iter, Subroutine sub) throws BadBytecode { in scanOp() 105 Subroutine s = (Subroutine) subTable.get(new Integer(target)); in scanOp() local 125 private void scanLookupSwitch(int pos, CodeIterator iter, Subroutine sub) throws BadBytecode { in scanLookupSwitch() 139 private void scanTableSwitch(int pos, CodeIterator iter, Subroutine sub) throws BadBytecode { in scanTableSwitch()
|
/external/protobuf/js/binary/ |
D | arith.js | 152 jspb.arith.UInt64.prototype.sub = function(other) { method in jspb.arith.UInt64 289 jspb.arith.UInt64.fromString = function(s) { argument 361 jspb.arith.Int64.prototype.sub = function(other) { method in jspb.arith.Int64 400 jspb.arith.Int64.fromString = function(s) { argument
|
/external/python/cpython2/Modules/ |
D | stropmodule.c | 30 split_whitespace(char *s, Py_ssize_t len, Py_ssize_t maxsplit) in split_whitespace() 101 char *s, *sub; in strop_splitfields() local 306 char *s, *sub; in strop_find() local 349 char *s, *sub; in strop_rfind() local 383 char *s; in do_strip() local 462 char *s, *s_new; in strop_lower() local 501 char *s, *s_new; in strop_upper() local 541 char *s, *s_new; in strop_capitalize() local 676 char *s, *sub; in strop_count() local 720 char *s, *s_new; in strop_swapcase() local [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | ICUResourceBundleTest.java | 145 UResourceBundle sub; in TestOpen() local 162 UResourceBundle sub; in TestOpen() local 197 UResourceBundle sub = bundle.get("zerotest"); in TestBasicTypes() local 214 UResourceBundle sub = bundle.get("onehundredtwentythree"); in TestBasicTypes() local 226 UResourceBundle sub = bundle.get("one"); in TestBasicTypes() local 233 UResourceBundle sub = bundle.get("minusone"); in TestBasicTypes() local 246 UResourceBundle sub = bundle.get("plusone"); in TestBasicTypes() local 254 UResourceBundle sub = bundle.get("integerarray"); in TestBasicTypes() local 266 UResourceBundle sub = bundle.get("binarytest"); in TestBasicTypes() local 285 UResourceBundle sub = bundle.get("emptyarray"); in TestBasicTypes() local [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | ICUResourceBundleTest.java | 144 UResourceBundle sub; in TestOpen() local 161 UResourceBundle sub; in TestOpen() local 196 UResourceBundle sub = bundle.get("zerotest"); in TestBasicTypes() local 213 UResourceBundle sub = bundle.get("onehundredtwentythree"); in TestBasicTypes() local 225 UResourceBundle sub = bundle.get("one"); in TestBasicTypes() local 232 UResourceBundle sub = bundle.get("minusone"); in TestBasicTypes() local 245 UResourceBundle sub = bundle.get("plusone"); in TestBasicTypes() local 253 UResourceBundle sub = bundle.get("integerarray"); in TestBasicTypes() local 265 UResourceBundle sub = bundle.get("binarytest"); in TestBasicTypes() local 284 UResourceBundle sub = bundle.get("emptyarray"); in TestBasicTypes() local [all …]
|
/external/regex-re2/re2/ |
D | parse.cc | 447 bool Regexp::ParseState::PushRepeatOp(RegexpOp op, const StringPiece& s, in PushRepeatOp() 469 const StringPiece& s, in PushRepetition() 646 Regexp** sub = re->sub(); in LeadingRegexp() local 662 Regexp** sub = re->sub(); in RemoveLeadingRegexp() local 750 Regexp** sub = re->sub(); in RemoveLeadingString() local 804 Regexp** sub, int n, in FactorAlternation() 811 Regexp** sub, int n, in FactorAlternationRecursive() 1001 Regexp* sub; in DoCollapse() local 1122 static bool ParseInteger(StringPiece* s, int* np) { in ParseInteger() 1151 StringPiece s = *sp; in MaybeParseRepetition() local [all …]
|
D | regexp.cc | 139 Regexp* sub = subs[i]; in Destroy() local 182 Regexp* Regexp::Plus(Regexp* sub, ParseFlags flags) { in Plus() 191 Regexp* Regexp::Star(Regexp* sub, ParseFlags flags) { in Star() 200 Regexp* Regexp::Quest(Regexp* sub, ParseFlags flags) { in Quest() 209 Regexp* Regexp::ConcatOrAlternate(RegexpOp op, Regexp** sub, int nsub, in ConcatOrAlternate() 254 Regexp* Regexp::Concat(Regexp** sub, int nsub, ParseFlags flags) { in Concat() 258 Regexp* Regexp::Alternate(Regexp** sub, int nsub, ParseFlags flags) { in Alternate() 262 Regexp* Regexp::AlternateNoFactor(Regexp** sub, int nsub, ParseFlags flags) { in AlternateNoFactor() 266 Regexp* Regexp::Capture(Regexp* sub, ParseFlags flags, int cap) { in Capture() 274 Regexp* Regexp::Repeat(Regexp* sub, ParseFlags flags, int min, int max) { in Repeat() [all …]
|
D | walker-inl.h | 166 WalkState<T>* s; in WalkInternal() local 194 Regexp** sub = re->sub(); in WalkInternal() local
|
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | IsValidUtf8Test.java | 148 ByteString sub = leaf.substring(0, bytes.length); in assertValidUtf8() local 174 private static ByteString asBytes(String s) { in asBytes()
|
/external/openssh/ |
D | match.c | 57 match_pattern(const char *s, const char *pattern) in match_pattern() 123 char sub[1024]; in match_pattern_list() local 260 char *c, *s, *p, *ret, *cp, *sp; in match_list() local
|
D | smult_curve25519_ref.c | 20 static void sub(unsigned int out[32],const unsigned int a[32],const unsigned int b[32]) in sub() function 138 unsigned int s[32]; in mainloop() local
|
/external/pdfium/third_party/freetype/src/cff/ |
D | cffobjs.c | 187 CFF_SubFont sub = font->subfonts[i - 1]; in cff_size_init() local 239 CFF_SubFont sub = font->subfonts[i - 1]; in cff_size_select() local 311 CFF_SubFont sub = font->subfonts[i - 1]; in cff_size_request() local 619 FT_String* s; in cff_face_init() local 670 CFF_FontRecDict sub = &cff->subfonts[i - 1]->font_dict; in cff_face_init() local
|
/external/freetype/src/cff/ |
D | cffobjs.c | 187 CFF_SubFont sub = font->subfonts[i - 1]; in cff_size_init() local 239 CFF_SubFont sub = font->subfonts[i - 1]; in cff_size_select() local 311 CFF_SubFont sub = font->subfonts[i - 1]; in cff_size_request() local 639 FT_String* s; in cff_face_init() local 783 CFF_FontRecDict sub = &cff->subfonts[i - 1]->font_dict; in cff_face_init() local
|
/external/pdfium/third_party/lcms2-2.6/src/ |
D | cmserr.c | 390 _cmsSubAllocator* sub; in _cmsCreateSubAlloc() local 409 void _cmsSubAllocDestroy(_cmsSubAllocator* sub) in _cmsSubAllocDestroy() 426 void* _cmsSubAlloc(_cmsSubAllocator* sub, cmsUInt32Number size) in _cmsSubAlloc() 458 void* _cmsSubAllocDup(_cmsSubAllocator* s, const void *ptr, cmsUInt32Number size) in _cmsSubAllocDup()
|
/external/icu/icu4c/source/common/ |
D | ustring.cpp | 55 u_strFindFirst(const UChar *s, int32_t length, in u_strFindFirst() 56 const UChar *sub, int32_t subLength) { in u_strFindFirst() 193 u_strstr(const UChar *s, const UChar *substring) { in u_strstr() 198 u_strchr(const UChar *s, UChar c) { in u_strchr() 219 u_strchr32(const UChar *s, UChar32 c) { in u_strchr32() 240 u_memchr(const UChar *s, UChar c, int32_t count) { in u_memchr() 259 u_memchr32(const UChar *s, UChar32 c, int32_t count) { in u_memchr32() 286 u_strFindLast(const UChar *s, int32_t length, in u_strFindLast() 287 const UChar *sub, int32_t subLength) { in u_strFindLast() 366 u_strrstr(const UChar *s, const UChar *substring) { in u_strrstr() [all …]
|
/external/freetype/src/gzip/ |
D | infcodes.c | 47 } sub; /* submode */ member 81 inflate_blocks_statef *s, in inflate_codes()
|
/external/python/cpython2/Objects/ |
D | stringobject.c | 173 char *s; in PyString_FromFormatV() local 416 PyObject *PyString_Decode(const char *s, in PyString_Decode() 496 PyObject *PyString_Encode(const char *s, in PyString_Encode() 605 PyObject *PyString_DecodeEscape(const char *s, in PyString_DecodeEscape() 765 char *s; in string_getsize() local 775 char *s; in string_getbuffer() local 800 register char **s, in PyString_AsStringAndSize() 995 string_str(PyObject *s) in string_str() 1457 const char *s = PyString_AS_STRING(self), *sub; in string_split() local 1556 const char *s = PyString_AS_STRING(self), *sub; in string_rsplit() local [all …]
|
/external/protobuf/src/google/protobuf/ |
D | unittest_custom_options.proto | 309 optional string s = 1; field 315 optional string s = 2; field 318 optional Aggregate sub = 3; field
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | ICUResourceBundle.java | 266 String s = e.nextElement(); in getKeywordValues() local 639 InputStream s = root.getResourceAsStream(bn + FULL_LOCALE_NAMES_LIST); in addLocaleIDsFromListFile() local 828 ICUResourceBundle sub = (ICUResourceBundle) base.handleGet(subKey, null, requested); in findResourceWithFallback() local 916 ICUResourceBundle sub; in findStringWithFallback() local 928 String s = reader.getString(res); in findStringWithFallback() local
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ICUResourceBundle.java | 262 String s = e.nextElement(); in getKeywordValues() local 635 InputStream s = root.getResourceAsStream(bn + FULL_LOCALE_NAMES_LIST); in addLocaleIDsFromListFile() local 824 ICUResourceBundle sub = (ICUResourceBundle) base.handleGet(subKey, null, requested); in findResourceWithFallback() local 912 ICUResourceBundle sub; in findStringWithFallback() local 924 String s = reader.getString(res); in findStringWithFallback() local
|
/external/python/cpython2/Lib/distutils/ |
D | msvccompiler.py | 98 def convert_mbcs(s): argument 148 def sub(self, s): member in MacroExpander
|
/external/mksh/src/ |
D | var.c | 208 char *sub, *tmp; in array_index_calc() local 380 char *s; in str_val() local 449 setstr(struct tbl *vq, const char *s, int error_ok) in setstr() 519 const char *s; in getint() local 646 formatstr(struct tbl *vp, const char *s) in formatstr() 937 char *s = NULL; in typeset() local 1063 skip_varname(const char *s, bool aok) in skip_varname() 1079 skip_wdvarname(const char *s, in skip_wdvarname() 1112 is_wdvarname(const char *s, bool aok) in is_wdvarname() 1121 is_wdvarassign(const char *s) in is_wdvarassign() [all …]
|
D | exec.c | 59 const char *s, *ccp; in execute() local 1015 get_builtin(const char *s) in get_builtin() 1577 hereinval(struct ioword *iop, int sub, char **resbuf, struct shf *shf) in hereinval() 1580 struct source *s, *osource; in hereinval() local 1670 char *s; in do_selectargs() local 1836 const char *s = *te->pos.wp; in dbteste_getopnd() local
|
/external/skia/src/pathops/ |
D | SkPathOpsQuad.cpp | 106 int SkDQuad::AddValidTs(double s[], int realRoots, double* t) { in AddValidTs() 135 double s[2]; in RootsValidT() local 296 SkDQuad sub = subDivide(t1, t2); in subDivide() local
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/lib/ |
D | gk104.asm | 602 sub b32 $r3 $c $r3 0x1 label 651 sub b32 $r3 $c $r3 0x4 label 652 s $c bra #shared_done label 658 sub b32 $r0 $c $r0 0x4 label 659 sub b32 $r1 $r1 0x0 $c label 660 sub b32 $r3 $c $r3 0x4 label 686 sub b32 $r3 $c $r3 0x10 label
|