HomeSort by relevance Sort by last modified time
    Searched full:clause (Results 251 - 275 of 1198) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cstdarg 49 // Adhere to section 17.4.1.2 clause 5 of ISO 14882:1998
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
csetjmp 52 // Adhere to section 17.4.1.2 clause 5 of ISO 14882:1998
cstdarg 49 // Adhere to section 17.4.1.2 clause 5 of ISO 14882:1998
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
csetjmp 52 // Adhere to section 17.4.1.2 clause 5 of ISO 14882:1998
cstdarg 49 // Adhere to section 17.4.1.2 clause 5 of ISO 14882:1998
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
csetjmp 52 // Adhere to section 17.4.1.2 clause 5 of ISO 14882:1998
cstdarg 49 // Adhere to section 17.4.1.2 clause 5 of ISO 14882:1998
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
csetjmp 52 // Adhere to section 17.4.1.2 clause 5 of ISO 14882:1998
cstdarg 49 // Adhere to section 17.4.1.2 clause 5 of ISO 14882:1998
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
csetjmp 50 // Adhere to section 17.4.1.2 clause 5 of ISO 14882:1998
cstdarg 47 // Adhere to section 17.4.1.2 clause 5 of ISO 14882:1998
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
csetjmp 50 // Adhere to section 17.4.1.2 clause 5 of ISO 14882:1998
cstdarg 47 // Adhere to section 17.4.1.2 clause 5 of ISO 14882:1998
  /prebuilts/tools/common/proguard/
license.html 29 exception</a> to the latter clause (in wording suggested by
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
FlowControl.py 304 finally_enter ControlBlock Normal finally clause entry point
305 finally_exit ControlBlock Normal finally clause exit point
885 for clause in node.if_clauses:
887 self._visit(clause.condition)
889 self._visit(clause.body)
892 # Else clause
922 # Else clause
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
sqliteInt.h     [all...]
sqliteLimit.h 33 ** * Terms in the SET clause of an UPDATE statement
36 ** * Terms in the VALUES clause of an INSERT statement
  /developers/build/prebuilts/gradle/SpeedTracker/Application/src/main/java/com/example/android/wearable/speedtracker/db/
LocationDbHelper.java 122 selection, // The columns for the WHERE clause
123 new String[]{day}, // The values for the WHERE clause
  /developers/samples/android/wearable/wear/SpeedTracker/Application/src/main/java/com/example/android/wearable/speedtracker/db/
LocationDbHelper.java 122 selection, // The columns for the WHERE clause
123 new String[]{day}, // The values for the WHERE clause
  /development/samples/browseable/SpeedTracker/Application/src/com.example.android.wearable.speedtracker/db/
LocationDbHelper.java 122 selection, // The columns for the WHERE clause
123 new String[]{day}, // The values for the WHERE clause
  /external/chromium_org/third_party/sqlite/src/test/
insert3.test 116 SELECT 'illegal WHEN clause';
129 SELECT 'illegal WHEN clause';
subselect.test 117 # Verify that the ORDER BY clause is honored in a subquery.
188 # an ORDER BY clause.
  /external/chromium_org/third_party/yasm/
README.chromium 4 License: 2-clause or 3-clause BSD licensed, with the exception of bitvect, which is triple-licensed under the Artistic license, GPL, and LGPL
  /external/clang/test/OpenMP/
parallel_for_if_messages.cpp 27 #pragma omp parallel for if (foobool(argc)), if (true) // expected-error {{directive '#pragma omp parallel for' cannot contain more than one 'if' clause}}
55 #pragma omp parallel for if (foobool(argc)), if (true) // expected-error {{directive '#pragma omp parallel for' cannot contain more than one 'if' clause}}
parallel_sections_misc_messages.c 75 // expected-error@+1 {{unexpected OpenMP clause 'nowait' in directive '#pragma omp section'}}
89 // expected-error@+2 {{unexpected OpenMP clause 'linear' in directive '#pragma omp parallel sections'}}

Completed in 1299 milliseconds

<<11121314151617181920>>