/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/ |
D | SpoofCheckerTest.java | 73 SpoofChecker sc = new SpoofChecker.Builder().build(); in TestUSpoof() local 170 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.ALL_CHECKS).build(); in TestGetSetChecks1() local 190 SpoofChecker sc = new SpoofChecker.Builder().build(); in TestGetSetAllowedChars() local 205 SpoofChecker sc = new SpoofChecker.Builder().build(); in TestGetSetChecks() local 230 SpoofChecker sc = new SpoofChecker.Builder().build(); in TestAllowedLocales() local 288 SpoofChecker sc = new SpoofChecker.Builder().build(); in TestAllowedChars() local 317 SpoofChecker sc = new SpoofChecker.Builder().build(); in TestCheck() local 343 SpoofChecker sc = new SpoofChecker.Builder().build(); in TestAreConfusable1() local 356 SpoofChecker sc = new SpoofChecker.Builder().build(); in TestGetSkeleton() local 372 SpoofChecker sc = new SpoofChecker.Builder().build(); in TestSpoofAPI() local [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/text/ |
D | SpoofCheckerTest.java | 77 SpoofChecker sc = new SpoofChecker.Builder().build(); in TestUSpoof() local 174 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.ALL_CHECKS).build(); in TestGetSetChecks1() local 194 SpoofChecker sc = new SpoofChecker.Builder().build(); in TestGetSetAllowedChars() local 209 SpoofChecker sc = new SpoofChecker.Builder().build(); in TestGetSetChecks() local 234 SpoofChecker sc = new SpoofChecker.Builder().build(); in TestAllowedLocales() local 292 SpoofChecker sc = new SpoofChecker.Builder().build(); in TestAllowedChars() local 321 SpoofChecker sc = new SpoofChecker.Builder().build(); in TestCheck() local 347 SpoofChecker sc = new SpoofChecker.Builder().build(); in TestAreConfusable1() local 360 SpoofChecker sc = new SpoofChecker.Builder().build(); in TestGetSkeleton() local 376 SpoofChecker sc = new SpoofChecker.Builder().build(); in TestSpoofAPI() local [all …]
|
/external/icu/icu4c/source/i18n/ |
D | uspoof.cpp | 198 uspoof_clone(const USpoofChecker *sc, UErrorCode *status) { in uspoof_clone() 213 uspoof_close(USpoofChecker *sc) { in uspoof_close() 221 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status) { in uspoof_setChecks() 239 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getChecks() 248 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel) { in uspoof_setRestrictionLevel() 257 uspoof_getRestrictionLevel(const USpoofChecker *sc) { in uspoof_getRestrictionLevel() 267 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status) { in uspoof_setAllowedLocales() 276 uspoof_getAllowedLocales(USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedLocales() 286 uspoof_getAllowedChars(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedChars() 292 uspoof_getAllowedUnicodeSet(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedUnicodeSet() [all …]
|
/external/mesa3d/src/gallium/auxiliary/cso_cache/ |
D | cso_cache.c | 83 static INLINE struct cso_hash *_cso_hash_for_type(struct cso_cache *sc, enum cso_cache_type type) in _cso_hash_for_type() 155 static INLINE void sanitize_hash(struct cso_cache *sc, in sanitize_hash() 186 cso_insert_state(struct cso_cache *sc, in cso_insert_state() 197 cso_find_state(struct cso_cache *sc, in cso_find_state() 225 struct cso_hash_iter cso_find_state_template(struct cso_cache *sc, in cso_find_state_template() 239 void * cso_take_state(struct cso_cache *sc, in cso_take_state() 248 struct cso_cache *sc = MALLOC_STRUCT(cso_cache); in cso_cache_create() local 263 void cso_for_each_state(struct cso_cache *sc, enum cso_cache_type type, in cso_for_each_state() 279 void cso_cache_delete(struct cso_cache *sc) in cso_cache_delete() 300 void cso_set_maximum_cache_size(struct cso_cache *sc, int number) in cso_set_maximum_cache_size() [all …]
|
/external/lldb/source/Plugins/SymbolFile/Symtab/ |
D | SymbolFileSymtab.cpp | 170 SymbolFileSymtab::ParseCompileUnitLanguage (const SymbolContext& sc) in ParseCompileUnitLanguage() 177 SymbolFileSymtab::ParseCompileUnitFunctions (const SymbolContext &sc) in ParseCompileUnitFunctions() 258 SymbolFileSymtab::ParseCompileUnitLineTable (const SymbolContext &sc) in ParseCompileUnitLineTable() 264 SymbolFileSymtab::ParseCompileUnitSupportFiles (const SymbolContext& sc, FileSpecList &support_file… in ParseCompileUnitSupportFiles() 270 SymbolFileSymtab::ParseFunctionBlocks (const SymbolContext &sc) in ParseFunctionBlocks() 277 SymbolFileSymtab::ParseTypes (const SymbolContext &sc) in ParseTypes() 284 SymbolFileSymtab::ParseVariablesForContext (const SymbolContext& sc) in ParseVariablesForContext() 302 SymbolFileSymtab::FindNamespace (const SymbolContext& sc, const ConstString &name, const ClangNames… in FindNamespace() 308 …ileSymtab::ResolveSymbolContext (const Address& so_addr, uint32_t resolve_scope, SymbolContext& sc) in ResolveSymbolContext() 384 SymbolFileSymtab::FindTypes (const lldb_private::SymbolContext& sc, in FindTypes()
|
/external/lldb/source/Symbol/ |
D | SymbolVendor.cpp | 149 SymbolVendor::ParseCompileUnitLanguage (const SymbolContext& sc) in ParseCompileUnitLanguage() 163 SymbolVendor::ParseCompileUnitFunctions (const SymbolContext &sc) in ParseCompileUnitFunctions() 176 SymbolVendor::ParseCompileUnitLineTable (const SymbolContext &sc) in ParseCompileUnitLineTable() 189 SymbolVendor::ParseCompileUnitSupportFiles (const SymbolContext& sc, FileSpecList& support_files) in ParseCompileUnitSupportFiles() 202 SymbolVendor::ParseFunctionBlocks (const SymbolContext &sc) in ParseFunctionBlocks() 215 SymbolVendor::ParseTypes (const SymbolContext &sc) in ParseTypes() 228 SymbolVendor::ParseVariablesForContext (const SymbolContext& sc) in ParseVariablesForContext() 255 …bolVendor::ResolveSymbolContext (const Address& so_addr, uint32_t resolve_scope, SymbolContext& sc) in ResolveSymbolContext() 334 SymbolVendor::FindTypes (const SymbolContext& sc, const ConstString &name, const ClangNamespaceDecl… in FindTypes() 364 SymbolVendor::FindNamespace(const SymbolContext& sc, const ConstString &name, const ClangNamespaceD… in FindNamespace()
|
D | CompileUnit.cpp | 59 CompileUnit::CalculateSymbolContext(SymbolContext* sc) in CalculateSymbolContext() 228 SymbolContext sc; in GetLanguage() local 248 SymbolContext sc; in GetLineTable() local 272 SymbolContext sc; in GetVariableList() local 348 SymbolContext sc(GetModule()); in ResolveSymbolContext() local 449 SymbolContext sc; in GetSupportFiles() local
|
D | UnwindTable.cpp | 72 UnwindTable::GetFuncUnwindersContainingAddress (const Address& addr, SymbolContext &sc) in GetFuncUnwindersContainingAddress() 115 UnwindTable::GetUncachedFuncUnwindersContainingAddress (const Address& addr, SymbolContext &sc) in GetUncachedFuncUnwindersContainingAddress()
|
/external/jetty/src/java/org/eclipse/jetty/server/ |
D | ServletResponseHttpWrapper.java | 69 public void sendError(int sc, String msg) throws IOException in sendError() 73 public void sendError(int sc) throws IOException in sendError() 105 public void setStatus(int sc) in setStatus() 109 public void setStatus(int sc, String sm) in setStatus()
|
/external/lldb/source/Commands/ |
D | CommandObjectSource.cpp | 356 DisplayFunctionSource (const SymbolContext &sc, in DisplayFunctionSource() 539 SymbolContext sc; in DoExecute() local 569 SymbolContext sc; in DoExecute() local 592 SymbolContext sc; in DoExecute() local 624 SymbolContext sc; in DoExecute() local 648 SymbolContext sc; in DoExecute() local 675 SymbolContext sc; in DoExecute() local 814 SymbolContext sc; in DoExecute() local 837 SymbolContext sc; in DoExecute() local
|
D | CommandObjectDisassemble.cpp | 455 SymbolContext sc; in DoExecute() local 488 … SymbolContext sc(frame->GetSymbolContext(eSymbolContextFunction | eSymbolContextSymbol)); in DoExecute() local 531 … SymbolContext sc(frame->GetSymbolContext(eSymbolContextFunction | eSymbolContextSymbol)); in DoExecute() local
|
/external/aac/libAACenc/src/ |
D | bit_cnt.cpp | 115 INT bc1_2,bc3_4,bc5_6,bc7_8,bc9_10,bc11,sc; in FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11() local 191 INT bc3_4,bc5_6,bc7_8,bc9_10,bc11,sc; in FDKaacEnc_count3_4_5_6_7_8_9_10_11() local 262 INT bc5_6,bc7_8,bc9_10,bc11,sc; in FDKaacEnc_count5_6_7_8_9_10_11() local 317 INT bc7_8,bc9_10,bc11,sc; in FDKaacEnc_count7_8_9_10_11() local 367 INT bc9_10,bc11,sc; in FDKaacEnc_count9_10_11() local 414 INT bc11,sc; in FDKaacEnc_count11() local 455 INT bc11,ec,sc; in FDKaacEnc_countEsc() local
|
/external/iproute2/tc/ |
D | q_hfsc.c | 227 hfsc_print_sc(FILE *f, char *name, struct tc_service_curve *sc) in hfsc_print_sc() 293 hfsc_get_sc1(int *argcp, char ***argvp, struct tc_service_curve *sc) in hfsc_get_sc1() 336 hfsc_get_sc2(int *argcp, char ***argvp, struct tc_service_curve *sc) in hfsc_get_sc2() 398 hfsc_get_sc(int *argcp, char ***argvp, struct tc_service_curve *sc) in hfsc_get_sc()
|
/external/lldb/source/API/ |
D | SBSymbolContextList.cpp | 55 SymbolContext sc; in GetContextAtIndex() local 72 SBSymbolContextList::Append(SBSymbolContext &sc) in Append()
|
/external/jetty/src/java/org/eclipse/jetty/http/gzip/ |
D | CompressedResponseWrapper.java | 155 public void setStatus(int sc, String sm) in setStatus() 167 public void setStatus(int sc) in setStatus() 288 public void sendError(int sc, String msg) throws IOException in sendError() 299 public void sendError(int sc) throws IOException in sendError()
|
/external/v8/src/compiler/ |
D | frame-states.cc | 14 size_t hash_value(OutputFrameStateCombine const& sc) { in hash_value() 19 std::ostream& operator<<(std::ostream& os, OutputFrameStateCombine const& sc) { in operator <<()
|
/external/ipsec-tools/src/racoon/ |
D | schedule.c | 158 sched_add(sc) in sched_add() argument 198 sched_kill(sc) in sched_kill() argument 211 struct sched *sc; local
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARFDebugMap.cpp | 549 SymbolFileDWARFDebugMap::GetSymbolFile (const SymbolContext& sc) in GetSymbolFile() 681 SymbolFileDWARFDebugMap::GetCompUnitInfo (const SymbolContext& sc) in GetCompUnitInfo() 706 SymbolFileDWARFDebugMap::ParseCompileUnitLanguage (const SymbolContext& sc) in ParseCompileUnitLanguage() 715 SymbolFileDWARFDebugMap::ParseCompileUnitFunctions (const SymbolContext& sc) in ParseCompileUnitFunctions() 724 SymbolFileDWARFDebugMap::ParseCompileUnitLineTable (const SymbolContext& sc) in ParseCompileUnitLineTable() 733 SymbolFileDWARFDebugMap::ParseCompileUnitSupportFiles (const SymbolContext& sc, FileSpecList &suppo… in ParseCompileUnitSupportFiles() 743 SymbolFileDWARFDebugMap::ParseFunctionBlocks (const SymbolContext& sc) in ParseFunctionBlocks() 753 SymbolFileDWARFDebugMap::ParseTypes (const SymbolContext& sc) in ParseTypes() 763 SymbolFileDWARFDebugMap::ParseVariablesForContext (const SymbolContext& sc) in ParseVariablesForContext() 791 …ugMap::ResolveSymbolContext (const Address& exe_so_addr, uint32_t resolve_scope, SymbolContext& sc) in ResolveSymbolContext() [all …]
|
/external/eigen/test/ |
D | corners.cpp | 35 Index sc = internal::random<Index>(1,cols) - 1; in corners() local 57 sc = SCols in corners_fixedsize() enumerator
|
/external/lldb/source/Core/ |
D | Address.cpp | 627 SymbolContext sc; in Dump() local 683 SymbolContext sc; in Dump() local 771 Address::CalculateSymbolContext (SymbolContext *sc, uint32_t resolve_scope) const in CalculateSymbolContext() 805 SymbolContext sc; in CalculateSymbolContextCompileUnit() local 822 SymbolContext sc; in CalculateSymbolContextFunction() local 839 SymbolContext sc; in CalculateSymbolContextBlock() local 856 SymbolContext sc; in CalculateSymbolContextSymbol() local 873 SymbolContext sc; in CalculateSymbolContextLineEntry() local
|
D | Module.cpp | 364 SymbolContext sc; in ParseAllDebugSymbols() local 395 Module::CalculateSymbolContext(SymbolContext* sc) in CalculateSymbolContext() 451 …:ResolveSymbolContextForAddress (const Address& so_addr, uint32_t resolve_scope, SymbolContext& sc) in ResolveSymbolContextForAddress() 574 SymbolContext sc; in FindCompileUnits() local 637 SymbolContext sc; in FindFunctions() local 703 SymbolContext sc(this); in FindFunctions() local 724 const SymbolContext &sc = sc_list[i]; in FindFunctions() local 756 Module::FindTypes_Impl (const SymbolContext& sc, in FindTypes_Impl() 774 Module::FindTypesInNamespace (const SymbolContext& sc, in FindTypesInNamespace() 785 Module::FindFirstType (const SymbolContext& sc, in FindFirstType() [all …]
|
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/ |
D | rotate.pass.cpp | 56 const unsigned sc = sizeof(ic)/sizeof(ic[0]); in test() local 254 const unsigned sc = sizeof(ic)/sizeof(ic[0]); in test1() local
|
/external/lldb/source/Target/ |
D | ThreadPlanStepInRange.cpp | 212 … SymbolContext sc = curr_frame->GetSymbolContext (eSymbolContextFunction | eSymbolContextSymbol); in ShouldStop() local 286 …SymbolContext sc = frame->GetSymbolContext(eSymbolContextFunction|eSymbolContextBlock|eSymbolConte… in FrameMatchesAvoidRegexp() local 343 …SymbolContext sc = frame->GetSymbolContext(eSymbolContextFunction|eSymbolContextBlock|eSymbolConte… in DefaultShouldStopHereCallback() local
|
/external/strace/linux/powerpc/ |
D | arch_sigreturn.c | 5 struct sigcontext sc; in arch_sigreturn() local
|
/external/lldb/source/Breakpoint/ |
D | BreakpointResolverName.cpp | 157 SymbolContext sc; in Prune() local 256 SymbolContext sc; in SearchCallback() local 268 SymbolContext sc; in SearchCallback() local
|