HomeSort by relevance Sort by last modified time
    Searched full:enclose (Results 1 - 25 of 274) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/libdivsufsort/
CHANGELOG.md 8 * Enclose some string variables with double quotation marks in include/CMakeLists.txt
  /external/clang/test/OpenMP/
nesting_of_regions.cpp 85 #pragma omp ordered // expected-error {{region cannot be closely nested inside 'parallel' region; perhaps you forget to enclose 'omp ordered' directive into a for or a parallel for region with 'ordered' clause?}}
121 #pragma omp teams // expected-error {{region cannot be closely nested inside 'parallel' region; perhaps you forget to enclose 'omp teams' directive into a target region?}}
132 #pragma omp distribute // expected-error {{region cannot be closely nested inside 'parallel' region; perhaps you forget to enclose 'omp distribute' directive into a teams region?}}
142 #pragma omp distribute parallel for // expected-error {{region cannot be closely nested inside 'parallel' region; perhaps you forget to enclose 'omp distribute parallel for' directive into a teams region?}}
148 #pragma omp distribute parallel for simd // expected-error {{region cannot be closely nested inside 'parallel' region; perhaps you forget to enclose 'omp distribute parallel for simd' directive into a teams region?}}
154 #pragma omp distribute simd // expected-error {{region cannot be closely nested inside 'parallel' region; perhaps you forget to enclose 'omp distribute simd' directive into a teams region?}}
354 #pragma omp for // expected-error {{region cannot be closely nested inside 'for' region; perhaps you forget to enclose 'omp for' directive into a parallel region?}}
366 #pragma omp for simd // expected-error {{region cannot be closely nested inside 'for' region; perhaps you forget to enclose 'omp for simd' directive into a parallel region?}}
378 #pragma omp sections // expected-error {{region cannot be closely nested inside 'for' region; perhaps you forget to enclose 'omp sections' directive into a parallel region?}}
392 #pragma omp single // expected-error {{region cannot be closely nested inside 'for' region; perhaps you forget to enclose 'omp single' directive into a parallel region?}
    [all...]
sections_firstprivate_messages.cpp 137 int i; // expected-note {{variable with automatic storage duration is predetermined as private; perhaps you forget to enclose 'omp sections' directive into a parallel or another task region?}}
324 int i; // expected-note {{variable with automatic storage duration is predetermined as private; perhaps you forget to enclose 'omp sections' directive into a parallel or another task region?}}
single_firstprivate_messages.cpp 111 int i; // expected-note {{variable with automatic storage duration is predetermined as private; perhaps you forget to enclose 'omp single' directive into a parallel or another task region?}}
234 int i; // expected-note {{variable with automatic storage duration is predetermined as private; perhaps you forget to enclose 'omp single' directive into a parallel or another task region?}}
task_messages.cpp 102 // expected-error@+1 {{region cannot be closely nested inside 'task' region; perhaps you forget to enclose 'omp for' directive into a parallel region?}}
258 // expected-error@+1 {{region cannot be closely nested inside 'task' region; perhaps you forget to enclose 'omp for' directive into a parallel region?}}
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
commands.py 77 # Two strategies: enclose in single quotes if it contains none;
78 # otherwise, enclose in double quotes and prefix quotable characters
  /external/python/cpython2/Lib/
commands.py 77 # Two strategies: enclose in single quotes if it contains none;
78 # otherwise, enclose in double quotes and prefix quotable characters
  /prebuilts/gdb/darwin-x86/lib/python2.7/
commands.py 77 # Two strategies: enclose in single quotes if it contains none;
78 # otherwise, enclose in double quotes and prefix quotable characters
  /prebuilts/gdb/linux-x86/lib/python2.7/
