Home
last modified time | relevance | path

Searched defs:over (Results 1 – 12 of 12) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DexcessPropertyCheckWithUnions.js47 let over: Overlapping variable
50 over = { a: 1, b: 1, first: "ok", second: "error" } variable
51 over = { a: 1, b: 1, first: "ok", third: "error" } variable
186 var over; variable
188 over = { a: 1, b: 1, first: "ok", second: "error" }; variable
189 over = { a: 1, b: 1, first: "ok", third: "error" }; variable
/third_party/typescript/tests/cases/conformance/functions/
DfunctionNameConflicts.ts23 function over(); function
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Ddiscrete_distribution.cc55 std::vector<size_t> over; in InitDiscreteDistribution() local
/third_party/typescript/tests/cases/compiler/
DexcessPropertyCheckWithUnions.ts47 let over: Overlapping variable
/third_party/gn/src/gn/
Dargs.cc291 for (const auto& over : overrides_) { in GetAllArguments() local
/third_party/python/Lib/test/
Dtest_pprint.py459 over=5, unknown
/third_party/python/Lib/
Dnntplib.py837 def over(self, message_spec, *, file=None): member in NNTP
/third_party/flutter/skia/tests/
DSkVMTest.cpp425 SkPMColor over = SkPMSrcOver(SkPackARGB32(0xbb, 0x33, 0x77, 0x00), in DEF_TEST() local
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_socket.c459 int over; in sonewconn() local
/third_party/skia/src/pathops/
DSkPathOpsDebug.cpp1388 void SkCoincidentSpans::debugStartCheck(const SkOpSpanBase* outer, const SkOpSpanBase* over, in debugStartCheck()
/third_party/flutter/skia/src/pathops/
DSkPathOpsDebug.cpp1410 void SkCoincidentSpans::debugStartCheck(const SkOpSpanBase* outer, const SkOpSpanBase* over, in debugStartCheck()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp82698 static nsIAtom* over; member in nsGkAtoms