HomeSort by relevance Sort by last modified time
    Searched full:clause (Results 176 - 200 of 1178) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
cerrno 46 // Adhere to section 17.4.1.2 clause 5 of ISO 14882:1998
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cerrno 46 // Adhere to section 17.4.1.2 clause 5 of ISO 14882:1998
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cerrno 48 // Adhere to section 17.4.1.2 clause 5 of ISO 14882:1998
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cerrno 48 // Adhere to section 17.4.1.2 clause 5 of ISO 14882:1998
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cerrno 48 // Adhere to section 17.4.1.2 clause 5 of ISO 14882:1998
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cerrno 48 // Adhere to section 17.4.1.2 clause 5 of ISO 14882:1998
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cerrno 48 // Adhere to section 17.4.1.2 clause 5 of ISO 14882:1998
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cerrno 48 // Adhere to section 17.4.1.2 clause 5 of ISO 14882:1998
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
cerrno 48 // Adhere to section 17.4.1.2 clause 5 of ISO 14882:1998
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
cerrno 48 // Adhere to section 17.4.1.2 clause 5 of ISO 14882:1998
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
cerrno 46 // Adhere to section 17.4.1.2 clause 5 of ISO 14882:1998
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
cerrno 46 // Adhere to section 17.4.1.2 clause 5 of ISO 14882:1998
  /external/chromium_org/third_party/
PRESUBMIT.py 8 '(New )?([23]-Clause )?BSD( [23]-Clause)?( with advertising clause)?',
  /external/chromium_org/third_party/mesa/src/src/glsl/
