/prebuilts/tools/common/fest/ |
fest-assert-1.2.jar | |
/external/r8/src/test/java/com/android/tools/r8/rewrite/assertions/ |
ClassWithAssertions.java | 5 package com.android.tools.r8.rewrite.assertions;
|
RemoveAssertionsTest.java | 5 package com.android.tools.r8.rewrite.assertions;
|
/frameworks/compile/mclinker/lib/Script/ |
AssertCmd.cpp | 43 pModule.getScript().assertions().push_back(*this);
|
/art/tools/checker/match/ |
file.py | 31 def splitIntoGroups(assertions): 32 """ Breaks up a list of assertions, grouping instructions which should be 37 for assertion in assertions: 64 def matchDagGroup(assertions, c1Pass, scope, variables): 65 """ Attempts to find matching `c1Pass` lines for a group of DAG assertions. 67 Assertions are matched in the list order and variable values propagated. Only 76 for assertion in assertions: 85 def testNotGroup(assertions, c1Pass, scope, variables): 86 """ Verifies that none of the given NOT assertions matches a line inside 93 for assertion in assertions [all...] |
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug324.go | 8 // from another package with a private method, and type assertions
|
issue8139.go | 7 // Issue 8139. The x.(T) assertions used to write 1 (unexpected)
|
issue16870.go | 111 // Type assertions.
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug324.go | 8 // from another package with a private method, and type assertions
|
issue8139.go | 7 // Issue 8139. The x.(T) assertions used to write 1 (unexpected)
|
issue16870.go | 111 // Type assertions.
|
/art/tools/checker/file_format/checker/ |
struct.py | 44 self.assertions = [] 60 if not self.assertions or \ 61 (self.assertions[-1].variant != TestAssertion.Variant.InOrder and \ 62 self.assertions[-1].variant != TestAssertion.Variant.NextLine): 66 self.assertions.append(new_assertion) 71 and self.assertions == other.assertions 77 """Supported types of assertions."""
|
test.py | 36 self.assertNotEqual(len(checkFile.testCases[0].assertions), 0) 41 self.assertEqual(len(checkFile.testCases[0].assertions), 0) 84 self.assertEqual(len(testCase.assertions), 1) 85 return testCase.assertions[0] 318 self.assertEqual(len(checkerFile.testCases[0].assertions), 4) 335 self.assertEqual(len(checkerFile.testCases[0].assertions), 4) 378 self.assertEqual(len(testCase.assertions), 1) 379 assertion = testCase.assertions[0] 386 self.assertEqual(len(testCase.assertions), 1) 387 assertion = testCase.assertions[0 [all...] |
/frameworks/compile/mclinker/include/mcld/ |
LinkerScript.h | 45 typedef std::vector<AssertCmd> Assertions; 66 const Assertions& assertions() const { return m_Assertions; } function in class:mcld::LinkerScript 67 Assertions& assertions() { return m_Assertions; } function in class:mcld::LinkerScript 102 Assertions m_Assertions;
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_inst.h | 53 #define FC(name, high, low, assertions) \ 58 assert(assertions); \ 66 assert(assertions); \ 305 #define FJ(name, high, low, assertions) \ 309 assert(assertions); \ 316 assert(assertions); \ 783 #define FC(name, high, low, assertions) \ 788 assert(assertions); \ 796 assert(assertions); \
|
/prebuilts/go/darwin-x86/test/ |
torture.go | 163 // A chains of type assertions. 248 // Type assertions and slice indexing. See issue 4207.
|
/prebuilts/go/linux-x86/test/ |
torture.go | 163 // A chains of type assertions. 248 // Type assertions and slice indexing. See issue 4207.
|
/prebuilts/go/darwin-x86/src/regexp/syntax/ |
prog.go | 61 // An EmptyOp specifies a kind or mixture of zero-width assertions. 73 // EmptyOpContext returns the zero-width assertions 105 // during the evaluation of the \b and \B zero-width assertions. 106 // These assertions are ASCII-only: the word characters are [A-Za-z0-9_].
|
/prebuilts/go/linux-x86/src/regexp/syntax/ |
prog.go | 61 // An EmptyOp specifies a kind or mixture of zero-width assertions. 73 // EmptyOpContext returns the zero-width assertions 105 // during the evaluation of the \b and \B zero-width assertions. 106 // These assertions are ASCII-only: the word characters are [A-Za-z0-9_].
|
/bionic/libc/upstream-netbsd/lib/libc/include/isc/ |
list.h | 22 #include <isc/assertions.h>
|
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
OptionalSaveActivityTest.java | 113 private void noAutofillSaveOnChangeTest(Runnable changes, Visitor<AssistStructure> assertions) 144 assertions.visit(saveRequest.structure); 306 Visitor<AssistStructure> assertions) throws Exception { 341 assertions.visit(saveRequest.structure);
|
/external/protobuf/js/binary/ |
decoder_test.js | 216 * Verifies that misuse of the decoder class triggers assertions. 224 // Overlong varints should trigger assertions. 234 // should trigger assertions. 245 // trigger assertions.
|
/system/sepolicy/tools/ |
checkfc.c | 45 /* assertions */ 88 static bool ebitmap_attribute_assertion_init(ebitmap_t *assertions, const char * const attributes[]) 99 int err = ebitmap_set_bit(assertions, bit_pos, 1);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/ |
bgenObjectDefinition.py | 29 if hasattr(self, "assertions"):
30 self.assertions()
236 def assertions(self):
member in class:PEP252Mixin
|
/external/python/cpython2/Tools/bgen/bgen/ |
bgenObjectDefinition.py | 29 if hasattr(self, "assertions"): 30 self.assertions() 236 def assertions(self): member in class:PEP252Mixin
|