/external/chromium_org/chrome/browser/history/android/ |
android_history_provider_service.h | 66 // |selection| is the SQL WHERE clause without 'WHERE'. 67 // |selection_args| is the arguments for WHERE clause. 68 // |sort_order| is the SQL ORDER clause. 81 // |selection| is the SQL WHERE clause without 'WHERE'. 82 // |selection_args| is the arguments for the WHERE clause. 93 // |selection| is the SQL WHERE clause without 'WHERE'. 94 // |selection_args| is the arguments for the WHERE clause. 141 // |selection| is the SQL WHERE clause without 'WHERE'. 142 // |selection_args| is the arguments for WHERE clause. 151 // |selection| is the SQL WHERE clause without 'WHERE' [all...] |
android_provider_backend.h | 62 // |selection| is the SQL WHERE clause without 'WHERE'. 63 // |selection_args| is the arguments for WHERE clause. 64 // |sort_order| is the SQL ORDER clause. 75 // |selection| is the SQL WHERE clause without 'WHERE'. 76 // |selection_args| is the arguments for the WHERE clause. 88 // |selection| is the SQL WHERE clause without 'WHERE'. 89 // |selection_args| is the arguments for the WHERE clause. 110 // |selection| is the SQL WHERE clause without 'WHERE'. 111 // |selection_args| is the arguments for WHERE clause. 112 // |sort_order| the SQL ORDER clause [all...] |
/external/clang/lib/Parse/ |
ParseOpenMP.cpp | 79 /// annot_pragma_openmp 'parallel' {clause} annot_pragma_openmp_end 118 OMPClause *Clause = ParseOpenMPClause(DKind, CKind, 121 if (Clause) { 122 FirstClauses[CKind].setPointer(Clause); 123 Clauses.push_back(Clause); 247 /// clause: 248 /// default-clause|private-clause 252 OMPClause *Clause = 0; 254 // Check if clause is allowed for the given directive [all...] |
/external/chromium_org/third_party/jsr-305/ |
README.chromium | 5 License: BSD 2-Clause License
|
/external/chromium_org/third_party/mesa/src/src/glsl/tests/lower_jumps/ |
lower_breaks_2.opt_test | 6 # it should not be lowered if it is in the then-clause.
|
lower_breaks_3.opt_test | 6 # it should not be lowered if it is in the then-clause, even if
|
lower_breaks_4.opt_test | 6 # it should not be lowered if it is in the else-clause.
|
lower_breaks_5.opt_test | 6 # it should not be lowered if it is in the else-clause, even if
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/ |
p5-0x.cpp | 18 // parameter-declaration-clause.
|
/external/jmonkeyengine/engine/src/core/checkers/quals/ |
DefaultLocation.java | 19 * when no explicit <tt>extends</tt> or <tt>super</tt> clause is
|
/external/mesa3d/src/glsl/tests/lower_jumps/ |
lower_breaks_2.opt_test | 6 # it should not be lowered if it is in the then-clause.
|
lower_breaks_3.opt_test | 6 # it should not be lowered if it is in the then-clause, even if
|
lower_breaks_4.opt_test | 6 # it should not be lowered if it is in the else-clause.
|
lower_breaks_5.opt_test | 6 # it should not be lowered if it is in the else-clause, even if
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
vbase4_1.cpp | 9 // clause. That needs to destroy the original thrown object, not
|
weak1.cpp | 19 catch clause. */
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
vbase4_1.cpp | 9 // clause. That needs to destroy the original thrown object, not
|
weak1.cpp | 19 catch clause. */
|
/external/libpng/contrib/visupng/ |
cexcept.h | 127 the else clause is optional, the Catch clause is required. The 133 executed within the Try clause (typically within a function called 134 by the Try clause), and the exception is not caught by a nested 136 to the expression, and control will jump to the Catch clause. If no 138 the Catch clause is not executed. 146 IMPORTANT: Jumping into or out of a Try clause (for example via 149 into or out of a Catch clause is okay, and so is jumping around 150 inside a Try clause. In many cases where one is tempted to return 151 from a Try clause, it will suffice to use Throw, and then retur [all...] |
/cts/tools/signature-tools/src/signature/model/ |
IWildcardType.java | 28 * extends clause. If no upper bounds are explicitly specified then 37 * clause. If no lower bounds are explicitly specified then null is returned
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/ |
README.chromium | 5 License: BSD 3-Clause License 21 * Removed the revoked third clause from the licenses in the header files.
|
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/ |
p14.cpp | 16 // of a parameter-declaration-clause without a preceding comma. In 20 // as part of the parameter-declaration-clause.
|
/external/clang/test/CXX/temp/temp.res/temp.local/ |
p1.cpp | 6 // injected-class-name (Clause 9). The injected-class-name can be used with 27 // FIXME: Test this clause.
|
/external/chromium_org/tools/checklicenses/ |
checklicenses.py | 34 'Apache (v2.0) BSD (2 clause)', 38 'APSL (v2) BSD (4 clause)', 40 'BSD (2 clause)', 41 'BSD (2 clause) ISC', 42 'BSD (2 clause) MIT/X11 (BSD like)', 43 'BSD (3 clause)', 44 'BSD (3 clause) GPL (v2)', 45 'BSD (3 clause) ISC', 46 'BSD (3 clause) LGPL (v2 or later)', 47 'BSD (3 clause) LGPL (v2.1 or later)' [all...] |
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/ |
VoicemailFilter.java | 24 /** Returns the where clause for this filter. Returns null if the filter is empty. */
|