HomeSort by relevance Sort by last modified time
    Searched full:have (Results 251 - 275 of 66330) sorted by null

<<11121314151617181920>>

  /external/clang/test/Preprocessor/
feature_tests.c 4 #error Should have __has_feature
19 #error Clang should have these
23 #error Clang should not have this
30 // Make sure we have x86 builtins only (forced with target triple).
54 #error Expansion should have occurred
  /external/mesa3d/src/gallium/docs/source/
glossary.rst 18 Non-power-of-two. Usually applied to textures which have at least one
27 3D textures have zslices, cube maps have faces, 1D and 2D array textures
28 have array members (other resources do not have multiple layers).
  /cts/tests/tests/provider/src/android/provider/cts/
Settings_SecureTest.java 32 * Setting that will have a string value to trigger SettingNotFoundException caused by
48 /** Check that the settings that will be used for testing have proper values. */
72 fail("SecurityException should have been thrown!");
78 fail("SettingNotFoundException should have been thrown!");
84 fail("SettingNotFoundException should have been thrown!");
94 fail("SecurityException should have been thrown!");
100 fail("SettingNotFoundException should have been thrown!");
106 fail("SettingNotFoundException should have been thrown!");
116 fail("SecurityException should have been thrown!");
122 fail("SettingNotFoundException should have been thrown!")
    [all...]
  /external/clang/test/Sema/
attr-weak.c 14 static int x __attribute__((weak)); // expected-error {{weak declaration cannot have internal linkage}}
21 extern int pr14946_x __attribute__((weak)); // expected-error {{weak declaration cannot have internal linkage}}
24 void pr14946_f() __attribute__((weak)); // expected-error {{weak declaration cannot have internal linkage}}
void_arg.c 9 X = sizeof(int (void a)); // expected-error {{argument may not have 'void' type}}
13 X = sizeof(int (Void a)); // expected-error {{argument may not have 'void' type}}
26 void f(const void); // expected-error {{parameter must not have type qualifiers}}
  /external/valgrind/main/gdbserver_tests/
