HomeSort by relevance Sort by last modified time
    Searched refs:constraints (Results 51 - 75 of 318) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webrtc/talk/app/webrtc/
peerconnectionfactory.h 60 const MediaConstraintsInterface* constraints,
71 const MediaConstraintsInterface* constraints) override;
75 const MediaConstraintsInterface* constraints) override;
peerconnectionfactory.cc 211 const MediaConstraintsInterface* constraints) {
214 LocalAudioSource::Create(options_, constraints));
221 const MediaConstraintsInterface* constraints) {
224 channel_manager_.get(), capturer, constraints, false));
251 const MediaConstraintsInterface* constraints,
273 if (!pc->Initialize(configuration, constraints, std::move(allocator),
peerconnectioninterface.h 373 const MediaConstraintsInterface* constraints) {}
383 const MediaConstraintsInterface* constraints) = 0;
398 const MediaConstraintsInterface* constraints) {
530 const MediaConstraintsInterface* constraints,
539 // |constraints| decides audio processing settings but can be NULL.
541 const MediaConstraintsInterface* constraints) = 0;
544 // |capturer|. |constraints| decides video resolution and frame rate but can
548 const MediaConstraintsInterface* constraints) = 0;
videosource.cc 106 // Fills |format_out| with the max width and height allowed by |constraints|.
108 const MediaConstraintsInterface::Constraints& constraints,
110 typedef MediaConstraintsInterface::Constraints::const_iterator
114 for (ConstraintsIterator constraints_it = constraints.begin();
115 constraints_it != constraints.end(); ++constraints_it)
181 // These are actually options, not constraints, so they can be satisfied
209 // Returns a vector of cricket::VideoFormat that best match |constraints|.
211 const MediaConstraintsInterface::Constraints& mandatory,
212 const MediaConstraintsInterface::Constraints& optional
    [all...]
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/webrtc/talk/app/webrtc/test/
peerconnectiontestwrapper.h 48 bool CreatePc(const webrtc::MediaConstraintsInterface* constraints);
74 void CreateOffer(const webrtc::MediaConstraintsInterface* constraints);
75 void CreateAnswer(const webrtc::MediaConstraintsInterface* constraints);
  /libcore/ojluni/src/main/java/sun/security/validator/
