/third_party/json/include/nlohmann/detail/input/ |
H A D | binary_reader.hpp | 105 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 D | json.hpp | 128 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 D | uniset_props.cpp | 789 copyFrom(*UnicodeSet::fromUSet(set), true); applyIntPropertyValue() local [all...] |
H A D | udata.cpp | 764 UDataPathIterator iter(u_getDataDirectory(), inBasename, path, ".dat", true, pErrorCode); in openCommonData() local [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | nfsubs.cpp | 1194 dl.appendDigit(static_cast<int8_t>(digit), 0, true); doParse() local [all...] |
/third_party/libphonenumber/cpp/test/phonenumbers/ |
H A D | phonenumberutil_test.cc | 2849 phone_util_.GetNddPrefixForRegion(RegionCode::AO(), true, &ndd_prefix); TEST_F() local [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | heap-refs.h | 221 ObjectRef(JSHeapBroker* broker, ObjectData* data, bool check_type = true) in ObjectRef() argument
|
H A D | js-heap-broker.h | 503 UnparkedScopeIfNeeded(JSHeapBroker* broker, bool extra_condition = true) UnparkedScopeIfNeeded() argument
|
/third_party/node/deps/v8/src/codegen/ |
H A D | machine-type.h | 240 TypeForRepresentation(const MachineRepresentation& rep, bool isSigned = true) TypeForRepresentation() argument
|
/third_party/node/deps/v8/src/heap/ |
H A D | factory.h | 750 Uint32ToString(uint32_t value, bool check_cache = true) Uint32ToString() argument
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-profiler-agent-impl.cc | 542 m_profiler->StartProfiling(toV8String(m_isolate, title), true); in startProfiling() local
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-register-optimizer.cc | 297 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 D | module-rygel-media-server.c | 50 PA_MODULE_LOAD_ONCE(true); variable
|
H A D | module-zeroconf-publish.c | 60 PA_MODULE_LOAD_ONCE(true); variable
|
H A D | module-device-restore.c | 58 PA_MODULE_LOAD_ONCE(true); variable [all...] |
H A D | module-filter-apply.c | 46 PA_MODULE_LOAD_ONCE(true); variable [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiVersionCheck.cpp | 333 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 D | DrawBaseVertexBaseInstanceTest.cpp | 228 setupProgram(GLProgram &program, bool isDrawArrays = true, bool isMultiDraw = false, bool isDivisorTest = false) setupProgram() argument [all...] |
/third_party/skia/src/gpu/geometry/ |
H A D | GrPathUtils.cpp | 317 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 D | nfsubs.cpp | 1176 dl.appendDigit(static_cast<int8_t>(digit), 0, true); in doParse() local
|
/third_party/skia/tests/ |
H A D | SkSLInterpreterTest.cpp | 81 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 D | DWARFUnit.h | 396 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 D | ExecutionEngine.h | 450 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 D | CompileOnDemandLayer.h | 284 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 D | Operator.h | 216 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...] |