Home
last modified time | relevance | path

Searched refs:methods (Results 1 – 25 of 55) sorted by relevance

123

/system/extras/perf2cfg/perf2cfg/
Danalyze.py142 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]
Dedit.py186 if method_name in self.analyzer.methods:
312 self.current_method = self.analyzer.methods[method_name]
/system/tools/hidl/lint/lints/
Doneway.cpp43 const std::vector<Method*>& methods = iface.userDefinedMethods(); in getInterfaceOnewayType() local
44 if (methods.empty()) { in getInterfaceOnewayType()
50 for (auto method : methods) { in getInterfaceOnewayType()
DmethodDocComment.cpp86 for (const Method* method : iface->isIBase() ? iface->methods() : iface->userDefinedMethods()) { in methodDocComments()
/system/chre/host/msm/daemon/generated/
Dchre_slpi_skel.c437 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…
Dchre_slpi_stub.c437 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/
Dtesting_module.c36 .methods = &testing_nvram_module_methods,
/system/extras/libatrace_rust/
DREADME.md3 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/
Dreport_lib_test.py142 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/
Dlibnativehelper.map.txt8 # JNI Invocation methods available to platform and apps.
/system/chre/apps/test/chqts/
DREADME.md4 methods.
/system/extras/simpleperf/
Dcmd_report_sample.proto53 // 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/
DAidlInterface.cpp66 std::vector<const Method*> methods; in getUserDefinedMethods() local
77 methods.insert(methods.end(), userDefined.begin(), userDefined.end()); in getUserDefinedMethods()
80 return methods; in getUserDefinedMethods()
DAidlHelper.cpp149 const std::vector<const Method*>& methods = in emitFileHeader() local
151 for (const Method* method : methods) { in emitFileHeader()
/system/tools/hidl/c2hal/test/
Dsimple.h74 return module->methods->open(module, in showColor()
/system/extras/perf2cfg/doc/
DFSM.dot18 [ label = "method_name IN analyzer.methods" ];
20 [ label = "method_name NOT IN analyzer.methods" ];
/system/tools/hidl/
DInterface.cpp438 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()
DInterface.h71 std::vector<Method *> methods() const;
/system/libcppbor/
DREADME.md62 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/
Dpylintrc89 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/
DInternalHalTaMessages.cddl1 ; Clients of the HAL service call various methods on the HAL service; these
/system/tools/aidl/
Ddiagnostics.cpp340 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()
Dgenerate_java_binder.cpp1130 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/
Dtest_base.cc128 TEST_F(TestBase, methods) { in TEST_F() argument
/system/media/camera/docs/
Dndk_name_to_tag.mako27 * Do not remove methods.

123