Searched refs:Constraints (Results 1 - 25 of 48) sorted by relevance

12

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
H A DRTCMediaConstraintsNative.h39 const MediaConstraintsInterface::Constraints& mandatory,
40 const MediaConstraintsInterface::Constraints& optional);
41 virtual const Constraints& GetMandatory() const;
42 virtual const Constraints& GetOptional() const;
45 MediaConstraintsInterface::Constraints mandatory_;
46 MediaConstraintsInterface::Constraints optional_;
H A DRTCMediaConstraintsNative.cc37 const MediaConstraintsInterface::Constraints& mandatory,
38 const MediaConstraintsInterface::Constraints& optional)
41 const MediaConstraintsInterface::Constraints&
46 const MediaConstraintsInterface::Constraints&
H A DRTCMediaConstraints.mm43 webrtc::MediaConstraintsInterface::Constraints _mandatory;
44 webrtc::MediaConstraintsInterface::Constraints _optional;
58 + (webrtc::MediaConstraintsInterface::Constraints)
60 webrtc::MediaConstraintsInterface::Constraints constraints;
/external/chromium_org/content/renderer/media/
H A Drtc_media_constraints.h19 // Constraints are used by PeerConnection and getUserMedia API calls.
25 virtual const Constraints& GetMandatory() const OVERRIDE;
26 virtual const Constraints& GetOptional() const OVERRIDE;
30 Constraints mandatory_;
31 Constraints optional_;
H A Drtc_media_constraints.cc18 webrtc::MediaConstraintsInterface::Constraints* native_constraints) {
59 const webrtc::MediaConstraintsInterface::Constraints&
64 const webrtc::MediaConstraintsInterface::Constraints&
H A Dmock_media_stream_dependency_factory.h61 const webrtc::MediaConstraintsInterface::Constraints& optional_constraints() {
65 const webrtc::MediaConstraintsInterface::Constraints&
76 webrtc::MediaConstraintsInterface::Constraints optional_constraints_;
77 webrtc::MediaConstraintsInterface::Constraints mandatory_constraints_;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dmediaconstraintsinterface.cc39 bool MediaConstraintsInterface::Constraints::FindFirst(
41 for (Constraints::const_iterator iter = begin(); iter != end(); ++iter) {
H A Dmediaconstraintsinterface.h55 class Constraints : public std::vector<Constraint> { class in class:webrtc::MediaConstraintsInterface
60 virtual const Constraints& GetMandatory() const = 0;
61 virtual const Constraints& GetOptional() const = 0;
99 // Constraints values.
H A Dlocalaudiosource.cc60 bool FromConstraints(const MediaConstraintsInterface::Constraints& constraints,
63 MediaConstraintsInterface::Constraints::const_iterator iter;
H A Dlocalvideosource.cc127 const MediaConstraintsInterface::Constraints& constraints,
129 typedef MediaConstraintsInterface::Constraints::const_iterator
236 const MediaConstraintsInterface::Constraints& mandatory,
237 const MediaConstraintsInterface::Constraints& optional,
239 typedef MediaConstraintsInterface::Constraints::const_iterator
266 // Constraints are optional and since the performance of a video call
376 MediaConstraintsInterface::Constraints mandatory_constraints =
378 MediaConstraintsInterface::Constraints optional_constraints;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
H A Dfakeconstraints.h44 virtual const Constraints& GetMandatory() const {
48 virtual const Constraints& GetOptional() const {
112 Constraints mandatory_;
113 Constraints optional_;
/external/llvm/lib/IR/
H A DInlineAsm.cpp29 StringRef Constraints, bool hasSideEffects,
31 InlineAsmKeyType Key(AsmString, Constraints, hasSideEffects, isAlignStack,
41 AsmString(asmString), Constraints(constraints),
213 InlineAsm::ParseConstraints(StringRef Constraints) { argument
217 for (StringRef::iterator I = Constraints.begin(),
218 E = Constraints.end(); I != E; ) {
249 ConstraintInfoVector Constraints = ParseConstraints(ConstStr);
252 if (Constraints.empty() && !ConstStr.empty()) return false;
257 for (unsigned i = 0, e = Constraints.size(); i != e; ++i) {
258 switch (Constraints[
28 get(FunctionType *Ty, StringRef AsmString, StringRef Constraints, bool hasSideEffects, bool isAlignStack, AsmDialect asmDialect) argument
[all...]
/external/llvm/include/llvm/IR/
H A DInlineAsm.h50 std::string AsmString, Constraints; member in class:llvm::InlineAsm
56 const std::string &Constraints, bool hasSideEffects,
68 StringRef Constraints, bool hasSideEffects,
87 const std::string &getConstraintString() const { return Constraints; }
93 static bool Verify(FunctionType *Ty, StringRef Constraints);
188 return ParseConstraints(Constraints);
/external/guava/guava-tests/test/com/google/common/collect/
H A DConstraintsTest.java39 * Tests for {@code Constraints}.
66 Constraint<? super String> constraint = Constraints.notNull();
77 Collection<String> constrained = Constraints.constrainedCollection(
89 Collection<String> constrained = Constraints.constrainedCollection(
105 Set<String> constrained = Constraints.constrainedSet(set, TEST_CONSTRAINT);
119 Set<String> constrained = Constraints.constrainedSet(set, TEST_CONSTRAINT);
134 SortedSet<String> constrained = Constraints.constrainedSortedSet(
152 SortedSet<String> constrained = Constraints.constrainedSortedSet(
180 List<String> constrained = Constraints.constrainedList(
209 List<String> constrained = Constraints
[all...]
/external/clang/lib/Sema/
H A DSemaStmtAsm.cpp84 StringLiteral **Constraints = local
97 StringLiteral *Literal = Constraints[i];
129 StringLiteral *Literal = Constraints[i];
206 NumInputs, Names, Constraints, Exprs.data(),
253 StringLiteral *Literal = Constraints[ConstraintIdx];
476 ArrayRef<StringRef> Constraints,
484 Constraints, Exprs, AsmString,
472 ActOnMSAsmStmt(SourceLocation AsmLoc, SourceLocation LBraceLoc, ArrayRef<Token> AsmToks, StringRef AsmString, unsigned NumOutputs, unsigned NumInputs, ArrayRef<StringRef> Constraints, ArrayRef<StringRef> Clobbers, ArrayRef<Expr*> Exprs, SourceLocation EndLoc) argument
/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h73 uint32_t Constraints; member in class:llvm::MCOperandInfo
154 (OpInfo[OpNum].Constraints & (1 << Constraint))) {
156 return (int)(OpInfo[OpNum].Constraints >> Pos) & 0xf;
/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h105 std::vector<ConstraintInfo> Constraints; member in struct:llvm::CGIOperandList::OperandInfo
118 for (unsigned j = 0, e = Constraints.size(); j != e; ++j) {
119 const CGIOperandList::ConstraintInfo &CI = Constraints[j];
H A DCodeGenInstruction.cpp125 OperandList[i].Constraints.resize(OperandList[i].MINumOperands);
211 if (!Ops[Op.first].Constraints[Op.second].isNone())
213 Ops[Op.first].Constraints[Op.second] =
245 if (!Ops[DestOp.first].Constraints[DestOp.second].isNone())
248 Ops[DestOp.first].Constraints[DestOp.second] =
334 // Parse Constraints.
335 ParseConstraints(R->getValueAsString("Constraints"), Operands);
/external/clang/lib/CodeGen/
H A DCGStmt.cpp1510 std::string Constraints; local
1539 if (!Constraints.empty())
1540 Constraints += ',';
1545 Constraints += "=" + OutputConstraint;
1584 Constraints += "=*";
1585 Constraints += OutputConstraint;
1617 if (!Constraints.empty())
1618 Constraints += ',';
1630 llvm::Value *Arg = EmitAsmInput(Info, InputExpr, Constraints);
1668 Constraints
[all...]
/external/clang/lib/AST/
H A DStmt.cpp390 StringLiteral **Constraints,
410 C.Deallocate(this->Constraints);
411 this->Constraints = new (C) StringLiteral*[NumExprs];
412 std::copy(Constraints, Constraints + NumExprs, this->Constraints);
645 Constraints = new (C) StringLiteral*[NumExprs];
646 std::copy(constraints, constraints + NumExprs, Constraints);
696 Constraints = new (C) StringRef[NumExprs];
698 Constraints[
388 setOutputsAndInputsAndClobbers(ASTContext &C, IdentifierInfo **Names, StringLiteral **Constraints, Stmt **Exprs, unsigned NumOutputs, unsigned NumInputs, StringLiteral **Clobbers, unsigned NumClobbers) argument
[all...]
/external/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h115 SmallVectorImpl<std::string> &Constraints,
/external/nist-pkits/
H A Dextract-pkits-tests.pl153 if ($_ =~ /^\s*4\.13 Name Constraints\s*$/) {
/external/guava/guava/src/com/google/common/collect/
H A DConstraints.java41 public final class Constraints { class
42 private Constraints() {} method in class:Constraints
85 /** @see Constraints#constrainedCollection */
124 /** @see Constraints#constrainedSet */
162 /** @see Constraints#constrainedSortedSet */
214 /** @see Constraints#constrainedList */
259 /** @see Constraints#constrainedList */
282 /** @see Constraints#constrainedListIterator */
336 /** @see Constraints#constrainedMultiset */
/external/clang/include/clang/AST/
H A DStmt.h1502 StringLiteral **Constraints; member in class:clang::GCCAsmStmt
1517 Constraints(0), Clobbers(0), Names(0) { }
1596 return Constraints[i];
1599 return Constraints[i];
1624 return Constraints[i + NumOutputs];
1627 return Constraints[i + NumOutputs];
1640 StringLiteral **Constraints,
1678 StringRef *Constraints; member in class:clang::MSAsmStmt
1693 NumAsmToks(0), AsmToks(0), Constraints(0), Clobbers(0) { }
1715 return Constraints[
[all...]
/external/clang/lib/Parse/
H A DParseStmt.cpp2134 SmallVector<std::string, 4> Constraints; local
2137 NumOutputs, NumInputs, OpExprs, Constraints,
2161 ConstraintRefs[i] = StringRef(Constraints[i]);
2230 ExprVector Constraints; local
2239 Constraints, Exprs, AsmString.take(),
2251 ParseAsmOperandsOpt(Names, Constraints, Exprs))
2269 ParseAsmOperandsOpt(Names, Constraints, Exprs))
2273 assert(Names.size() == Constraints.size() &&
2274 Constraints.size() == Exprs.size() &&
2302 NumInputs, Names.data(), Constraints, Expr
2320 ParseAsmOperandsOpt(SmallVectorImpl<IdentifierInfo *> &Names, SmallVectorImpl<Expr *> &Constraints, SmallVectorImpl<Expr *> &Exprs) argument
[all...]

Completed in 389 milliseconds

12