OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Placement
(Results
1 - 9
of
9
) sorted by null
/external/clang/test/SemaCXX/
warn-new-overaligned-3.cpp
27
struct
Placement
{
28
Placement
() {
/external/v8/src/compiler/
scheduler.h
43
//
Placement
of a node changes during scheduling. The
placement
state
54
enum
Placement
{ kUnknown, kSchedulable, kFixed, kCoupled, kScheduled };
58
BasicBlock* minimum_block_; // Minimum legal RPO
placement
.
60
Placement
placement_; // Whether the node is fixed, schedulable,
81
Placement
GetPlacement(Node* node);
82
void UpdatePlacement(Node* node,
Placement
placement
);
/external/skia/tools/
using_skia_and_harfbuzz.cpp
127
//
Placement
///////////////////////////////////////////////////////////////////
129
class
Placement
{
131
Placement
(const Config* conf, SkDocument *doc)
201
Placement
placement
(&config, doc.get());
211
placement
.WriteLine(shaper, line.c_str(), line.size());
/packages/apps/Contacts/src/com/android/contacts/list/
IndexerListAdapter.java
41
public static final class
Placement
{
52
private
Placement
mPlacementCache = new
Placement
();
218
* Computes the item's
placement
within its section and populates the {@code
placement
}
222
public
Placement
getItemPlacementInSection(int position) {
/packages/apps/Dialer/java/com/android/contacts/common/list/
IndexerListAdapter.java
32
private
Placement
mPlacementCache = new
Placement
();
169
* Computes the item's
placement
within its section and populates the {@code
placement
} object
173
public
Placement
getItemPlacementInSection(int position) {
203
public static final class
Placement
{
/packages/apps/Messaging/src/com/android/messaging/ui/
SnackBar.java
85
* Defines the
placement
of the snack bar (e.g. anchored view, anchor gravity).
87
public static class
Placement
{
91
private
Placement
(@NonNull final View anchorView, final boolean anchorAbove) {
108
public static
Placement
above(final View anchorView) {
109
return new
Placement
(anchorView, true);
115
public static
Placement
below(final View anchorView) {
116
return new
Placement
(anchorView, false);
131
private
Placement
mPlacement;
173
* Place the snack bar with the given
placement
requirement.
175
public Builder withPlacement(final
Placement
placement)
[
all
...]
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationFragment.java
[
all
...]
/prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar
/prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-ec2/1.11.18/
aws-java-sdk-ec2-1.11.18.jar
Completed in 328 milliseconds