mcinfcallRU.stdinB.gdb 7 # Once it is ready, we still have to wait to be sure it is running.
14 # the below can either take a long time and/or have threads finished
15 # before they have a chance to execute the whoami
  /frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListItemFocusablesCloseTest.java 54 assertTrue("first button of first list item should have focus",
70 assertTrue("focus should have moved to second button of first item",
72 assertEquals("selection should not have changed",
74 assertEquals("list item should not have been shifted",
79 assertTrue("focus should have moved back to first button of first item",
81 assertEquals("list item should not have been shifted",
92 assertEquals("selection should have moved to second item",
95 assertTrue("first button of second item should have focus",
97 assertEquals("list item should not have been shifted",
106 assertTrue("first button of second item should have focus"
    [all...]
  /hardware/libhardware/modules/
README.android 7 Modules are .so in /system/libs/hw/ and have a well defined naming
15 They also have a well defined interface which lives in include/hardware/.
17 A module can have several variants: "default", "arch" and "board", and they're
  /ndk/sources/host-tools/make-3.81/
configh.dos 15 You should have received a copy of the GNU General Public License along with
40 /* Define to 1 if you have `alloca', as a function or macro. */
43 /* Define if you have the fdopen function. */
46 /* Define to 1 if you have the `getgroups' function. */
49 /* Define if you have the <memory.h> header file. */
52 /* Define if you have the mkstemp function. */
55 /* Define to 1 if you have the `mktemp' function. */
58 /* Define to 1 if you have the `setlinebuf' function. */
61 /* Define to 1 if you have the `setvbuf' function. */
73 /* Define if you have the select function. *
    [all...]
  /external/apache-harmony/support/src/test/java/tests/support/
Support_MapTest2.java 42 assertTrue("Should not have entries", !map.entrySet().iterator()
44 assertTrue("Should not have keys", !map.keySet().iterator()
46 assertTrue("Should not have values", !map.values().iterator()
56 assertTrue("Should not have entries", !map.entrySet().iterator()
58 assertTrue("Should not have keys", !map.keySet().iterator()
60 assertTrue("Should not have values", !map.values().iterator()
  /libcore/support/src/test/java/tests/support/
Support_MapTest2.java 42 assertTrue("Should not have entries", !map.entrySet().iterator()
44 assertTrue("Should not have keys", !map.keySet().iterator()
46 assertTrue("Should not have values", !map.values().iterator()
56 assertTrue("Should not have entries", !map.entrySet().iterator()
58 assertTrue("Should not have keys", !map.keySet().iterator()
60 assertTrue("Should not have values", !map.values().iterator()
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_android.h 9 // Have pthreads support.
12 // Don't have native <cplusplus> headers
18 // We do have rtti support now through GAbi++
24 // Don't have underlying local support.
53 // The system math library doesn't have long double variants, e.g
74 // Android does have include_next but it doesn't work well in our build system.
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_android.h 9 // Have pthreads support.
12 // Don't have native <cplusplus> headers
18 // We do have rtti support now through GAbi++
24 // Don't have underlying local support.
52 // The system math library doesn't have long double variants, e.g
73 // Android does have include_next but it doesn't work well in our build system.
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_android.h 9 // Have pthreads support.
12 // Don't have native <cplusplus> headers
18 // We do have rtti support now through GAbi++
24 // Don't have underlying local support.
52 // The system math library doesn't have long double variants, e.g
74 // Android does have include_next but it doesn't work well in our build system.
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_android.h 12 // Have pthreads support.
15 // Don't have native <cplusplus> headers
21 // We do have rtti support now through GAbi++
27 // Don't have underlying local support.
56 // The system math library doesn't have long double variants, e.g
78 // Android does have include_next but it doesn't work well in our build system.
  /art/runtime/jdwp/
README.txt 4 actually generated by debuggers have been implemented. The reasoning
5 behind this is that it's better to leave a call unimplemented than have
  /build/core/
proguard.flags 1 # We have moved -dontobfuscate and -dontoptimize to the makefiles.
12 # Keep classes and methods that have the guava @VisibleForTesting annotation
  /development/tools/rmtypedefs/
README.txt 3 This utility finds and removes all .class files that have been
7 It also makes sure that these annotations have source level retention
  /external/chromium_org/chrome/browser/resources/
dialog.css 6 * Chrome OS, focused input buttons in WebUI dialogs don't have any sort of
8 * doesn't have the focus (with the page underneath instead having it). */
  /external/chromium_org/media/audio/
audio_buffers_state.h 22 // Number of bytes we currently have in our software buffer.
25 // Number of bytes that have been written to the device, but haven't
  /external/chromium_org/third_party/WebKit/ManualTests/
inspector-document-methods-override.html 7 search results list appears, then you have passed the test. If one or more
8 alert dialogs appear, you have failed the test.</p>
  /external/chromium_org/third_party/skia/tools/tests/skdiff/identical-bits/output-expected/
stdout 8 [_] 0 file pairs have identical dimensions but some differing pixels
9 [_] 0 file pairs have differing dimensions
  /external/chromium_org/third_party/skia/tools/tests/skdiff/identical-bits-or-pixels/output-expected/
stdout 8 [_] 0 file pairs have identical dimensions but some differing pixels
9 [_] 0 file pairs have differing dimensions
  /external/clang/test/Parser/
cxx-condition.cpp 8 while (int x) ; // expected-error {{variable declaration in condition must have an initializer}}
14 if (S a(42)) {} // expected-error {{variable declaration in condition cannot have a parenthesized initializer}}
  /external/lldb/test/lang/c/recurse/
main.c 15 // If we have more than one argument, then it should a depth to recurse to.
16 // If we have just the program name as an argument, use UINT32_MAX so we

Completed in 1015 milliseconds

<<11121314151617181920>>