/arkcompiler/ets_runtime/test/typeinfer/automatedcases/jsDeclarationsFunctionClassesCjsExportAssignment/ |
D | context.js | 52 function Context(input) { argument 76 AssertType({ /** * @param {Input} input * @param {HookHandler=} handle * @returns {S… argument 77 AssertType(Context.prototype = { /** * @param {Input} input * @param {HookHandler=} hand… argument
|
/arkcompiler/ets_runtime/ecmascript/base/ |
D | math_helper.h | 38 static double Asinh(double input) in Asinh() 49 static inline double Atanh(double input) in Atanh()
|
/arkcompiler/ets_frontend/ts2panda/ts2abc/tests/ |
D | stringarr_test.cpp | 38 std::string input = "Hello 000World"; variable 46 std::string input = "Hello\\UD834World"; variable
|
/arkcompiler/runtime_core/libpandabase/tests/ |
D | mutex_test.cpp | 40 static void *TestThread1(void *input) in TestThread1() 51 static void *TestThread2(void *input) in TestThread2() 61 static void *TestThread3(void *input) in TestThread3() 79 static void *TestThread4(void *input) in TestThread4() 91 static void *TestThread5(void *input) in TestThread5()
|
/arkcompiler/runtime_core/bytecode_optimizer/ |
D | reg_acc_alloc.cpp | 59 compiler::Inst *input = inst->GetInput(AccReadIndex(inst)).GetInst(); in IsAccWriteBetween() local 118 for (auto input : user->GetInputs()) { in CanUserReadAcc() local 150 for (auto input : phi->GetInputs()) { in IsPhiAccReady() local 269 compiler::Inst *input = inst->GetInput(AccReadIndex(inst)).GetInst(); in RunImpl() local
|
/arkcompiler/ets_runtime/test/fuzztest/containersdequecommon_fuzzer/ |
D | containersdequecommon_fuzzer.h | 125 uint32_t input = 0; in ContainersDequeForEachFuzzTest() local 178 unsigned int input = 0; in ContainersDequeGetFirstFuzzTest() local 214 unsigned int input = 0; in ContainersDequeGetLastFuzzTest() local 250 unsigned int input = 0; in ContainersDequeInsertEndFuzzTest() local 281 unsigned int input = 0; in ContainersDequeHasFuzzTest() local 319 unsigned int input = 0; in ContainersDequePopFirstFuzzTest() local 355 unsigned int input = 0; in ContainersDequePopLastFuzzTest() local 386 uint32_t input = 0; in ContainersDequeIteratorFuzzTest() local
|
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
D | inst_builder-inl.h | 49 auto input = GetDefinitionAcc(); in BuildCastToAnyString() local 66 auto input = GetDefinitionAcc(); in BuildCastToAnyNumber() local
|
/arkcompiler/ets_frontend/ts2panda/ts2abc/ |
D | main.cpp | 26 std::string input; in Preprocess() local 55 std::string input = options.GetTailArg1(); in HandleNpmEntries() local
|
/arkcompiler/ets_runtime/ecmascript/regexp/tests/ |
D | regexp_test.cpp | 648 CString input("abc"); in HWTEST_F_L0() local 670 CString input("cabd"); in HWTEST_F_L0() local 701 CString input("aabaac"); in HWTEST_F_L0() local 725 CString input("aabaac"); in HWTEST_F_L0() local 747 CString input("b"); in HWTEST_F_L0() local 769 CString input("zaacbbbcac"); in HWTEST_F_L0() local 800 CString input("ab\nabc"); in HWTEST_F_L0() local 822 CString input("ab\nabc"); in HWTEST_F_L0() local 844 CString input("erv"); in HWTEST_F_L0() local 866 CString input("bad good"); in HWTEST_F_L0() local [all …]
|
/arkcompiler/toolchain/tooling/base/ |
D | pt_base64.cpp | 44 std::pair<std::size_t, bool> PtBase64::Decode(void *output, const char *input, std::size_t len) in Decode() 91 size_t PtBase64::Encode(char *output, const void *input, std::size_t len) in Encode()
|
/arkcompiler/ets_frontend/merge_abc/src/ |
D | protobufSnapshotGenerator.cpp | 42 std::fstream input = panda::es2panda::util::Helpers::FileStream<std::fstream>( in GenerateProgram() local 60 std::fstream input = panda::es2panda::util::Helpers::FileStream<std::fstream>( in GetCacheContext() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/base/ |
D | depend_chain_helper.cpp | 64 uint32_t DependChains::FoundIndexCheckedForLength(RangeGuard* rangeGuard, GateRef input) in FoundIndexCheckedForLength() 75 uint32_t DependChains::FoundIndexCheckedForIndex(RangeGuard* rangeGuard, GateRef input) in FoundIndexCheckedForIndex()
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/jsDeclarationsImportAliasExposedWithinNamespaceCjs/ |
D | file2.js | 48 function testFn(input) { argument
|
/arkcompiler/toolchain/websocket/ |
D | define.h | 41 std::vector<std::string> ProtocolSplit(const std::string& str, const std::string& input) in ProtocolSplit()
|
/arkcompiler/ets_runtime/test/fuzztest/booleanrefnewbool_fuzzer/ |
D | booleanrefnewbool_fuzzer.cpp | 32 bool input = true; in BooleanRefNewBoolFuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/newbigintbyint64_fuzzer/ |
D | newbigintbyint64_fuzzer.cpp | 33 int64_t input = 0; in NewBigIntByInt64FuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/arraybufferrefnewwithtwoparameters_fuzzer/ |
D | arraybufferrefnewwithtwoparameters_fuzzer.cpp | 32 int32_t input; in ArrayBufferRefNewWithTwoParametersFuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/daterefnew_fuzzer/ |
D | daterefnew_fuzzer.cpp | 34 double input = 0; in DateRefNewFuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/newbigintbyuint64_fuzzer/ |
D | newbigintbyuint64_fuzzer.cpp | 33 uint64_t input = 0; in NewBigIntByUint64FuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/notifyapplicationstate_fuzzer/ |
D | notifyapplicationstate_fuzzer.cpp | 39 int input = 0; in NotifyApplicationStateFuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/numberrefnewint64_fuzzer/ |
D | numberrefnewint64_fuzzer.cpp | 34 int64_t input = 0; in NumberRefNewInt64FuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/numberrefnewint32_fuzzer/ |
D | numberrefnewint32_fuzzer.cpp | 34 int32_t input = 0; in NumberRefNewInt32FuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/numberrefnewuint32_fuzzer/ |
D | numberrefnewuint32_fuzzer.cpp | 31 uint32_t input = 0; in NumberRefNewUint32FuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/numberrefnewdouble_fuzzer/ |
D | numberrefnewdouble_fuzzer.cpp | 35 double input = 0; in NumberRefNewDoubleFuzzTest() local
|
/arkcompiler/ets_runtime/test/fuzztest/bigint64arrayrefnew_fuzzer/ |
D | bigint64arrayrefnew_fuzzer.cpp | 32 int32_t input; in BigInt64ArrayRefNewFuzzTest() local
|