Home
last modified time | relevance | path

Searched refs:ns1 (Results 1 - 18 of 18) sorted by relevance

/third_party/musl/src/stat/
H A Dutimensat.c18 long ns0=0, ns1=0; in utimensat() local
21 ns1 = times[1].tv_nsec; in utimensat()
23 if (!NS_SPECIAL(ns1)) s1 = times[1].tv_sec; in utimensat()
27 ((long long[]){s0, ns0, s1, ns1}) : 0, flags); in utimensat()
33 times ? ((long[]){s0, ns0, s1, ns1}) : 0, flags); in utimensat()
/third_party/libabigail/tests/data/test-abidiff-exit/
H A Dtest-rhbz2114909-v0.cc1 namespace ns1 namespace
21 class C : public base_1, ns1::base_1, ns1::base_2
H A Dtest-rhbz2114909-v1.cc1 namespace ns1 namespace
22 class C : public ns1::base_2
/third_party/python/Lib/test/
H A Dtest_types.py1646 ns1 = types.SimpleNamespace()
1655 self.assertEqual(len(ns1.__dict__), 0)
1656 self.assertEqual(vars(ns1), {})
1663 ns1 = vars(types.SimpleNamespace())
1666 self.assertEqual(ns1, {})
1670 ns1 = types.SimpleNamespace()
1676 self.assertEqual(ns1.__dict__, {})
1690 ns1 = types.SimpleNamespace()
1692 ns1.a = 'spam'
1693 ns1
[all...]
H A Dtest_argparse.py5038 ns1 = argparse.Namespace(a=1, b=2)
5043 self.assertEqual(ns1, ns2)
5044 self.assertNotEqual(ns1, ns3)
5045 self.assertNotEqual(ns1, ns4)
5048 self.assertTrue(ns1 != ns3)
5049 self.assertTrue(ns1 != ns4)
H A Dtest__xxsubinterpreters.py939 ns1 = dict(vars())
940 del ns1['__builtins__']
962 self.assertEqual(ns['ns1']['spam'], 'eggs')
998 ns1 = pickle.load(chan)
1013 self.assertIn('spam', ns1)
1014 self.assertNotIn('eggs', ns1)
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dconstify-module-enums-types.hpp17 namespace ns1 { namespace
46 ns1::foo member5;
H A Dconstify-module-enums-namespace.hpp1 // bindgen-flags: --enable-cxx-namespaces --constified-enum-module ns1::ns2::foo
3 namespace ns1 { namespace
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dconstify-module-enums-namespace.rs12 pub mod ns1 { modules
31 pub this_should_work: root::ns1::ns2::foo::Type,
/third_party/lzma/C/
H A DPpmd7.c706 unsigned ns1; in Ppmd7_UpdateModel() local
709 if ((ns1 = c->NumStats) != 1) in Ppmd7_UpdateModel()
711 if ((ns1 & 1) == 0) in Ppmd7_UpdateModel()
714 unsigned oldNU = ns1 >> 1; in Ppmd7_UpdateModel()
734 sum += (UInt32)(2 * ns1 < ns) + 2 * ((unsigned)(4 * ns1 <= ns) & (sum <= 8 * ns1)); in Ppmd7_UpdateModel()
769 CPpmd_State *s = STATS(c) + ns1; in Ppmd7_UpdateModel()
773 c->NumStats = (UInt16)(ns1 + 1); in Ppmd7_UpdateModel()
/third_party/typescript/tests/baselines/reference/
H A DconstAssertions.js109 const ns1 = accessorNames('foo');
195 const ns1 = accessorNames('foo');
313 declare const ns1: readonly ["get-foo", "set-foo"];
/third_party/libabigail/src/
H A Dabg-reporter-priv.cc1172 const abg_compat::optional<std::string>& ns1 = symbol1->get_namespace(); in maybe_report_diff_for_symbol() local
1174 if (ns1 != ns2) in maybe_report_diff_for_symbol()
1178 if (ns1.has_value()) in maybe_report_diff_for_symbol()
1179 out << "'" << ns1.value() << "'"; in maybe_report_diff_for_symbol()
/third_party/lwip/src/include/netif/ppp/
H A Dppp_impl.h437 int sdns(ppp_pcb *pcb, u32_t ns1, u32_t ns2);
438 int cdns(ppp_pcb *pcb, u32_t ns1, u32_t ns2);
/third_party/lwip/src/netif/ppp/
H A Dppp.c1110 int sdns(ppp_pcb *pcb, u32_t ns1, u32_t ns2) { in sdns() argument
1114 ip_addr_set_ip4_u32_val(ns, ns1); in sdns()
1125 int cdns(ppp_pcb *pcb, u32_t ns1, u32_t ns2) { in cdns() argument
1131 ip_addr_set_ip4_u32_val(nsb, ns1); in cdns()
/third_party/node/deps/v8/src/objects/
H A Djs-temporal-objects.cc176 int32_t min1, int32_t s1, int32_t ms1, int32_t mus1, int32_t ns1,
259 int32_t ms1, int32_t mus1, int32_t ns1, int32_t h2, int32_t min2,
4101 int32_t min1, int32_t s1, int32_t ms1, int32_t mus1, int32_t ns1, in DifferenceISODateTime()
4109 // 1. Assert: y1, mon1, d1, h1, min1, s1, ms1, mus1, ns1, y2, mon2, d2, h2, in DifferenceISODateTime()
4119 // 3. Let timeDifference be ! DifferenceTime(h1, min1, s1, ms1, mus1, ns1, h2, in DifferenceISODateTime()
4122 isolate, h1, min1, s1, ms1, mus1, ns1, h2, min2, s2, ms2, mus2, ns2); in DifferenceISODateTime()
4581 int32_t ns1, int32_t h2, int32_t min2, int32_t s2, in DifferenceTime()
4585 // 1. Assert: h1, min1, s1, ms1, mus1, ns1, h2, min2, s2, ms2, mus2, and ns2 in DifferenceTime()
4598 // 7. Let nanoseconds be ns2 − ns1. in DifferenceTime()
4599 dur.nanoseconds = ns2 - ns1; in DifferenceTime()
4099 DifferenceISODateTime( Isolate* isolate, int32_t y1, int32_t mon1, int32_t d1, int32_t h1, int32_t min1, int32_t s1, int32_t ms1, int32_t mus1, int32_t ns1, int32_t y2, int32_t mon2, int32_t d2, int32_t h2, int32_t min2, int32_t s2, int32_t ms2, int32_t mus2, int32_t ns2, Handle<JSReceiver> calendar, Unit largest_unit, Handle<Object> options_obj, const char* method_name) DifferenceISODateTime() argument
4579 DifferenceTime(Isolate* isolate, int32_t h1, int32_t min1, int32_t s1, int32_t ms1, int32_t mus1, int32_t ns1, int32_t h2, int32_t min2, int32_t s2, int32_t ms2, int32_t mus2, int32_t ns2) DifferenceTime() argument
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp3604 NumberingSystem *ns1 = new NumberingSystem(*ns); in TestNumberingSystems() local
3605 if (ns1 == NULL) { in TestNumberingSystems()
3609 delete ns1; in TestNumberingSystems()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DNumberFormatTest.java1946 NumberingSystem ns1 = NumberingSystem.getInstance(); in TestNumberingSystemCoverage()
1947 if (ns1 == null || ns1.isAlgorithmic()) { in TestNumberingSystemCoverage()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatTest.java1943 NumberingSystem ns1 = NumberingSystem.getInstance(); in TestNumberingSystemCoverage()
1944 if (ns1 == null || ns1.isAlgorithmic()) { in TestNumberingSystemCoverage()

Completed in 63 milliseconds