Home
last modified time | relevance | path

Searched defs:sc (Results 1 – 25 of 221) sorted by relevance

123456789

/external/icu/icu4c/source/i18n/
Duspoof.cpp181 uspoof_clone(const USpoofChecker *sc, UErrorCode *status) { in uspoof_clone()
196 uspoof_close(USpoofChecker *sc) { in uspoof_close()
204 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status) { in uspoof_setChecks()
222 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getChecks()
231 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel) { in uspoof_setRestrictionLevel()
240 uspoof_getRestrictionLevel(const USpoofChecker *sc) { in uspoof_getRestrictionLevel()
250 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status) { in uspoof_setAllowedLocales()
259 uspoof_getAllowedLocales(USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedLocales()
269 uspoof_getAllowedChars(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedChars()
275 uspoof_getAllowedUnicodeSet(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedUnicodeSet()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
DSpoofCheckerTest.java73 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/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_cache.c83 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/
DSymbolFileSymtab.cpp170 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/
DSymbolVendor.cpp149 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()
DCompileUnit.cpp59 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
DUnwindTable.cpp72 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/
DServletResponseHttpWrapper.java69 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/
DCommandObjectSource.cpp356 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
DCommandObjectDisassemble.cpp455 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/
Dbit_cnt.cpp115 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/
Dq_hfsc.c227 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/jetty/src/java/org/eclipse/jetty/http/gzip/
DCompressedResponseWrapper.java155 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/lldb/source/API/
DSBSymbolContextList.cpp55 SymbolContext sc; in GetContextAtIndex() local
72 SBSymbolContextList::Append(SBSymbolContext &sc) in Append()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.cpp549 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/ipsec-tools/src/racoon/
Dschedule.c158 sched_add(sc) in sched_add() argument
198 sched_kill(sc) in sched_kill() argument
211 struct sched *sc; local
/external/lldb/source/Core/
DAddress.cpp627 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
DModule.cpp364 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/eigen/test/
Dcorners.cpp35 Index sc = internal::random<Index>(1,cols) - 1; in corners() local
57 sc = SCols in corners_fixedsize() enumerator
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/
Drotate.pass.cpp56 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/
DThreadPlanStepInRange.cpp212 … 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/
Darch_sigreturn.c2 struct sigcontext sc; variable
/external/skia/src/opts/
DSkXfermode_opts_arm_neon.cpp399 static inline uint8x8_t overlay_hardlight_color(uint8x8_t sc, uint8x8_t dc, in overlay_hardlight_color()
508 static inline uint8x8_t overlay_color(uint8x8_t sc, uint8x8_t dc, in overlay_color()
528 static inline uint8x8_t lighten_darken_color(uint8x8_t sc, uint8x8_t dc, in lighten_darken_color()
557 static inline uint8x8_t darken_color(uint8x8_t sc, uint8x8_t dc, in darken_color()
576 static inline uint8x8_t lighten_color(uint8x8_t sc, uint8x8_t dc, in lighten_color()
595 static inline uint8x8_t hardlight_color(uint8x8_t sc, uint8x8_t dc, in hardlight_color()
614 static inline uint8x8_t difference_color(uint8x8_t sc, uint8x8_t dc, in difference_color()
650 static inline uint8x8_t exclusion_color(uint8x8_t sc, uint8x8_t dc, in exclusion_color()
699 static inline uint8x8_t blendfunc_multiply_color(uint8x8_t sc, uint8x8_t dc, in blendfunc_multiply_color()
/external/mesa3d/src/gallium/state_trackers/vega/
Dshaders_cache.c385 struct shaders_cache *sc = CALLOC_STRUCT(shaders_cache); in shaders_cache_create() local
393 void shaders_cache_destroy(struct shaders_cache *sc) in shaders_cache_destroy()
409 void * shaders_cache_fill(struct shaders_cache *sc, in shaders_cache_fill()
/external/lldb/source/Breakpoint/
DBreakpointResolverName.cpp157 SymbolContext sc; in Prune() local
256 SymbolContext sc; in SearchCallback() local
268 SymbolContext sc; in SearchCallback() local

123456789