Home
last modified time | relevance | path

Searched full:things (Results 1 – 25 of 11907) sorted by relevance

12345678910>>...477

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/
Dfeatures.h33 _XOPEN_SOURCE Includes POSIX and XPG things. Set to 500 if
36 _XOPEN_SOURCE_EXTENDED XPG things and X/Open Unix extensions.
40 _BSD_SOURCE ISO C, POSIX, and 4.3BSD things.
41 _SVID_SOURCE ISO C, POSIX, and SVID things.
59 __USE_ISOC11 Define ISO C11 things.
60 __USE_ISOC99 Define ISO C99 things.
61 __USE_ISOC95 Define ISO C90 AMD1 (C95) things.
62 __USE_POSIX Define IEEE Std 1003.1 things.
63 __USE_POSIX2 Define IEEE Std 1003.2 things.
64 __USE_POSIX199309 Define IEEE Std 1003.1, and .1b things.
[all …]
/aosp_15_r20/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/api/
DChronicleAnalyticsClient.kt23 ECHO, // copybara:strip(Remove things specific to PCC)
24 PECAN, // copybara:strip(Remove things specific to PCC)
25 AUTOFILL, // copybara:strip(Remove things specific to PCC)
27 OVERVIEW, // copybara:strip(Remove things specific to PCC)
28 SAFECOMMS, // copybara:strip(Remove things specific to PCC)
29 SIMPLESTORAGE, // copybara:strip(Remove things specific to PCC)
30 TEXTCLASSIFIER, // copybara:strip(Remove things specific to PCC)
31 ARCS, // copybara:strip(Remove things specific to PCC)
33 INTERESTSMODEL, // copybara:strip(Remove things specific to PCC)
34 CONTENTSUGGESTIONS, // copybara:strip(Remove things specific to PCC)
[all …]
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/compare/
H A DObjectToStringComparatorTest.java50 final List<Thing> things = Arrays.asList(null, new Thing("y"), null); in testNull() local
51 things.sort(ObjectToStringComparator.INSTANCE); in testNull()
52 assertEquals("y", things.get(0).string); in testNull()
53 assertNull(things.get(1)); in testNull()
54 assertNull(things.get(2)); in testNull()
59 final List<Thing> things = Arrays.asList(new Thing(null), new Thing("y"), new Thing(null)); in testNullToString() local
60 things.sort(ObjectToStringComparator.INSTANCE); in testNullToString()
61 assertEquals("y", things.get(0).string); in testNullToString()
62 assertNull(things.get(1).string); in testNullToString()
63 assertNull(things.get(2).string); in testNullToString()
[all …]
/aosp_15_r20/external/fonttools/Lib/fontTools/misc/
H A DclassifyTools.py1 """ fontTools.misc.classifyTools.py -- tools for classifying things.
7 Main Classifier object, used to classify things into similar sets.
11 self._things = set() # set of all things known so far
13 self._mapping = {} # map from things to their class set
26 things, sets, mapping = self._things, self._sets, self._mapping
29 intersection = s.intersection(things) # existing things
30 s.difference_update(intersection) # new things
34 # Add new class for new things
36 things.update(difference)
82 """Returns the set of all things known so far.
[all …]
/aosp_15_r20/system/libbase/include/android-base/
H A Dstrings.h100 // Joins a container of things into a single string, using the given separator.
102 std::string Join(ContainerT&& things, SeparatorT separator) { in Join() argument
105 if (things.empty()) { in Join()
107 } else if (things.size() == 1) { in Join()
112 return *things.begin(); in Join()
116 return std::string(*things.begin()); in Join()
133 std::next(things.begin()), things.end(), std::string_view(*things.begin()).size(), in Join()
141 result.append(*things.begin()); in Join()
142 for(auto it = std::next(things.begin()); it != things.end(); ++it) { in Join()
153 result << *things.begin(); in Join()
[all …]
/aosp_15_r20/libcore/ojluni/src/test/java/util/Comparator/
H A DBasicTest.java82 private<T> void assertComparisons(T[] things, Comparator<T> comp, int[] comparisons) { in assertComparisons() argument
84 assertEquals(comparisons.length + 1, things.length); in assertComparisons()
85 assertEquals(comparisons[i], comp.compare(things[i], things[i+1])); in assertComparisons()
86 assertEquals(-comparisons[i], comp.compare(things[i+1], things[i])); in assertComparisons()
91 Thing[] things = new Thing[intValues.length]; in testIntComparator() local
93 things[i] = new Thing(intValues[i], 0L, 0.0, null); in testIntComparator()
101 assertComparisons(things, comp, comparisons); in testIntComparator()
105 Thing[] things = new Thing[longValues.length]; in testLongComparator() local
107 things[i] = new Thing(0, longValues[i], 0.0, null); in testLongComparator()
115 assertComparisons(things, comp, comparisons); in testLongComparator()
[all …]
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/stdlib/chrome/scroll_jank/
H A Dscroll_jank_cause_map.sql27 'things to look for: Browser Main thread (CrBrowserMain) is busy, often ' ||
38 'other such things causing a long queuing delay after it has already ' ||
41 'Waiting for a BeginFrame to be sent. Key things to look for: check if ' ||
46 'connected to other processes and threads. Key things to look for: ' ||
51 'Key things to look for: if the GPU Main thread is busy, and does not ' ||
55 'Key things to look for: the toolbar on the Browser may be blocked by ' ||
62 'latch again. Key things to look for: whether the event duration before ' ||
74 'forced to wait for another vsync interval to latch again. Key things ' ||
82 'Key things to look for: whether StartDrawToBufferAvailable is also ' ||
87 'Key things to look for: whether StartDrawToBufferAvailable is also ' ||
/aosp_15_r20/external/cronet/base/tracing/stdlib/chrome/scroll_jank/
H A Dscroll_jank_cause_map.sql27 'things to look for: Browser Main thread (CrBrowserMain) is busy, often ' ||
38 'other such things causing a long queuing delay after it has already ' ||
41 'Waiting for a BeginFrame to be sent. Key things to look for: check if ' ||
46 'connected to other processes and threads. Key things to look for: ' ||
51 'Key things to look for: if the GPU Main thread is busy, and does not ' ||
55 'Key things to look for: the toolbar on the Browser may be blocked by ' ||
62 'latch again. Key things to look for: whether the event duration before ' ||
74 'forced to wait for another vsync interval to latch again. Key things ' ||
82 'Key things to look for: whether StartDrawToBufferAvailable is also ' ||
87 'Key things to look for: whether StartDrawToBufferAvailable is also ' ||
/aosp_15_r20/external/google-cloud-java/java-iot/
H A DREADME.md1 # Google Cloud Internet of Things (IoT) Core Client for Java
3 Java idiomatic client for [Cloud Internet of Things (IoT) Core][product-docs].
68Things (IoT) Core APIs, and the authenticated principal must have the [IAM role(s)][predefined-iam…
74 … Platform Console][developer-console] project with the Cloud Internet of Things (IoT) Core [API en…
75 You will need to [enable billing][enable-billing] to use Google Cloud Internet of Things (IoT) Core.
85 ## About Cloud Internet of Things (IoT) Core
88 [Cloud Internet of Things (IoT) Core][product-docs] is a complete set of tools to connect, process,…
90 See the [Cloud Internet of Things (IoT) Core client library docs][javadocs] to learn how to
91 use this Cloud Internet of Things (IoT) Core Client Library.
104 Cloud Internet of Things (IoT) Core uses gRPC for the transport layer.
/aosp_15_r20/external/icu/icu4j/perf-tests/data/collation/
H A D2drvb10.txt149 fault. So, among other things, this "Small Print!" statement
167 things, this means that no one owns a United States copyright
178 things, Defects may take the form of incomplete, inaccurate or
230 [1] Only give exact copies of it. Among other things, this
503 2:1. Why have the Gentiles raged, and the people devised vain things?
603 4:5. Be ye angry, and sin not: the things you say in your hearts, be
607 say, Who sheweth us good things?
814 8:8. Thou hast subjected all things under his feet, all sheep and oxen:
830 9:1. Unto the end, for the hidden things of the Son. A psalm for David.
832 The hidden things of the Son. . .The humility and sufferings of Christ,
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/doc/
Dmaintenance.qbk27 Unfortunately, while most things now work, there are a number of subtle bugs where things do not wo…
39things which could be fixed easily, while at the same time learning how to use git to keep things
71 * When I want to move things from develop to master I first branch from develop a new branch which …
84 …e a maintainer are available in one place to a new maintainer. A lot of things which are well kno…
/aosp_15_r20/external/libwebsockets/minimal-examples/api-tests/api-test-fts/
H A Dthe-picture-of-dorian-gray.txt48 The artist is the creator of beautiful things. To reveal art and
51 things.
54 Those who find ugly meanings in beautiful things are corrupt without
57 Those who find beautiful meanings in beautiful things are the
59 beautiful things mean only beauty.
71 anything. Even things that are true can be proved. No artist has
278 "and as for believing things, I can believe anything, provided that it
311 "Conscience and cowardice are really the same things, Basil.
444 things differently, I think of them differently. I can now recreate
457 but which I would not part with? It is one of the best things I have
[all …]
/aosp_15_r20/external/libwebsockets/minimal-examples/http-server/minimal-http-server-fulltext-search/
H A Dthe-picture-of-dorian-gray.txt48 The artist is the creator of beautiful things. To reveal art and
51 things.
54 Those who find ugly meanings in beautiful things are corrupt without
57 Those who find beautiful meanings in beautiful things are the
59 beautiful things mean only beauty.
71 anything. Even things that are true can be proved. No artist has
278 "and as for believing things, I can believe anything, provided that it
311 "Conscience and cowardice are really the same things, Basil.
444 things differently, I think of them differently. I can now recreate
457 but which I would not part with? It is one of the best things I have
[all …]
/aosp_15_r20/external/one-true-awk/testdir/
H A Dbib183 … was upon the face of the ground, both man, and cattle, and the creeping things, and the fowl of t…
209 …moving thing that liveth shall be meat for you; even as the green herb have I given you all things.
362 After these things the word of the LORD came unto Abram in a vision, saying, Fear not, Abram: I am …
504 …se early in the morning, and called all his servants, and told all these things in their ears: and…
549 And it came to pass after these things, that God did tempt Abraham, and said unto him, Abraham: and…
568 And it came to pass after these things, that it was told Abraham, saying, Behold, Milcah, she hath …
593 And Abraham was old, and well stricken in age: and the LORD had blessed Abraham in all things.
620 And the damsel ran, and told them of her mother's house these things.
645 …d raiment, and gave them to Rebekah: he gave also to her brother and to her mother precious things.
658 And the servant told Isaac all things that he had done.
[all …]
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/examples/
Dgit.md17 add adds things
20 push pushes things
34 add adds things
37 push pushes things
42 adds things
60 adds things
Dgit-derive.md19 add adds things
22 push pushes things
36 add adds things
39 push pushes things
44 adds things
62 adds things
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap-4.5.4/examples/
H A Dgit.md14 push pushes things
15 add adds things
30 push pushes things
31 add adds things
39 adds things
55 adds things
/aosp_15_r20/external/rust/android-crates-io/crates/clap/examples/
Dgit.md14 push pushes things
15 add adds things
30 push pushes things
31 add adds things
39 adds things
55 adds things
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libdexfile/dex/
Ddex_file_layout.h31 // Layout of things that are hot (commonly accessed), these should be pinned or madvised will
34 // Layout of things that are randomly used. These should be advised to random access.
37 // Layout of things that are only used during startup, these can be madvised after launch.
39 // Layout of things that are needed probably only once (class initializers). These can be
42 // Layout of things that are thought to be unused. These things should be advised to random
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libdexfile/dex/
Ddex_file_layout.h31 // Layout of things that are hot (commonly accessed), these should be pinned or madvised will
34 // Layout of things that are randomly used. These should be advised to random access.
37 // Layout of things that are only used during startup, these can be madvised after launch.
39 // Layout of things that are needed probably only once (class initializers). These can be
42 // Layout of things that are thought to be unused. These things should be advised to random
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libdexfile/dex/
Ddex_file_layout.h31 // Layout of things that are hot (commonly accessed), these should be pinned or madvised will
34 // Layout of things that are randomly used. These should be advised to random access.
37 // Layout of things that are only used during startup, these can be madvised after launch.
39 // Layout of things that are needed probably only once (class initializers). These can be
42 // Layout of things that are thought to be unused. These things should be advised to random
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libdexfile/dex/
Ddex_file_layout.h31 // Layout of things that are hot (commonly accessed), these should be pinned or madvised will
34 // Layout of things that are randomly used. These should be advised to random access.
37 // Layout of things that are only used during startup, these can be madvised after launch.
39 // Layout of things that are needed probably only once (class initializers). These can be
42 // Layout of things that are thought to be unused. These things should be advised to random
/aosp_15_r20/art/libdexfile/dex/
H A Ddex_file_layout.h31 // Layout of things that are hot (commonly accessed), these should be pinned or madvised will
34 // Layout of things that are randomly used. These should be advised to random access.
37 // Layout of things that are only used during startup, these can be madvised after launch.
39 // Layout of things that are needed probably only once (class initializers). These can be
42 // Layout of things that are thought to be unused. These things should be advised to random
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/system/libbase/include/android-base/
Dstrings.h38 // Joins a container of things into a single string, using the given separator.
40 std::string Join(const ContainerT& things, SeparatorT separator) { in Join() argument
41 if (things.empty()) { in Join()
46 result << *things.begin(); in Join()
47 for (auto it = std::next(things.begin()); it != things.end(); ++it) { in Join()
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libdexfile/dex/
Ddex_file_layout.h31 // Layout of things that are hot (commonly accessed), these should be pinned or madvised will
34 // Layout of things that are randomly used. These should be advised to random access.
37 // Layout of things that are only used during startup, these can be madvised after launch.
39 // Layout of things that are needed probably only once (class initializers). These can be
42 // Layout of things that are thought to be unused. These things should be advised to random

12345678910>>...477