Home
last modified time | relevance | path

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

/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/tools/hidl/build/
Dhidl_interface.go180 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 …]
Dutils.go18 func wrap(prefix string, strs []string, suffix string) []string { func
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/
Dprofiling.gradle19 // 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/
Dprofiling.gradle19 // 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/
Dprofiling.gradle19 // 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/
DSlice.cpp38 std::string toHex(const Slice s, int wrap) { in toHex() argument
46 if ((++count % wrap) == 0) { in toHex()
/system/chre/util/include/chre/util/
Ddynamic_vector.h297 void wrap(ElementType *array, size_type elementCount);
Ddynamic_vector_impl.h313 void DynamicVector<ElementType>::wrap(ElementType *array, size_type elementCount) { in wrap() function
/system/chre/util/tests/
Ddynamic_vector_test.cc487 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/
Dhost_comms_manager.cc52 msgToHost->message.wrap(static_cast<uint8_t *>(messageData), messageSize); in sendMessageToHostFromNanoapp()
/system/netd/libnetdutils/include/netdutils/
DSlice.h138 std::string toHex(const Slice s, int wrap);
/system/extras/verity/
DBootSignature.java200 ByteBuffer image = ByteBuffer.wrap(data); in getSignableImageSize()
/system/chre/platform/shared/idl/
Dhost_messages.fbs249 /// structure (root type), so we must wrap it in a table.
/system/media/camera/docs/
Dhtml.mako41 table { border-collapse:collapse; table-layout: fixed; width: 100%; word-wrap: break-word }
/system/sepolicy/prebuilts/api/27.0/public/
Dfile.te337 # asanwrapper (run a sanitized app_process, to be used with wrap properties)
/system/sepolicy/prebuilts/api/28.0/public/
Dfile.te398 # asanwrapper (run a sanitized app_process, to be used with wrap properties)
/system/sepolicy/public/
Dfile.te398 # asanwrapper (run a sanitized app_process, to be used with wrap properties)
/system/extras/simpleperf/doc/
DREADME.md174 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/
Dhidl-gen_y.yy718 // The reason we wrap the given type in a TypeDef is simply to suppress
/system/core/fastboot/
DREADME.md299 These packets wrap the fastboot protocol. To write, the host will
/system/tpm/trunks/generator/
Draw_commands.txt7029 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.
Draw_commands_fixed.txt7035 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.