Home
last modified time | relevance | path

Searched defs:false (Results 201 - 225 of 1584) sorted by relevance

12345678910>>...64

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Daggressive_dead_code_elim_pass.h47 AggressiveDCEPass(bool preserve_interface = false) in AggressiveDCEPass() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMachineLocation.h36 explicit MachineLocation(unsigned R, bool Indirect = false) in MachineLocation() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp92 false); in dlltoolDriverMain() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSparseBitVector.h396 SparseBitVectorIterator(const SparseBitVector<ElementSize> *RHS, bool end = false) SparseBitVectorIterator() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/Utils/
H A DLocal.h29 EmitGEPOffset(IRBuilderTy *Builder, const DataLayout &DL, User *GEP, bool NoAssumptions = false) EmitGEPOffset() argument
/third_party/skia/gm/
H A Dwindowrectangles.cpp87 SkClipOp::kDifference, false); in onDraw() local
H A Dfpcoordinateoverride.cpp45 SkASSERT(false); variable
52 SkASSERT(false); variable
/third_party/spirv-tools/source/opt/
H A Daggressive_dead_code_elim_pass.h47 AggressiveDCEPass(bool preserve_interface = false, in AggressiveDCEPass() argument
/third_party/vulkan-loader/tests/framework/
H A Dtest_util.h122 initial_value = get_env_var(name, false); member
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_api_tree_map_iterator_test.cpp35 TestKeyValueCommon(std::vector<JSMutableHandle<JSTaggedValue>> &keyValue, std::vector<std::string> &mapKeyValue, uint32_t len, bool valueNext = false) TestKeyValueCommon() argument
H A Djs_api_stack_test.cpp44 SearchAndEmptyCommon(JSMutableHandle<JSTaggedValue>& value, std::string& myValue, uint32_t len, bool search = false) SearchAndEmptyCommon() argument
H A Djs_finalization_registry_test.cpp145 static void RegisterUnRegisterTestCommon(JSThread *thread, bool testUnRegister = false, bool addFinReg = false) in RegisterUnRegisterTestCommon() argument
190 static void RegisterUnRegisterTestCommonTwoTarget(JSThread *thread, bool testUnRegister = false) in RegisterUnRegisterTestCommonTwoTarget() argument
[all...]
H A Dglobal_dictionary_test.cpp41 EXPECT_EQ(GlobalDictionary::IsMatch(globalKey.GetTaggedValue(), JSTaggedValue::Undefined()), false); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/mem/
H A Didle_gc_trigger.h41 explicit IdleGCTrigger(Heap *heap, SharedHeap *sHeap, JSThread *thread, bool logEnable = false) in IdleGCTrigger() argument
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Dinsert_safepoints.cpp41 static void InsertInlinedPoll(Function *poll, Instruction *point, bool afterPoint = false) in InsertInlinedPoll() argument
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/optimizations/interop_js/
H A Dinterop_intrinsic_optimization.h32 explicit InteropIntrinsicOptimization(Graph *graph, bool trySingleScope = false) in InteropIntrinsicOptimization() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dpeepholes.h120 void SetIsApplied(Inst *inst, bool altFormat = false, const char *file = nullptr, int line = 0) in SetIsApplied() argument
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/proxies/mem/proxy_reference_storage_1/
H A Dtest_proxy_reference_storage_1.cpp109 ASSERT_EQ(CheckAlive((void *)(uintptr_t(ref) + 1U)), false); in TEST_F() local
110 ASSERT_EQ(CheckAlive((void *)(uintptr_t(ref) + 2U)), false); in TEST_F() local
111 ASSERT_EQ(CheckAlive((void *)(uintptr_t(ref) + 3U)), false); in TEST_F() local
112 ASSERT_EQ(CheckAlive((void *)(uintptr_t(ref) + 4U)), false); in TEST_F() local
113 ASSERT_EQ(CheckAlive((void *)(uintptr_t(ref) + 5U)), false); in TEST_F() local
114 ASSERT_EQ(CheckAlive((void *)(uintptr_t(ref) + 6U)), false); in TEST_F() local
115 ASSERT_EQ(CheckAlive((void *)(uintptr_t(ref) + 7U)), false); in TEST_F() local
118 ASSERT_EQ(CheckAlive((void *)(uintptr_t(ref) + sizeof(SharedReference))), false); in TEST_F() local
121 ASSERT_EQ(CheckAlive((void *)(uintptr_t(ref) + 16U * 4096U)), false); in TEST_F() local
143 ASSERT_EQ(CheckAlive((void *)ref1), false); TEST_F() local
154 ASSERT_EQ(CheckAlive((void *)ref), false); TEST_F() local
155 ASSERT_EQ(CheckAlive((void *)ref2), false); TEST_F() local
156 ASSERT_EQ(CheckAlive((void *)ref4), false); TEST_F() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dtest_utils.h55 static coretypes::Array *AllocArray(size_t length, ClassRoot classRoot, bool nonmovable, bool pinned = false) in AllocArray() argument
67 static coretypes::String *AllocString(size_t length, bool pinned = false) in AllocString() argument
/arkcompiler/runtime_core/static_core/runtime/tooling/
H A Ddefault_inspector_extension.cpp140 handler(std::to_string(index), GetArrayElementValueStatic(array, offset, type), false, false); in EnumerateProperties() local
146 false); in EnumerateProperties() local
151 false); in EnumerateProperties() local
203 handler(std::to_string(i), TypedValue::Tagged(arrayElement), false, false); in EnumerateProperties() local
213 handler(std::to_string(i), TypedValue::Tagged(taggedValue), false, fals in EnumerateProperties() local
226 handler(std::to_string(i), TypedValue::Tagged(taggedValue), false, false); EnumerateProperties() local
[all...]
/arkcompiler/ets_frontend/ets2panda/parser/
H A DTypedParser.h113 ParseIndexSignature([[maybe_unused]] const lexer::SourcePosition &startLoc, [[maybe_unused]] bool isReadonly = false) ParseIndexSignature() argument
/arkcompiler/ets_frontend/ets2panda/lexer/token/
H A Dnumber.h128 ASSERT(false); in GetLong() variable
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsIndexSignature.h36 explicit TSIndexSignature(Expression *param, Expression *typeAnnotation, bool readonly, bool isStatic = false) in TSIndexSignature() argument
H A DtsTypeParameter.h36 TSTypeParameter(Identifier *name, Expression *constraint, Expression *defaultType, bool isTypeIn = false, bool isTypeOut = false) TSTypeParameter() argument
/arkcompiler/ets_runtime/ecmascript/jobs/tests/
H A Dmicro_job_queue_test.cpp116 EXPECT_EQ(JSTaggedValue::SameValue(promiseQueue.GetTaggedValue(), originalPromiseQueue.GetTaggedValue()), false); in HWTEST_F_L0() local
156 EXPECT_EQ(JSTaggedValue::SameValue(scriptQueue.GetTaggedValue(), originalScriptQueue.GetTaggedValue()), false); in HWTEST_F_L0() local

Completed in 12 milliseconds

12345678910>>...64