Home
last modified time | relevance | path

Searched defs:input (Results 1 – 25 of 313) sorted by relevance

12345678910>>...13

/arkcompiler/ets_runtime/test/fuzztest/daterefnew_fuzzer/
Ddaterefnew_fuzzer.cpp35 double input = 0; in DateRefNewFuzzTest() local
59 double input = 0; in DateRefGetTimeFuzzTest() local
84 double input = 0; in DateRefToStringFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/base/
Dmath_helper.h38 static double Asinh(double input) in Asinh()
49 static inline double Atanh(double input) in Atanh()
/arkcompiler/runtime_core/libpandabase/tests/
Dmutex_test.cpp40 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/ets_frontend/ts2panda/ts2abc/tests/
Dstringarr_test.cpp38 std::string input = "Hello 000World"; variable
46 std::string input = "Hello\\UD834World"; variable
/arkcompiler/runtime_core/bytecode_optimizer/
Dreg_acc_alloc.cpp59 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/runtime_core/static_core/bytecode_optimizer/
Dreg_acc_alloc.cpp62 compiler::Inst *input = inst->GetInput(AccReadIndex(inst)).GetInst(); in IsAccWriteBetween() local
131 for (auto input : user->GetInputs()) { in CanUserReadAcc() local
145 for (auto &input : user->GetInputs()) { in CanUserReadAcc() local
178 for (auto input : phi->GetInputs()) { in IsPhiAccReady() local
330 compiler::Inst *input = inst->GetInput(AccReadIndex(inst)).GetInst(); in RunImpl() local
/arkcompiler/ets_runtime/test/fuzztest/containersdequecommon_fuzzer/
Dcontainersdequecommon_fuzzer.h125 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/ets_runtime/test/fuzztest/jsvaluereftobigint_fuzzer/
Djsvaluereftobigint_fuzzer.cpp33 char *input = new char[size](); in JSValueRefToBigIntFuzztest() local
54 char *input = new char[size](); in JSValueRefTypeofFuzztest() local
/arkcompiler/ets_runtime/test/fuzztest/arraybufferrefnewwithtwoparameters_fuzzer/
Darraybufferrefnewwithtwoparameters_fuzzer.cpp32 int32_t input; in ArrayBufferRefNewWithTwoParametersFuzzTest() local
52 int32_t input; in ArrayBufferRef_New_IsDetach_Detach_ByteLength_GetBuffer_FuzzTest() local
/arkcompiler/runtime_core/static_core/plugins/ets/arkts_header/
Darkts_header.cpp35 bool ProcessArgs(panda::PandArgParser &paParser, const panda::PandArg<std::string> &input, in ProcessArgs()
62 panda::PandArg<std::string> input("INPUT", "", "Input binary file"); in main() local
/arkcompiler/runtime_core/static_core/quickener/
Dquick.cpp32 bool ProcessArgs(panda::PandArgParser &pa_parser, const panda::PandArg<std::string> &input, in ProcessArgs()
51 panda::PandArg<std::string> input("INPUT", "", "Path to the input binary file"); in main() local
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h49 auto input = GetDefinitionAcc(); in BuildCastToAnyString() local
66 auto input = GetDefinitionAcc(); in BuildCastToAnyNumber() local
/arkcompiler/ets_frontend/ets2panda/aot/
Dmain.cpp54 static int CompileFromSource(es2panda::Compiler &compiler, es2panda::SourceFile &input, util::Optio… in CompileFromSource()
95 es2panda::SourceFile input(src, parserInput, options->ParseModule()); in CompileFromConfig() local
155 es2panda::SourceFile input(sourceFile, parserInput, options->ParseModule()); in Run() local
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefisbig64array_fuzzer/
Djsvaluerefisbig64array_fuzzer.cpp35 int32_t input; in JSValueRefIsBigInt64ArrayFuzzTest() local
62 int32_t input; in JSValueRefIsBigUint64ArrayRefNewFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Drange_guard.h50 uint32_t FoundIndexCheckedForLength(DependChains* dependChain, GateRef input) const in FoundIndexCheckedForLength()
62 uint32_t FoundIndexCheckedForIndex(DependChains* dependChain, GateRef input) const in FoundIndexCheckedForIndex()
Dnumber_speculative_retype.cpp297 GateRef input = acc_.GetValueIn(gate, i); in VisitStringAdd() local
315 GateRef input = acc_.GetValueIn(gate, i); in GetOuputForPhi() local
356 GateRef input = acc_.GetValueIn(gate, i); in VisitPhi() local
568 auto input = CheckAndConvertToBool(value, valueType); in VisitIsTrueOrFalse() local
604 GateRef input = Circuit::NullGate(); in VisitBooleanJump() local
628 GateRef input = acc_.GetValueIn(gate, i); in VisitNumberRelated() local
657 GateRef input = acc_.GetValueIn(gate, i); in VisitCallBuiltins() local
682 GateRef input = acc_.GetValueIn(gate, i); in VisitOthers() local
700 GateRef input = acc_.GetValueIn(gate, i); in VisitWithConstantValue() local
1209 GateRef input = acc_.GetValueIn(gate, 0); in VisitTypeConvert() local
[all …]
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dmain.cpp26 std::string input; in Preprocess() local
55 std::string input = options.GetTailArg1(); in HandleNpmEntries() local
/arkcompiler/ets_runtime/ecmascript/regexp/tests/
Dregexp_test.cpp660 CString input("abc"); in HWTEST_F_L0() local
685 CString input("cabd"); in HWTEST_F_L0() local
722 CString input("aabaac"); in HWTEST_F_L0() local
750 CString input("aabaac"); in HWTEST_F_L0() local
775 CString input("b"); in HWTEST_F_L0() local
800 CString input("zaacbbbcac"); in HWTEST_F_L0() local
838 CString input("ab\nabc"); in HWTEST_F_L0() local
863 CString input("ab\nabc"); in HWTEST_F_L0() local
888 CString input("erv"); in HWTEST_F_L0() local
913 CString input("bad good"); in HWTEST_F_L0() local
[all …]
/arkcompiler/toolchain/tooling/base/
Dpt_base64.cpp44 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/
DprotobufSnapshotGenerator.cpp42 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/test/moduletest/arrayflat/
Darrayflat.js22 const input = [1, [2], [[3]]]; variable
/arkcompiler/ets_runtime/test/fuzztest/newbigintbyuint64_fuzzer/
Dnewbigintbyuint64_fuzzer.cpp33 uint64_t input = 0; in NewBigIntByUint64FuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/booleanrefnewbool_fuzzer/
Dbooleanrefnewbool_fuzzer.cpp32 bool input = true; in BooleanRefNewBoolFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/newbigintbyint64_fuzzer/
Dnewbigintbyint64_fuzzer.cpp33 int64_t input = 0; in NewBigIntByInt64FuzzTest() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_frontend/
Dtest_frontend_package.js34 exports.foo = function (input) { return input + 42; } argument

12345678910>>...13