OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clause
(Results
276 - 300
of
1198
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/clang/test/OpenMP/
sections_misc_messages.c
77
// expected-error@+1 {{unexpected OpenMP
clause
'nowait' in directive '#pragma omp section'}}
93
// expected-error@+2 {{unexpected OpenMP
clause
'linear' in directive '#pragma omp sections'}}
/external/owasp/sanitizer/tools/findbugs/doc/
FilterFile.txt
36
just specify "name", and the
clause
will match all methods with
41
"Method" elements in an Or
clause
in order match either method.
/external/smali/
build.gradle
119
name 'The BSD 3-
Clause
License'
120
url 'http://opensource.org/licenses/BSD-3-
Clause
'
/external/stlport/stlport/stl/
_ios.h
61
public: // Members from
clause
27.4.4.2
131
// a catch
clause
.
/ndk/sources/cxx-stl/stlport/stlport/stl/
_ios.h
61
public: // Members from
clause
27.4.4.2
131
// a catch
clause
.
/ndk/sources/host-tools/gdb-stub/
gdb-stub.c
2
** The BSD 3-
Clause
License. http://www.opensource.org/licenses/BSD-3-
Clause
/packages/apps/Contacts/src/com/android/contacts/interactions/
CallLogInteractionsLoader.java
115
// Append the LIMIT
clause
onto the ORDER BY
clause
. This won't cause crashes as long
/packages/apps/DeskClock/src/com/android/deskclock/provider/
City.java
104
* SQL WHERE
clause
(excluding the WHERE itself). Passing null will
109
* @return list of alarms matching where
clause
or empty list if none found.
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ios.h
61
public: // Members from
clause
27.4.4.2
131
// a catch
clause
.
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ios.h
61
public: // Members from
clause
27.4.4.2
131
// a catch
clause
.
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ios.h
61
public: // Members from
clause
27.4.4.2
131
// a catch
clause
.
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ios.h
61
public: // Members from
clause
27.4.4.2
131
// a catch
clause
.
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_ios.h
61
public: // Members from
clause
27.4.4.2
131
// a catch
clause
.
/external/chromium_org/chrome/browser/history/
history_backend.h
315
// |selection| is the SQL WHERE
clause
without 'WHERE'.
316
// |selection_args| is the arguments for WHERE
clause
.
317
// |sort_order| is the SQL ORDER
clause
.
327
// |selection| is the SQL WHERE
clause
without 'WHERE'.
328
// |selection_args| is the arguments for the WHERE
clause
.
336
// |selection| is the SQL WHERE
clause
without 'WHERE'.
337
// |selection_args| is the arguments for the WHERE
clause
.
364
// |selection| is the SQL WHERE
clause
without 'WHERE'.
365
// |selection_args| is the arguments for the WHERE
clause
.
372
// |selection| is the SQL WHERE
clause
without 'WHERE'
[
all
...]
/frameworks/base/docs/html/training/basics/data-storage/
databases.jd
241
selection, // The columns for the WHERE
clause
242
selectionArgs, // The values for the WHERE
clause
275
selection specification into a selection
clause
and selection arguments. The
276
clause
defines the columns to look at, and also allows you to combine column
277
tests. The arguments are values to test against that are bound into the
clause
.
/external/clang/lib/Parse/
ParseTentative.cpp
271
/// '=' initializer-
clause
274
/// initializer-
clause
:
338
/// [C++11] type-specifier-seq declarator '=' initializer-
clause
489
/// attribute-token attribute-argument-
clause
[opt]
495
/// attribute-argument-
clause
:
588
// Parse the attribute-argument-
clause
, if present.
744
/// direct-declarator '(' parameter-declaration-
clause
')'
757
/// '(' parameter-declaration-
clause
')' cv-qualifier-seq[opt]
825
// '(' parameter-declaration-
clause
')' cv-qualifier-seq[opt]
868
// direct-declarator '(' parameter-declaration-
clause
')'
[
all
...]
/external/chromium_org/third_party/sqlite/src/src/
update.c
26
Expr *pWhere /* WHERE
clause
of the UPDATE statement */
35
** The default value of a column is specified by a DEFAULT
clause
in the
92
Expr *pWhere, /* The WHERE
clause
. May be null */
98
WhereInfo *pWInfo; /* Information about the WHERE
clause
*/
304
** WHERE
clause
.
522
** all record selected by the WHERE
clause
have been updated.
600
Expr *pWhere /* WHERE
clause
of the UPDATE statement */
insert.c
347
** select with data coming from a VALUES
clause
, the code executes
352
** puts VALUES
clause
expressions onto the stack
360
** If the SELECT
clause
is of the restricted form "SELECT * FROM <table2>" -
381
** and the SELECT
clause
does not read from <table> at any time.
666
**
clause
[
all
...]
/external/chromium_org/v8/src/
typing.cc
207
CaseClause*
clause
= clauses->at(i);
local
211
if (!
clause
->is_default()) {
212
Expression* label =
clause
->label();
217
oracle()->CompareType(
clause
->CompareId(),
221
clause
->set_compare_type(combined_type);
227
ZoneList<Statement*>* stmts =
clause
->statements();
245
void AstTyper::VisitCaseClause(CaseClause*
clause
) {
/external/chromium_org/third_party/sqlite/src/test/
collate1.test
23
# collate1-1.* - Single-field ORDER BY with an explicit COLLATE
clause
.
24
# collate1-2.* - Multi-field ORDER BY with an explicit COLLATE
clause
.
211
# by an ORDER BY
clause
correctly. The focus is all the different ways
alias.test
129
# Aliases in the GROUP BY
clause
cause the expression to be evaluated
between.test
13
# when the WHERE
clause
contains the BETWEEN operator.
/frameworks/base/core/java/android/content/
AsyncQueryHandler.java
155
* SQL WHERE
clause
(excluding the WHERE itself). Passing null will
161
*
clause
(excluding the ORDER BY itself). Passing null will use the
259
* @param selection the where
clause
.
/external/chromium_org/content/test/data/
simple_database.html
117
// |LIMIT| is a nonstandard
clause
supported by sqlite that lets us pick
/external/chromium_org/third_party/angle/src/compiler/translator/
RewriteElseBlocks.cpp
120
// an if-else
clause
that returns something non-void in a function. By appending dummy
Completed in 2897 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>