OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clause
(Results
26 - 50
of
1198
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/opus/src/
LICENSE_PLEASE_READ.txt
7
under the Modified (2-
clause
or 3-
clause
) BSD License or the Clear BSD License.
/external/llvm/test/CodeGen/R600/
vtx-schedule.ll
8
; CHECK: Fetch
clause
10
; CHECK: Fetch
clause
/external/mdnsresponder/
LICENSE
8
licensed under the terms of the "Three-
Clause
BSD License".
12
Software Licence (which is substantially similar to the "Three-
Clause
/frameworks/base/core/java/com/android/internal/content/
SelectionBuilder.java
28
* appended
clause
is combined using {@code AND}. This class is <em>not</em>
47
* Append the given selection
clause
to the internal state. Each
clause
is
57
// Shortcut when
clause
is empty
96
* Execute query using the current internal state as {@code WHERE}
clause
.
104
* Execute query using the current internal state as {@code WHERE}
clause
.
113
* Execute update using the current internal state as {@code WHERE}
clause
.
120
* Execute delete using the current internal state as {@code WHERE}
clause
.
/external/chromium_org/third_party/bsdtrees/
README.chromium
7
License: 2-
clause
BSD
/external/chromium_org/third_party/fips181/
README.chromium
5
License: BSD 3-
Clause
/external/clang/test/CXX/except/except.spec/
p11.cpp
4
// This is the "let the user shoot themselves in the foot"
clause
.
/external/clang/test/OpenMP/
parallel_for_default_messages.cpp
10
#pragma omp parallel for default( // expected-error {{expected 'none' or 'shared' in OpenMP
clause
'default'}} expected-error {{expected ')'}} expected-note {{to match this '('}}
13
#pragma omp parallel for default() // expected-error {{expected 'none' or 'shared' in OpenMP
clause
'default'}}
19
#pragma omp parallel for default(shared), default(shared) // expected-error {{directive '#pragma omp parallel for' cannot contain more than one 'default'
clause
}}
22
#pragma omp parallel for default(x) // expected-error {{expected 'none' or 'shared' in OpenMP
clause
'default'}}
/external/clang/test/Rewriter/
rewrite-try-catch.m
23
// no catch
clause
/external/clang/test/Parser/
objc-try-catch-1.m
42
@try { // expected-error {{@try statement without a @catch and @finally
clause
}}
50
@try {}// expected-error {{@try statement without a @catch and @finally
clause
}}
56
@try {}// expected-error {{@try statement without a @catch and @finally
clause
}}
/frameworks/base/core/java/android/database/sqlite/
SQLiteQueryBuilder.java
86
* Append a chunk to the WHERE
clause
of the query. All chunks appended are surrounded
88
* WHERE
clause
looks like:
92
* @param inWhere the chunk of text to append to the WHERE
clause
.
105
* Append a chunk to the WHERE
clause
of the query. All chunks appended are surrounded
107
* WHERE
clause
looks like:
111
* @param inWhere the chunk of text to append to the WHERE
clause
. it will be escaped
184
* WHERE
clause
(excluding the WHERE itself). Passing null will
187
* GROUP BY
clause
(excluding the GROUP BY itself). Passing null
191
*
clause
(excluding the HAVING itself). Passing null will cause
194
* @param orderBy How to order the rows, formatted as an SQL ORDER BY
clause
[
all
...]
/external/javassist/src/main/javassist/expr/
Handler.java
23
* A <code>catch</code>
clause
or a <code>finally</code> block.
41
* Returns the method or constructor containing the catch
clause
.
46
* Returns the source line number of the catch
clause
.
55
* Returns the source file containing the catch
clause
.
64
* Returns the list of exceptions that the catch
clause
may throw.
71
* Returns the type handled by the catch
clause
.
102
* Inserts bytecode at the beginning of the catch
clause
.
/external/chromium_org/chrome/browser/history/android/
android_history_provider_service.h
54
// |selection| is the SQL WHERE
clause
without 'WHERE'.
55
// |selection_args| is the arguments for WHERE
clause
.
56
// |sort_order| is the SQL ORDER
clause
.
69
// |selection| is the SQL WHERE
clause
without 'WHERE'.
70
// |selection_args| is the arguments for the WHERE
clause
.
81
// |selection| is the SQL WHERE
clause
without 'WHERE'.
82
// |selection_args| is the arguments for the WHERE
clause
.
133
// |selection| is the SQL WHERE
clause
without 'WHERE'.
134
// |selection_args| is the arguments for WHERE
clause
.
145
// |selection| is the SQL WHERE
clause
without 'WHERE'
[
all
...]
/external/chromium_org/third_party/jsr-305/
README.chromium
5
License: BSD 2-
Clause
License
/external/chromium_org/third_party/mach_override/
README.chromium
7
License: MIT and 2-
clause
BSD
/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/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
Completed in 1362 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>