commands.py 77 # Two strategies: enclose in single quotes if it contains none;
78 # otherwise, enclose in double quotes and prefix quotable characters
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
commands.py 77 # Two strategies: enclose in single quotes if it contains none;
78 # otherwise, enclose in double quotes and prefix quotable characters
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
commands.py 77 # Two strategies: enclose in single quotes if it contains none;
78 # otherwise, enclose in double quotes and prefix quotable characters
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p2-0x.cpp 38 template<> void N0::f0(long) { } // expected-error{{does not enclose namespace}}
122 template<> int N0::v0<int[5]>; // expected-error {{must originally be declared in namespace 'N0'}} expected-error {{does not enclose namespace}}
127 template<> int N0::v0<char[5]>; // expected-error {{does not enclose namespace 'N0'}}
172 template<> double N0::X0<double>::member = 3.14; // expected-error{{does not enclose namespace}}
270 void N0::X0<void*>::ft1(void *, long) { } // expected-error{{does not enclose namespace}}
p2.cpp 42 template<> void N0::f0(long) { } // expected-error{{does not enclose namespace}}
170 template<> double N0::X0<double>::member = 3.14; // expected-error{{does not enclose namespace}}
277 void N0::X0<void*>::ft1(void *, long) { } // expected-error{{does not enclose namespace}}
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regparse.h 76 #define NENCLOSE(node) (&((node)->u.enclose))
137 #define SET_ENCLOSE_STATUS(node,f) (node)->u.enclose.state |= (f)
138 #define CLEAR_ENCLOSE_STATUS(node,f) (node)->u.enclose.state &= ~(f)
261 EncloseNode enclose; member in union:_Node::__anon8333
  /external/brotli/c/include/brotli/
port.h 48 To apply compiler hint, enclose the branching condition into macros, like this:
  /external/curl/docs/libcurl/opts/
CURLOPT_MAIL_RCPT.3 42 and enclose that address within brackets for you.
  /external/junit/src/main/java/org/junit/rules/
RuleChain.java 78 * @param enclosedRule the rule to enclose.
  /external/selinux/python/semanage/
semanage-user.8 54 SELinux Roles. You must enclose multiple roles within quotes, separate by spaces. Or specify \-R multiple times.
  /external/llvm/test/CodeGen/Thumb2/
ldr-str-imm12.ll 23 define %union.rec* @Manifest(%union.rec* %x, %union.rec* %env, %struct.STYLE* %style, %union.rec** %bthr, %union.rec** %fthr, %union.rec** %target, %union.rec** %crs, i32 %ok, i32 %need_expand, %union.rec** %enclose, i32 %fcr) nounwind {
56 %0 = call %union.rec* @Manifest(%union.rec* undef, %union.rec* %env, %struct.STYLE* %style, %union.rec** %bthr, %union.rec** %fthr, %union.rec** %target, %union.rec** %crs, i32 %ok, i32 %need_expand, %union.rec** %enclose, i32 %fcr) nounwind ; <%union.rec*> [#uses=0]
  /external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/
ldr-str-imm12.ll 23 define %union.rec* @Manifest(%union.rec* %x, %union.rec* %env, %struct.STYLE* %style, %union.rec** %bthr, %union.rec** %fthr, %union.rec** %target, %union.rec** %crs, i32 %ok, i32 %need_expand, %union.rec** %enclose, i32 %fcr) nounwind {
56 %0 = call %union.rec* @Manifest(%union.rec* undef, %union.rec* %env, %struct.STYLE* %style, %union.rec** %bthr, %union.rec** %fthr, %union.rec** %target, %union.rec** %crs, i32 %ok, i32 %need_expand, %union.rec** %enclose, i32 %fcr) nounwind ; <%union.rec*> [#uses=0]
  /external/clang/test/SemaCXX/
qual-id-test.cpp 159 // expected-error{{cannot define or redeclare 'foo' here because namespace 'Inner' does not enclose namespace 'PR6645'}}
  /external/libbrillo/brillo/
backoff_entry.h 58 // Lifetime of policy must enclose lifetime of BackoffEntry. The
  /external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/include/linux/
types.h 98 * big enough to enclose whatever representation is used by a given platform.
  /external/guava/guava/src/com/google/common/collect/
Range.java 493 * <li>{@code (3..6]} does not enclose {@code [3..6]}
494 * <li>{@code [4..5]} does not enclose {@code (3..6)} (even though it contains every value
496 * <li>{@code [3..6]} does not enclose {@code (1..1]} (even though it contains every value
521 * <li>{@code [2, 4)} and {@code [3, 5)} are connected, because both enclose {@code [3, 4)}
522 * <li>{@code [2, 4)} and {@code [4, 6)} are connected, because both enclose the empty range
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_curses.py 146 if hasattr(curses, 'enclose'):
147 stdscr.enclose()

Completed in 1803 milliseconds

1 2 3 4 5 6 7 8 91011