Searched refs:names (Results 1 – 15 of 15) sorted by relevance
/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 | 113 ScandirResult names; in scandirat() local 120 names.Add(entry); in scandirat() 123 names.Sort(comparator); in scandirat() 125 size_t size = names.size(); in scandirat() 126 *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/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 | 20 self.names = [name] 25 return "(%s, %s, %s)" % (self.begin, self.end, self.names) 31 self.names.append(name) 158 ", //" + "|".join(ranges[0].names)]
|
/bionic/tests/ |
D | dirent_test.cpp | 31 static void CheckProcSelf(std::set<std::string>& names) { in CheckProcSelf() argument 33 ASSERT_TRUE(names.find(".") != names.end()); in CheckProcSelf() 34 ASSERT_TRUE(names.find("..") != names.end()); in CheckProcSelf() 35 ASSERT_TRUE(names.find("cmdline") != names.end()); in CheckProcSelf() 36 ASSERT_TRUE(names.find("fd") != names.end()); in CheckProcSelf() 37 ASSERT_TRUE(names.find("stat") != names.end()); in CheckProcSelf()
|
/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,
|
/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 944 4. Neither the name of the University nor the names of its contributors 992 3. Neither the name of the University nor the names of its contributors 1026 3. Neither the name of the University nor the names of its contributors 1055 3. Neither the name of the University nor the names of its contributors 1088 4. Neither the name of the University nor the names of its contributors 1117 3. Neither the name of the University nor the names of its contributors 1146 3. Neither the name of the University nor the names of its contributors [all …]
|
/bionic/apex/ |
D | NOTICE | 140 names, trademarks, service marks, or product names of the Licensor,
|
/bionic/build/ |
D | NOTICE | 140 names, trademarks, service marks, or product names of the Licensor,
|
/bionic/libm/ |
D | NOTICE | 295 3. Neither the name of the University nor the names of its contributors 328 4. Neither the name of the University nor the names of its contributors 357 3. Neither the name of the University nor the names of its contributors 1100 * Neither the name of The Linux Foundation nor the names of its 1131 * Neither the name of Intel Corporation nor the names of its contributors
|
/bionic/libc/malloc_debug/ |
D | README.md | 675 NOTE: On pre-O versions of the Android OS, property names had a length limit 677 was necessary to truncate the name to fit. On O, property names can be
|