Home
last modified time | relevance | path

Searched defs:condition (Results 251 - 275 of 517) sorted by relevance

1...<<1112131415161718192021

/third_party/gn/src/gn/
H A Dparser.cc754 std::unique_ptr<ConditionNode> condition = std::make_unique<ConditionNode>(); in ParseCondition() local
[all...]
H A Dparse_tree.h345 const ParseNode* condition() const { return condition_.get(); } in condition() function in ConditionNode
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/
H A DTestFmwk.java548 protected static boolean assertTrue(String message, boolean condition) { in assertTrue() argument
552 protected static boolean assertFalse(String message, boolean condition) { in assertFalse() argument
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
H A DTestFmwk.java523 protected static boolean assertTrue(String message, boolean condition) { in assertTrue() argument
527 protected static boolean assertFalse(String message, boolean condition) { in assertFalse() argument
/third_party/jerryscript/jerry-main/
H A Dmain-unix.c403 check_usage (bool condition, /**< the condition that must hold */ in check_usage() argument
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_goto_ifs.c161 set_path_vars_cond(nir_builder *b, struct path_fork *fork, nir_src condition, in set_path_vars_cond() argument
237 route_to_cond(nir_builder *b, struct routes *routing, nir_src condition, in route_to_cond() argument
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dir_builder.cpp607 if_tree(operand condition, in if_tree() argument
620 if_tree(operand condition, in if_tree() argument
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_query.c1230 svga_render_condition(struct pipe_context *pipe, struct pipe_query *q, bool condition, enum pipe_render_cond_flag mode) svga_render_condition() argument
/third_party/icu/icu4c/source/test/cintltst/
H A Dcintltst.c714 U_CFUNC UBool assertTrue(const char* msg, int /*not UBool*/ condition) { in assertTrue() argument
/third_party/node/deps/v8/src/compiler/
H A Dtyped-optimization.cc630 Node* const condition = NodeProperties::GetValueInput(node, 0); in ReduceSelect() local
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_query.c822 iris_render_condition(struct pipe_context *ctx, struct pipe_query *query, bool condition, enum pipe_render_cond_flag mode) iris_render_condition() argument
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_blitter.h567 util_blitter_save_render_condition(struct blitter_context *blitter, struct pipe_query *query, bool condition, enum pipe_render_cond_flag mode) util_blitter_save_render_condition() argument
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_disasm.c143 print_condition(uint8_t condition) in print_condition() argument
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_query.c908 crocus_render_condition(struct pipe_context *ctx, struct pipe_query *query, bool condition, enum pipe_render_cond_flag mode) crocus_render_condition() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcGLSLVectorConstructorTests.cpp380 const auto condition = testConditions.find(params.outputType); in replacePlaceholders() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSetupRoutine.cpp636 void SetupRoutine::conditionalRotate1(Bool condition, Pointer<Byte> &v0, Pointer<Byte> &v1, Pointer<Byte> &v2) in conditionalRotate1() argument
656 void SetupRoutine::conditionalRotate2(Bool condition, Pointer<Byte> &v0, Pointer<Byte> &v1, Pointer<Byte> &v2) in conditionalRotate2() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DSetupRoutine.cpp628 void SetupRoutine::conditionalRotate1(Bool condition, Pointer<Byte> &v0, Pointer<Byte> &v1, Pointer<Byte> &v2) in conditionalRotate1() argument
648 void SetupRoutine::conditionalRotate2(Bool condition, Pointer<Byte> &v0, Pointer<Byte> &v1, Pointer<Byte> &v2) in conditionalRotate2() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dloop_peeling.cpp394 BasicBlock* LoopPeeling::ProtectLoop(Loop* loop, Instruction* condition, in ProtectLoop() argument
820 Instruction* condition = GetPeelingInfo() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_peeling.cpp394 BasicBlock* LoopPeeling::ProtectLoop(Loop* loop, Instruction* condition, in ProtectLoop() argument
820 Instruction* condition = GetPeelingInfo() local
[all...]
/third_party/spirv-tools/source/opt/
H A Dloop_peeling.cpp395 BasicBlock* LoopPeeling::ProtectLoop(Loop* loop, Instruction* condition, in ProtectLoop() argument
821 Instruction* condition = GetPeelingInfo() local
[all...]
H A Dtrim_capabilities_pass.cpp57 static void DFSWhile(const Instruction* instruction, UnaryPredicate condition) { in DFSWhile() argument
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pShaderControlStatementTests.cpp239 string condition; in init() local
246 op << " if (" << condition << ")\n"; in init() local
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pShaderControlStatementTests.cpp235 string condition; in init() local
242 op << " if (" << condition << ")\n"; in init() local
/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability.cpp1265 auto condition = info->subProp.mode == "upper" ? Condition::LOWER : Condition::UPPER; in SwitchMode() local
1297 auto condition = info->subProp.language == "chinese" ? Condition::ENGLISH : Condition::CHINESE; in SwitchLanguage() local
H A Dime_info_inquirer.cpp886 FindTargetSubtypeByCondition(const std::vector<SubProperty> &subProps, const Condition &condition) FindTargetSubtypeByCondition() argument

Completed in 42 milliseconds

1...<<1112131415161718192021