Home
last modified time | relevance | path

Searched refs:has_result (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst/subparse/
Dsamiparse.c50 gboolean has_result; /* set when ready to push out result */ member
668 sctx->has_result = (sctx->resultbuf->len != 0) ? TRUE : FALSE; in handle_start_sync()
790 sctx->has_result = (sctx->resultbuf->len != 0) ? TRUE : FALSE; in handle_end_element()
872 context->has_result = FALSE; in sami_context_reset()
890 if (context->has_result) { in parse_sami()
901 context->has_result = FALSE; in parse_sami()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
DjsonToSpirv.h261 InstructionValue(EnumValue&& e, const std::string& printClass, bool has_type, bool has_result) in InstructionValue() argument
266 resultPresent(has_result), in InstructionValue()
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/
DjsonToSpirv.h261 InstructionValue(EnumValue&& e, const std::string& printClass, bool has_type, bool has_result) in InstructionValue() argument
266 resultPresent(has_result), in InstructionValue()
/third_party/spirv-headers/tools/buildHeaders/
DjsonToSpirv.h261 InstructionValue(EnumValue&& e, const std::string& printClass, bool has_type, bool has_result) in InstructionValue() argument
266 resultPresent(has_result), in InstructionValue()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-proxy-object.c221 ecma_value_t has_result = ecma_proxy_object_has (obj_p, prop_name_p); in ecma_proxy_object_find() local
223 if (ECMA_IS_VALUE_ERROR (has_result)) in ecma_proxy_object_find()
225 return has_result; in ecma_proxy_object_find()
228 if (ecma_is_value_false (has_result)) in ecma_proxy_object_find()
/third_party/skia/third_party/externals/angle2/src/tests/
Drun_perf_tests.py214 def has_result(self, test): member in Results
426 if not results.has_result(test):
/third_party/node/deps/v8/src/compiler/backend/arm/
Dinstruction-selector-arm.cc1927 bool has_result = (opcode != kArmCmp) && (opcode != kArmCmn) && in VisitWordCompare() local
1945 if (has_result) { in VisitWordCompare()