Home
last modified time | relevance | path

Searched defs:categories (Results 1 – 25 of 59) sorted by relevance

123

/third_party/node/test/parallel/
Dtest-trace-events-api.js40 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/
Dnode_trace_events.cc53 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
Dnode_v8_platform-inl.h142 const std::vector<std::string_view> categories = in StartTracingAgent() local
/third_party/node/lib/
Dtrace_events.js36 constructor(categories) { argument
68 get categories() { getter in Tracing
78 categories: this.categories, property
/third_party/icu/docs/userguide/icu/
Ddesign.md625 #### External ICU4C APIs
639 #### External ICU4J APIs
649 #### "System" APIs
656 #### Internal APIs
/third_party/node/src/tracing/
Dagent.cc105 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
Dagent.h176 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/
Ddetails-selection.js44 this.selection = {categories: {}}; property
352 const categories = {__proto__:null}; variable
/third_party/typescript/tests/baselines/reference/
DexcessiveStackDepthFlatArray.js30 const categories = ['Fruit', 'Vegetables']; variable
/third_party/icu/.ci-builds/
Ddata-filter.json20 "categories": ["misc"], array
/third_party/node/src/inspector/
Dtracing_agent.cc148 protocol::Array<std::string>* categories = in start() local
174 std::unique_ptr<protocol::Array<String>>* categories) { in getCategories()
/third_party/node/tools/
Dmkssldef.py7 categories = [] variable
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/
Dpackage.json12 "categories": [ array
/third_party/spirv-tools/utils/vscode/
Dpackage.json12 "categories": [ array
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/
Dpackage.json12 "categories": [ array
/third_party/rust/crates/nom/benchmarks/benches/
Dini.rs34 fn categories(i: &[u8]) -> IResult<&[u8], HashMap<&str, HashMap<&str, &str>>> { in categories() function
Dini_str.rs61 fn categories(input: &str) -> IResult<&str, HashMap<&str, HashMap<&str, &str>>> { in categories() function
/third_party/curl/src/
Dtool_help.h37 curlhelp_t categories; member
Dtool_help.c46 static const struct category_descriptors categories[] = { variable
/third_party/python/Tools/c-analyzer/c_parser/
Dmatch.py144 def group_by_category(decls, categories, *, ignore_non_match=True): argument
/third_party/node/deps/v8/tools/zone-stats/
Ddetails-selection.js137 this.selection = {categories: {}, zones: new Map()}; property
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
Dentity_db.py424 def addMacro(self, macro, categories, link=False): argument
437 def addMacros(self, letter, macroTypes, categories): argument
/third_party/skia/third_party/externals/icu/filters/
Dflutter.json45 "categories": [ "brkitr_tree" ], array
/third_party/rust/crates/nom/tests/
Dini.rs42 fn categories(i: &[u8]) -> IResult<&[u8], HashMap<&str, HashMap<&str, &str>>> { in categories() function
/third_party/mesa3d/src/panfrost/perf/
Dpan_perf.h81 struct panfrost_perf_category categories[PAN_PERF_MAX_CATEGORIES]; member

123