HomeSort by relevance Sort by last modified time
    Searched defs:ns (Results 76 - 100 of 960) sorted by null

1 2 34 5 6 7 8 91011>>

  /device/linaro/bootloader/arm-trusted-firmware/services/spd/tlkd/
tlkd_main.c 147 uint32_t ns; local
158 ns = is_caller_non_secure(flags);
168 if (ns)
208 if (!ns)
268 * Translate NS/EL1-S virtual addresses.
271 * x3 = type (NS/S)
278 if (ns)
281 /* NS virtual addresses are 64-bit long */
293 /* virtual address and type: ns/s */
304 if (ns)
    [all...]
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p11.cpp 16 namespace ns { void foo(); } // expected-note {{target of using declaration}} namespace in namespace:test0
18 using ns::foo; // expected-error {{target of using declaration conflicts with declaration already in scope}}
22 namespace ns { void foo(); } // expected-note {{target of using declaration}} namespace in namespace:test1
23 using ns::foo; //expected-note {{using declaration}}
28 namespace ns { void foo(); } // expected-note 2 {{target of using declaration}} namespace in namespace:test2
31 using ns::foo; // expected-error {{target of using declaration conflicts with declaration already in scope}}
35 using ns::foo; //expected-note {{using declaration}}
41 namespace ns { void foo(); } // expected-note 2 {{target of using declaration}} namespace in namespace:test3
45 using ns::foo; // expected-error {{target of using declaration conflicts with declaration already in scope}}
51 using ns::foo; //expected-note {{using declaration}
58 namespace ns { void foo(); } \/\/ expected-note 2 {{target of using declaration}} namespace in namespace:test4
76 namespace ns { void foo(int); } namespace in namespace:test5
96 namespace ns { void foo(); } \/\/ expected-note {{target of using declaration}} namespace in namespace:test6
98 namespace ns { namespace in namespace:test6
    [all...]
p8.cpp 8 namespace ns { namespace in namespace:test0
12 using ns::foo;
13 using ns::foo;
19 namespace ns { namespace in namespace:test0
27 using ns::foo;
33 using ns::foo;
38 namespace ns { namespace in namespace:test1
43 using ns::foo;
50 namespace ns { namespace in namespace:test1
59 using ns::foo
    [all...]
  /external/clang/test/CodeGenCXX/
static-member-variable-explicit-specialization.cpp 59 namespace ns { namespace
  /external/clang/test/OpenMP/
threadprivate_ast_print.cpp 54 namespace ns{ namespace
57 // CHECK: namespace ns {
60 #pragma omp threadprivate(ns::a)
61 // CHECK-NEXT: #pragma omp threadprivate(ns::a)
  /external/clang/test/Parser/
cxx-ambig-paren-expr.cpp 38 namespace ns { namespace
57 if (result((ns::type) i).check())
66 if (result((ns::rec) i).check())
  /external/clang/test/Sema/
parentheses.cpp 124 namespace ns { namespace in namespace:PR20735
195 if (5 & ns::get() != 0) {}
206 if (5 & ns::num != 0) {}
  /external/flatbuffers/src/
idl_gen_fbs.cpp 63 auto &ns = **it; local
64 for (size_t i = 0; i < ns.from_table; i++) {
65 ns.components[ns.components.size() - 1 - i] += "_";
  /external/libcxx/test/libcxx/thread/thread.threads/thread.thread.this/
sleep_for.pass.cpp 65 std::chrono::nanoseconds ns = (t1 - t0) - ms; local
68 assert(std::abs(ns.count()) < err.count());
  /external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/
mutex.pass.cpp 36 typedef std::chrono::nanoseconds ns; typedef
59 ns d = t1 - t0 - WaitTime;
71 ns d = t1 - t0;
mutex_duration.pass.cpp 36 typedef std::chrono::nanoseconds ns; typedef
56 ns d = t1 - t0 - WaitTime;
66 ns d = t1 - t0 - WaitTime;
mutex_time_point.pass.cpp 36 typedef std::chrono::nanoseconds ns; typedef
55 ns d = t1 - t0 - WaitTime;
65 ns d = t1 - t0 - WaitTime;
  /external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/
lock.pass.cpp 33 typedef std::chrono::nanoseconds ns; typedef
54 ns d = t1 - t0 - WaitTime;
  /external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.shared_mutex.requirements/thread.shared_mutex.class/
lock.pass.cpp 34 typedef std::chrono::nanoseconds ns; typedef
53 ns d = t1 - t0 - WaitTime;
lock_shared.pass.cpp 35 typedef std::chrono::nanoseconds ns; typedef
54 ns d = t1 - t0 - WaitTime;
64 ns d = t1 - t0;
  /external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/
lock.pass.cpp 34 typedef std::chrono::nanoseconds ns; typedef
55 ns d = t1 - t0 - ms(250);
lock_shared.pass.cpp 35 typedef std::chrono::nanoseconds ns; typedef
56 ns d = t1 - t0 - WaitTime;
66 ns d = t1 - t0;
try_lock_for.pass.cpp 35 typedef std::chrono::nanoseconds ns; typedef
55 ns d = t1 - t0 - WaitTime;
64 ns d = t1 - t0 - WaitTime;
try_lock_shared.pass.cpp 35 typedef std::chrono::nanoseconds ns; typedef
54 ns d = t1 - t0 - ms(250);
try_lock_shared_for.pass.cpp 36 typedef std::chrono::nanoseconds ns; typedef
55 ns d = t1 - t0 - WaitTime;
64 ns d = t1 - t0 - WaitTime;
try_lock_shared_until.pass.cpp 36 typedef std::chrono::nanoseconds ns; typedef
55 ns d = t1 - t0 - WaitTime;
64 ns d = t1 - t0 - WaitTime;
try_lock_until.pass.cpp 35 typedef std::chrono::nanoseconds ns; typedef
55 ns d = t1 - t0 - WaitTime;
64 ns d = t1 - t0 - WaitTime;
  /external/libcxx/test/std/utilities/time/time.duration/time.duration.literals/
literals.pass.cpp 27 static_assert ( std::is_same<decltype( 3ns ), std::chrono::nanoseconds>::value, "" );
54 std::chrono::nanoseconds ns = 645ns; local
55 assert ( ns == std::chrono::nanoseconds(645));
56 auto ns2 = 645.ns;
57 assert ( ns == ns2 );
literals1.pass.cpp 44 nanoseconds ns = 645ns; local
45 assert ( ns == nanoseconds(645));
46 auto ns2 = 645.ns;
47 assert ( ns == ns2 );
literals2.pass.cpp 46 std::chrono::nanoseconds ns = 645ns; local
47 assert ( ns == std::chrono::nanoseconds(645));
48 auto ns2 = 645.ns;
49 assert ( ns == ns2 );

Completed in 702 milliseconds

1 2 34 5 6 7 8 91011>>