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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/ocmock/OCMock/
OCMConstraint.h 11 + (id)constraint;
63 #define CONSTRAINT(aSelector) [OCMConstraint constraintWithSelector:aSelector onObject:self]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ConstraintPainter.java 42 import com.android.ide.common.layout.relative.DependencyGraph.Constraint;
62 * Paints a given match as a constraint.
77 * Paints a constraint.
83 * @param constraint The constraint to be drawn
85 private static void paintConstraint(IGraphics graphics, Constraint constraint,
86 Set<Constraint> allConstraints) {
87 ViewData source = constraint.from;
88 ViewData target = constraint.to
    [all...]
GuidelineHandler.java 66 import com.android.ide.common.layout.relative.DependencyGraph.Constraint;
78 * like move and resize, and performs various constraint computations.
82 * A dependency graph for the relative layout recording constraint relationships
115 * transitively, through horizontal constraints (a "horizontal constraint"
116 * is a constraint between two horizontal edges)
122 * transitively, through vertical constraints (a "vertical constraint"
123 * is a constraint between two vertical edges)
128 protected List<Constraint> mHorizontalCycle;
131 protected List<Constraint> mVerticalCycle;
277 List<Constraint> path = mDependencyGraph.getPathTo(from, to, vertical)
    [all...]
  /cts/tools/vm-tests-tf/src/util/build/
BuildDalvikSuite.java 93 String methodBody, constraint, title; field in class:BuildDalvikSuite.MethodData
354 // main class to execute; opcode/constraint; test purpose
420 if (md.constraint != null) {
421 details = " Constraint " + md.constraint + ", " + details;
690 // find the @title/@constraint in javadoc comment for this method
698 String title = null, constraint = null;
702 // now grep @title and @constraint
714 // constraint can be one line only
715 Matcher constraintM = Pattern.compile("@constraint (.*)").matcher
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/
constraints.i 16 arguments. Using a constraint, you can restrict arguments to be
42 will be checked with the appropriate constraint. Multiple types may
53 constraint name as the parameter name. For example :
  /external/ceres-solver/examples/
robot_pose_mle.cc 215 RangeConstraint* constraint = new RangeConstraint( local
217 RangeCostFunction* cost_function = new RangeCostFunction(constraint);
218 // Add all the parameter blocks that affect this constraint.
  /external/chromium_org/chrome/browser/ui/webui/app_list/
start_page_browsertest.js 107 * @param {object} constraint The constraint parameter.
111 mockGetUserMedia_: function(constraint, success, error) {
114 assertTrue(constraint.audio);
  /external/libsepol/
Android.mk 10 src/constraint.c \
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowArrayAdapter.java 26 protected FilterResults performFiltering(CharSequence constraint) {
31 protected void publishResults(CharSequence constraint, FilterResults results) {
ShadowCursorAdapter.java 331 * Runs a query with the specified constraint. This query is requested
344 * Contract: when constraint is null or empty, the original results,
347 * @param constraint the constraint with which the query must be filtered
354 public Cursor runQueryOnBackgroundThread(CharSequence constraint) {
356 return mFilterQueryProvider.runQuery(constraint);
  /frameworks/base/core/java/android/widget/
SuggestionsAdapter.java 132 public long getPostingDelay(CharSequence constraint) {
133 if (constraint == null) return 0;
135 long delay = constraint.length() < mPreviousLength ? DELETE_KEY_POST_DELAY : 0;
136 mPreviousLength = constraint.length();
178 public Cursor runQueryOnBackgroundThread(CharSequence constraint) {
179 if (DBG) Log.d(LOG_TAG, "runQueryOnBackgroundThread(" + constraint + ")");
180 String query = (constraint == null) ? "" : constraint.toString();
  /frameworks/opt/chips/src/com/android/ex/chips/
DropdownChipLayouter.java 67 * @param constraint The constraint typed in the auto complete view.
72 AdapterType type, String constraint) {
73 return bindView(convertView, parent, entry, position, type, constraint, null);
81 AdapterType type, String constraint, StateListDrawable deleteDrawable) {
  /external/libsepol/src/
services.c 290 constraint_node_t *constraint,
298 for (e = constraint->expr; e; e = e->next) {
351 sepol_av_to_string(policydb, tclass, constraint->permissions));
361 * constraint as before but adds the information to text buffers that
364 * the final readable constraint.
366 * Return the boolean value of a constraint expression
376 * This function will also build a buffer as the constraint is processed
384 constraint_node_t *constraint,
415 class_buf = get_class_info(tclass, constraint, xcontext);
425 for (e = constraint->expr; e; e = e->next)
826 constraint_node_t *constraint; local
947 constraint_node_t *constraint; local
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EventLocationAdapter.java 270 protected FilterResults performFiltering(CharSequence constraint) {
272 final String filter = constraint == null ? "" : constraint.toString();
319 msg.append("Autocomplete of ").append(constraint);
332 protected void publishResults(CharSequence constraint, FilterResults results) {
429 // Query all locations prefixed with the constraint. There is no way to insert
  /external/chromium_org/content/renderer/media/
media_stream_video_source.cc 21 // Constraint keys. Specified by draft-alvestrand-constraints-resolution-00b
53 // Returns true if |constraint| has mandatory constraints.
63 // If either max width or height is set as a mandatory constraint, the optional
92 // If either min or max aspect ratio is set as a mandatory constraint, the
122 // Returns true if |constraint| is fulfilled. |format| can be changed by a
123 // constraint, e.g. the frame rate can be changed by setting maxFrameRate.
125 const blink::WebMediaConstraint& constraint,
133 std::string constraint_name = constraint.m_name.utf8();
134 std::string constraint_value = constraint.m_value.utf8();
143 // This is a constraint that doesn't affect the format
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
PKIXNameConstraintValidator.java 601 * <code>constraint</code>.
604 * @param constraint The constraint. This is an IP address concatenated with
609 private boolean isIPConstrained(byte ip[], byte[] constraint)
613 if (ipLength != (constraint.length / 2))
619 System.arraycopy(constraint, ipLength, subnetMask, 0, ipLength);
628 permittedSubnetAddress[i] = (byte)(constraint[i] & subnetMask[i]);
635 private boolean emailIsConstrained(String email, String constraint)
639 if (constraint.indexOf('@') != -1)
641 if (email.equalsIgnoreCase(constraint))
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
base_rule_store.js 53 * A priority list of dynamic constraint attributes.
179 * are identified by having the same precondition and dynamic constraint.
278 * Get a set of all dynamic constraint values.
299 * Counts how many dynamic constraint values match exactly in the order
303 * @return {number} The number of matching dynamic constraint values.
319 * Picks the result of the most constraint rule by prefering those:
324 * @return {cvox.SpeechRule} The most constraint rule.
340 // When same number of dynamic constraint attributes matches for
366 // TODO (sorge) Define the following methods directly on the dynamic constraint
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnection_unittest.cc 1088 FakeConstraints constraint; local
1113 FakeConstraints constraint; local
1219 FakeConstraints constraint; local
    [all...]
  /external/chromium_org/content/renderer/media/webrtc/
peer_connection_dependency_factory.cc 61 const char* constraint; member in struct:content::__anon12388
71 // Disable effects to match false constraints, but if a constraint is true, set
72 // the constraint to false to later disable the software effect.
82 kConstraintEffectMap[i].constraint,
85 // If the constraint is false, or does not exist, disable the platform
91 // If the constraint is true, leave the platform effect enabled, and
92 // set the constraint to false to later disable the software effect.
94 constraints->AddMandatory(kConstraintEffectMap[i].constraint,
97 constraints->AddOptional(kConstraintEffectMap[i].constraint,
100 DVLOG(1) << "Disabling constraint:
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
CursorAdapterTest.java 310 final String constraint = "constraint"; local
313 assertSame(mCursor, cursorAdapter.runQueryOnBackgroundThread(constraint));
318 assertNull(cursorAdapter.runQueryOnBackgroundThread(constraint));
420 public Cursor runQuery(CharSequence constraint) {
  /external/chromium_org/chrome/third_party/mock4js/
mock4js.js 121 * Assert function that makes use of the constraint methods
255 var constraint = this._constraints[i];
256 if(!constraint.argumentMatches(actualArgument)) return false;
272 var constraint = this._constraints[i];
273 if(constraint.argumentMatches(actualArgument)) return true;
  /external/guava/guava-tests/test/com/google/common/collect/
ConstraintsTest.java 54 private static final Constraint<String> TEST_CONSTRAINT
55 = new Constraint<String>() {
66 Constraint<? super String> constraint = Constraints.notNull(); local
67 assertSame(TEST_ELEMENT, constraint.checkElement(TEST_ELEMENT));
69 constraint.checkElement(null);
72 assertEquals("Not null", constraint.toString());
  /packages/apps/Camera2/src/com/android/camera/one/v2/
ImageCaptureManager.java 125 * image capture. For example, a constraint may return false if
130 * @return true if this image satisfies the constraint and can be
580 for (CapturedImageConstraint constraint : mPendingImageCaptureConstraints) {
581 if (!constraint.satisfiesConstraint(captureResult)) {
604 * that satisfies the given constraint and can be pinned.
639 for (CapturedImageConstraint constraint : constraints) {
640 if (!constraint.satisfiesConstraint(captureResult)) {
  /external/chromium_org/content/shell/renderer/test_runner/
mock_web_user_media_client.cc 63 const WebString& constraint)
66 constraint_(constraint) {}
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 132 DefinedSVal Constraint;
142 TrackConstraintBRVisitor(DefinedSVal constraint, bool assumption)
143 : Constraint(constraint), Assumption(assumption), IsSatisfied(false),
144 IsZeroCheck(!Assumption && Constraint.getAs<Loc>()),
159 /// Checks if the constraint is valid in the current state.
309 /// Track if we found the node where the constraint was first added.

Completed in 511 milliseconds

1 23 4 5 6 7 8 91011>>