Home
last modified time | relevance | path

Searched refs:names (Results 1 – 18 of 18) sorted by relevance

/bionic/benchmarks/
Dproperty_benchmark.cpp48 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 …]
Dmath_benchmark.cpp24 static const char* names[] = { "1234.0", "nan", "HUGE_VAL", "0.0" }; variable
27 state.SetLabel(names[state.range(0)]); in SetLabel()
/bionic/libc/bionic/
Dscandir.cpp110 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()
Dmalloc_common_dynamic.cpp256 static constexpr const char* names[] = { in InitSharedLibrary() local
266 snprintf(symbol, sizeof(symbol), "%s_%s", prefix, names[i]); in InitSharedLibrary()
/bionic/tests/
Ddirent_test.cpp32 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/
Dtest_genseccomp.py15 self.assertEqual(set(ranges[0].names), {"a", "b"})
21 self.assertEqual(set(ranges[0].names), {"a"})
24 self.assertEqual(set(ranges[1].names), {"b"})
Dgenseccomp.py21 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/
D32-bit-abi.md62 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.
DNOTICE140 names, trademarks, service marks, or product names of the Licensor,
Dclang_fortify_anatomy.md124 - 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/
DREADME.md114 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/
DNOTICE38 * 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 …]
DSYSCALLS.TXT29 # Calls that have historical 16-bit variants camping on the best names (CONFIG_UID16).
/bionic/build/
DNOTICE140 names, trademarks, service marks, or product names of the Licensor,
/bionic/apex/
DNOTICE140 names, trademarks, service marks, or product names of the Licensor,
/bionic/
DREADME.md181 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/
DNOTICE323 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/
DREADME.md751 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