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

1 2 3 4 5 6 7 8 9

  /external/webrtc/talk/app/webrtc/objc/
RTCMediaConstraintsNative.h 39 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_;
RTCMediaConstraintsNative.cc 37 const MediaConstraintsInterface::Constraints& mandatory,
38 const MediaConstraintsInterface::Constraints& optional)
41 const MediaConstraintsInterface::Constraints&
46 const MediaConstraintsInterface::Constraints&
RTCMediaConstraints.mm 38 // TODO(hughv): Add accessors for mandatory and optional constraints.
43 webrtc::MediaConstraintsInterface::Constraints _mandatory;
44 webrtc::MediaConstraintsInterface::Constraints _optional;
58 + (webrtc::MediaConstraintsInterface::Constraints)constraintsFromArray:
60 webrtc::MediaConstraintsInterface::Constraints constraints;
62 constraints.push_back(webrtc::MediaConstraintsInterface::Constraint(
65 return constraints;
72 - (const webrtc::RTCMediaConstraintsNative*)constraints {
  /external/webrtc/webrtc/api/objc/
RTCMediaConstraints+Private.h 23 const MediaConstraintsInterface::Constraints& mandatory,
24 const MediaConstraintsInterface::Constraints& optional);
25 virtual const Constraints& GetMandatory() const;
26 virtual const Constraints& GetOptional() const;
29 MediaConstraintsInterface::Constraints mandatory_;
30 MediaConstraintsInterface::Constraints optional_;
46 /** Return a native Constraints object representing these constraints */
47 + (webrtc::MediaConstraintsInterface::Constraints)
49 (NSDictionary<NSString *, NSString *> *)constraints;
    [all...]
RTCMediaConstraints.mm 23 const MediaConstraintsInterface::Constraints& mandatory,
24 const MediaConstraintsInterface::Constraints& optional)
27 const MediaConstraintsInterface::Constraints&
32 const MediaConstraintsInterface::Constraints&
67 webrtc::MediaConstraintsInterface::Constraints mandatory =
69 webrtc::MediaConstraintsInterface::Constraints optional =
77 + (webrtc::MediaConstraintsInterface::Constraints)
79 (NSDictionary<NSString *, NSString *> *)constraints {
80 webrtc::MediaConstraintsInterface::Constraints nativeConstraints;
81 for (NSString *key in constraints) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
PBQPRAConstraint.h 38 /// constraints (e.g. Spill-costs, interference, coalescing).
49 /// Constraints added to this list will be applied, in the order that they are
54 for (auto &C : Constraints)
60 Constraints.push_back(std::move(C));
63 std::vector<std::unique_ptr<PBQPRAConstraint>> Constraints;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
PBQPRAConstraint.h 38 /// constraints (e.g. Spill-costs, interference, coalescing).
49 /// Constraints added to this list will be applied, in the order that they are
54 for (auto &C : Constraints)
60 Constraints.push_back(std::move(C));
63 std::vector<std::unique_ptr<PBQPRAConstraint>> Constraints;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
PBQPRAConstraint.h 38 /// constraints (e.g. Spill-costs, interference, coalescing).
49 /// Constraints added to this list will be applied, in the order that they are
54 for (auto &C : Constraints)
60 Constraints.push_back(std::move(C));
63 std::vector<std::unique_ptr<PBQPRAConstraint>> Constraints;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
PBQPRAConstraint.h 38 /// constraints (e.g. Spill-costs, interference, coalescing).
49 /// Constraints added to this list will be applied, in the order that they are
54 for (auto &C : Constraints)
60 Constraints.push_back(std::move(C));
63 std::vector<std::unique_ptr<PBQPRAConstraint>> Constraints;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
PBQPRAConstraint.h 38 /// constraints (e.g. Spill-costs, interference, coalescing).
49 /// Constraints added to this list will be applied, in the order that they are
54 for (auto &C : Constraints)
60 Constraints.push_back(std::move(C));
63 std::vector<std::unique_ptr<PBQPRAConstraint>> Constraints;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
PBQPRAConstraint.h 38 /// constraints (e.g. Spill-costs, interference, coalescing).
49 /// Constraints added to this list will be applied, in the order that they are
54 for (auto &C : Constraints)
60 Constraints.push_back(std::move(C));
63 std::vector<std::unique_ptr<PBQPRAConstraint>> Constraints;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
PBQPRAConstraint.h 38 /// constraints (e.g. Spill-costs, interference, coalescing).
49 /// Constraints added to this list will be applied, in the order that they are
54 for (auto &C : Constraints)
60 Constraints.push_back(std::move(C));
63 std::vector<std::unique_ptr<PBQPRAConstraint>> Constraints;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
PBQPRAConstraint.h 38 /// constraints (e.g. Spill-costs, interference, coalescing).
49 /// Constraints added to this list will be applied, in the order that they are
54 for (auto &C : Constraints)
60 Constraints.push_back(std::move(C));
63 std::vector<std::unique_ptr<PBQPRAConstraint>> Constraints;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
PBQPRAConstraint.h 38 /// constraints (e.g. Spill-costs, interference, coalescing).
49 /// Constraints added to this list will be applied, in the order that they are
54 for (auto &C : Constraints)
60 Constraints.push_back(std::move(C));
63 std::vector<std::unique_ptr<PBQPRAConstraint>> Constraints;
  /external/webrtc/talk/app/webrtc/test/
fakeconstraints.h 44 virtual const Constraints& GetMandatory() const {
48 virtual const Constraints& GetOptional() const {
61 for (Constraints::iterator iter = mandatory_.begin();
127 Constraints mandatory_;
128 Constraints optional_;
  /external/webrtc/webrtc/api/objctests/
RTCMediaConstraintsTest.mm 29 RTCMediaConstraints *constraints = [[RTCMediaConstraints alloc]
33 [constraints nativeConstraints];
35 webrtc::MediaConstraintsInterface::Constraints nativeMandatory =
39 webrtc::MediaConstraintsInterface::Constraints nativeOptional =
44 - (void)expectConstraints:(NSDictionary *)constraints
46 (webrtc::MediaConstraintsInterface::Constraints)nativeConstraints {
47 EXPECT_EQ(constraints.count, nativeConstraints.size());
49 for (NSString *key in constraints) {
50 NSString *value = constraints[key];
  /external/webrtc/talk/app/webrtc/
mediaconstraintsinterface.h 31 // used in WebRTC: http://dev.w3.org/2011/webrtc/editor/webrtc.html#constraints.
42 // Interface used for passing arguments about media constraints
55 class Constraints : public std::vector<Constraint> {
60 virtual const Constraints& GetMandatory() const = 0;
61 virtual const Constraints& GetOptional() const = 0;
64 // Specified by draft-alvestrand-constraints-resolution-00b
103 // Constraints values.
108 // Temporary pseudo-constraints used to enable DTLS-SRTP
110 // Temporary pseudo-constraints used to enable DataChannels
138 // The prefix of internal-only constraints whose JS set values should b
    [all...]
  /external/llvm/lib/IR/
InlineAsm.cpp 28 StringRef Constraints, bool hasSideEffects,
30 InlineAsmKeyType Key(AsmString, Constraints, FTy, hasSideEffects,
37 const std::string &constraints, bool hasSideEffects,
40 AsmString(asmString), Constraints(constraints), FTy(FTy),
45 assert(Verify(getFunctionType(), constraints) &&
46 "Function type not legal for constraints!");
139 // Parse the various constraints.
185 // FIXME: For now assuming these are 2-character constraints.
211 InlineAsm::ParseConstraints(StringRef Constraints) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
InlineAsm.cpp 29 StringRef Constraints, bool hasSideEffects,
31 InlineAsmKeyType Key(AsmString, Constraints, hasSideEffects, isAlignStack);
37 const std::string &constraints, bool hasSideEffects,
41 Constraints(constraints), HasSideEffects(hasSideEffects),
45 assert(Verify(getFunctionType(), constraints) &&
46 "Function type not legal for constraints!");
145 // Parse the various constraints.
186 // FIXME: For now assuming these are 2-character constraints.
212 InlineAsm::ParseConstraints(StringRef Constraints) {
    [all...]
  /external/llvm/include/llvm/IR/
InlineAsm.h 46 std::string AsmString, Constraints;
53 const std::string &Constraints, bool hasSideEffects,
65 StringRef Constraints, bool hasSideEffects,
84 const std::string &getConstraintString() const { return Constraints; }
90 static bool Verify(FunctionType *Ty, StringRef Constraints);
151 /// isMultipleAlternative - '|': has multiple-alternative constraints.
154 /// multipleAlternatives - If there are multiple alternative constraints,
175 /// constraints and their prefixes. If this returns an empty vector, and if
179 /// ParseConstraints - Parse the constraints of this inlineasm object,
182 return ParseConstraints(Constraints);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
InlineAsm.h 42 std::string AsmString, Constraints;
47 const std::string &Constraints, bool hasSideEffects,
59 StringRef Constraints, bool hasSideEffects,
76 const std::string &getConstraintString() const { return Constraints; }
82 static bool Verify(FunctionType *Ty, StringRef Constraints);
143 /// isMultipleAlternative - '|': has multiple-alternative constraints.
146 /// multipleAlternatives - If there are multiple alternative constraints,
170 /// constraints and their prefixes. If this returns an empty vector, and if
174 /// ParseConstraints - Parse the constraints of this inlineasm object,
177 return ParseConstraints(Constraints);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 42 std::string AsmString, Constraints;
49 const std::string &Constraints, bool hasSideEffects,
64 StringRef Constraints, bool hasSideEffects,
83 const std::string &getConstraintString() const { return Constraints; }
89 static bool Verify(FunctionType *Ty, StringRef Constraints);
152 /// isMultipleAlternative - '|': has multiple-alternative constraints.
155 /// multipleAlternatives - If there are multiple alternative constraints,
176 /// constraints and their prefixes. If this returns an empty vector, and if
180 /// ParseConstraints - Parse the constraints of this inlineasm object,
183 return ParseConstraints(Constraints);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 42 std::string AsmString, Constraints;
49 const std::string &Constraints, bool hasSideEffects,
64 StringRef Constraints, bool hasSideEffects,
83 const std::string &getConstraintString() const { return Constraints; }
89 static bool Verify(FunctionType *Ty, StringRef Constraints);
152 /// isMultipleAlternative - '|': has multiple-alternative constraints.
155 /// multipleAlternatives - If there are multiple alternative constraints,
176 /// constraints and their prefixes. If this returns an empty vector, and if
180 /// ParseConstraints - Parse the constraints of this inlineasm object,
183 return ParseConstraints(Constraints);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 42 std::string AsmString, Constraints;
49 const std::string &Constraints, bool hasSideEffects,
64 StringRef Constraints, bool hasSideEffects,
83 const std::string &getConstraintString() const { return Constraints; }
89 static bool Verify(FunctionType *Ty, StringRef Constraints);
152 /// isMultipleAlternative - '|': has multiple-alternative constraints.
155 /// multipleAlternatives - If there are multiple alternative constraints,
176 /// constraints and their prefixes. If this returns an empty vector, and if
180 /// ParseConstraints - Parse the constraints of this inlineasm object,
183 return ParseConstraints(Constraints);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 42 std::string AsmString, Constraints;
49 const std::string &Constraints, bool hasSideEffects,
64 StringRef Constraints, bool hasSideEffects,
83 const std::string &getConstraintString() const { return Constraints; }
89 static bool Verify(FunctionType *Ty, StringRef Constraints);
152 /// isMultipleAlternative - '|': has multiple-alternative constraints.
155 /// multipleAlternatives - If there are multiple alternative constraints,
176 /// constraints and their prefixes. If this returns an empty vector, and if
180 /// ParseConstraints - Parse the constraints of this inlineasm object,
183 return ParseConstraints(Constraints);
    [all...]

Completed in 750 milliseconds

1 2 3 4 5 6 7 8 9