HomeSort by relevance Sort by last modified time
    Searched full:constraint (Results 751 - 775 of 1190) sorted by null

<<31323334353637383940>>

  /external/valgrind/main/helgrind/
README_MSMProp2.txt 143 Hence a Read state places a constraint on writes.
151 Hence a Write state places a constraint on all accesses.
  /external/webkit/Source/WebCore/html/
HTMLFormControlElement.h 95 // This must be called when a validation constraint or control value is changed.
164 // But "candidate for constraint validation" doesn't affect m_isValid.
  /frameworks/base/core/java/android/widget/
SuggestionsAdapter.java 130 public long getPostingDelay(CharSequence constraint) {
131 if (constraint == null) return 0;
133 long delay = constraint.length() < mPreviousLength ? DELETE_KEY_POST_DELAY : 0;
134 mPreviousLength = constraint.length();
176 public Cursor runQueryOnBackgroundThread(CharSequence constraint) {
177 if (DBG) Log.d(LOG_TAG, "runQueryOnBackgroundThread(" + constraint + ")");
178 String query = (constraint == null) ? "" : constraint.toString();
  /frameworks/base/libs/rs/
rsAdapter.cpp 103 rsAssert(!"Unimplemented constraint");
221 rsAssert(!"Unimplemented constraint");
  /frameworks/base/media/libdrm/mobile1/src/parser/
parser_rel.c 138 char* begin_constrain = "<o-ex:constraint>";
139 char* end_constrain = "</o-ex:constraint>";
305 "o-ex:rights\\o-ex:agreement\\o-ex:permission\\o-dd:%s\\o-ex:constraint",
318 pConstraint->Indicator = DRM_NO_PERMISSION; /* If exit constraint assume have no rights */
330 "o-ex:rights\\o-ex:agreement\\o-ex:permission\\o-dd:%s\\o-ex:constraint\\o-dd:interval",
424 "o-ex:rights\\o-ex:agreement\\o-ex:permission\\o-dd:%s\\o-ex:constraint\\o-dd:count",
466 "o-ex:rights\\o-ex:agreement\\o-ex:permission\\o-dd:%s\\o-ex:constraint\\o-dd:datetime\\o-dd:start",
488 "o-ex:rights\\o-ex:agreement\\o-ex:permission\\o-dd:%s\\o-ex:constraint\\o-dd:datetime\\o-dd:end",
  /libcore/luni/src/main/java/org/xml/sax/
ErrorHandler.java 83 * validity constraint. The default behaviour is to take no
120 * well-formedness constraint.</p>
  /cts/tests/tests/widget/src/android/widget/cts/
CursorAdapterTest.java 404 final String constraint = "constraint"; local
407 assertSame(mCursor, cursorAdapter.runQueryOnBackgroundThread(constraint));
412 assertNull(cursorAdapter.runQueryOnBackgroundThread(constraint));
519 public Cursor runQuery(CharSequence constraint) {
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
  /external/llvm/utils/TableGen/
CodeGenInstruction.cpp 124 // constraint info, even if none is present.
207 throw "Illegal format for @earlyclobber constraint: '" + CStr + "'";
219 // Only other constraint is "TIED_TO" for now.
221 assert(pos != std::string::npos && "Unrecognized constraint");
228 throw "Illegal format for tied-to constraint: '" + CStr + "'";
235 throw "Illegal format for tied-to constraint: '" + CStr + "'";
240 throw "Illegal tied-to operand constraint '" + CStr + "'";
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
defaults.h 761 /* These old constraint macros shouldn't appear anywhere in a
762 configuration using MD constraint definitions. */
767 #else /* old constraint mechanism in use */
769 /* Determine whether extra constraint letter should be handled
775 /* Determine whether extra constraint letter should be handled
783 'length' of a digit in a matching constraint is an implementation detail,
808 #endif /* old constraint mechanism in use */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
defaults.h 761 /* These old constraint macros shouldn't appear anywhere in a
762 configuration using MD constraint definitions. */
767 #else /* old constraint mechanism in use */
769 /* Determine whether extra constraint letter should be handled
775 /* Determine whether extra constraint letter should be handled
783 'length' of a digit in a matching constraint is an implementation detail,
808 #endif /* old constraint mechanism in use */
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
defaults.h 761 /* These old constraint macros shouldn't appear anywhere in a
762 configuration using MD constraint definitions. */
767 #else /* old constraint mechanism in use */
769 /* Determine whether extra constraint letter should be handled
775 /* Determine whether extra constraint letter should be handled
783 'length' of a digit in a matching constraint is an implementation detail,
808 #endif /* old constraint mechanism in use */
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp     [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
BasicConstraints.java 123 * create a cA=true object for the given path length constraint.
  /external/chromium/chrome/browser/sync/engine/
change_reorder_buffer.h 6 // actions to achieve the ordering constraint required by the SyncObserver
  /external/chromium/chrome/browser/ui/panels/
panel_manager.h 82 // fall within the size constraint, e.g., when the panel is created.
  /external/chromium/net/proxy/
proxy_resolver_v8.h 22 // constraint, ProxyResolverV8 holds a v8::Locker during execution. Therefore
  /external/clang/include/clang/Frontend/
AnalyzerOptions.h 41 /// AnalysisConstraints - Set of available constraint models.
  /external/guava/src/com/google/common/collect/
BiMap.java 28 * its values as well as that of its keys. This constraint enables bimaps to
  /external/icu4c/i18n/
tmunit.cpp 25 * But the constraint is TimeUnit is a data member of Measure.
  /external/libvpx/examples/includes/geshi/geshi/
ocaml-brief.php 50 'and', 'as', 'asr', 'begin', 'class', 'closed', 'constraint', 'do', 'done', 'downto', 'else',
  /external/llvm/include/llvm/CodeGen/
Analysis.h 63 /// processed uses a memory 'm' constraint.
  /external/llvm/include/llvm/MC/
MCValue.h 32 /// must be in the same (non-external) section. The latter constraint is not
  /external/valgrind/main/none/tests/ppc32/
lsw.c 6 /* Apparently the "b" register constraint is like "r" except that it

Completed in 3188 milliseconds

<<31323334353637383940>>