Home
last modified time | relevance | path

Searched defs:sn (Results 1 – 25 of 73) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/
DobjectSpreadStrictNull.js3 definiteBoolean: { sn: boolean }, property
4 definiteString: { sn: string }, property
5 optionalString: { sn?: string }, field
6 optionalNumber: { sn?: number }, field
7 undefinedString: { sn: string | undefined }, property
8 undefinedNumber: { sn: number | undefined }) { property
DobjectSpread.js90 definiteBoolean: { sn: boolean }, property
91 definiteString: { sn: string }, property
92 optionalString: { sn?: string }, field
93 optionalNumber: { sn?: number }) { field
/third_party/boost/libs/system/test/
Dstd_interop_test.cpp69 std::error_condition sn( bn ); in test_generic_category() local
105 std::error_condition sn( bn ); in test_system_category() local
130 std::error_condition sn( bn ); in test_system_category() local
222 std::error_condition sn( bn ); in test_user_category() local
247 std::error_condition sn( bn ); in test_user_category() local
255 std::error_condition sn( bn ); in test_user_category() local
263 std::error_condition sn( bn ); in test_user_category() local
348 std::error_condition sn( bn ); in test_user2_category() local
/third_party/boost/boost/geometry/srs/projections/impl/
Dpj_param.hpp431 std::string const& sn, in pj_param_exists()
438 std::string const& sn, in pj_param_exists()
474 std::string const& sn, in pj_get_param_b()
498 std::string const& sn, in pj_param_i()
525 std::string const& sn, in pj_get_param_i()
549 std::string const& sn, in pj_param_f()
576 std::string const& sn, in pj_get_param_f()
601 std::string const& sn, in pj_param_r()
628 std::string const& sn, in pj_get_param_r()
/third_party/pulseaudio/src/pulsecore/
Dltdl-helper.c36 char *sn, *c; in pa_load_sym() local
/third_party/pulseaudio/src/pulsecore/filter/
Dbiquad.c52 double sn = 0.5 * M_SQRT2 * sin(theta); in biquad_lowpass() local
84 double sn = 0.5 * M_SQRT2 * sin(theta); in biquad_highpass() local
/third_party/boost/libs/multiprecision/test/
Dissue_13301.cpp34 boost::intmax_t sm(1), sn; in main() local
/third_party/boost/boost/math/special_functions/
Djacobi_elliptic.hpp134 value_type sn, cn, dn; in jacobi_elliptic() local
239 result_type sn, dn; in jacobi_sd() local
254 result_type sn, dn; in jacobi_ds() local
293 result_type sn, cn; in jacobi_sc() local
308 result_type sn, cn; in jacobi_cs() local
/third_party/uboot/u-boot-2020.01/arch/arm/mach-snapdragon/
Dmisc.c42 char sn[9]; in msm_generate_mac_addr() local
/third_party/typescript/tests/cases/conformance/types/typeRelationships/typeInference/
DunionTypeInference.ts6 declare const sn: string | number; constant
/third_party/ejdb/src/jbi/
Djbi_consumer.c92 struct _JBL sn = { 0 }; in jbi_consumer() local
/third_party/ltp/utils/sctp/testlib/
Dsctputil.c103 union sctp_notification *sn; in test_print_message() local
185 union sctp_notification *sn; in test_check_buf_notification() local
/third_party/typescript/tests/cases/conformance/types/rest/
DgenericRestParameters2.ts21 declare const sn: [string, number]; constant
DgenericRestParameters1.ts16 declare const sn: [string, number]; constant
/third_party/mingw-w64/mingw-w64-crt/math/softmath/
De_powf.c17 float y1,t1,t2,r,s,sn,t,u,v,w; in bsd__ieee754_powf() local
/third_party/json/include/nlohmann/detail/output/
Dserializer.hpp500 std::string sn(3, '\0'); in dump_escaped() local
594 std::string sn(3, '\0'); in dump_escaped() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
DTestUScript.java218 String sn = UScript.getShortName(sc); in TestScriptMetadata() local
/third_party/uboot/u-boot-2020.01/board/freescale/common/
Dsys_eeprom.c40 u8 sn[10]; /* 0x06 - 0x0F Serial Number*/ member
51 u8 sn[12]; /* 0x04 - 0x0F Serial Number */ member
/third_party/ffmpeg/libavformat/
Dprompeg.c97 uint16_t sn; member
223 uint16_t sn; in prompeg_write_fec() local
/third_party/mtdev/src/
Dcore.c84 const int *sid, const int *sx, const int *sy, int sn, in solve()
125 int sid[DIM_FINGER], sx[DIM_FINGER], sy[DIM_FINGER], sn = 0; in assign_tracking_id() local
/third_party/boringssl/src/crypto/asn1/
Da_object.c274 const char *sn, const char *ln) in ASN1_OBJECT_create()
/third_party/uboot/u-boot-2020.01/board/CZ.NIC/turris_mox/
Dmox_sp.c108 int mbox_sp_get_board_info(u64 *sn, u8 *mac1, u8 *mac2, int *bv, int *ram) in mbox_sp_get_board_info()
/third_party/typescript/tests/cases/conformance/types/spread/
DobjectSpreadNegative.ts15 let sn: number = o2.x; // error, x is private variable
/third_party/ffmpeg/libavfilter/
Daf_acrossover.c143 double sn = sin(omega); in set_lp() local
158 double sn = sin(omega); in set_hp() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DRBBIRuleParseTable.java74 RBBIRuleTableElement(short a, int cc, int ns, int ps, boolean nc, String sn) { in RBBIRuleTableElement()

123