Searched refs:statements (Results 1 – 25 of 57) sorted by relevance
123
/external/clearsilver/python/examples/base/ |
D | odb_sqlite.py | 110 statements = [] 113 statements.append(sql) 116 statements.append(sql) 119 statements.append(sql) 122 statements.append(sql) 125 statements.append(sql) 128 statements.append(sql) 131 statements.append(sql) 134 statements.append(sql) 137 for statement in statements:
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Statements/ |
D | while-002.js | 57 this.statements = s; 64 eval( object.statements );
|
D | while-003.js | 57 this.statements = s; 64 eval( object.statements );
|
/external/ipsec-tools/src/racoon/ |
D | prsa_par.y | 154 statements: 155 statements statement
|
D | cfparse.y | 260 statements 262 | statements statement
|
/external/ipsec-tools/src/racoon/samples/ |
D | racoon.conf.sample-inherit | 4 # This file shows the basic inheritance usage in 'remote' statements.
|
/external/webkit/SunSpider/ |
D | UNCOVERED | 17 statements:
|
/external/bison/tests/ |
D | existing.at | 112 : l_brace statements r_brace opt_semi opt_nls 130 : l_brace statements r_brace opt_semi opt_nls 134 statements 136 | statements statement 138 | statements error 149 | l_brace statements r_brace
|
/external/dosfstools/doc/ |
D | ChangeLog.dosfstools-2.x | 100 - both: made man pages and usage statements more consistent.
|
/external/qemu/android/avd/ |
D | hardware-properties.ini | 9 # macro statements that is used several times:
|
/external/e2fsprogs/debian/attic/libs/ |
D | control | 105 libe2p typically contains printf statements or parse user input, and so
|
/external/jpeg/ |
D | coderules.doc | 23 We indent statements in K&R style, e.g.,
|
/external/icu4c/config/ |
D | mh-os390 | 39 # If statements don't work well when icu-config is generated.
|
/external/icu4c/common/ |
D | rbbirpt.txt | 120 # The variable name scanning is in common with assignment statements,
|
/external/libpcap/ |
D | wlan_filtering.patch | 84 + * link-layer header. "s" points to a list of statements
|
/external/opencore/ |
D | NOTICE | 20 covered by the following copyright statements:
|
/external/bison/doc/ |
D | refcard.tex | 412 Where {\it statements} can be either empty, or contain
|
D | bison.texinfo | 657 rule can have an @dfn{action} made up of C statements. Each time the 987 certain declarations and statements. For example, 1272 sequence of C statements. 2896 @{@var{C statements}@} 3112 An action consists of braced code containing C statements, and can be 3355 compound: '@{' declarations statements '@}' 3356 | '@{' statements '@}' 3367 '@{' declarations statements '@}' 3370 | '@{' statements '@}' 3389 '@{' declarations statements '@}' [all …]
|
D | bison.info | 950 grammar rule can have an "action" made up of C statements. Each time 1227 certain declarations and statements. For example, 1469 sequence of C statements. 3120 An action consists of braced code containing C statements, and can be 3319 compound: '{' declarations statements '}' 3320 | '{' statements '}' 3327 '{' declarations statements '}' 3328 | '{' statements '}' 3342 '{' declarations statements '}' 3344 '{' statements '}' [all …]
|
D | fdl.texi | 282 parties---for example, statements of peer review or that the text has
|
/external/webkit/JavaScriptCore/parser/ |
D | Nodes.cpp | 1587 static inline RegisterID* statementListEmitCode(const StatementVector& statements, BytecodeGenerato… in statementListEmitCode() argument 1589 StatementVector::const_iterator end = statements.end(); in statementListEmitCode() 1590 for (StatementVector::const_iterator it = statements.begin(); it != end; ++it) { in statementListEmitCode()
|
/external/libpng/ |
D | CHANGES | 126 added external C++ wrapper statements to png.h (Gilles Dauphin) 354 Corrected several statements that used side effects illegally in pngrutil.c 853 Revised png_debug() macros and statements to eliminate compiler warnings. 1318 Changed some "keep the compiler happy" from empty statements to returns, 1869 Fix some debugging statements in pnggccrd.c and pngrutil.c
|
/external/dropbear/libtommath/ |
D | changes.txt | 256 saves quite a few calls and if statements.
|
/external/webkit/WebKitTools/android/flex-2.5.4a/ |
D | flex.skl | 404 * some compilers to complain about unreachable statements.
|
/external/openssl/crypto/objects/ |
D | objects.txt | 562 # qualified certificate statements
|
123