Home
last modified time | relevance | path

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

12345678910

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/jsDeclarationsFunctionClassesCjsExportAssignment/
Dcontext.js52 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/
Dmath_helper.h38 static double Asinh(double input) in Asinh()
49 static inline double Atanh(double input) in Atanh()
/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/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/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/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/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/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.cpp648 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/
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/ecmascript/compiler/base/
Ddepend_chain_helper.cpp64 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/
Dfile2.js48 function testFn(input) { argument
/arkcompiler/toolchain/websocket/
Ddefine.h41 std::vector<std::string> ProtocolSplit(const std::string& str, const std::string& input) in ProtocolSplit()
/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/ets_runtime/test/fuzztest/arraybufferrefnewwithtwoparameters_fuzzer/
Darraybufferrefnewwithtwoparameters_fuzzer.cpp32 int32_t input; in ArrayBufferRefNewWithTwoParametersFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/daterefnew_fuzzer/
Ddaterefnew_fuzzer.cpp34 double input = 0; in DateRefNewFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/newbigintbyuint64_fuzzer/
Dnewbigintbyuint64_fuzzer.cpp33 uint64_t input = 0; in NewBigIntByUint64FuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/notifyapplicationstate_fuzzer/
Dnotifyapplicationstate_fuzzer.cpp39 int input = 0; in NotifyApplicationStateFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/numberrefnewint64_fuzzer/
Dnumberrefnewint64_fuzzer.cpp34 int64_t input = 0; in NumberRefNewInt64FuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/numberrefnewint32_fuzzer/
Dnumberrefnewint32_fuzzer.cpp34 int32_t input = 0; in NumberRefNewInt32FuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/numberrefnewuint32_fuzzer/
Dnumberrefnewuint32_fuzzer.cpp31 uint32_t input = 0; in NumberRefNewUint32FuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/numberrefnewdouble_fuzzer/
Dnumberrefnewdouble_fuzzer.cpp35 double input = 0; in NumberRefNewDoubleFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/bigint64arrayrefnew_fuzzer/
Dbigint64arrayrefnew_fuzzer.cpp32 int32_t input; in BigInt64ArrayRefNewFuzzTest() local

12345678910