HomeSort by relevance Sort by last modified time
    Searched refs:contexts (Results 176 - 200 of 254) sorted by null

1 2 3 4 5 6 78 91011

  /external/valgrind/main/memcheck/tests/darwin/
aio.stderr.exp 23 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
  /external/valgrind/main/memcheck/tests/
noisy_child.stderr.exp 23 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
partial_load_ok.stderr.exp 28 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
partial_load_dflt.stderr.exp 34 ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)
  /external/webkit/Source/WebKit2/UIProcess/
WebContext.cpp 96 static Vector<WebContext*>& contexts() function in namespace:WebKit
98 DEFINE_STATIC_LOCAL(Vector<WebContext*>, contexts, ());
100 return contexts;
105 return contexts();
136 contexts().append(this);
149 ASSERT(contexts().find(this) != notFound);
150 contexts().remove(contexts().find(this));
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-core-commands-3.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-core-commands/3.6.0/
org-eclipse-core-commands-3.6.0.jar 
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
PhoneNumberMatcherTest.java 272 ArrayList<NumberContext> contexts = new ArrayList<NumberContext>(); local
273 contexts.add(new NumberContext("$20 ", ""));
274 contexts.add(new NumberContext("", " 100$"));
275 findMatchesInContexts(contexts, true, true);
279 // Contexts with trailing characters. Leading characters are okay here since the numbers we will
558 * Helper method which tests the contexts provided and ensures that:
564 private void findMatchesInContexts(List<NumberContext> contexts, boolean isValid,
567 doTestInContext(number, region, contexts, Leniency.VALID);
569 for (NumberContext context : contexts) {
576 doTestInContext(number, region, contexts, Leniency.POSSIBLE)
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
SemanticContext.java 325 public CommutativePredicate(HashSet<SemanticContext> contexts){
326 for (SemanticContext context : contexts){
444 public AND(HashSet<SemanticContext> contexts) {
445 super(contexts);
499 public OR(HashSet<SemanticContext> contexts) {
500 super(contexts);
  /external/v8/test/mjsunit/compiler/
inline-construct.js 75 // Test constructor returning nothing in all contexts.
83 // Test constructor returning an object in all contexts.
93 // Test constructor returning a primitive value in all contexts.
  /external/icu4c/i18n/unicode/
uldnames.h 275 * @param contexts List of one or more context settings (e.g. for dialect
277 * @param length Number of items in the contexts list
285 uldn_openForContext(const char * locale, UDisplayContext *contexts,
  /external/chromium/chrome/browser/tab_contents/
render_view_context_menu.cc 206 ExtensionMenuItem::ContextList contexts) {
211 if (contexts.Contains(ExtensionMenuItem::ALL) ||
212 (has_selection && contexts.Contains(ExtensionMenuItem::SELECTION)) ||
213 (has_link && contexts.Contains(ExtensionMenuItem::LINK)) ||
214 (params.is_editable && contexts.Contains(ExtensionMenuItem::EDITABLE)) ||
215 (in_frame && contexts.Contains(ExtensionMenuItem::FRAME))) {
221 return contexts.Contains(ExtensionMenuItem::IMAGE);
224 return contexts.Contains(ExtensionMenuItem::VIDEO);
227 return contexts.Contains(ExtensionMenuItem::AUDIO);
234 // other contexts apply (except for FRAME, which is included in PAGE fo
    [all...]
  /external/icu4c/i18n/
locdspnm.cpp 299 LocaleDisplayNamesImpl(const Locale& locale, UDisplayContext *contexts, int32_t length);
346 UDisplayContext *contexts, int32_t length)
355 UDisplayContext value = *contexts++;
728 UDisplayContext *contexts, int32_t length) {
729 if (contexts == NULL) {
732 return new LocaleDisplayNamesImpl(locale, contexts, length);
756 UDisplayContext *contexts, int32_t length,
764 return (ULocaleDisplayNames *)LocaleDisplayNames::createInstance(Locale(locale), contexts, length);
    [all...]
  /external/v8/test/mjsunit/harmony/
block-lazy-compile.js 29 // Test deserialization of block contexts during lazy compilation
block-scoping.js 46 // Dynamic lookup in and through block contexts.
65 // Lookup in and through block contexts.
  /external/v8/test/mjsunit/regress/
regress-1125.js 28 // Test a lot of updates to freshly created contexts.
  /external/valgrind/main/drd/tests/
bar_bad.stderr.exp 49 ERROR SUMMARY: 7 errors from 6 contexts (suppressed: 0 from 0)
  /external/valgrind/main/helgrind/tests/
hg04_race.stderr.exp 53 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
hg05_race2.stderr.exp 53 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
tc21_pthonce.stderr.exp 53 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
  /external/valgrind/main/memcheck/tests/linux/
timerfd-syscall.stderr.exp 56 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
  /external/clang/tools/c-index-test/
c-index-test.c 1813 unsigned long long contexts; local
    [all...]

Completed in 1683 milliseconds

1 2 3 4 5 6 78 91011