HomeSort by relevance Sort by last modified time
    Searched refs:Constraint (Results 1 - 25 of 279) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/guava/guava/src/com/google/common/collect/
Constraint.java 22 * A constraint that an element must satisfy in order to be added to a
37 * passed-in element. A non-deterministic constraint cannot reliably enforce
38 * that all the collection's elements meet the constraint, since the constraint
44 interface Constraint<E> {
57 * Returns a brief human readable description of this constraint, such as
Constraints.java 31 * Factories and utilities pertaining to the {@link Constraint} interface.
42 * constraint. Any operations that add new elements to the collection will
43 * call the provided constraint. However, this method does not verify that
44 * existing elements satisfy the constraint.
49 * @param constraint the constraint that validates added elements
53 Collection<E> collection, Constraint<? super E> constraint) {
54 return new ConstrainedCollection<E>(collection, constraint);
60 private final Constraint<? super E> constraint field in class:Constraints.ConstrainedCollection
99 private final Constraint<? super E> constraint; field in class:Constraints.ConstrainedSet
137 final Constraint<? super E> constraint; field in class:Constraints.ConstrainedSortedSet
190 final Constraint<? super E> constraint; field in class:Constraints.ConstrainedList
257 private final Constraint<? super E> constraint; field in class:Constraints.ConstrainedListIterator
    [all...]
  /external/r8/src/main/java/com/android/tools/r8/ir/conversion/
OptimizationFeedback.java 8 import com.android.tools.r8.ir.optimize.Inliner.Constraint;
14 void markProcessed(DexEncodedMethod method, Constraint state);
OptimizationFeedbackDirect.java 8 import com.android.tools.r8.ir.optimize.Inliner.Constraint;
28 public void markProcessed(DexEncodedMethod method, Constraint state) {
OptimizationFeedbackIgnore.java 8 import com.android.tools.r8.ir.optimize.Inliner.Constraint;
22 public void markProcessed(DexEncodedMethod method, Constraint state) {}
  /external/llvm/include/llvm/MC/MCParser/
MCParsedAsmOperand.h 29 /// Constraint - The constraint on this operand. Only valid when parsing
31 std::string Constraint;
36 // that verbosity, just rely on defaulted copy ops. It's only the Constraint
45 void setConstraint(StringRef C) { Constraint = C.str(); }
46 StringRef getConstraint() { return Constraint; }
  /external/r8/src/main/java/com/android/tools/r8/ir/code/
Unop.java 9 import com.android.tools.r8.ir.optimize.Inliner.Constraint;
46 public Constraint inliningConstraint(AppInfo info, DexType holder) {
47 return Constraint.ALWAYS;
FieldInstruction.java 12 import com.android.tools.r8.ir.optimize.Inliner.Constraint;
45 public Constraint inliningConstraint(AppInfo info, DexType holder) {
53 return Constraint.ALWAYS;
56 return Constraint.PRIVATE;
59 return Constraint.PACKAGE;
62 return Constraint.NEVER;
InstanceOf.java 12 import com.android.tools.r8.ir.optimize.Inliner.Constraint;
78 public Constraint inliningConstraint(AppInfo info, DexType holder) {
81 return Constraint.NEVER;
84 return Constraint.ALWAYS;
86 return Constraint.NEVER;
Argument.java 10 import com.android.tools.r8.ir.optimize.Inliner.Constraint;
70 public Constraint inliningConstraint(AppInfo info, DexType holder) {
71 return Constraint.ALWAYS;
JumpInstruction.java 8 import com.android.tools.r8.ir.optimize.Inliner.Constraint;
50 public Constraint inliningConstraint(AppInfo info, DexType holder) {
51 return Constraint.ALWAYS;
Move.java 11 import com.android.tools.r8.ir.optimize.Inliner.Constraint;
84 public Constraint inliningConstraint(AppInfo info, DexType holder) {
85 return Constraint.ALWAYS;
Throw.java 10 import com.android.tools.r8.ir.optimize.Inliner.Constraint;
66 public Constraint inliningConstraint(AppInfo info, DexType holder) {
67 return Constraint.ALWAYS;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCParsedAsmOperand.h 30 /// Constraint - The constraint on this operand. Only valid when parsing
32 std::string Constraint;
37 // that verbosity, just rely on defaulted copy ops. It's only the Constraint
46 void setConstraint(StringRef C) { Constraint = C.str(); }
47 StringRef getConstraint() { return Constraint; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCParsedAsmOperand.h 30 /// Constraint - The constraint on this operand. Only valid when parsing
32 std::string Constraint;
37 // that verbosity, just rely on defaulted copy ops. It's only the Constraint
46 void setConstraint(StringRef C) { Constraint = C.str(); }
47 StringRef getConstraint() { return Constraint; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCParsedAsmOperand.h 30 /// Constraint - The constraint on this operand. Only valid when parsing
32 std::string Constraint;
37 // that verbosity, just rely on defaulted copy ops. It's only the Constraint
46 void setConstraint(StringRef C) { Constraint = C.str(); }
47 StringRef getConstraint() { return Constraint; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCParsedAsmOperand.h 30 /// Constraint - The constraint on this operand. Only valid when parsing
32 std::string Constraint;
37 // that verbosity, just rely on defaulted copy ops. It's only the Constraint
46 void setConstraint(StringRef C) { Constraint = C.str(); }
47 StringRef getConstraint() { return Constraint; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCParsedAsmOperand.h 30 /// Constraint - The constraint on this operand. Only valid when parsing
32 std::string Constraint;
37 // that verbosity, just rely on defaulted copy ops. It's only the Constraint
46 void setConstraint(StringRef C) { Constraint = C.str(); }
47 StringRef getConstraint() { return Constraint; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCParsedAsmOperand.h 30 /// Constraint - The constraint on this operand. Only valid when parsing
32 std::string Constraint;
37 // that verbosity, just rely on defaulted copy ops. It's only the Constraint
46 void setConstraint(StringRef C) { Constraint = C.str(); }
47 StringRef getConstraint() { return Constraint; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCParsedAsmOperand.h 30 /// Constraint - The constraint on this operand. Only valid when parsing
32 std::string Constraint;
37 // that verbosity, just rely on defaulted copy ops. It's only the Constraint
46 void setConstraint(StringRef C) { Constraint = C.str(); }
47 StringRef getConstraint() { return Constraint; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCParsedAsmOperand.h 30 /// Constraint - The constraint on this operand. Only valid when parsing
32 std::string Constraint;
37 // that verbosity, just rely on defaulted copy ops. It's only the Constraint
46 void setConstraint(StringRef C) { Constraint = C.str(); }
47 StringRef getConstraint() { return Constraint; }
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DependencyGraph.java 55 /** Format to chain constraint dependencies: button 1 above button2 etc */
71 // the parent id from a constraint, only via parent-relative params
101 Constraint constraint = new Constraint(type, view, parentView); local
102 view.dependsOn.add(constraint);
103 parentView.dependedOnBy.add(constraint);
106 // id-based constraint.
117 Constraint constraint = new Constraint(type, view, target) local
304 Constraint constraint = path.get(i); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
Parameter.java 89 enum Constraint {
91 * This value must be unique. This constraint usually only makes sense
99 * This value must already exist. This constraint usually only makes sense
136 public static Constraint get(String name) {
138 return Constraint.valueOf(name.toUpperCase(Locale.US));
140 AdtPlugin.printErrorToConsole("Unexpected template constraint '" + name + "'");
145 for (Constraint s : Constraint.values()) {
209 public final EnumSet<Constraint> constraints;
235 EnumSet<Constraint> constraintSet = null
237 Constraint constraint = Constraint.get(s); local
    [all...]
  /external/webrtc/talk/app/webrtc/
mediaconstraintsinterface.h 46 struct Constraint {
47 Constraint() {}
48 Constraint(const std::string& key, const std::string value)
55 class Constraints : public std::vector<Constraint> {
63 // Constraint keys used by a local video source.
74 // Constraint keys used by a local audio source.
91 // Google-specific constraint keys for a local video source
94 // Constraint keys for CreateOffer / CreateAnswer
107 // PeerConnection constraint keys.
112 // Google-specific constraint keys
    [all...]
  /external/webrtc/talk/app/webrtc/test/
fakeconstraints.h 54 mandatory_.push_back(Constraint(key, rtc::ToString<T>(value)));
69 mandatory_.push_back(Constraint(key, rtc::ToString<T>(value)));
74 optional_.push_back(Constraint(key, rtc::ToString<T>(value)));

Completed in 681 milliseconds

1 2 3 4 5 6 7 8 91011>>