Home
last modified time | relevance | path

Searched defs:false (Results 451 - 475 of 927) sorted by relevance

1...<<11121314151617181920>>...38

/test/xts/acts/multimedia/av_codec/audio_decoder/src/
H A Davcodec_audio_avbuffer_decoder_demo.cpp173 DEMO_CHECK_AND_RETURN_RET_LOG(InitFile(inputFile, outputFile), false, "Fatal: InitFile file failed"); in RunCase() local
178 DEMO_CHECK_AND_RETURN_RET_LOG(CreateDec() == AVCS_ERR_OK, false, "Fatal: CreateDec fail"); in RunCase() local
230 DEMO_CHECK_AND_RETURN_RET_LOG(Configure(trackFormat) == AVCS_ERR_OK, false, "Fatal: Configure fail"); in RunCase() local
235 DEMO_CHECK_AND_RETURN_RET_LOG(Configure(format) == AVCS_ERR_OK, false, "Fatal: Configure fail"); in RunCase() local
238 DEMO_CHECK_AND_RETURN_RET_LOG(Start() == AVCS_ERR_OK, false, "Fatal: Start fail"); in RunCase() local
249 DEMO_CHECK_AND_RETURN_RET_LOG(Stop() == AVCS_ERR_OK, false, "Fata in RunCase() local
250 DEMO_CHECK_AND_RETURN_RET_LOG(Release() == AVCS_ERR_OK, false, "Fatal: Release fail"); RunCase() local
[all...]
/third_party/glslang/gtests/
H A DTestFixture.h212 compileAndLink( const std::string& shaderName, const std::string& code, const std::string& entryPointName, EShMessages controls, glslang::EShTargetClientVersion clientTargetVersion, glslang::EShTargetLanguageVersion targetLanguageVersion, bool flattenUniformArrays = false, EShTextureSamplerTransformMode texSampTransMode = EShTexSampTransKeep, bool enableOptimizer = false, bool enableDebug = false, bool enableNonSemanticShaderDebugInfo = false, bool automap = true) compileAndLink() argument
460 loadFileCompileAndCheck(const std::string& testDir, const std::string& testName, Source source, Semantics semantics, glslang::EShTargetClientVersion clientTargetVersion, glslang::EShTargetLanguageVersion targetLanguageVersion, Target target, bool automap = true, const std::string& entryPointName=�, const std::string& baseDir=�, const bool enableOptimizer = false, const bool enableDebug = false, const bool enableNonSemanticShaderDebugInfo = false) loadFileCompileAndCheck() argument
[all...]
/third_party/gn/src/gn/
H A Ddesc_builder.cc143 ValuePtr RenderValue(const std::string& s, bool optional = false) { in RenderValue() argument
[all...]
/third_party/glslang/SPIRV/
H A Ddoc.h173 void push(OperandClass oc, const char* d, bool opt = false) in push() argument
203 void set(int ceil, const char* (*name)(int), EnumParameters* ep, bool mask = false) in set() argument
H A DSPVRemapper.cpp1184 std::vector<bool> isType(bound(), false); dceTypes() local
[all...]
/third_party/icu/icu4c/source/common/
H A Dfilteredbrk.cpp658 FB_TRACE(u_errorName(status),&ustrs[i],false,i); build() local
662 FB_TRACE(u_errorName(status),&ustrs[i],false,i); build() local
671 FB_TRACE(u_errorName(status), &ustrs[i], false, i); build() local
690 FB_TRACE(u_errorName(status),NULL,false, -1); build() local
698 FB_TRACE(u_errorName(status),NULL,false, -1); build() local
[all...]
/third_party/libsnd/src/ALAC/
H A Dalac_encoder.c49 false = 0, enumerator
/third_party/json/include/nlohmann/detail/input/
H A Dbinary_reader.hpp2232 get_ubjson_size_type(std::pair<std::size_t, char_int_type>& result, bool inside_ndarray = false) get_ubjson_size_type() argument
[all...]
/third_party/json/include/nlohmann/
H A Djson.hpp1242 assert_invariant(false); variable
1259 dump(const int indent = -1, const char indent_char = �, const bool ensure_ascii = false, const error_handler_t error_handler = error_handler_t::strict) const dump() argument
3400 update(const_reference j, bool merge_objects = false) update() argument
3407 update(const_iterator first, const_iterator last, bool merge_objects = false) update() argument
[all...]
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-promise-object.c418 false); in ecma_call_builtin_executor() local
423 false); in ecma_call_builtin_executor() local
[all...]
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri_screen.c49 #undef false macro
56 #define false 0 macro
/third_party/node/src/
H A Dnode_i18n.cc781 GetColumnWidth(UChar32 codepoint, bool ambiguous_as_full_width = false) GetColumnWidth() argument
/third_party/node/test/cctest/
H A Dtest_inspector_socket_server.cc98 void Connect(const std::string& host, int port, bool v6 = false) { in Connect() argument
[all...]
/third_party/node/tools/inspector_protocol/encoding/
H A Dencoding_test.cc1509 CHECK(false); variable
/third_party/node/deps/icu-small/source/common/
H A Dfilteredbrk.cpp658 FB_TRACE(u_errorName(status),&ustrs[i],false,i); build() local
662 FB_TRACE(u_errorName(status),&ustrs[i],false,i); build() local
671 FB_TRACE(u_errorName(status), &ustrs[i], false, i); build() local
690 FB_TRACE(u_errorName(status),nullptr,false, -1); build() local
698 FB_TRACE(u_errorName(status),nullptr,false, -1); build() local
[all...]
/third_party/icu/icu4c/source/tools/tzcode/
H A Dicuzdump.cpp214 ZoneIterator(UBool bAll = false) { in ZoneIterator() argument
/third_party/libphonenumber/cpp/test/phonenumbers/
H A Dphonenumberutil_test.cc2830 phone_util_.GetNddPrefixForRegion(RegionCode::US(), false, &ndd_prefix); TEST_F() local
2836 phone_util_.GetNddPrefixForRegion(RegionCode::BS(), false, &ndd_prefix); TEST_F() local
2840 phone_util_.GetNddPrefixForRegion(RegionCode::NZ(), false, &ndd_prefix); TEST_F() local
2845 phone_util_.GetNddPrefixForRegion(RegionCode::AO(), false, &ndd_prefix); TEST_F() local
2854 phone_util_.GetNddPrefixForRegion(RegionCode::GetUnknown(), false, TEST_F() local
2859 phone_util_.GetNddPrefixForRegion(RegionCode::UN001(), false, &ndd_prefix); TEST_F() local
2864 phone_util_.GetNddPrefixForRegion(RegionCode::CS(), false, &ndd_prefix); TEST_F() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dverifier.cc2004 BoolVector marked(static_cast<int>(count), false, zone); in Run() local
/third_party/node/deps/v8/src/heap/
H A Dfactory.h200 InternalizeString(base::Vector<const char> str, bool convert_encoding = false) InternalizeString() argument
/third_party/node/deps/v8/src/inspector/
H A Dv8-heap-profiler-agent-impl.cc129 DCHECK(false); variable
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-register-optimizer.cc303 reg_info->MoveToNewEquivalenceSet(NextEquivalenceId(), false); Flush() local
[all...]
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_cs.c411 false, false); in emit_compute_job() local
/third_party/pulseaudio/src/modules/macosx/
H A Dmodule-coreaudio-device.c57 PA_MODULE_LOAD_ONCE(false); variable
/third_party/pulseaudio/src/modules/
H A Dmodule-solaris.c86 PA_MODULE_LOAD_ONCE(false); variable
/third_party/pulseaudio/src/modules/oss/
H A Dmodule-oss.c78 PA_MODULE_LOAD_ONCE(false); variable
[all...]

Completed in 35 milliseconds

1...<<11121314151617181920>>...38