Home
last modified time | relevance | path

Searched refs:wrap (Results 1 – 25 of 42) sorted by relevance

12

/system/chre/build/arch/
Dhexagon.mk63 TARGET_SO_LDFLAGS += --wrap=malloc
64 TARGET_SO_LDFLAGS += --wrap=calloc
65 TARGET_SO_LDFLAGS += --wrap=free
66 TARGET_SO_LDFLAGS += --wrap=realloc
67 TARGET_SO_LDFLAGS += --wrap=memalign
68 TARGET_SO_LDFLAGS += --wrap=__stack_chk_fail
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/app/
Dprofiling.gradle17 // Exclude wrap.sh for architectures not built.
22 .collect{ "**/" + it + "/wrap.sh" }
27 // Add lib/xxx/wrap.sh in the apk. This is to enable java profiling on Android O
53 def wrapFile = new File(dir, "wrap.sh")
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/app/
Dprofiling.gradle17 // Exclude wrap.sh for architectures not built.
22 .collect{ "**/" + it + "/wrap.sh" }
27 // Add lib/xxx/wrap.sh in the apk. This is to enable java profiling on Android O
53 def wrapFile = new File(dir, "wrap.sh")
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/
Dprofiling.gradle16 // Exclude wrap.sh for architectures not built.
21 .collect{ "**/" + it + "/wrap.sh" }
26 // Add lib/xxx/wrap.sh in the apk. This is to enable java profiling on Android O
52 def wrapFile = new File(dir, "wrap.sh")
/system/tools/hidl/build/
Dhidl_interface.go155 "extras": strings.Join(wrap("{\\\"interface\\\":\\\"", additionalInterfaces, "\\\"},"), " "),
200 "files": strings.Join(wrap("-f ", hidlLintOutputs.Strings(), ""), " "),
361 ctx.AddDependency(ctx.Module(), nil, wrap("", g.properties.Interfaces, hidlInterfaceSuffix)...)
672 Outputs: concat(wrap(name.dir(), interfaces, "All.cpp"), wrap(name.dir(), types, ".cpp")),
682 Outputs: concat(wrap(name.dir()+"I", interfaces, ".h"),
683 wrap(name.dir()+"Bs", interfaces, ".h"),
684 wrap(name.dir()+"BnHw", interfaces, ".h"),
685 wrap(name.dir()+"BpHw", interfaces, ".h"),
686 wrap(name.dir()+"IHw", interfaces, ".h"),
687 wrap(name.dir(), types, ".h"),
[all …]
Dutils.go18 func wrap(prefix string, strs []string, suffix string) []string { func
/system/chre/util/include/chre/util/
Dbuffer.h72 void wrap(ElementType *buffer, size_t size) { in wrap() function
73 BufferBase::wrap(buffer, size); in wrap()
Dbuffer_base.h46 void wrap(void *buffer, size_t size);
/system/netd/libnetdutils/
DSlice.cpp38 std::string toHex(const Slice s, int wrap) { in toHex() argument
46 if ((++count % wrap) == 0) { in toHex()
/system/bt/gd/rust/common/src/
Dsys_prop.rs4 mod wrap { module
15 use wrap::ffi;
/system/chre/util/tests/
Dbuffer_test.cc41 buffer.wrap(buf, ARRAY_SIZE(buf)); in TEST()
71 buffer.wrap(buf, ARRAY_SIZE(buf)); in TEST()
/system/chre/util/
Dbuffer_base.cc29 void BufferBase::wrap(void *buffer, size_t size) { in wrap() function in chre::BufferBase
/system/tools/aidl/build/
Daidl_utils.go23 func wrap(prefix string, strs []string, suffix string) []string { func
Daidl_interface_metadata_singleton.go129 "types": strings.Join(wrap(`\"`, info.ComputedTypes, `\"`), ", "),
Daidl_gen_rule.go114 g.importFlags = strings.Join(wrap("-I", imports, ""), " ")
284 …ctx.AddDependency(ctx.Module(), importInterfaceDep, wrap("", g.properties.ImportsWithoutVersion, a…
/system/core/fs_mgr/
Dfs_mgr_remount.cpp271 auto wrap = is_wrapped(overlayfs_candidates, *it); in do_remount() local
272 if (wrap) { in do_remount()
274 << wrap->mount_point << ", switching"; in do_remount()
275 partition = system_mount_point(*wrap); in do_remount()
/system/chre/java/test/chqts/src/com/google/android/chre/test/chqts/
DContextHubGetTimeTestExecutor.java82 long timestamp = ByteBuffer.wrap(data) in handleMessageFromNanoApp()
DContextHubNanoAppInfoEventsTestExecutor.java80 ByteBuffer buffer = ByteBuffer.wrap(data).order(ByteOrder.LITTLE_ENDIAN); in handleMessageFromNanoApp()
DContextHubEventBetweenAppsTestExecutor.java80 ByteBuffer buffer = ByteBuffer.wrap(data) in handleMessageFromNanoApp()
DContextHubSendMessageToHostTestExecutor.java165 mMessageMaxSize = ByteBuffer.wrap(data) in readMessageMaxSize()
/system/extras/simpleperf/doc/
Dandroid_application_profiling.md59 If you are on Android >= O, we can use [wrap.sh](https://developer.android.com/ndk/guides/wrap-scri…
67 Step 2: Add wrap.sh in lib/`arch` directories. wrap.sh runs the app without passing any debug flags
68 to ART, so the app runs as a release app. wrap.sh can be done by adding the script below in
91 def wrapFile = new File(dir, "wrap.sh")
113 and it also needs wrap.sh to use the compiled Java code. To compile Java code, we can pass
/system/chre/build/sys_support/qcom/
Dchre.scons94 env.Append(SHLINKFLAGS = '-G0 --wrap=malloc --wrap=calloc --wrap=free --wrap=realloc --wrap=memalig…
95 ' --wrap=__stack_chk_fail -call_shared ')
/system/extras/toolchain-extras/
DAndroid.bp136 "-Wl,--wrap,open",
/system/netd/libnetdutils/include/netdutils/
DSlice.h138 std::string toHex(const Slice s, int wrap = INT_MAX);
/system/memory/libmemunreachable/
DREADME.md23 adb shell setprop wrap.[process] "\$\@"
33 adb shell setprop wrap.[process] "''"

12