OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:statements
(Results
226 - 250
of
2852
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
defaultquery.py
30
Query default_*
statements
.
50
"""Generator which yields all matching default_*
statements
."""
/external/androidplot/Examples/DemoApp/
proguard-project.txt
22
# remove all debug and verbose level logging
statements
:
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/doc/
index.rst
10
by bytecode analysis for import
statements
.
/external/clang/include/clang/Basic/
StmtNodes.td
11
//
Statements
32
// Asm
statements
37
// Obj-C
statements
51
// C++ Coroutines TS
statements
/external/junit/src/org/junit/internal/runners/statements/
FailOnTimeout.java
4
package org.junit.internal.runners.
statements
;
/external/v8/src/ast/
ast-expression-rewriter.h
33
void VisitStatements(ZoneList<Statement*>*
statements
) override;
ast-numbering.cc
40
void VisitStatements(ZoneList<Statement*>*
statements
) override;
256
VisitStatements(node->
statements
());
446
VisitStatements(node->
statements
());
529
void AstNumberingVisitor::VisitStatements(ZoneList<Statement*>*
statements
) {
530
if (
statements
== NULL) return;
531
for (int i = 0; i <
statements
->length(); i++) {
532
Visit(
statements
->at(i));
/hardware/ti/omap4xxx/libtiutils/
DebugUtils.h
22
///Defines for debug
statements
- Macro LOG_TAG needs to be defined in the respective files
/packages/apps/Email/emailcommon/src/com/android/emailcommon/
Logging.java
44
// "if"
statements
in the byte code that always evaluate to "if (false)"
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
SQLiteTransaction.java
27
* Executes the
statements
that form the transaction.
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
gimple-pretty-print.h
1
/* Various declarations for pretty formatting of GIMPLE
statements
and
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_types.py
12
The import
statements
are not modified.
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_types.py
12
The import
statements
are not modified.
/prebuilts/go/darwin-x86/test/
switch3.go
7
// Verify that erroneous switch
statements
are detected by the compiler.
/prebuilts/go/linux-x86/test/
switch3.go
7
// Verify that erroneous switch
statements
are detected by the compiler.
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_types.py
12
The import
statements
are not modified.
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_types.py
12
The import
statements
are not modified.
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
rd-dw2-8.d
7
Line Number
Statements
:
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
dwarf2-3.d
37
No Line Number
Statements
.
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/parse/
labelbug.s
5
; following
statements
should.
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/unsorted/
labeldiffs.s
2
;
statements
.
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
debug1.d
38
Line Number
Statements
:
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
pr13167.d
35
Line Number
Statements
:
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
loc-swap-3.d
6
Line Number
Statements
:
/prebuilts/tools/common/m2/repository/junit/junit/4.12/
junit-4.12-sources.jar
Completed in 2381 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>