Home
last modified time | relevance | path

Searched defs:false (Results 151 - 175 of 1584) sorted by relevance

12345678910>>...64

/third_party/spirv-tools/test/fuzzers/
H A Dspvtools_fuzz_fuzzer.cpp75 std::move(fuzzer_context), message_consumer, donor_suppliers, false, in LLVMFuzzerTestOneInput() local
/third_party/spirv-tools/test/opt/
H A Damd_ext_to_khr.cpp29 GetTest(std::string op_code, std::string new_op_code, bool is_float = false) GetTest() argument
H A Dfreeze_spec_const_test.cpp45 JoinAllInsts(text), JoinAllInsts(expected), /* skip_nop = */ false); in TEST_P() local
/arkcompiler/ets_runtime/ecmascript/require/tests/
H A Djs_cjs_manager_test.cpp77 EXPECT_EQ(JSTaggedValue::SameValue(exportsVal, JSTaggedValue::Hole()), false); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/stackmap/llvm/
H A Dllvm_stackmap_parser.h50 LLVMStackMapParser(LLVMStackMapInfo &stackMapInfo, bool enableLog = false) in LLVMStackMapParser() argument
/arkcompiler/ets_runtime/ecmascript/
H A Djs_typed_array.h69 SetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &value, bool mayThrow = false) SetProperty() argument
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dlayout_info_test.cpp113 void GetAllKeysCommon(JSThread *thread, bool enumKeys = false) in GetAllKeysCommon() argument
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dgraph_checker.h44 GetGraph()->GetPassManager()->SetCheckMode(false); variable
/arkcompiler/runtime_core/static_core/plugins/ets/doc/
H A Dvalidate-recipes21 use constant false => 0; constant
/arkcompiler/runtime_core/static_core/runtime/coretypes/
H A Darray.cpp27 AllocateArray(ark::BaseClass *arrayClass, size_t elemSize, ArraySizeT length, ark::SpaceType spaceType, bool pinned = false, const PandaVM *vm = Thread::GetCurrent()->GetVM()) AllocateArray() argument
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dgc_log_test.cpp53 void SetupRuntime(const std::string &gcType, bool smallHeapAndYoungSpaces = false, in SetupRuntime() argument
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
H A DcallExpression.h44 CallExpression(Expression *const callee, ArenaVector<Expression *> &&arguments, TSTypeParameterInstantiation *const typeParams, bool const optional, bool const trailingComma = false) CallExpression() argument
/arkcompiler/ets_frontend/ets2panda/test/unit/
H A Dnode_creator.h52 ir::UpdateExpression *CreateIncrement(util::StringView name = "x", bool isPrefix = false) in CreateIncrement() argument
/base/print/print_fwk/test/unittest/extension_test/mock/
H A Dmock_runtime.h90 bool RunScript(const std::string& path, const std::string& hapPath, bool useCommonChunk = false) in RunScript() argument
99 napi_value LoadJsBundle(const std::string& path, const std::string& hapPath, bool useCommonChunk = false) in LoadJsBundle() argument
107 bool LoadScript(const std::string& path, std::vector<uint8_t>* buffer = nullptr, bool isBundle = false) in LoadScript() argument
199 bool RunScript(const std::string& path, const std::string& hapPath, bool useCommonChunk = false) in RunScript() argument
208 napi_value LoadJsBundle(const std::string& path, const std::string& hapPath, bool useCommonChunk = false) in LoadJsBundle() argument
216 bool LoadScript(const std::string& path, std::vector<uint8_t>* buffer = nullptr, bool isBundle = false) in LoadScript() argument
/base/telephony/sms_mms/services/mms/
H A Ddata_request.cpp66 mmsNetworkMgr->ReleaseNetwork(GetRequestId(), false); in ExecuteMms() local
71 mmsNetworkMgr->ReleaseNetwork(GetRequestId(), false); in ExecuteMms() local
/base/update/updateservice/foundations/ability/utils/include/
H A Djson_builder.h52 JsonBuilder &Append(const std::string &key, const std::string &value, const bool isJsonString = false) in Append() argument
/foundation/ability/ability_runtime/test/mock/system_ability_mock/
H A Dsystem_ability.h66 SystemAbility(bool runOnCreate = false) in SystemAbility() argument
71 SystemAbility(const int32_t serviceId, bool runOnCreate = false) in SystemAbility() argument
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/system_ability_mock/
H A Dsystem_ability.h66 SystemAbility(bool runOnCreate = false) in SystemAbility() argument
71 SystemAbility(const int32_t serviceId, bool runOnCreate = false) in SystemAbility() argument
/foundation/ability/ability_runtime/test/moduletest/mock/include/
H A Dsystem_ability.h66 explicit SystemAbility(bool runOnCreate = false) in SystemAbility() argument
71 SystemAbility(const int32_t serviceId, bool runOnCreate = false) in SystemAbility() argument
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dsystem_ability.h61 SystemAbility(bool runOnCreate = false) in SystemAbility() argument
66 SystemAbility(const int32_t serviceId, bool runOnCreate = false) in SystemAbility() argument
/foundation/ability/ability_runtime/test/mock/frameworks_kits_runtime_test/
H A Dmock_runtime.h88 bool RunScript(const std::string& path, const std::string& hapPath, bool useCommonChunk = false) in RunScript() argument
97 napi_value LoadJsBundle(const std::string& path, const std::string& hapPath, bool useCommonChunk = false) in LoadJsBundle() argument
105 bool LoadScript(const std::string& path, std::vector<uint8_t>* buffer = nullptr, bool isBundle = false) in LoadScript() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
H A Dsliding_panel_node.h31 SlidingPanelNode(const std::string& tag, int32_t nodeId, const RefPtr<Pattern>& pattern, bool isRoot = false) in SlidingPanelNode() argument
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dbezier_variable_velocity_motion.h101 void Reset(float offsetPct, bool reset_time = false) in Reset() argument
/foundation/arkui/ace_engine/component_ext/movingphoto/
H A Dmovingphoto_node.h31 MovingPhotoNode(const std::string& tag, int32_t nodeId, const RefPtr<Pattern>& pattern, bool isRoot = false) in MovingPhotoNode() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_navdestination_context.h35 JSNavPathInfo(const std::string& name, JSRef<JSVal> param, JSRef<JSVal> onPop, bool isEntry = false) in JSNavPathInfo() argument

Completed in 10 milliseconds

12345678910>>...64