/system/chre/build/arch/ |
D | hexagon.mk | 63 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/ |
D | profiling.gradle | 17 // 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/ |
D | profiling.gradle | 17 // 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/ |
D | profiling.gradle | 16 // 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/ |
D | hidl_interface.go | 155 "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 …]
|
D | utils.go | 18 func wrap(prefix string, strs []string, suffix string) []string { func
|
/system/chre/util/include/chre/util/ |
D | buffer.h | 72 void wrap(ElementType *buffer, size_t size) { in wrap() function 73 BufferBase::wrap(buffer, size); in wrap()
|
D | buffer_base.h | 46 void wrap(void *buffer, size_t size);
|
/system/netd/libnetdutils/ |
D | Slice.cpp | 38 std::string toHex(const Slice s, int wrap) { in toHex() argument 46 if ((++count % wrap) == 0) { in toHex()
|
/system/bt/gd/rust/common/src/ |
D | sys_prop.rs | 4 mod wrap { module 15 use wrap::ffi;
|
/system/chre/util/tests/ |
D | buffer_test.cc | 41 buffer.wrap(buf, ARRAY_SIZE(buf)); in TEST() 71 buffer.wrap(buf, ARRAY_SIZE(buf)); in TEST()
|
/system/chre/util/ |
D | buffer_base.cc | 29 void BufferBase::wrap(void *buffer, size_t size) { in wrap() function in chre::BufferBase
|
/system/tools/aidl/build/ |
D | aidl_utils.go | 23 func wrap(prefix string, strs []string, suffix string) []string { func
|
D | aidl_interface_metadata_singleton.go | 129 "types": strings.Join(wrap(`\"`, info.ComputedTypes, `\"`), ", "),
|
D | aidl_gen_rule.go | 114 g.importFlags = strings.Join(wrap("-I", imports, ""), " ") 284 …ctx.AddDependency(ctx.Module(), importInterfaceDep, wrap("", g.properties.ImportsWithoutVersion, a…
|
/system/core/fs_mgr/ |
D | fs_mgr_remount.cpp | 271 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/ |
D | ContextHubGetTimeTestExecutor.java | 82 long timestamp = ByteBuffer.wrap(data) in handleMessageFromNanoApp()
|
D | ContextHubNanoAppInfoEventsTestExecutor.java | 80 ByteBuffer buffer = ByteBuffer.wrap(data).order(ByteOrder.LITTLE_ENDIAN); in handleMessageFromNanoApp()
|
D | ContextHubEventBetweenAppsTestExecutor.java | 80 ByteBuffer buffer = ByteBuffer.wrap(data) in handleMessageFromNanoApp()
|
D | ContextHubSendMessageToHostTestExecutor.java | 165 mMessageMaxSize = ByteBuffer.wrap(data) in readMessageMaxSize()
|
/system/extras/simpleperf/doc/ |
D | android_application_profiling.md | 59 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/ |
D | chre.scons | 94 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/ |
D | Android.bp | 136 "-Wl,--wrap,open",
|
/system/netd/libnetdutils/include/netdutils/ |
D | Slice.h | 138 std::string toHex(const Slice s, int wrap = INT_MAX);
|
/system/memory/libmemunreachable/ |
D | README.md | 23 adb shell setprop wrap.[process] "\$\@" 33 adb shell setprop wrap.[process] "''"
|