/system/sepolicy/ |
port_contexts | 1 # portcon statements go here, e.g.
|
/external/selinux/secilc/docs/ |
README.md | 33 * [Call / Macro Statements](cil_call_macro_statements.md#call--macro-statements) 37 * [Class and Permission Statements](cil_class_and_permission_statements.md#class-and-permission-statements) 48 * [Conditional Statements](cil_conditional_statements.md#conditional-statements) 54 * [Constraint Statements](cil_constraint_statements.md#constraint-statements) 60 * [Container Statements](cil_container_statements.md#container-statements) [all...] |
/external/clang/test/Preprocessor/ |
pragma-captured.c | 3 // Test pragma clang __debug captured, for Captured Statements
|
/external/freetype/include/config/ |
ftheader.h | 78 /* statements as in: */ 105 * A macro used in #include statements to name the file containing 120 * A macro used in #include statements to name the file containing 135 * A macro used in #include statements to name the file containing 150 * A macro used in #include statements to name the file containing the 169 * A macro used in #include statements to name the file containing the 182 * A macro used in #include statements to name the file containing the 197 * A macro used in #include statements to name the file containing the 210 * A macro used in #include statements to name the file containing the 226 * A macro used in #include statements to name the file containing typ [all...] |
/external/pdfium/third_party/freetype/include/freetype/config/ |
ftheader.h | 78 /* statements as in: */ 105 * A macro used in #include statements to name the file containing 120 * A macro used in #include statements to name the file containing 135 * A macro used in #include statements to name the file containing 150 * A macro used in #include statements to name the file containing the 169 * A macro used in #include statements to name the file containing the 182 * A macro used in #include statements to name the file containing the 197 * A macro used in #include statements to name the file containing the 210 * A macro used in #include statements to name the file containing the 226 * A macro used in #include statements to name the file containing typ [all...] |
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/config/ |
ftheader.h | 78 /* statements as in: */ 105 * A macro used in #include statements to name the file containing 120 * A macro used in #include statements to name the file containing 135 * A macro used in #include statements to name the file containing 150 * A macro used in #include statements to name the file containing the 169 * A macro used in #include statements to name the file containing the 182 * A macro used in #include statements to name the file containing the 197 * A macro used in #include statements to name the file containing the 210 * A macro used in #include statements to name the file containing the 226 * A macro used in #include statements to name the file containing typ [all...] |
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/ |
DirectStatementRetriever.java | 32 * An implementation of {@link AbstractStatementRetriever} that directly retrieves statements from 49 * An immutable value type representing the retrieved statements and the expiration date. 66 private Result(List<Statement> statements, Long expireMillis) { 67 mStatements = statements; 71 public static Result create(List<Statement> statements, Long expireMillis) { 72 return new Result(statements, expireMillis); 144 List<Statement> statements = new ArrayList<Statement>(); local 146 return Result.create(statements, DO_NOT_CACHE_RESULT); 154 return Result.create(statements, DO_NOT_CACHE_RESULT); 160 return Result.create(statements, DO_NOT_CACHE_RESULT) 186 List<Statement> statements = new ArrayList<Statement>(); local [all...] |
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/ |
README.txt | 2 by bytecode analysis for import statements.
|
/external/junit/src/org/junit/internal/runners/statements/ |
Fail.java | 1 package org.junit.internal.runners.statements;
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug465.go | 8 // if, for, switch statements.
|
gcc61255.go | 7 // PR61255: gccgo failed to compile IncDec statements on variadic functions.
|
gcc61264.go | 7 // PR61264: IncDec statements involving composite literals caused in ICE in gccgo.
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug465.go | 8 // if, for, switch statements.
|
gcc61255.go | 7 // PR61255: gccgo failed to compile IncDec statements on variadic functions.
|
gcc61264.go | 7 // PR61264: IncDec statements involving composite literals caused in ICE in gccgo.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
relax_load_align.s | 1 @ The relaxation algorithm used to not compensate for alignment statements.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/lns/ |
lns-duplicate.d | 5 Line Number Statements:
|
/external/chromium-trace/catapult/third_party/coverage/coverage/ |
annotate.py | 60 statements = sorted(analysis.statements) 78 while i < len(statements) and statements[i] < lineno: 82 if i < len(statements) and statements[i] == lineno: 88 if i >= len(statements) and j >= len(missing): 90 elif i >= len(statements) or j >= len(missing): 92 elif statements[i] == missing[j]:
|
/system/tools/aidl/ |
generate_java_binder.cpp | 78 ctor->statements = new StatementBlock; 82 ctor->statements->Add(attach); 93 asBinder->statements = new StatementBlock; 94 asBinder->statements->Add(new ReturnStatement(THIS_VALUE)); 110 onTransact->statements = new StatementBlock; 115 onTransact->statements->Add(this->transact_switch); 119 onTransact->statements->Add(new ReturnStatement(superCall)); 135 m->statements = new StatementBlock; 139 ifstatement->statements = new StatementBlock; 140 ifstatement->statements->Add(new ReturnStatement(NULL_VALUE)) [all...] |
/prebuilts/go/darwin-x86/src/go/types/testdata/ |
stmt1.src | 5 // terminating statements 16 // block statements 28 // if statements 50 // for statements 84 // switch statements 127 // select statements
|
/prebuilts/go/linux-x86/src/go/types/testdata/ |
stmt1.src | 5 // terminating statements 16 // block statements 28 // if statements 50 // for statements 84 // switch statements 127 // select statements
|
/external/clang/test/Index/ |
complete-at-exprstmt.m | 26 // CHECK-CC1: {TypedText synchronized}{HorizontalSpace }{LeftParen (}{Placeholder expression}{RightParen )}{LeftBrace {}{Placeholder statements}{RightBrace }} 28 // CHECK-CC1: {TypedText try}{LeftBrace {}{Placeholder statements}{RightBrace }}{Text @catch}{LeftParen (}{Placeholder parameter}{RightParen )}{LeftBrace {}{Placeholder statements}{RightBrace }}{Text @finally}{LeftBrace {}{Placeholder statements}{RightBrace }} 37 // CHECK-CC3: NotImplemented:{TypedText @synchronized}{HorizontalSpace }{LeftParen (}{Placeholder expression}{RightParen )}{LeftBrace {}{Placeholder statements}{RightBrace }} 39 // CHECK-CC3: NotImplemented:{TypedText @try}{LeftBrace {}{Placeholder statements}{RightBrace }}{Text @catch}{LeftParen (}{Placeholder parameter}{RightParen )}{LeftBrace {}{Placeholder statements}{RightBrace }}{Text @finally}{LeftBrace {}{Placeholder statements}{RightBrace }}
|
/external/slf4j/slf4j-migrator/ |
LIMITATIONS.txt | 10 very few log statements bearing the FATAL level. 31 NDC statements.
|
/external/v8/src/interpreter/ |
control-flow-builders.h | 42 // This method is called when visiting break statements in the AST. 63 // Unbound labels that identify jumps for break statements in the code. 68 // Class to track control flow for block statements (which can break in JS). 81 // A class to help with co-ordinating break and continue statements with 97 // This method is called when visiting continue statements in the AST. 113 // Unbound labels that identify jumps for continue statements in the code. 118 // A class to help with co-ordinating break statements with their switch. 143 // Unbound labels that identify jumps for case statements in the code.
|
/external/webrtc/ |
pylintrc | 5 disable=I0010,I0011,bad-continuation,broad-except,duplicate-code,eval-used,exec-used,fixme,invalid-name,missing-docstring,no-init,no-member,too-few-public-methods,too-many-ancestors,too-many-arguments,too-many-branches,too-many-function-args,too-many-instance-attributes,too-many-lines,too-many-locals,too-many-public-methods,too-many-return-statements,too-many-statements
|