Home
last modified time | relevance | path

Searched defs:true (Results 551 - 575 of 906) sorted by relevance

1...<<21222324252627282930>>...37

/third_party/json/include/nlohmann/detail/input/
H A Dbinary_reader.hpp105 sax_parse(const input_format_t format, json_sax_t* sax_, const bool strict = true, const cbor_tag_handler_t tag_handler = cbor_tag_handler_t::error) sax_parse() argument
1830 parse_ubjson_internal(const bool get_char = true) parse_ubjson_internal() argument
1849 get_ubjson_string(string_t& result, const bool get_char = true) get_ubjson_string() argument
[all...]
/third_party/json/include/nlohmann/
H A Djson.hpp128 parser( InputAdapterType adapter, detail::parser_callback_t<basic_json>cb = nullptr, const bool allow_exceptions = true, const bool ignore_comments = false ) parser() argument
892 basic_json(initializer_list_t init, bool type_deduction = true, value_t manual_type = value_t::array) basic_json() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Duniset_props.cpp789 copyFrom(*UnicodeSet::fromUSet(set), true); applyIntPropertyValue() local
[all...]
H A Dudata.cpp764 UDataPathIterator iter(u_getDataDirectory(), inBasename, path, ".dat", true, pErrorCode); in openCommonData() local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dnfsubs.cpp1194 dl.appendDigit(static_cast<int8_t>(digit), 0, true); doParse() local
[all...]
/third_party/libphonenumber/cpp/test/phonenumbers/
H A Dphonenumberutil_test.cc2849 phone_util_.GetNddPrefixForRegion(RegionCode::AO(), true, &ndd_prefix); TEST_F() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dheap-refs.h221 ObjectRef(JSHeapBroker* broker, ObjectData* data, bool check_type = true) in ObjectRef() argument
H A Djs-heap-broker.h503 UnparkedScopeIfNeeded(JSHeapBroker* broker, bool extra_condition = true) UnparkedScopeIfNeeded() argument
/third_party/node/deps/v8/src/codegen/
H A Dmachine-type.h240 TypeForRepresentation(const MachineRepresentation& rep, bool isSigned = true) TypeForRepresentation() argument
/third_party/node/deps/v8/src/heap/
H A Dfactory.h750 Uint32ToString(uint32_t value, bool check_cache = true) Uint32ToString() argument
/third_party/node/deps/v8/src/inspector/
H A Dv8-profiler-agent-impl.cc542 m_profiler->StartProfiling(toV8String(m_isolate, title), true); in startProfiling() local
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-register-optimizer.cc297 equivalent->MoveToNewEquivalenceSet(NextEquivalenceId(), true); in Flush() local
422 reg_info->MoveToNewEquivalenceSet(NextEquivalenceId(), true); in PrepareOutputRegister() local
482 info->MoveToNewEquivalenceSet(NextEquivalenceId(), true); AllocateRegister() local
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-rygel-media-server.c50 PA_MODULE_LOAD_ONCE(true); variable
H A Dmodule-zeroconf-publish.c60 PA_MODULE_LOAD_ONCE(true); variable
H A Dmodule-device-restore.c58 PA_MODULE_LOAD_ONCE(true); variable
[all...]
H A Dmodule-filter-apply.c46 PA_MODULE_LOAD_ONCE(true); variable
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiVersionCheck.cpp333 Move<VkDevice> createTestDevice (const Context& context, VkInstance instance, vector<string> extensions = vector<string>(), bool allowLayers = true) in createTestDevice() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DDrawBaseVertexBaseInstanceTest.cpp228 setupProgram(GLProgram &program, bool isDrawArrays = true, bool isMultiDraw = false, bool isDivisorTest = false) setupProgram() argument
[all...]
/third_party/skia/src/gpu/geometry/
H A DGrPathUtils.cpp317 convert_noninflect_cubic_to_quads(const SkPoint p[4], SkScalar toleranceSqd, SkTArray<SkPoint, true>* quads, int sublevel = 0, bool preserveFirstTangent = true, bool preserveLastTangent = true) convert_noninflect_cubic_to_quads() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnfsubs.cpp1176 dl.appendDigit(static_cast<int8_t>(digit), 0, true); in doParse() local
/third_party/skia/tests/
H A DSkSLInterpreterTest.cpp81 test(skiatest::Reporter* r, const char* src, float* in, const float* expected, bool exactCompare = true) test() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h396 DWARFDie getUnitDIE(bool ExtractUnitDIEOnly = true) { in getUnitDIE() argument
403 DWARFDie getNonSkeletonUnitDIE(bool ExtractUnitDIEOnly = true) { in getNonSkeletonUnitDIE() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h450 void DisableLazyCompilation(bool Disabled = true) { in DisableLazyCompilation() argument
460 void DisableGVCompilation(bool Disabled = true) { in DisableGVCompilation() argument
470 void DisableSymbolSearching(bool Disabled = true) { in DisableSymbolSearching() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h284 LegacyCompileOnDemandLayer( ORCv1DeprecationAcknowledgement, ExecutionSession &ES, BaseLayerT &BaseLayer, SymbolResolverGetter GetSymbolResolver, SymbolResolverSetter SetSymbolResolver, PartitioningFtor Partition, CompileCallbackMgrT &CallbackMgr, IndirectStubsManagerBuilderT CreateIndirectStubsManager, bool CloneStubsIntoPartitions = true) LegacyCompileOnDemandLayer() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DOperator.h216 void setAllowReassoc(bool B = true) { in setAllowReassoc() argument
219 void setNoNaNs(bool B = true) { in setNoNaNs() argument
222 void setNoInfs(bool B = true) { in setNoInfs() argument
225 void setNoSignedZeros(bool B = true) { in setNoSignedZeros() argument
228 void setAllowReciprocal(bool B = true) { in setAllowReciprocal() argument
231 void setAllowContract(bool B = true) { in setAllowContract() argument
234 void setApproxFunc(bool B = true) { in setApproxFunc() argument
237 void setFast(bool B = true) { in setApproxFunc() argument
[all...]

Completed in 37 milliseconds

1...<<21222324252627282930>>...37