Searched refs:names (Results 1 – 12 of 12) 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/tools/ |
D | test_genseccomp.py | 39 names = genseccomp.get_names([bionic, allowlist, empty], "arm") 49 self.assertNotIn("fchown", names) 50 self.assertIn("_llseek", names) 52 self.assertIn("read", names) 69 names = genseccomp.get_names([bionic, allowlist, blocklist], "arm64") 73 self.assertIn("read", names) 74 self.assertNotIn("fchown", names) 128 self.assertItemsEqual(ranges[0].names, ["a", "b"]) 134 self.assertItemsEqual(ranges[0].names, ["a"]) 137 self.assertItemsEqual(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) 150 ", //" + "|".join(ranges[0].names)]
|
/bionic/libc/bionic/ |
D | scandir.cpp | 114 ScandirResult names; in scandirat() local 121 names.Add(entry); in scandirat() 124 names.Sort(comparator); in scandirat() 126 size_t size = names.size(); in scandirat() 127 *name_list = names.release(); in scandirat()
|
D | malloc_common_dynamic.cpp | 254 static constexpr const char* names[] = { in InitSharedLibrary() local 264 snprintf(symbol, sizeof(symbol), "%s_%s", prefix, names[i]); in InitSharedLibrary()
|
/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.
|
/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 239 3. Neither the name of the University nor the names of its contributors 268 3. Neither the name of the project nor the names of its contributors 1085 4. Neither the name of the University nor the names of its contributors 1133 3. Neither the name of the University nor the names of its contributors 1167 3. Neither the name of the University nor the names of its contributors 1196 3. Neither the name of the University nor the names of its contributors 1229 4. Neither the name of the University nor the names of its contributors 1258 3. Neither the name of the University nor the names of its contributors 1287 3. Neither the name of the University nor the names of its contributors [all …]
|
/bionic/libdl/ |
D | NOTICE | 140 names, trademarks, service marks, or product names of the Licensor,
|
/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
|