HomeSort by relevance Sort by last modified time
    Searched full:should (Results 176 - 200 of 43753) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/apps/Email/res/xml/
senders_product.xml 4 platform devices should be defined in senders.xml.
6 Entries that are device, product or carrier-specific should be added as overlays
16 <!-- Actual entries should be in the overlay files found elsewhere -->
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
EnumSetTest.java 76 fail("Should throw NullPointerException"); //$NON-NLS-1$
83 fail("Should throw ClassCastException"); //$NON-NLS-1$
92 fail("Should throw ClassCastException"); //$NON-NLS-1$
106 fail("Should throw ClassCastException"); //$NON-NLS-1$
166 fail("Should throw NullPointerException"); //$NON-NLS-1$
173 fail("Should throw ClassCastException"); //$NON-NLS-1$
179 assertEquals("Size of enumSet should be 64", 64, enumSet.size()); //$NON-NLS-1$
182 "enumSet should not contain null value", enumSet.contains(null)); //$NON-NLS-1$
184 "enumSet should contain EnumFoo.a", enumSet.contains(EnumFoo.a)); //$NON-NLS-1$
186 "enumSet should contain EnumFoo.b", enumSet.contains(EnumFoo.b)); //$NON-NLS-1
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
EnumSetTest.java 76 fail("Should throw NullPointerException");
83 fail("Should throw ClassCastException");
92 fail("Should throw ClassCastException");
106 fail("Should throw ClassCastException");
166 fail("Should throw NullPointerException");
173 fail("Should throw ClassCastException");
179 assertEquals("Size of enumSet should be 64", 64, enumSet.size());
182 "enumSet should not contain null value", enumSet.contains(null));
184 "enumSet should contain EnumFoo.a", enumSet.contains(EnumFoo.a));
186 "enumSet should contain EnumFoo.b", enumSet.contains(EnumFoo.b))
    [all...]
  /bionic/libc/upstream-freebsd/
README.txt 1 This directory contains upstream FreeBSD source. You should not edit these
  /dalvik/tests/076-boolean-put/
info.txt 2 boolean field. The code as generated should not pass the verifier, so the
  /dalvik/tests/302-float-conversion/
info.txt 3 should not overflow under constant conversions.
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t052importM5.g 6 s : x y ; // matches AA, which should be "aa"
  /external/chromium/chrome/browser/cocoa/
file_metadata.h 15 // |source| should be the source URL for the download, and |referrer| should be
22 // |source| should be the source URL for the download, and |referrer| should be
  /external/chromium-trace/trace-viewer/third_party/closure_linter/
AUTHORS 3 # Names should be added to this file like so:
  /external/clang/test/CodeGen/
2003-11-08-PointerSubNotGetelementptr.c 5 return C-1; // Should turn into a GEP
  /external/clang/test/Driver/
objc-cpp-output.m 6 // Should compile without errors
  /external/clang/test/Headers/Inputs/include/
stdint.h 15 #error Every target should have __INTPTR_TYPE__
  /external/clang/test/Modules/
macros.c 23 # error INTEGER macro should be visible
27 # error FLOAT macro should not be visible
31 # error MODULE macro should not be visible
55 // their macros should not be visible.
57 # error LEFT should not be visible
61 # error RIGHT should not be visible
65 # error TOP should not be visible
72 # error LEFT should be visible
76 # error RIGHT should not be visible
80 # error TOP should be visibl
    [all...]
  /external/clang/test/PCH/Inputs/
chain-external-defs1.h 7 // Should not show up
chain-external-defs2.h 7 // Should still not show up
  /external/clang/test/Preprocessor/
disabled-cond-diags.c 9 // Should not get an error here.
hash_space.c 3 // Should put a space before the # so that -fpreprocessed mode doesn't
import_self.c 3 // This #import should have no effect, as we're importing the current file.
include-macros.c 3 // This should not be expanded into FOO because pr2086.h undefs 'test'.
macro_rparen_scan.c 3 /* Right paren scanning, hard case. Should expand to 3. */
  /external/clang/test/Sema/
block-return-2.c 4 ^ (void) __attribute__((noreturn)) { }(); // expected-error {{block declared 'noreturn' should not return}}
  /external/clang/test/SemaCXX/
warn-missing-variable-declarations.cpp 3 // Variable declarations that should trigger a warning.
11 // Variable declarations that should not trigger a warning.
19 // Functions should never trigger a warning.
30 // Structures, namespaces and classes should be unaffected.
  /external/clang/test/SemaObjC/
id_builtin.m 4 // id is now builtin. There should be no errors.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
UpdateBugStateTask.properties 1 #this file should be loaded by UpdateBugStateTask.xml when running
  /external/genext2fs/
TODO 8 - mke2fs includes reserved blocks in free blocks, maybe we should too

Completed in 1905 milliseconds

1 2 3 4 5 6 78 91011>>