/external/clang/test/OpenMP/ |
target_map_codegen.cpp | 2761 ST sc[100]; variable [all...] |
/external/cldr/tools/java/org/unicode/cldr/tool/ |
GenerateStatistics.java | 119 StandardCodes sc = StandardCodes.make(); local 139 if (!sc.getGoodAvailableCodes("language").contains(lang)) { 144 if (territory.length() != 0 && !sc.getGoodAvailableCodes("territory").contains(territory)) {
|
CountItems.java | 328 StandardCodes sc = StandardCodes.make(); local 329 Map<String, String> zone_country = sc.getZoneToCounty(); 330 Map<String, Set<String>> country_zone = sc.getCountryToZoneSet(); 337 Map<String, String> old_new = sc.getZoneLinkold_new(); 376 + sc.getZoneVersion() + "\"" + ">"); 380 orderedSet.addAll(sc.getDeprecatedZoneIDs()); 594 static final StandardCodes sc = StandardCodes.make(); field in class:CountItems 715 for (String region : sc.getAvailableCodes("territory")) { 932 StandardCodes sc = StandardCodes.make(); local [all...] |
Misc.java | 238 StandardCodes sc = StandardCodes.make(); local 239 int languageCount = sc.getGoodAvailableCodes("language").size(); 240 int scriptCount = sc.getGoodAvailableCodes("script").size(); 241 int countryCount = sc.getGoodAvailableCodes("territory").size(); 246 // for (Iterator it = sc.getAvailableCodes("territory").iterator(); it.hasNext();) { 254 StandardCodes sc = StandardCodes.make(); local 255 for (Iterator<String> typeIt = sc.getAvailableTypes().iterator(); typeIt.hasNext();) { 258 for (Iterator<String> codeIt = sc.getAvailableCodes(type).iterator(); codeIt.hasNext();) { 260 List<String> list = sc.getFullData(type, code); 284 StandardCodes sc = StandardCodes.make() local 441 StandardCodes sc = StandardCodes.make(); local 620 StandardCodes sc = StandardCodes.make(); local 740 StandardCodes sc = StandardCodes.make(); local 933 StandardCodes sc = StandardCodes.make(); local 1076 StandardCodes sc = StandardCodes.make(); local [all...] |
AddPopulationData.java | 417 StandardCodes sc = StandardCodes.make(); external variable declarations 419 for (String territory : sc.getGoodAvailableCodes("territory")) { 428 myErrors.append("\n" + territory + ";" + sc.getData("territory", territory) + ";gdp-ppp;0;reason"); 431 myErrors.append("\n" + territory + ";" + sc.getData("territory", territory) + ";literacy;0;reason"); 434 myErrors.append("\n" + territory + ";" + sc.getData("territory", territory)
|
ExtractMessages.java | 310 static StandardCodes sc = StandardCodes.make(); field in class:ExtractMessages 418 for (String code : sc.getAvailableCodes("language")) { 459 for (String code : sc.getAvailableCodes("territory")) { 498 for (String code : sc.getAvailableCodes("currency")) { 542 for (String code : sc.getAvailableCodes("tzid")) {
|
GenerateG2xG2.java | 48 StandardCodes sc = StandardCodes.make(); local 49 Map<Organization, Map<String, Level>> type_code_value = sc.getLocaleTypes(); 87 Map<String, List<String>> worldBankInfo = sc.getWorldBankInfo(); 104 Map<String, Set<String>> c2z = sc.getCountryToZoneSet(); 195 StandardCodes sc = StandardCodes.make(); local 197 Set<String> countries = sc.getGoodAvailableCodes("territory"); 211 testSet.addAll(sc.getGoodAvailableCodes("currency")); 227 Set<String> grandfathered = sc.getAvailableCodes("grandfathered"); 228 List<String> language_subtags = new ArrayList<String>(sc.getGoodAvailableCodes("language")); 229 List<String> script_subtags = new ArrayList<String>(sc.getGoodAvailableCodes("script")) [all...] |
/external/harfbuzz_ng/src/ |
hb-ot-cff2-table.hh | 429 this->blob = sc.reference_table<cff2> (face); 432 sc.init (this->blob); 433 sc.start_processing (); 442 if (unlikely (!topDictStr.sanitize (&sc))) { fini (); return; } 455 if (((varStore != &Null(CFF2VariationStore)) && unlikely (!varStore->sanitize (&sc))) || 456 (charStrings == &Null(CFF2CharStrings)) || unlikely (!charStrings->sanitize (&sc)) || 457 (globalSubrs == &Null(CFF2Subrs)) || unlikely (!globalSubrs->sanitize (&sc)) || 458 (fdArray == &Null(CFF2FDArray)) || unlikely (!fdArray->sanitize (&sc)) || 459 (((fdSelect != &Null(CFF2FDSelect)) && unlikely (!fdSelect->sanitize (&sc, fdArray->count))))) 463 if (num_glyphs != sc.get_num_glyphs () 509 hb_sanitize_context_t sc; member in struct:OT::cff2::accelerator_templ_t [all...] |
/external/icu/icu4c/source/test/intltest/ |
itspoof.cpp | 53 * "sc" is the ready-to-go SpoofChecker for use in the tests. 57 USpoofChecker *sc; \ 58 sc = uspoof_open(&status); \ 69 uspoof_close(sc); \ 105 int32_t checkResults = uspoof_checkUnicodeString(sc, s, &position, &status); 114 int32_t checkResults = uspoof_areConfusableUnicodeString(sc, s1, s2, &status); 123 UnicodeString &retStr = uspoof_getSkeletonUnicodeString(sc, USPOOF_ANY_CASE, s, dest, &status); 132 checkSkeleton(sc, type, input, expected, __LINE__); \ 207 void IntlTestSpoof::checkSkeleton(const USpoofChecker *sc, uint32_t type, 214 uspoof_getSkeletonUnicodeString(sc, type, uInput, actual, &status) 572 USpoofChecker *sc = uspoof_open(&status); local [all...] |
/external/linux-kselftest/tools/testing/selftests/bpf/ |
test_maps.c | 608 int one = 1, s, sc, rc; local 908 sc = send(sfd[2], buf, 20, 0); 909 if (sc < 0) { 942 sc = send(sfd[2], buf, 20, 0); 943 if (sc < 0) { [all...] |
/external/mesa3d/src/gallium/drivers/r600/sb/ |
sb_bc_finalize.cpp | 378 sel_chan sc; local 385 sc = v->get_final_gpr(); 386 src.sel = sc.sel(); 387 src.chan = sc.chan();
|
/external/openssh/openbsd-compat/ |
glob.c | 738 u_char *sc; local 754 sc = (u_char *) dp->d_name; 755 while (dc < pathend_last && (*dc++ = *sc++) != EOS)
|
/external/pcre/dist2/src/ |
pcre2_convert.c | 154 uint32_t c, sc; local 175 sc = nextisliteral? 0 : c; 226 else switch(sc)
|
/external/pdfium/third_party/lcms/src/ |
cmsps2.c | 587 cmsPsSamplerCargo* sc = (cmsPsSamplerCargo*) Cargo; local 591 if (sc -> FixWhite) { 602 if (!_cmsEndPointsBySpace(sc ->ColorSpace, &White, &Black, &nOutputs)) 616 if (In[0] != sc ->FirstComponent) { 618 if (sc ->FirstComponent != -1) { 620 _cmsIOPrintf(sc ->m, sc ->PostMin); 621 sc ->SecondComponent = -1; 622 _cmsIOPrintf(sc ->m, sc ->PostMaj) 672 cmsPsSamplerCargo sc; local [all...] |
/external/skia/src/compute/skc/platforms/cl_12/ |
path_builder_cl_12.c | 847 struct skc_subbuffer_cmds * const sc = impl->cmds.subbufs + subbuf; local 858 cl(WaitForEvents(1,&sc->map)); 1375 struct skc_subbuffer_cmds * sc = impl->cmds .subbufs; local [all...] |
/external/skqp/src/compute/skc/platforms/cl_12/ |
path_builder_cl_12.c | 847 struct skc_subbuffer_cmds * const sc = impl->cmds.subbufs + subbuf; local 858 cl(WaitForEvents(1,&sc->map)); 1375 struct skc_subbuffer_cmds * sc = impl->cmds .subbufs; local [all...] |
/external/wpa_supplicant_8/src/common/ |
sae.c | 1453 const u8 *sc; local [all...] |
/art/test/710-varhandle-creation/src/ |
Main.java | 52 static char sc; field in class:Main 152 vsc = MethodHandles.lookup().findStaticVarHandle(Main.class, "sc", char.class); [all...] |
/bionic/libc/upstream-freebsd/lib/libc/gen/ |
glob.c | 423 char *h, *sc; local 480 sc = h; 485 clen = mbrtowc(&wc, sc, MB_LEN_MAX, &mbs); 488 wc = (unsigned char)*sc; 496 sc += clen; 760 char *sc; local 780 sc = dp->d_name; 783 clen = mbrtowc(&wc, sc, MB_LEN_MAX, &mbs); 786 wc = (unsigned char)*sc; 794 sc += clen [all...] |
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/MarvellYukonDxe/ |
if_msk.c | 251 struct msk_softc *sc;
local 253 sc = sc_if->msk_softc;
256 GMAC_WRITE_2 (sc, port, GM_SMI_CTRL, GM_SMI_CT_PHY_AD (PHY_ADDR_MARV) | GM_SMI_CT_REG_AD (reg) | GM_SMI_CT_OP_RD);
260 val = GMAC_READ_2 (sc, port, GM_SMI_CTRL);
262 val = GMAC_READ_2 (sc, port, GM_SMI_DATA);
284 struct msk_softc *sc;
local 286 sc = sc_if->msk_softc;
289 GMAC_WRITE_2 (sc, port, GM_SMI_DATA, val);
290 GMAC_WRITE_2 (sc, port, GM_SMI_CTRL, GM_SMI_CT_PHY_AD (PHY_ADDR_MARV) | GM_SMI_CT_REG_AD (reg));
293 if ((GMAC_READ_2 (sc, port, GM_SMI_CTRL) & GM_SMI_CT_BUSY) == 0) { 312 struct msk_softc *sc; local 458 struct msk_softc *sc; local 1157 struct msk_softc *sc; local 2059 struct msk_softc *sc; local 2101 struct msk_softc *sc; local 2136 struct msk_softc *sc; local 2447 IN struct msk_softc *sc; local 2665 struct msk_softc *sc; local 2714 struct msk_softc *sc; local 2744 struct msk_softc *sc; local 2887 struct msk_softc *sc; local 2915 struct msk_softc *sc; local [all...] |
/external/aac/libMpegTPDec/src/ |
tpdec_asc.cpp | 704 int sc[PC_NUM_HEIGHT_LAYER] = {0}; /* side channel counter */ local 819 chIndex[chIdx] = sc[heightLayer]; 823 chIndex[chIdx + 1] = sc[heightLayer] + 1; 831 sc[heightLayer] += 2; 834 sc[heightLayer] += 1; [all...] |
/external/aac/libSBRenc/src/ |
env_est.cpp | 701 int sc = 0; local 703 FIXP_DBL gain = fMult(fDivNorm(nrgSum, nrg, &sc), GetInvInt(M + 1)); 704 sc += nrgSum_scale; 707 if (!((sc >= 0) && (gain > ((FIXP_DBL)MAXVAL_DBL >> sc)))) { 708 nrg = fMult(scaleValue(gain, sc), nrg); [all...] |
/external/cldr/tools/java/org/unicode/cldr/util/ |
CLDRConfig.java | 156 private StandardCodes sc; field in class:CLDRConfig 223 if (sc == null) { 224 sc = StandardCodes.make(); 227 return sc;
|
/external/freetype/src/autofit/ |
afcjk.c | 299 AF_StyleClass sc = metrics->root.style_class; local 301 AF_Blue_Stringset bss = sc->blue_stringset; [all...] |
/external/grpc-grpc/src/core/lib/security/security_connector/ |
security_connector.cc | 137 void grpc_security_connector_check_peer(grpc_security_connector* sc, 141 if (sc == nullptr) { 147 sc->vtable->check_peer(sc, peer, auth_context, on_peer_checked); 151 int grpc_security_connector_cmp(grpc_security_connector* sc, 153 if (sc == nullptr || other == nullptr) return GPR_ICMP(sc, other); 154 int c = GPR_ICMP(sc->vtable, other->vtable); 156 return sc->vtable->cmp(sc, other) 283 grpc_security_connector* sc = local [all...] |