HomeSort by relevance Sort by last modified time
    Searched refs:constraint (Results 101 - 125 of 493) sorted by null

1 2 3 45 6 7 8 91011>>

  /cts/tools/vm-tests-tf/src/util/build/
BuildDalvikSuite.java 98 String methodBody, constraint, title; field in class:BuildDalvikSuite.MethodData
374 // main class to execute; opcode/constraint; test purpose
440 if (md.constraint != null) {
441 details = " Constraint " + md.constraint + ", " + details;
765 // find the @title/@constraint in javadoc comment for this method
773 String title = null, constraint = null;
777 // now grep @title and @constraint
789 // constraint can be one line only
790 Matcher constraintM = Pattern.compile("@constraint (.*)").matcher
    [all...]
  /external/skia/src/utils/
SkNWayCanvas.cpp 198 const SkPaint* paint, SrcRectConstraint constraint) {
201 iter->legacy_drawBitmapRect(bitmap, src, dst, paint, (SrcRectConstraint)constraint);
222 const SkPaint* paint, SrcRectConstraint constraint) {
225 iter->legacy_drawImageRect(image, src, dst, paint, constraint);
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaISelLowering.h 90 ConstraintType getConstraintType(const std::string &Constraint) const;
92 /// Examine constraint string and operand type and determine a weight value.
95 AsmOperandInfo &info, const char *constraint) const;
98 getRegForInlineAsmConstraint(const std::string &Constraint,
  /frameworks/base/tools/aapt2/cmd/
Util.cpp 119 SplitConstraints constraint; local
122 constraint.configs.insert(config.CopyWithoutSdkVersion());
124 constraint.configs.insert(config);
127 adjusted_constraints.push_back(std::move(constraint));
  /frameworks/compile/mclinker/lib/MC/
InputBuilder.cpp 136 return m_Config.attribute().constraint();
  /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
606 for (CapturedImageConstraint constraint : mPendingImageCaptureConstraints) {
607 if (!constraint.satisfiesConstraint(captureResult)) {
630 * that satisfies the given constraint and can be pinned.
665 for (CapturedImageConstraint constraint : constraints) {
666 if (!constraint.satisfiesConstraint(captureResult)) {
  /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.
  /frameworks/base/core/java/android/widget/
CursorAdapter.java 405 * Runs a query with the specified constraint. This query is requested
418 * Contract: when constraint is null or empty, the original results,
421 * @param constraint the constraint with which the query must be filtered
430 public Cursor runQueryOnBackgroundThread(CharSequence constraint) {
432 return mFilterQueryProvider.runQuery(constraint);
CursorTreeAdapter.java 350 public Cursor runQueryOnBackgroundThread(CharSequence constraint) {
352 return mFilterQueryProvider.runQuery(constraint);
  /frameworks/support/core-ui/java/android/support/v4/widget/
CursorAdapter.java 390 * Runs a query with the specified constraint. This query is requested
403 * Contract: when constraint is null or empty, the original results,
406 * @param constraint the constraint with which the query must be filtered
415 public Cursor runQueryOnBackgroundThread(CharSequence constraint) {
417 return mFilterQueryProvider.runQuery(constraint);
  /packages/apps/Gallery2/src/com/android/photos/data/
PhotoDatabase.java 180 for (String[] constraint: constraints) {
181 createTable.add(constraint);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 131 DefinedSVal Constraint;
141 TrackConstraintBRVisitor(DefinedSVal constraint, bool assumption)
142 : Constraint(constraint), Assumption(assumption), IsSatisfied(false),
143 IsZeroCheck(!Assumption && Constraint.getAs<Loc>()),
158 /// Checks if the constraint is valid in the current state.
305 /// Track if we found the node where the constraint was first added.
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 131 DefinedSVal Constraint;
141 TrackConstraintBRVisitor(DefinedSVal constraint, bool assumption)
142 : Constraint(constraint), Assumption(assumption), IsSatisfied(false),
143 IsZeroCheck(!Assumption && Constraint.getAs<Loc>()),
158 /// Checks if the constraint is valid in the current state.
305 /// Track if we found the node where the constraint was first added.
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 131 DefinedSVal Constraint;
141 TrackConstraintBRVisitor(DefinedSVal constraint, bool assumption)
142 : Constraint(constraint), Assumption(assumption), IsSatisfied(false),
143 IsZeroCheck(!Assumption && Constraint.getAs<Loc>()),
158 /// Checks if the constraint is valid in the current state.
305 /// Track if we found the node where the constraint was first added.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 131 DefinedSVal Constraint;
141 TrackConstraintBRVisitor(DefinedSVal constraint, bool assumption)
142 : Constraint(constraint), Assumption(assumption), IsSatisfied(false),
143 IsZeroCheck(!Assumption && Constraint.getAs<Loc>()),
158 /// Checks if the constraint is valid in the current state.
305 /// Track if we found the node where the constraint was first added.
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 131 DefinedSVal Constraint;
141 TrackConstraintBRVisitor(DefinedSVal constraint, bool assumption)
142 : Constraint(constraint), Assumption(assumption), IsSatisfied(false),
143 IsZeroCheck(!Assumption && Constraint.getAs<Loc>()),
158 /// Checks if the constraint is valid in the current state.
305 /// Track if we found the node where the constraint was first added.
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 131 DefinedSVal Constraint;
141 TrackConstraintBRVisitor(DefinedSVal constraint, bool assumption)
142 : Constraint(constraint), Assumption(assumption), IsSatisfied(false),
143 IsZeroCheck(!Assumption && Constraint.getAs<Loc>()),
158 /// Checks if the constraint is valid in the current state.
305 /// Track if we found the node where the constraint was first added.
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 131 DefinedSVal Constraint;
141 TrackConstraintBRVisitor(DefinedSVal constraint, bool assumption)
142 : Constraint(constraint), Assumption(assumption), IsSatisfied(false),
143 IsZeroCheck(!Assumption && Constraint.getAs<Loc>()),
158 /// Checks if the constraint is valid in the current state.
305 /// Track if we found the node where the constraint was first added.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 131 DefinedSVal Constraint;
141 TrackConstraintBRVisitor(DefinedSVal constraint, bool assumption)
142 : Constraint(constraint), Assumption(assumption), IsSatisfied(false),
143 IsZeroCheck(!Assumption && Constraint.getAs<Loc>()),
158 /// Checks if the constraint is valid in the current state.
305 /// Track if we found the node where the constraint was first added.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
dim.h 7 #include <isl/constraint.h>
94 __isl_keep isl_constraint *constraint);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/
dim.h 7 #include <isl/constraint.h>
94 __isl_keep isl_constraint *constraint);
  /toolchain/binutils/binutils-2.25/ld/
ldemul.c 121 ldemul_place_orphan (asection *s, const char *name, int constraint)
124 return (*ld_emulation->place_orphan) (s, name, constraint);
  /external/skia/src/core/
SkColorSpaceXformCanvas.cpp 146 const SkPaint* paint, SrcRectConstraint constraint) override {
149 MaybePaint(paint, fXformer.get()), constraint);
187 const SkPaint* paint, SrcRectConstraint constraint) override {
191 MaybePaint(paint, fXformer.get()), constraint);
196 MaybePaint(paint, fXformer.get()), constraint);
  /external/webrtc/talk/app/webrtc/
peerconnection_unittest.cc 1196 FakeConstraints constraint; local
1221 FakeConstraints constraint; local
1373 FakeConstraints constraint; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_ra_init.cpp 346 if (v && v->is_sgpr() && v->constraint &&
347 v->constraint->kind == CK_PACKED_BS) {
348 color_bs_constraint(v->constraint);
368 if (copy && !v->constraint) {
481 if (v->constraint && v->constraint->kind == CK_PACKED_BS) {
482 color_bs_constraint(v->constraint);

Completed in 7075 milliseconds

1 2 3 45 6 7 8 91011>>