/system/extras/perf2cfg/perf2cfg/ |
D | analyze.py | 142 self.methods: Dict[str, Method] = {} 178 len(self.event_counts), len(self.methods)) 206 if method_name not in self.methods: 207 self.methods[method_name] = Method(method_name) 209 method = self.methods[method_name]
|
D | edit.py | 186 if method_name in self.analyzer.methods: 312 self.current_method = self.analyzer.methods[method_name]
|
/system/tools/hidl/lint/lints/ |
D | oneway.cpp | 43 const std::vector<Method*>& methods = iface.userDefinedMethods(); in getInterfaceOnewayType() local 44 if (methods.empty()) { in getInterfaceOnewayType() 50 for (auto method : methods) { in getInterfaceOnewayType()
|
D | methodDocComment.cpp | 86 for (const Method* method : iface->isIBase() ? iface->methods() : iface->userDefinedMethods()) { in methodDocComments()
|
/system/chre/host/msm/daemon/generated/ |
D | chre_slpi_skel.c | 437 static const Method methods[3] = {{REMOTE_SCALARS_MAKEX(0,0,0x0,0x0,0x0,0x0),0x0,0x0,0,0,0,0x0,0x0}… variable 438 …st Method* const methodArrays[6] = {&(methods[0]),&(methods[0]),&(methods[0]),&(methods[0]),&(meth…
|
D | chre_slpi_stub.c | 437 static const Method methods[3] = {{REMOTE_SCALARS_MAKEX(0,0,0x0,0x0,0x0,0x0),0x0,0x0,0,0,0,0x0,0x0}… variable 438 …st Method* const methodArrays[6] = {&(methods[0]),&(methods[0]),&(methods[0]),&(methods[0]),&(meth…
|
/system/nvram/hal/ |
D | testing_module.c | 36 .methods = &testing_nvram_module_methods,
|
/system/extras/libatrace_rust/ |
D | README.md | 3 Wrapper library for ATrace methods from libcutils. 19 Call tracing methods: 64 before calling the tracing methods, usually somewhere in the beginning of `main()`. 115 affect the performance of hot high-frequency methods. When the events are disabled, calling them is
|
/system/extras/simpleperf/scripts/test/ |
D | report_lib_test.py | 142 methods = set() 148 methods.add(report_lib.GetSymbolOfCurrentSample().symbol_name) 151 methods.add(callchain.entries[i].symbol.symbol_name) 153 return methods 157 methods = get_methods(report_lib) 158 self.assertFalse(any('android.view' in method for method in methods)) 159 self.assertTrue(any('android.widget' in method for method in methods))
|
/system/extras/module_ndk_libs/libnativehelper/ |
D | libnativehelper.map.txt | 8 # JNI Invocation methods available to platform and apps.
|
/system/chre/apps/test/chqts/ |
D | README.md | 4 methods.
|
/system/extras/simpleperf/ |
D | cmd_report_sample.proto | 53 // methods belong to native libraries, AOT compiled JVM code and ART methods not used near 54 // JVM methods 58 // ART methods used near JVM methods. It's shown only when --show-art-frames is used.
|
/system/tools/hidl/hidl2aidl/ |
D | AidlInterface.cpp | 66 std::vector<const Method*> methods; in getUserDefinedMethods() local 77 methods.insert(methods.end(), userDefined.begin(), userDefined.end()); in getUserDefinedMethods() 80 return methods; in getUserDefinedMethods()
|
D | AidlHelper.cpp | 149 const std::vector<const Method*>& methods = in emitFileHeader() local 151 for (const Method* method : methods) { in emitFileHeader()
|
/system/tools/hidl/c2hal/test/ |
D | simple.h | 74 return module->methods->open(module, in showColor()
|
/system/extras/perf2cfg/doc/ |
D | FSM.dot | 18 [ label = "method_name IN analyzer.methods" ]; 20 [ label = "method_name NOT IN analyzer.methods" ];
|
/system/tools/hidl/ |
D | Interface.cpp | 438 for (const auto* method : methods()) { in getReferences() 456 for (const auto* method : methods()) { in getStrongReferences() 555 for (const Method* method : methods()) { in validateAnnotations() 657 std::vector<Method *> Interface::methods() const { in methods() function in android::Interface 903 for (const auto &method : methods()) { in emitVtsMethodDeclaration() 974 for (const auto* method : methods()) { in deepIsJavaCompatible()
|
D | Interface.h | 71 std::vector<Method *> methods() const;
|
/system/libcppbor/ |
D | README.md | 62 The set of `encode` methods in `Item` provide the interface for 66 and then call one of the `encode` methods, whichever is convenient for 112 The `add` methods return a reference to the object added to to allow calls to be chained, 116 #### `encode` methods 207 `ParseClient` methods docstrings for details. 210 callback methods not only provide the parsed Item, but also pointers
|
/system/update_engine/ |
D | pylintrc | 89 too-few-public-methods, 95 too-many-public-methods, 280 # styles across functions and methods. 339 # styles across functions and methods. 'exempt' indicates a name which is 391 # Minimum number of public methods for a class (see R0903). 392 min-public-methods=2 394 # Maximum number of public methods for a class (see R0904). 395 max-public-methods=20 404 defining-attr-methods=__init__,__new__,setUp
|
/system/secretkeeper/comm/ |
D | InternalHalTaMessages.cddl | 1 ; Clients of the HAL service call various methods on the HAL service; these
|
/system/tools/aidl/ |
D | diagnostics.cpp | 340 const auto& methods = intf.GetMethods(); in Visit() local 343 for (size_t i = 0; i < methods.size(); ++i) { in Visit() 344 auto& m = methods[i]; in Visit() 358 auto& m = methods[i]; in Visit()
|
D | generate_java_binder.cpp | 1130 std::vector<const AidlMethod*> methods; in ComputeOutlineMethods() local 1131 methods.reserve(iface->GetMethods().size()); in ComputeOutlineMethods() 1133 methods.push_back(ptr.get()); in ComputeOutlineMethods() 1137 methods.begin(), in ComputeOutlineMethods() 1138 methods.end(), in ComputeOutlineMethods() 1143 stub->outline_methods.insert(methods.begin() + non_outline_count, in ComputeOutlineMethods() 1144 methods.end()); in ComputeOutlineMethods()
|
/system/chre/test/simulation/ |
D | test_base.cc | 128 TEST_F(TestBase, methods) { in TEST_F() argument
|
/system/media/camera/docs/ |
D | ndk_name_to_tag.mako | 27 * Do not remove methods.
|