/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/ |
D | profiling.gradle | 3 def abiFiltersForWrapScript = [] 21 def exclude_abis = ["armeabi", "armeabi-v7a", "arm64-v8a", 44 def writeWrapScriptToFullyCompileJavaApp(wrapFile) { 53 def dir = new File("app/profiling_apk_add_dir/lib/" + abi) 55 def wrapFile = new File(dir, "wrap.sh")
|
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/app/ |
D | profiling.gradle | 3 def abiFiltersForWrapScript = [] 21 def exclude_abis = ["armeabi", "armeabi-v7a", "arm64-v8a", 44 def writeWrapScriptToFullyCompileJavaApp(wrapFile) { 53 def dir = new File("app/profiling_apk_add_dir/lib/" + abi) 55 def wrapFile = new File(dir, "wrap.sh")
|
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/app/ |
D | profiling.gradle | 3 def abiFiltersForWrapScript = [] 21 def exclude_abis = ["armeabi", "armeabi-v7a", "arm64-v8a", 44 def writeWrapScriptToFullyCompileJavaApp(wrapFile) { 53 def dir = new File("app/profiling_apk_add_dir/lib/" + abi) 55 def wrapFile = new File(dir, "wrap.sh")
|
/system/extras/tests/kernel.config/ |
D | aslr_test.cpp | 159 unsigned int AslrMmapTest::def, AslrMmapTest::min, AslrMmapTest::max; member in AslrMmapTest 166 def = 32; in SetUpTestCase() 178 def = 16; in SetUpTestCase() 194 def = 24; in SetUpTestCase() 207 def = 16; in SetUpTestCase() 225 set_mmap_rnd_bits(def, false); in TearDown() 238 EXPECT_GE(def, calc_mmap_entropy(path, lib, 16)); in TEST_F()
|
D | aslr_rec_test.cpp | 28 EXPECT_EQ(def, get_mmap_rnd_bits(false)); in TEST_F() 124 EXPECT_EQ(def, calc_mmap_entropy(path, lib, 16)); in TEST_F()
|
D | aslr_test.h | 47 static unsigned int def, min, max; variable
|
/system/libhidl/transport/include/hidl/ |
D | ConcurrentMap.h | 39 const V &get(const K &k, const V &def) const { in get() argument 43 return def; in get() 72 const V& getLocked(const K& k, const V& def) const { in getLocked() argument 75 return def; in getLocked()
|
/system/media/camera/docs/ |
D | html.mako | 113 def br(text): 118 def html_anchor(node): 123 def html_link(target, target_ndk, shortname): 140 def md_html(text): 144 def linkify_tags(metadata): 145 def linkify_filter(text): 151 def entry_cols(prop): 161 <%def name="insert_toc_body(node)"> 172 </%def> 238 <%def name="insert_body(node)"> [all …]
|
D | metadata_template.mako | 54 <%def name="insert_body(node)"> 62 </%def> 64 <%def name="insert_namespace(namespace)"> 68 </%def> 70 <%def name="insert_entry(prop)"> 217 </%def>
|
D | CameraMetadataEnums.mako | 27 <%def name="generate_enum(entry, target_class)">\ 54 </%def>\ 57 <%def name="single_kind_keys(xml_name, target_class)">\ 85 </%def>\
|
D | CameraMetadataKeys.mako | 29 <%def name="generate_key(entry)">\ 72 </%def>\ 75 <%def name="single_kind_keys(java_name, xml_name)">\ 95 </%def>\
|
D | ACameraMetadata.mako | 19 <%def name="single_kind_keys(kind_name)">\ 45 </%def>\
|
D | camera_metadata_tags.mako | 31 def annotated_type(entry):
|
D | ndk_camera_metadata_tags.mako | 47 def annotated_type(entry):
|
D | HidlMetadata.mako | 18 def annotated_type(entry):
|
/system/core/liblog/ |
D | logger_read.c | 119 #define LOGGER_FUNCTION(logger, def, func, args...) \ argument 133 ret = (def); \ 139 if ((ret >= 0) || (ret == (def))) { \ 176 #define LOGGER_LIST_FUNCTION(logger_list, def, func, args...) \ argument 186 ret = (def); \ 191 if ((ret >= 0) || (ret == (def))) { \
|
D | fake_log_device.c | 673 int def) { in __android_log_is_loggable() argument 674 int logLevel = def; in __android_log_is_loggable() 681 int def) { in __android_log_is_loggable_len() argument 682 int logLevel = def; in __android_log_is_loggable_len()
|
/system/core/toolbox/upstream-netbsd/bin/dd/ |
D | extern.h | 57 void def(void);
|
D | conv.c | 62 def(void) in def() function
|
D | args.c | 196 cfunc = def; in jcl()
|
D | dd.c | 442 if (cfunc == def) in dd_close()
|
/system/core/init/ |
D | util.cpp | 342 size_t def = prop_name.find(":-"); in expand_props() local 343 if (def < prop_name.size()) { in expand_props() 344 def_val = prop_name.substr(def + 2); in expand_props() 345 prop_name = prop_name.substr(0, def); in expand_props()
|
/system/keymaster/ng/include/ |
D | keymaster_tags.h | 336 std::remove_reference_t<Wrapped> defaultOr(NullOr<Wrapped>&& optional, Default&& def) { 341 return def;
|
/system/chre/external/flatbuffers/include/flatbuffers/ |
D | flatbuffers.h | 845 template<typename T> void AddElement(voffset_t field, T e, T def) { 847 if (e == def && !force_defaults_) return;
|
/system/core/libpixelflinger/ |
D | scanline.cpp | 528 static inline int blendfactor(uint32_t x, uint32_t size, uint32_t def = 0) in blendfactor() argument 531 return def; in blendfactor()
|