Home
last modified time | relevance | path

Searched defs:Num (Results 1 – 25 of 93) sorted by relevance

1234

/third_party/cJSON/tests/unity/test/tests/
Dtestparameterized.c67 void test_TheseShouldAllPass(int Num) in test_TheseShouldAllPass()
75 void test_TheseShouldAllFail(int Num) in test_TheseShouldAllFail()
86 void test_TheseAreEveryOther(int Num) in test_TheseAreEveryOther()
/third_party/typescript/tests/cases/compiler/
DinvariantGenericErrorElaboration.ts13 interface Num extends Runtype<number> { interface
16 declare const Num: Num constant
/third_party/unity/test/tests/
Dtestparameterized.c78 void test_TheseShouldAllPass(int Num) in test_TheseShouldAllPass()
86 void test_TheseShouldAllFail(int Num) in test_TheseShouldAllFail()
97 void test_TheseAreEveryOther(int Num) in test_TheseAreEveryOther()
Dtest_unity_parameterized.c78 void test_TheseShouldAllPass(int Num) in test_TheseShouldAllPass()
86 void test_TheseShouldAllFail(int Num) in test_TheseShouldAllFail()
97 void test_TheseAreEveryOther(int Num) in test_TheseAreEveryOther()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
DPackedVersion.cpp35 unsigned long long Num; in parse32() local
70 unsigned long long Num; in parse64() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DRecordSerialization.cpp36 Error llvm::codeview::consume(BinaryStreamReader &Reader, APSInt &Num) { in consume()
104 Error llvm::codeview::consume(StringRef &Data, APSInt &Num) { in consume()
115 uint64_t &Num) { in consume_numeric()
/third_party/cJSON/tests/unity/test/testdata/
DtestRunnerGenerator.c140 void paratest_ShouldHandleParameterizedTests(int Num) in paratest_ShouldHandleParameterizedTests()
146 void paratest_ShouldHandleParameterizedTests2(int Num) in paratest_ShouldHandleParameterizedTests2()
157 void paratest_ShouldHandleParameterizedTestsThatFail(int Num) in paratest_ShouldHandleParameterizedTestsThatFail()
DtestRunnerGeneratorWithMocks.c141 void paratest_ShouldHandleParameterizedTests(int Num) in paratest_ShouldHandleParameterizedTests()
147 void paratest_ShouldHandleParameterizedTests2(int Num) in paratest_ShouldHandleParameterizedTests2()
158 void paratest_ShouldHandleParameterizedTestsThatFail(int Num) in paratest_ShouldHandleParameterizedTestsThatFail()
/third_party/unity/test/testdata/
DtestRunnerGenerator.c148 void paratest_ShouldHandleParameterizedTests(int Num) in paratest_ShouldHandleParameterizedTests()
154 void paratest_ShouldHandleParameterizedTests2(int Num) in paratest_ShouldHandleParameterizedTests2()
165 void paratest_ShouldHandleParameterizedTestsThatFail(int Num) in paratest_ShouldHandleParameterizedTestsThatFail()
DtestRunnerGeneratorWithMocks.c146 void paratest_ShouldHandleParameterizedTests(int Num) in paratest_ShouldHandleParameterizedTests()
152 void paratest_ShouldHandleParameterizedTests2(int Num) in paratest_ShouldHandleParameterizedTests2()
163 void paratest_ShouldHandleParameterizedTestsThatFail(int Num) in paratest_ShouldHandleParameterizedTestsThatFail()
/third_party/json/test/thirdparty/Fuzzer/test/
DCounterTest.cpp9 int Num = 0; in LLVMFuzzerTestOneInput() local
/third_party/grpc/src/ruby/bin/
Dmath_pb.rb32 Num = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("math.Num").msgclass constant
/third_party/grpc/src/php/tests/generated_code/Math/
DNum.php14 class Num extends \Google\Protobuf\Internal\Message class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DStringExtras.h199 inline bool to_float(const Twine &T, N &Num, N (*StrTo)(const char *, char **)) { in to_float()
211 inline bool to_float(const Twine &T, float &Num) { in to_float()
215 inline bool to_float(const Twine &T, double &Num) { in to_float()
219 inline bool to_float(const Twine &T, long double &Num) { in to_float()
DDenseMap.h458 void setNumEntries(unsigned Num) { in setNumEntries()
474 void setNumTombstones(unsigned Num) { in setNumTombstones()
814 void setNumEntries(unsigned Num) { in setNumEntries()
822 void setNumTombstones(unsigned Num) { in setNumTombstones()
834 bool allocateBuckets(unsigned Num) { in allocateBuckets()
1087 void setNumEntries(unsigned Num) { in setNumEntries()
1097 void setNumTombstones(unsigned Num) { in setNumTombstones()
1148 LargeRep allocateBuckets(unsigned Num) { in allocateBuckets()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSplitKit.h68 unsigned Num = MBB.getNumber(); in getLastInsertPoint() local
233 SlotIndex getLastSplitPoint(unsigned Num) { in getLastSplitPoint()
241 SlotIndex getFirstSplitPoint(unsigned Num) { in getFirstSplitPoint()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DDenseMap.h402 void setNumEntries(unsigned Num) { in setNumEntries()
414 void setNumTombstones(unsigned Num) { in setNumTombstones()
703 void setNumEntries(unsigned Num) { in setNumEntries()
710 void setNumTombstones(unsigned Num) { in setNumTombstones()
722 bool allocateBuckets(unsigned Num) { in allocateBuckets()
970 void setNumEntries(unsigned Num) { in setNumEntries()
979 void setNumTombstones(unsigned Num) { in setNumTombstones()
1023 LargeRep allocateBuckets(unsigned Num) { in allocateBuckets()
/third_party/typescript/tests/cases/conformance/types/union/
DunionTypeWithIndexSignature.ts17 type Num = { '0': string } | { [n: number]: number } alias
/third_party/node/deps/npm/node_modules/genfun/lib/
Dutil.js11 const Num = Number constant
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.h109 unsigned addBytes(unsigned char *Ptr, int Num, int Bytes) { in addBytes()
123 unsigned addZeros(int Num) { in addZeros()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DGCMetadata.h67 int Num; ///< Usually a frame index. member
113 void addStackRoot(int Num, const Constant *Metadata) { in addStackRoot()
/third_party/grpc/src/proto/math/
Dmath.proto34 message Num { message
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryStreamWriter.h74 template <typename T> Error writeEnum(T Num) { in writeEnum()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGVN.cpp593 uint32_t Num = valueNumbering.lookup(V); in erase() local
1629 bool GVN::ValueTable::areAllValsInBB(uint32_t Num, const BasicBlock *BB, in areAllValsInBB()
1639 const BasicBlock *PhiBlock, uint32_t Num, in phiTranslate()
1651 bool GVN::ValueTable::areCallValsEqual(uint32_t Num, uint32_t NewNum, in areCallValsEqual()
1688 uint32_t Num, GVN &Gvn) { in phiTranslateImpl()
1740 void GVN::ValueTable::eraseTranslateCacheEntry(uint32_t Num, in eraseTranslateCacheEntry()
1937 uint32_t Num = VN.lookupOrAddCmp(Cmp->getOpcode(), NotPred, Op0, Op1); in propagateEquality() local
2007 unsigned Num = VN.lookupOrAdd(LI); in processInstruction() local
2071 unsigned Num = VN.lookupOrAdd(I); in processInstruction() local
2266 unsigned Num = VN.lookupOrAdd(Instr); in performScalarPREInsertion() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DBranchProbability.cpp68 static uint64_t scale(uint64_t Num, uint32_t N, uint32_t D) { in scale()

1234