lower_if_to_cond_assign.cpp 191 * the then-clause of the if-statement. Use the condition variable as a
215 /* If there are instructions in the else-clause, store the inverse of the
217 * else-clause if the if-statement. Use the (inverse) condition variable
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2_tokenizer.h 36 ** the tokenizer clause of the CREATE VIRTUAL TABLE statement to the
40 ** be used for the fts2 table (customized by the tokenizer clause arguments).
61 ** arguments passed to the "tokenizer" clause of the CREATE VIRTUAL
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_tokenizer.h 36 ** the tokenizer clause of the CREATE VIRTUAL TABLE statement to the
40 ** be used for the fts3 table (customized by the tokenizer clause arguments).
61 ** arguments passed to the "tokenizer" clause of the CREATE VIRTUAL
  /external/chromium_org/third_party/sqlite/src/test/
misc4.test 112 } {1 {aggregate functions are not allowed in the GROUP BY clause}}
127 } {1 {aggregate functions are not allowed in the GROUP BY clause}}
134 } {1 {aggregate functions are not allowed in the GROUP BY clause}}
e_select.test 105 # 0: No FROM clause
106 # 1: Has FROM clause
108 # 0: No WHERE clause
109 # 1: Has WHERE clause
111 # 0: No GROUP BY clause
112 # 1: Has GROUP BY clause
315 # The following tests focus on FROM clause (join) processing.
318 # EVIDENCE-OF: R-16074-54196 If the FROM clause is omitted from a simple
332 # join-source following the FROM clause, then the input data used by the
362 # data is coming from each of the three tables following the FROM clause
    [all...]
  /external/mesa3d/src/glsl/
lower_if_to_cond_assign.cpp 191 * the then-clause of the if-statement. Use the condition variable as a
215 /* If there are instructions in the else-clause, store the inverse of the
217 * else-clause if the if-statement. Use the (inverse) condition variable
  /packages/inputmethods/OpenWnn/
README.txt 45 Index 4: Japanese dictionary for clause conversion (single Kanji)
46 Index 5: Japanese dictionary for clause conversion (basic words)
47 Index 6: Japanese dictionary for clause conversion (ancillary words)
  /external/clang/test/OpenMP/
simd_linear_messages.cpp 50 // expected-error@+1 {{argument of a linear clause should be of integral or pointer type}}
141 #pragma omp simd linear(j) // expected-error {{arguments of OpenMP clause 'linear' cannot be of reference type}}
184 // expected-error@+2 {{argument of a linear clause should be of integral or pointer type, not 'S4'}}
185 // expected-error@+1 {{argument of a linear clause should be of integral or pointer type, not 'S5'}}
198 #pragma omp simd linear(j) // expected-error {{arguments of OpenMP clause 'linear' cannot be of reference type 'int &'}}
for_reduction_messages.cpp 135 #pragma omp for reduction(min : a, b, c, d, f) // expected-error {{reduction variable with incomplete type 'S1'}} expected-error 2 {{arguments of OpenMP clause 'reduction' for 'min' or 'max' must be of arithmetic type}} expected-error 3 {{const-qualified variable cannot be reduction}}
175 #pragma omp for private(i), reduction(+ : j), reduction(+ : q) // expected-error 4 {{argument of OpenMP clause 'reduction' must reference the same object in all threads}}
179 #pragma omp for reduction(+ : p), reduction(+ : p) // expected-error 2 {{argument of OpenMP clause 'reduction' must reference the same object in all threads}}
183 #pragma omp for reduction(+ : p), reduction(+ : p) // expected-error 3 {{variable can appear only once in OpenMP 'reduction' clause}} expected-note 3 {{previously referenced here}}
192 #pragma omp for reduction(max : j) // expected-error 2 {{argument of OpenMP clause 'reduction' must reference the same object in all threads}}
276 #pragma omp for reduction(min : a, b, c, d, f) // expected-error {{reduction variable with incomplete type 'S1'}} expected-error 2 {{arguments of OpenMP clause 'reduction' for 'min' or 'max' must be of arithmetic type}} expected-error 2 {{const-qualified variable cannot be reduction}}
320 #pragma omp for private(i), reduction(+ : j), reduction(+ : q) // expected-error 2 {{argument of OpenMP clause 'reduction' must reference the same object in all threads}}
324 #pragma omp for reduction(+ : p), reduction(+ : p) // expected-error 2 {{argument of OpenMP clause 'reduction' must reference the same object in all threads}}
328 #pragma omp for reduction(+ : p), reduction(+ : p) // expected-error {{variable can appear only once in OpenMP 'reduction' clause}} expected-note {{previously referenced here}}
337 #pragma omp for reduction(max : j) // expected-error {{argument of OpenMP clause 'reduction' must reference the same object in all threads}
    [all...]
parallel_for_reduction_messages.cpp 120 #pragma omp parallel for reduction(min : a, b, c, d, f) // expected-error {{reduction variable with incomplete type 'S1'}} expected-error 2 {{arguments of OpenMP clause 'reduction' for 'min' or 'max' must be of arithmetic type}} expected-error 3 {{const-qualified variable cannot be reduction}}
150 #pragma omp parallel for private(i), reduction(+ : j), reduction(+ : q) // expected-error 4 {{argument of OpenMP clause 'reduction' must reference the same object in all threads}}
154 #pragma omp parallel for reduction(+ : p), reduction(+ : p) // expected-error 2 {{argument of OpenMP clause 'reduction' must reference the same object in all threads}}
157 #pragma omp parallel for reduction(+ : p), reduction(+ : p) // expected-error 3 {{variable can appear only once in OpenMP 'reduction' clause}} expected-note 3 {{previously referenced here}}
165 #pragma omp parallel for reduction(max : j) // expected-error 2 {{argument of OpenMP clause 'reduction' must reference the same object in all threads}}
234 #pragma omp parallel for reduction(min : a, b, c, d, f) // expected-error {{reduction variable with incomplete type 'S1'}} expected-error 2 {{arguments of OpenMP clause 'reduction' for 'min' or 'max' must be of arithmetic type}} expected-error 2 {{const-qualified variable cannot be reduction}}
267 #pragma omp parallel for private(i), reduction(+ : j), reduction(+ : q) // expected-error 2 {{argument of OpenMP clause 'reduction' must reference the same object in all threads}}
271 #pragma omp parallel for reduction(+ : p), reduction(+ : p) // expected-error 2 {{argument of OpenMP clause 'reduction' must reference the same object in all threads}}
274 #pragma omp parallel for reduction(+ : p), reduction(+ : p) // expected-error {{variable can appear only once in OpenMP 'reduction' clause}} expected-note {{previously referenced here}}
282 #pragma omp parallel for reduction(max : j) // expected-error {{argument of OpenMP clause 'reduction' must reference the same object in all threads}
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDatabase.java     [all...]
  /external/chromium_org/v8/src/
prettyprinter.cc 185 void PrettyPrinter::VisitCaseClause(CaseClause* clause) {
186 if (clause->is_default()) {
190 Visit(clause->label());
193 PrintStatements(clause->statements());
194 if (clause->statements()->length() > 0)
873 void AstPrinter::VisitCaseClause(CaseClause* clause) {
874 if (clause->is_default()) {
876 PrintStatements(clause->statements());
879 Visit(clause->label());
880 PrintStatements(clause->statements())
    [all...]

Completed in 1448 milliseconds

1 2 3 4 5 6 78 91011>>