/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/tools/hidl/build/ |
D | hidl_interface.go | 180 cmd += " " + strings.Join(wrap("-r", roots, ""), " ") 233 Out: concat(wrap(name.dir(), interfaces, "All.cpp"), 234 wrap(name.dir(), types, ".cpp")), 243 Out: concat(wrap(name.dir()+"I", interfaces, ".h"), 244 wrap(name.dir()+"Bs", interfaces, ".h"), 245 wrap(name.dir()+"BnHw", interfaces, ".h"), 246 wrap(name.dir()+"BpHw", interfaces, ".h"), 247 wrap(name.dir()+"IHw", interfaces, ".h"), 248 wrap(name.dir(), types, ".h"), 249 wrap(name.dir()+"hw", types, ".h")), [all …]
|
D | utils.go | 18 func wrap(prefix string, strs []string, suffix string) []string { func
|
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/ |
D | profiling.gradle | 19 // Exclude wrap.sh for architectures not built. 24 .collect{ "**/" + it + "/wrap.sh" } 29 // Add lib/xxx/wrap.sh in the apk. This is to enable java profiling on Android O 55 def wrapFile = new File(dir, "wrap.sh")
|
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/app/ |
D | profiling.gradle | 19 // Exclude wrap.sh for architectures not built. 24 .collect{ "**/" + it + "/wrap.sh" } 29 // Add lib/xxx/wrap.sh in the apk. This is to enable java profiling on Android O 55 def wrapFile = new File(dir, "wrap.sh")
|
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/app/ |
D | profiling.gradle | 19 // Exclude wrap.sh for architectures not built. 24 .collect{ "**/" + it + "/wrap.sh" } 29 // Add lib/xxx/wrap.sh in the apk. This is to enable java profiling on Android O 55 def wrapFile = new File(dir, "wrap.sh")
|
/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/chre/util/include/chre/util/ |
D | dynamic_vector.h | 297 void wrap(ElementType *array, size_type elementCount);
|
D | dynamic_vector_impl.h | 313 void DynamicVector<ElementType>::wrap(ElementType *array, size_type elementCount) { in wrap() function
|
/system/chre/util/tests/ |
D | dynamic_vector_test.cc | 487 vector.wrap(array, ARRAY_SIZE(array)); in TEST() 508 vector.wrap(array, ARRAY_SIZE(array)); in TEST() 750 vector.wrap(buf, kSize); in TEST() 783 vector1.wrap(buf, kSize); in TEST() 805 vec.wrap(buf, kSize); in TEST()
|
/system/chre/core/ |
D | host_comms_manager.cc | 52 msgToHost->message.wrap(static_cast<uint8_t *>(messageData), messageSize); in sendMessageToHostFromNanoapp()
|
/system/netd/libnetdutils/include/netdutils/ |
D | Slice.h | 138 std::string toHex(const Slice s, int wrap);
|
/system/extras/verity/ |
D | BootSignature.java | 200 ByteBuffer image = ByteBuffer.wrap(data); in getSignableImageSize()
|
/system/chre/platform/shared/idl/ |
D | host_messages.fbs | 249 /// structure (root type), so we must wrap it in a table.
|
/system/media/camera/docs/ |
D | html.mako | 41 table { border-collapse:collapse; table-layout: fixed; width: 100%; word-wrap: break-word }
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | file.te | 337 # asanwrapper (run a sanitized app_process, to be used with wrap properties)
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | file.te | 398 # asanwrapper (run a sanitized app_process, to be used with wrap properties)
|
/system/sepolicy/public/ |
D | file.te | 398 # asanwrapper (run a sanitized app_process, to be used with wrap properties)
|
/system/extras/simpleperf/doc/ |
D | README.md | 174 3. On Android O, add `wrap.sh` in the apk. 176 are forced to run in jit mode. To work around this, we need to add a `wrap.sh` in the apk. So if 177 you are running on Android O device and need to profile Java code, add `wrap.sh` as [here](https://…
|
/system/tools/hidl/ |
D | hidl-gen_y.yy | 718 // The reason we wrap the given type in a TypeDef is simply to suppress
|
/system/core/fastboot/ |
D | README.md | 299 These packets wrap the fastboot protocol. To write, the host will
|
/system/tpm/trunks/generator/ |
D | raw_commands.txt | 7029 innerKeySize = 0; // encrypt key size for inner wrap 7135 // Get inner wrap key size 7540 // No outer wrap from input blob. 8061 // Get inner wrap key size 30433 Clock may wrap around.
|
D | raw_commands_fixed.txt | 7035 innerKeySize = 0; // encrypt key size for inner wrap 7141 // Get inner wrap key size 7550 // No outer wrap from input blob. 8072 // Get inner wrap key size 30444 Clock may wrap around.
|