/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/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; }
|
/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/darwin-x86/clang-4393122/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-4479392/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-4579689/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-4630689/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-4639204/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-4691093/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; }
|
/prebuilts/clang/host/linux-x86/clang-4393122/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-4479392/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-4579689/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-4630689/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-4639204/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-4691093/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)));
|
/libcore/ojluni/src/main/java/sun/security/util/ |
DisabledAlgorithmConstraints.java | 223 * Constraint classes. That is addressed with 238 private Map<String, Set<Constraint>> constraintsMap = new HashMap<>(); 253 // Check if constraint is a complete disabling of an 270 // Convert constraint conditions into Constraint classes 271 Constraint c = null; 272 Constraint lastConstraint = null; 273 // Allow only one jdkCA entry per constraint entry 296 "Constraint: " + constraintEntry); 302 // Link multiple conditions for a single constraint [all...] |
/external/llvm/include/llvm/Analysis/ |
DependenceAnalysis.h | 375 /// Constraint - This private class represents a constraint, as defined 382 /// There are 5 kinds of constraint, in a hierarchy. 383 /// 1) Any - indicates no constraint, any dependence is possible. 390 class Constraint { 400 /// isEmpty - Return true if the constraint is of kind Empty. 403 /// isPoint - Return true if the constraint is of kind Point. 406 /// isDistance - Return true if the constraint is of kind Distance. 409 /// isLine - Return true if the constraint is of kind Line. 411 /// true if the constraint is of kind Distance [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/ |
DependenceAnalysis.h | 365 /// Constraint - This private class represents a constraint, as defined 372 /// There are 5 kinds of constraint, in a hierarchy. 373 /// 1) Any - indicates no constraint, any dependence is possible. 380 class Constraint { 390 /// isEmpty - Return true if the constraint is of kind Empty. 393 /// isPoint - Return true if the constraint is of kind Point. 396 /// isDistance - Return true if the constraint is of kind Distance. 399 /// isLine - Return true if the constraint is of kind Line. 401 /// true if the constraint is of kind Distance [all...] |
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/ |
DependenceAnalysis.h | 365 /// Constraint - This private class represents a constraint, as defined 372 /// There are 5 kinds of constraint, in a hierarchy. 373 /// 1) Any - indicates no constraint, any dependence is possible. 380 class Constraint { 390 /// isEmpty - Return true if the constraint is of kind Empty. 393 /// isPoint - Return true if the constraint is of kind Point. 396 /// isDistance - Return true if the constraint is of kind Distance. 399 /// isLine - Return true if the constraint is of kind Line. 401 /// true if the constraint is of kind Distance [all...] |