HomeSort by relevance Sort by last modified time
    Searched defs:statement (Results 1 - 25 of 609) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
initsid.py 42 """An initial SID statement."""
49 def statement(self): member in class:InitialSID
polcap.py 39 def statement(self): member in class:PolicyCapability
role.py 65 def statement(self): member in class:Role
user.py 73 def statement(self): member in class:User
context.py 67 def statement(self): member in class:Context
objclass.py 66 def statement(self): member in class:Common
97 def statement(self): member in class:ObjClass
symbol.py 69 def statement(self): member in class:PolicySymbol
71 A rendering of the policy statement. This should be
  /external/junit/src/main/java/org/junit/rules/
RunRules.java 4 import org.junit.runners.model.Statement;
7 * Runs a collection of rules on a statement.
11 public class RunRules extends Statement {
12 private final Statement statement; field in class:RunRules
14 public RunRules(Statement base, Iterable<TestRule> rules, Description description) {
15 statement = applyAll(base, rules, description);
20 statement.evaluate();
23 private static Statement applyAll(Statement result, Iterable<TestRule> rules
    [all...]
ExternalResource.java 4 import org.junit.runners.model.Statement;
38 public Statement apply(Statement base, Description description) {
39 return statement(base);
42 private Statement statement(final Statement base) { method in class:ExternalResource
43 return new Statement() {
  /libcore/ojluni/src/main/java/javax/sql/
StatementEvent.java 46 private PreparedStatement statement; field in class:StatementEvent
55 * @param statement The <code>PreparedStatement</code> that is bieng closed or is invalid
62 PreparedStatement statement) {
66 this.statement = statement;
76 * @param statement The <code>PreparedStatement</code> that is being closed or is invalid
85 PreparedStatement statement,
90 this.statement = statement;
103 return this.statement;
    [all...]
  /external/vogar/test/vogar/testing/
InterceptOutputStreamsTest.java 26 import org.junit.runners.model.Statement;
61 Statement statement = new Statement() { local
82 statement = ios.apply(statement, Description.EMPTY);
83 statement.evaluate();
97 Statement statement = new Statement() { local
119 Statement statement = new Statement() { local
    [all...]
  /cts/hostsidetests/content/test-apps/CtsSyncAccountAccessSameCertTests/src/com/android/cts/content/
FlakyTestRule.java 20 import org.junit.runners.model.Statement;
35 public Statement apply(Statement statement, Description description) {
36 return new Statement() {
42 statement.evaluate();
  /external/ipsec-tools/src/racoon/
prsa_par.y 155 statements statement
156 | statement
159 statement: label
  /external/vogar/src/vogar/target/junit/
ApplyGlobalRulesBlockJUnit4ClassRunner.java 26 import org.junit.runners.model.Statement;
54 protected Statement methodBlock(FrameworkMethod method) {
56 Statement statement = super.methodBlock(method); local
57 statement = testRule.apply(statement, getDescription());
58 return statement;
ParentRunnerHelper.java 26 import org.junit.runners.model.Statement;
37 * Runs a {@link Statement} that represents a leaf (aka atomic) test, allowing the test or
41 Statement statement, Description description, RunNotifier notifier) {
45 statement.evaluate();
ParentStatementRunner.java 25 import org.junit.runners.model.Statement;
70 Statement statement = child; local
71 statement = testRule.apply(statement, description);
72 ParentRunnerHelper.abortingRunLeaf(statement, description, notifier);
StatementRunner.java 28 import org.junit.runners.model.Statement;
31 * Runs a {@link Statement}.
38 private final Statement statement; field in class:StatementRunner
42 Statement statement) {
44 this.statement = statement;
49 public StatementRunner(RunnerParams runnerParams, DescribableStatement statement) {
50 this(runnerParams, statement.getDescription(), statement)
60 Statement statement = this.statement; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
rx-parse.y 172 statement : label
    [all...]
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteProgramTest.java 59 SQLiteStatement statement; local
61 statement = mDatabase.compileStatement("SELECT num1 FROM test WHERE num2 = ?;");
62 statement.bindLong(1, 30);
63 assertEquals(12, statement.simpleQueryForLong());
66 statement.bindDouble(1, 589.0);
67 assertEquals(213, statement.simpleQueryForLong());
68 statement.close();
70 statement = mDatabase.compileStatement("SELECT text1 FROM test WHERE text2 = ?;");
72 statement.bindDouble(1, 589.0); // Wrong binding
74 statement.simpleQueryForString()
126 SQLiteStatement statement = mDatabase.compileStatement("INSERT INTO test " + local
156 SQLiteStatement statement = mDatabase.compileStatement("INSERT INTO test " + local
    [all...]
  /libcore/test-rules/src/main/java/libcore/junit/junit3/
TestCaseWithRules.java 29 import org.junit.runners.model.Statement;
63 Statement statement = new Statement() { local
100 statement = ((TestRule) rule).apply(statement, description);
102 statement = ((MethodRule) rule).apply(statement, frameworkMethod, this);
106 statement.evaluate();
  /cts/tools/selinux/
SELinuxNeverallowTestGen.py 11 statement = '' variable in class:NeverallowRule
14 def __init__(self, statement):
15 self.statement = statement
64 # neverallow_rule_to_test - takes a neverallow statement and transforms it into
68 squashed_neverallow = rule.statement.replace("\n", " ")
  /frameworks/base/tools/aapt2/java/
ClassDefinition.cpp 29 void MethodDefinition::AppendStatement(const StringPiece& statement) {
30 statements_.push_back(statement.to_string());
36 for (const auto& statement : statements_) {
37 *out << prefix << " " << statement << "\n"; local
  /frameworks/support/wear/tests/src/android/support/wear/widget/util/
WakeLockRule.java 26 import org.junit.runners.model.Statement;
37 public Statement apply(final Statement statement, Description description) {
38 return new Statement() {
44 statement.evaluate();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/
block.h 48 * this structure contains the informations of a statement block. It may happen
53 * contains the statement list and the common informations of the statements.
63 CloogStatement * statement ; /**< The list of statements in the block. */ member in struct:cloogblock
106 CloogBlock * cloog_block_alloc(CloogStatement *statement, int nb_scaldims,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/
block.h 48 * this structure contains the informations of a statement block. It may happen
53 * contains the statement list and the common informations of the statements.
63 CloogStatement * statement ; /**< The list of statements in the block. */ member in struct:cloogblock
106 CloogBlock * cloog_block_alloc(CloogStatement *statement, int nb_scaldims,

Completed in 333 milliseconds

1 2 3 4 5 6 7 8 91011>>