/third_party/node/test/parallel/ |
D | test-trace-events-api.js | 40 assert.throws(() => createTracing({ categories: i }), { property 47 () => createTracing({ categories: [] }), property 54 const tracing = createTracing({ categories: [ 'node.perf' ] }); property 72 const tracing2 = createTracing({ categories: [ 'foo' ] }); property 103 let tracing3 = createTracing({ categories: [ 'abc' ] }); property 119 const tracing = createTracing({ categories: [ `a${n}` ] }); property
|
/third_party/node/src/ |
D | node_trace_events.cc | 53 std::set<std::string>&& categories) : in NodeCategorySet() 64 std::set<std::string> categories; in New() local 82 const auto& categories = category_set->GetCategories(); in Enable() local 96 const auto& categories = category_set->GetCategories(); in Disable() local 105 std::string categories = in GetEnabledCategories() local
|
D | node_v8_platform-inl.h | 142 const std::vector<std::string_view> categories = in StartTracingAgent() local
|
/third_party/node/lib/ |
D | trace_events.js | 36 constructor(categories) { argument 68 get categories() { getter in Tracing 78 categories: this.categories, property
|
/third_party/icu/docs/userguide/icu/ |
D | design.md | 625 #### External ICU4C APIs 639 #### External ICU4J APIs 649 #### "System" APIs 656 #### Internal APIs
|
/third_party/node/src/tracing/ |
D | agent.cc | 105 const std::set<std::string>& categories, in AddClient() 165 void Agent::Enable(int id, const std::set<std::string>& categories) { in Enable() 174 void Agent::Disable(int id, const std::set<std::string>& categories) { in Disable() 196 std::string categories; in GetEnabledCategories() local
|
D | agent.h | 176 void AgentWriterHandle::Enable(const std::set<std::string>& categories) { in Enable() 180 void AgentWriterHandle::Disable(const std::set<std::string>& categories) { in Disable()
|
/third_party/node/deps/v8/tools/heap-stats/ |
D | details-selection.js | 44 this.selection = {categories: {}}; property 352 const categories = {__proto__:null}; variable
|
/third_party/typescript/tests/baselines/reference/ |
D | excessiveStackDepthFlatArray.js | 30 const categories = ['Fruit', 'Vegetables']; variable
|
/third_party/icu/.ci-builds/ |
D | data-filter.json | 20 "categories": ["misc"], array
|
/third_party/node/src/inspector/ |
D | tracing_agent.cc | 148 protocol::Array<std::string>* categories = in start() local 174 std::unique_ptr<protocol::Array<String>>* categories) { in getCategories()
|
/third_party/node/tools/ |
D | mkssldef.py | 7 categories = [] variable
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/ |
D | package.json | 12 "categories": [ array
|
/third_party/spirv-tools/utils/vscode/ |
D | package.json | 12 "categories": [ array
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/ |
D | package.json | 12 "categories": [ array
|
/third_party/rust/crates/nom/benchmarks/benches/ |
D | ini.rs | 34 fn categories(i: &[u8]) -> IResult<&[u8], HashMap<&str, HashMap<&str, &str>>> { in categories() function
|
D | ini_str.rs | 61 fn categories(input: &str) -> IResult<&str, HashMap<&str, HashMap<&str, &str>>> { in categories() function
|
/third_party/curl/src/ |
D | tool_help.h | 37 curlhelp_t categories; member
|
D | tool_help.c | 46 static const struct category_descriptors categories[] = { variable
|
/third_party/python/Tools/c-analyzer/c_parser/ |
D | match.py | 144 def group_by_category(decls, categories, *, ignore_non_match=True): argument
|
/third_party/node/deps/v8/tools/zone-stats/ |
D | details-selection.js | 137 this.selection = {categories: {}, zones: new Map()}; property
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
D | entity_db.py | 424 def addMacro(self, macro, categories, link=False): argument 437 def addMacros(self, letter, macroTypes, categories): argument
|
/third_party/skia/third_party/externals/icu/filters/ |
D | flutter.json | 45 "categories": [ "brkitr_tree" ], array
|
/third_party/rust/crates/nom/tests/ |
D | ini.rs | 42 fn categories(i: &[u8]) -> IResult<&[u8], HashMap<&str, HashMap<&str, &str>>> { in categories() function
|
/third_party/mesa3d/src/panfrost/perf/ |
D | pan_perf.h | 81 struct panfrost_perf_category categories[PAN_PERF_MAX_CATEGORIES]; member
|