/bionic/benchmarks/ |
D | property_benchmark.cpp | 48 names = new char* [nprops]; in LocalPropertyTestState() 59 names[i] = new char[PROP_NAME_MAX + 1]; in LocalPropertyTestState() 62 if (j == 0 || names[i][j-1] == '.' || j == name_lens[i] - 1) { in LocalPropertyTestState() 72 names[i][j] = prop_name_chars[random() % prop_name_len]; in LocalPropertyTestState() 74 names[i][name_lens[i]] = 0; in LocalPropertyTestState() 83 if (system_properties_.Add(names[i], name_lens[i], values[i], value_lens[i]) < 0) { in LocalPropertyTestState() 85 printf("%s = %.*s\n", names[i], value_lens[i], values[i]); in LocalPropertyTestState() 105 delete names[i]; in ~LocalPropertyTestState() 108 delete[] names; in ~LocalPropertyTestState() 116 char** names; member [all …]
|
D | math_benchmark.cpp | 24 static const char* names[] = { "1234.0", "nan", "HUGE_VAL", "0.0" }; variable 27 state.SetLabel(names[state.range(0)]); in SetLabel()
|
/bionic/libc/bionic/ |
D | scandir.cpp | 110 ScandirResult names; in scandirat() local 117 names.Add(entry); in scandirat() 121 names.Sort(comparator); in scandirat() 124 size_t size = names.size(); in scandirat() 125 *name_list = names.release(); in scandirat()
|
D | malloc_common_dynamic.cpp | 256 static constexpr const char* names[] = { in InitSharedLibrary() local 266 snprintf(symbol, sizeof(symbol), "%s_%s", prefix, names[i]); in InitSharedLibrary()
|
/bionic/tests/ |
D | dirent_test.cpp | 32 static void CheckProcSelf(std::set<std::string>& names) { in CheckProcSelf() argument 34 ASSERT_TRUE(names.find(".") != names.end()); in CheckProcSelf() 35 ASSERT_TRUE(names.find("..") != names.end()); in CheckProcSelf() 36 ASSERT_TRUE(names.find("cmdline") != names.end()); in CheckProcSelf() 37 ASSERT_TRUE(names.find("fd") != names.end()); in CheckProcSelf() 38 ASSERT_TRUE(names.find("stat") != names.end()); in CheckProcSelf()
|
/bionic/libc/tools/ |
D | test_genseccomp.py | 15 self.assertEqual(set(ranges[0].names), {"a", "b"}) 21 self.assertEqual(set(ranges[0].names), {"a"}) 24 self.assertEqual(set(ranges[1].names), {"b"})
|
D | genseccomp.py | 21 self.names = [name] 26 return "(%s, %s, %s)" % (self.begin, self.end, self.names) 32 self.names.append(name) 163 ", //" + "|".join(ranges[0].names)]
|
/bionic/docs/ |
D | 32-bit-abi.md | 62 For source compatibility, the names containing `64` are also available 63 in the 64-bit ABI even though they're identical to the non-`64` names. 80 For source compatibility, the names containing `64` are also available 81 in the 64-bit ABI even though they're identical to the non-`64` names.
|
D | NOTICE | 140 names, trademarks, service marks, or product names of the Licensor,
|
D | clang_fortify_anatomy.md | 124 - Standard library function names preceded by `__builtin_` refer to the use of 126 - Standard library function names without a prefix refer to the use of the
|
/bionic/libc/malloc_hooks/ |
D | README.md | 114 NOTE: On pre-O versions of the Android OS, property names had a length limit 116 was necessary to truncate the name to fit. On O, property names can be
|
/bionic/libc/ |
D | NOTICE | 38 * Neither the name of The Linux Foundation nor the names of its contributors may 80 3. Neither the name of the University nor the names of its contributors 109 3. Neither the name of the project nor the names of its contributors 940 4. Neither the name of the University nor the names of its contributors 988 3. Neither the name of the University nor the names of its contributors 1022 3. Neither the name of the University nor the names of its contributors 1051 3. Neither the name of the University nor the names of its contributors 1084 4. Neither the name of the University nor the names of its contributors 1113 3. Neither the name of the University nor the names of its contributors 1142 3. Neither the name of the University nor the names of its contributors [all …]
|
D | SYSCALLS.TXT | 29 # Calls that have historical 16-bit variants camping on the best names (CONFIG_UID16).
|
/bionic/build/ |
D | NOTICE | 140 names, trademarks, service marks, or product names of the Licensor,
|
/bionic/apex/ |
D | NOTICE | 140 names, trademarks, service marks, or product names of the Licensor,
|
/bionic/ |
D | README.md | 181 underscores (so developers are free to use any of the unadorned names as 186 check what names it's used. Finally, prefer the `void*` orthography we
|
/bionic/libm/ |
D | NOTICE | 323 3. Neither the name of the University nor the names of its contributors 356 4. Neither the name of the University nor the names of its contributors 385 3. Neither the name of the University nor the names of its contributors 1136 * Neither the name of Intel Corporation nor the names of its contributors
|
/bionic/libc/malloc_debug/ |
D | README.md | 751 NOTE: On pre-O versions of the Android OS, property names had a length limit 753 was necessary to truncate the name to fit. On O, property names can be
|