Validator.java 245 * @param constraints algorithm constraints for certification path
258 AlgorithmConstraints constraints,
260 chain = engineValidate(chain, otherCerts, constraints, parameter);
272 AlgorithmConstraints constraints,
SimpleValidator.java 126 AlgorithmConstraints constraints,
144 // create default algorithm constraints checker
148 // create application level algorithm constraints checker
150 if (constraints != null) {
151 appAlgChecker = new AlgorithmChecker(anchor, constraints);
222 // Check the basic constraints extension
304 int constraints = cert.getBasicConstraints(); local
305 // reject, if extension missing or not a CA (constraints == -1)
306 if (constraints < 0) {
315 throw new ValidatorException("Violated path length constraints",
    [all...]
  /frameworks/base/tools/aapt2/split/
TableSplitter_test.cpp 72 std::vector<SplitConstraints> constraints; local
73 constraints.push_back(SplitConstraints{ { test::parseConfigOrDie("land-mdpi") } });
74 constraints.push_back(SplitConstraints{ { test::parseConfigOrDie("land-xhdpi") } });
76 TableSplitter splitter(constraints, TableSplitterOptions{});
  /hardware/qcom/display/msm8996/sdm/libs/core/
strategy.h 44 DisplayError GetNextStrategy(StrategyConstraints *constraints);
comp_manager.cpp 204 StrategyConstraints *constraints = &display_comp_ctx->constraints; local
206 constraints->safe_mode = safe_mode_;
207 constraints->use_cursor = false;
208 constraints->max_layers = max_layers_;
212 constraints->max_layers = 2;
217 constraints->safe_mode = true;
225 constraints->safe_mode = true;
229 constraints->use_cursor = true;
259 error = display_comp_ctx->strategy->GetNextStrategy(&display_comp_ctx->constraints);
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/concept/detail/
general.hpp 46 static void failed() { ((Model*)0)->constraints(); }
  /toolchain/binutils/binutils-2.25/include/opcode/
xgate.h 83 char * constraints; /* Constraint chars. */ member in struct:xgate_opcode
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/
SimplexTableau.java 74 /** Linear constraints. */
75 private final List<LinearConstraint> constraints; field in class:SimplexTableau
101 * @param constraints linear constraints
108 final Collection<LinearConstraint> constraints,
112 this.constraints = normalizeConstraints(constraints);
158 int height = constraints.size() + getNumObjectiveFunctions();
181 for (int i = 0; i < constraints.size(); i++) {
182 LinearConstraint constraint = constraints.get(i)
    [all...]
  /external/ceres-solver/internal/ceres/
reorder_program.cc 95 vector<int> constraints;
97 constraints.push_back(
102 &constraints[0],
271 vector<int> constraints; local
276 constraints.push_back(
281 // Renumber the entries of constraints to be contiguous integers
284 MapValuesToContiguousRange(constraints.size(), &constraints[0]);
298 &constraints[0],
  /external/proguard/src/proguard/gui/
ProGuardGUI.java 174 // Create some constraints that can be reused.
175 GridBagConstraints constraints = new GridBagConstraints(); local
176 constraints.anchor = GridBagConstraints.WEST;
177 constraints.insets = new Insets(0, 4, 0, 4);
183 constraintsStretch.insets = constraints.insets;
188 constraintsLast.insets = constraints.insets;
195 constraintsLastStretch.insets = constraints.insets;
203 //splashPanelConstraints.insets = constraints.insets;
218 panelConstraints.insets = constraints.insets;
226 stretchPanelConstraints.insets = constraints.insets
347 shrinkingOptionsPanel.add(tip(printUsageCheckBox, "printUsageTip"), constraints); local
381 obfuscationOptionsPanel.add(tip(printMappingCheckBox, "printMappingTip"), constraints); local
384 obfuscationOptionsPanel.add(tip(applyMappingCheckBox, "applyMappingTip"), constraints); local
387 obfuscationOptionsPanel.add(tip(obfuscationDictionaryCheckBox, "obfuscationDictionaryTip"), constraints); local
390 obfuscationOptionsPanel.add(tip(classObfuscationDictionaryCheckBox, "classObfuscationDictionaryTip"), constraints); local
393 obfuscationOptionsPanel.add(tip(packageObfuscationDictionaryCheckBox, "packageObfuscationDictionaryTip"), constraints); local
399 obfuscationOptionsPanel.add(tip(keepPackageNamesCheckBox, "keepPackageNamesTip"), constraints); local
401 obfuscationOptionsPanel.add(tip(flattenPackageHierarchyCheckBox, "flattenPackageHierarchyTip"), constraints); local
403 obfuscationOptionsPanel.add(tip(repackageClassesCheckBox, "repackageClassesTip"), constraints); local
405 obfuscationOptionsPanel.add(tip(keepAttributesCheckBox, "keepAttributesTip"), constraints); local
408 obfuscationOptionsPanel.add(tip(newSourceFileAttributeCheckBox, "renameSourceFileAttributeTip"), constraints); local
410 obfuscationOptionsPanel.add(tip(adaptClassStringsCheckBox, "adaptClassStringsTip"), constraints); local
412 obfuscationOptionsPanel.add(tip(adaptResourceFileNamesCheckBox, "adaptResourceFileNamesTip"), constraints); local
414 obfuscationOptionsPanel.add(tip(adaptResourceFileContentsCheckBox, "adaptResourceFileContentsTip"), constraints); local
440 optimizationOptionsPanel.add(tip(optimizationsLabel, "optimizationsTip"), constraints); local
443 optimizationOptionsPanel.add(tip(optimizationPassesLabel, "optimizationPassesTip"), constraints); local
463 preverificationOptionsPanel.add(tip(targetCheckBox, "targetTip"), constraints); local
482 consistencyPanel.add(tip(noteCheckBox, "noteTip"), constraints); local
484 consistencyPanel.add(tip(warnCheckBox, "warnTip"), constraints); local
489 consistencyPanel.add(tip(keepDirectoriesCheckBox, "keepDirectoriesTip"), constraints); local
492 consistencyPanel.add(tip(printSeedsCheckBox, "printSeedsTip"), constraints); local
495 consistencyPanel.add(tip(printConfigurationCheckBox, "printConfigurationTip"), constraints); local
498 consistencyPanel.add(tip(dumpCheckBox, "dumpTip"), constraints); local
557 reTraceSettingsPanel.add(tip(reTraceMappingLabel, "mappingFileTip"), constraints); local
755 GridBagConstraints constraints = new GridBagConstraints(); local
    [all...]
MemberSpecificationDialog.java 84 // Create some constraints that can be reused.
85 GridBagConstraints constraints = new GridBagConstraints(); local
86 constraints.anchor = GridBagConstraints.WEST;
87 constraints.insets = new Insets(1, 2, 1, 2);
93 constraintsStretch.insets = constraints.insets;
98 constraintsLast.insets = constraints.insets;
105 constraintsLastStretch.insets = constraints.insets;
113 panelConstraints.insets = constraints.insets;
121 stretchPanelConstraints.insets = constraints.insets;
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/
ARDAppClient.m 449 RTCMediaConstraints *constraints = [self defaultAnswerConstraints];
451 constraints:constraints];
475 RTCMediaConstraints *constraints = [self defaultPeerConnectionConstraints];
479 constraints:constraints
487 constraints:[self defaultOfferConstraints]];
594 constraints:mediaConstraints];
631 RTCMediaConstraints* constraints =
635 return constraints;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.sat4j.core_2.2.0.v20100429.jar 
  /external/selinux/policycoreutils/mcstrans/share/examples/nato/
setrans.conf 21 Include=/etc/selinux/mls/setrans.d/constraints.conf
  /libcore/ojluni/src/main/java/javax/net/ssl/
SSLParameters.java 42 * the algorithm constraints and whether SSL/TLS servers should request
82 * constraints, endpoint identification algorithm, server names and
204 * Returns the cryptographic algorithm constraints.
206 * @return the cryptographic algorithm constraints, or null if the
207 * constraints have not been set
218 * Sets the cryptographic algorithm constraints, which will be used
221 * If the <code>constraints</code> parameter is non-null, every
223 * SSL/TLS handshake must be permitted by the constraints.
225 * @param constraints the algorithm constraints (or null
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/
constraints.i 2 * constraints.i
4 * SWIG constraints library.
7 * constraints. Depends upon the SWIG exception library for generating
13 %include <constraints.i>
15 This library provides support for applying constraints to function
18 constraints are available :
30 To use the constraints, you need to "apply" them to specific
  /frameworks/base/services/core/java/com/android/server/job/controllers/
JobStatus.java 59 // Soft override: ignore constraints like time that don't affect API availability
61 // Full override: ignore all constraints including API-affecting like connectivity
102 // Constraints.
434 * the constraints are satisfied <strong>or</strong> the deadline on the job has expired.
437 // Deadline constraint trumps other constraints (except for periodic jobs where deadline
438 // is an implementation detail. A periodic job should only run if its constraints are
455 // Soft override covers all non-"functional" constraints
460 * @return Whether the constraints set on this job are satisfied.
543 void dumpConstraints(PrintWriter pw, int constraints) {
544 if ((constraints&CONSTRAINT_CHARGING) != 0)
    [all...]
  /external/v8/benchmarks/
deltablue.js 96 * Strengths are used to measure the relative importance of constraints.
98 * disrupting current constraints. Strengths cannot be created outside
196 * Normal constraints are not input constraints. An input constraint
209 * Abstract superclass for constraints having a single possible output
300 // Stay constraints do nothing
325 // Edit constraints do nothing
338 * Abstract superclass for constraints having two possible output
539 this.constraints = new OrderedCollection();
548 * Add the given constraint to the set of all constraints that refe
    [all...]
  /external/v8/src/compiler/
register-allocator-verifier.h 58 typedef ZoneVector<InstructionConstraint> Constraints;
63 Constraints* constraints() { return &constraints_; } function in class:v8::internal::compiler::final
79 Constraints constraints_;

Completed in 5095 milliseconds

1 23 4 5 6 7 8 91011>>