HomeSort by relevance Sort by last modified time
    Searched full:have (Results 351 - 375 of 87257) sorted by null

<<11121314151617181920>>

  /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/annotation-tools/scene-lib/src/annotations/
ArrayBuilder.java 15 * {@link Annotation#getFieldValue}; furthermore, a subannotation must have
22 * Finishes building the array. Call this method after all elements have
  /external/apache-http/api/
apicheck_msg_apache_http_legacy.txt 3 You have tried to change the API from what has been previously approved.
5 To make these errors go away, you have two choices:
  /external/autotest/client/site_tests/platform_HighResTimers/
control 8 CRITERIA = "Fails if no timers have nanosecond resolution."
17 Reads from /proc/timer_list to see if any reported timers have nanosecond
  /external/clang/test/CodeGen/
inline-asm-matching-constraint.c 2 // Sadly since this requires a register constraint to trigger we have to set
10 // constraint should not have an early clobber on it.
  /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/llvm/test/Assembler/
2002-04-29-NameBinding.ll 2 ; have all of the references!
15 %v1 = alloca i32 ;; Alloca should have one use!
  /external/llvm/test/CodeGen/WinEH/
lit.local.cfg 2 # buildbots have a stray misched-copy.s output file lying around that causes
5 # It should be possible to remove this override once all the bots have cycled
  /external/llvm/test/CodeGen/X86/
lit.local.cfg 2 # buildbots have a stray misched-copy.s output file lying around that causes
5 # It should be possible to remove this override once all the bots have cycled
  /external/llvm/test/Verifier/
atomics.ll 3 ; CHECK: atomic store operand must have integer, pointer, or floating point type!
4 ; CHECK: atomic load operand must have integer, pointer, or floating point type!
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/
coverage.txt 18 - we have no way to be sure we try to cancel an operation that is not
21 + can be unresolved, because we must have at least one not canceled.
  /external/markdown/docs/
release-2.0.2.txt 4 Python-Markdown 2.0.2 is a bug-fix release. No new features have been added.
6 ElementTree on older versions of Python (< 2.5). There have also been a few
  /external/python/cpython3/PC/
pyconfig.h 116 have MS_WINI64 set for those targets, otherwise MS_WINX64
375 /* Define to 1 if you have the `copysign' function. */
378 /* Define to 1 if you have the `round' function. */
383 /* Define to 1 if you have the `isinf' macro. */
386 /* Define to 1 if you have the `isnan' function. */
399 /* Define to 1 if you have the <conio.h> header file. */
402 /* Define to 1 if you have the <direct.h> header file. */
405 /* Define if you have dirent.h. */
418 /* Define if you don't have tm_zone but do have the external arra
    [all...]
  /external/strace/tests/
ksysent.sed 3 # should not have been exported at all
6 # should not have been named this way
  /external/strace/tests-m32/
ksysent.sed 3 # should not have been exported at all
6 # should not have been named this way
  /external/strace/tests-mx32/
ksysent.sed 3 # should not have been exported at all
6 # should not have been named this way
  /external/swiftshader/third_party/LLVM/test/Assembler/
2002-04-29-NameBinding.ll 2 ; have all of the references!
14 %v1 = alloca i32 ;; Alloca should have one use!
  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/
2004-04-09-SameValueCoalescing.ll 1 ; Linear scan does not currently coalesce any two variables that have
2 ; overlapping live intervals. When two overlapping intervals have the same
  /external/tensorflow/tensorflow/core/api_def/base_api/
api_def_DecodeRaw.pbtxt 6 All the elements must have the same length.
13 added dimension will have size equal to the length of the elements
  /external/tpm2/
GetTestResult.c 12 // that all tests that have been run have completed successfully. There is not test data and the test result is
  /external/vulkan-validation-layers/
.gitattributes 11 # files to always have CRLF line endings on checkout.
14 # files to always have CR line endings on checkout.
  /frameworks/base/core/tests/coretests/src/android/widget/touchmode/
TouchModeFocusableTest.java 52 assertTrue("edit text should have focus", mEditText.isFocused());
60 assertTrue("edit text should still have focus", mEditText.isFocused());
68 assertTrue("button should have focus", mButton.isFocused());
71 assertTrue("clicking edit text should have entered touch mode", mButton.isInTouchMode());
72 assertTrue("clicking edit text should have given it focus", mEditText.isFocused());
83 assertTrue("button should have focus",
88 assertNull("nothing should have focus", getActivity().getCurrentFocus());
89 assertFalse("layout should not have focus",
  /frameworks/base/libs/hwui/renderstate/
Blend.cpp 34 static_assert(0 == static_cast<int>(SkBlendMode::kClear), "SkBlendMode enums have changed");
35 static_assert(1 == static_cast<int>(SkBlendMode::kSrc), "SkBlendMode enums have changed");
36 static_assert(2 == static_cast<int>(SkBlendMode::kDst), "SkBlendMode enums have changed");
37 static_assert(3 == static_cast<int>(SkBlendMode::kSrcOver), "SkBlendMode enums have changed");
38 static_assert(4 == static_cast<int>(SkBlendMode::kDstOver), "SkBlendMode enums have changed");
39 static_assert(5 == static_cast<int>(SkBlendMode::kSrcIn), "SkBlendMode enums have changed");
40 static_assert(6 == static_cast<int>(SkBlendMode::kDstIn), "SkBlendMode enums have changed");
41 static_assert(7 == static_cast<int>(SkBlendMode::kSrcOut), "SkBlendMode enums have changed");
42 static_assert(8 == static_cast<int>(SkBlendMode::kDstOut), "SkBlendMode enums have changed");
43 static_assert(9 == static_cast<int>(SkBlendMode::kSrcATop), "SkBlendMode enums have changed")
    [all...]
  /frameworks/base/test-base/api/
apicheck_msg_android_test_base.txt 3 You have tried to change the API from what has been previously approved.
5 To make these errors go away, you have two choices:
  /frameworks/base/test-mock/api/
apicheck_msg_android_test_mock-system.txt 3 You have tried to change the API from what has been previously approved.
5 To make these errors go away, you have two choices:

Completed in 461 milliseconds

<<11121314151617181920>>