Home
last modified time | relevance | path

Searched defs:local (Results 1 – 25 of 531) sorted by relevance

12345678910>>...22

/external/arm-trusted-firmware/plat/xilinx/common/
Dipi.c68 static inline int is_ipi_mb_within_range(uint32_t local, uint32_t remote) in is_ipi_mb_within_range()
87 int ipi_mb_validate(uint32_t local, uint32_t remote, unsigned int is_secure) in ipi_mb_validate()
108 void ipi_mb_open(uint32_t local, uint32_t remote) in ipi_mb_open()
123 void ipi_mb_release(uint32_t local, uint32_t remote) in ipi_mb_release()
138 int ipi_mb_enquire_status(uint32_t local, uint32_t remote) in ipi_mb_enquire_status()
162 void ipi_mb_notify(uint32_t local, uint32_t remote, uint32_t is_blocking) in ipi_mb_notify()
184 void ipi_mb_ack(uint32_t local, uint32_t remote) in ipi_mb_ack()
198 void ipi_mb_disable_irq(uint32_t local, uint32_t remote) in ipi_mb_disable_irq()
212 void ipi_mb_enable_irq(uint32_t local, uint32_t remote) in ipi_mb_enable_irq()
/external/clang/test/CXX/class/class.local/
Dp1.cpp10 struct local { in f() struct
11 …return x; } // expected-error{{reference to local variable 'x' declared in enclosing function 'f'}} in f()
12 int h() { return s; } in f()
13 int k() { return :: x; } in f()
14 int l() { return g(); } in f()
/external/llvm-project/clang/test/CXX/class/class.local/
Dp1.cpp10 struct local { in f() struct
11 …return x; } // expected-error{{reference to local variable 'x' declared in enclosing function 'f'}} in f()
12 int h() { return s; } in f()
13 int k() { return :: x; } in f()
14 int l() { return g(); } in f()
/external/llvm-project/polly/lib/External/isl/
Disl_local.c22 isl_ctx *isl_local_get_ctx(__isl_keep isl_local *local) in isl_local_get_ctx()
43 __isl_null isl_local *isl_local_free(__isl_take isl_local *local) in isl_local_free()
55 isl_size isl_local_dim(__isl_keep isl_local *local, enum isl_dim_type type) in isl_local_dim()
89 static isl_stat isl_local_check_pos(__isl_keep isl_local *local, int pos) in isl_local_check_pos()
102 isl_bool isl_local_div_is_marked_unknown(__isl_keep isl_local *local, int pos) in isl_local_div_is_marked_unknown()
118 isl_bool isl_local_div_is_known(__isl_keep isl_local *local, int pos) in isl_local_div_is_known()
153 isl_bool isl_local_divs_known(__isl_keep isl_local *local) in isl_local_divs_known()
229 __isl_give isl_local *isl_local_reorder(__isl_take isl_local *local, in isl_local_reorder()
275 __isl_give isl_vec *isl_local_extend_point_vec(__isl_keep isl_local *local, in isl_local_extend_point_vec()
/external/rust/crates/tokio/tests/
Dtask_local_set.rs56 let local = LocalSet::new(); in localset_future_threadpool() localVariable
68 let local = LocalSet::new(); in localset_future_timers() localVariable
88 let local = LocalSet::new(); in localset_future_drives_all_local_futs() localVariable
254 let local = LocalSet::new(); in join_local_future_elsewhere() localVariable
296 let local = LocalSet::new(); in drop_cancels_tasks() localVariable
368 let local = LocalSet::new(); in drop_cancels_remote_tasks() localVariable
413 let local = LocalSet::new(); in local_tasks_are_polled_after_tick() localVariable
464 let local = LocalSet::new(); in acquire_mutex_in_drop() localVariable
496 let local = LocalSet::new(); in spawn_wakes_localset() localVariable
/external/python/cpython2/Demo/pdist/
Dcmptree.py50 def compare(local, remote, mode): argument
130 def sendfile(local, remote, name): argument
155 def recvfile(local, remote, name): argument
166 def recvfile_real(local, remote, name): argument
/external/python/pybind11/tests/
Dtest_eval.cpp20 auto local = py::dict(); in TEST_SUBMODULE() local
46 auto local = py::dict(); in TEST_SUBMODULE() local
53 auto local = py::dict(); in TEST_SUBMODULE() local
64 auto local = py::dict(); in TEST_SUBMODULE() local
/external/jsilver/src/com/google/clearsilver/jsilver/data/
DLocalAndGlobalData.java26 private final Data local; field in LocalAndGlobalData
37 public LocalAndGlobalData(Data local, Data global) { in LocalAndGlobalData()
56 public LocalAndGlobalData(Data local, Data global, boolean allowGlobalDataModification) { in LocalAndGlobalData()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DStackTrace002Debuggee.java289 int local = param; in runBreakpointInt2() local
302 int local = INT_PARAM_VALUE; in runBreakpointIntConstant() local
328 int local = INT_PARAM_VALUE; in runBreakpointIntConstantWithException() local
341 int local = INT_PARAM_VALUE; in runBreakpointIntConstantWithExceptionInCallee() local
361 int local = INT_PARAM_VALUE; in runBreakpointIntConstantWithExceptionInCallerImpl() local
382 int local = INT_PARAM_VALUE; in runBreakpointIntConstantWithExceptionAndNativeTransition() local
393 …private void breakpointIntConstantWithExceptionAndNativeTransition(int local) throws TestException… in breakpointIntConstantWithExceptionAndNativeTransition()
456 Object local = OBJECT_PARAM_VALUE; in runBreakpointObjectWithException() local
475 Object local = OBJECT_PARAM_VALUE; in runBreakpointObjectWithExceptionInCallee() local
496 Object local = OBJECT_PARAM_VALUE; in runBreakpointObjectWithExceptionInCallerImpl() local
[all …]
/external/vogar/src/vogar/
DTarget.java82 public abstract void push(File local, File remote); in push()
83 public abstract void pull(File remote, File local); in pull()
85 public final Task pushTask(final File local, final File remote) { in pushTask()
/external/compiler-rt/test/asan/TestCases/Windows/
Ddll_seh.cc22 int local, zero = 0; in Throw() local
29 int local; in ThrowAndCatch() local
Dseh.cc29 int local, zero = 0; in Throw() local
36 int local; in ThrowAndCatch() local
/external/llvm-project/compiler-rt/test/asan/TestCases/Windows/
Dseh.cpp29 int local, zero = 0; in Throw() local
36 int local; in ThrowAndCatch() local
Ddll_seh.cpp22 int local, zero = 0; in Throw() local
29 int local; in ThrowAndCatch() local
/external/apache-http/src/org/apache/http/conn/routing/
DHttpRoute.java100 private HttpRoute(InetAddress local, in HttpRoute()
141 public HttpRoute(HttpHost target, InetAddress local, HttpHost[] proxies, in HttpRoute()
164 public HttpRoute(HttpHost target, InetAddress local, HttpHost proxy, in HttpRoute()
180 public HttpRoute(HttpHost target, InetAddress local, boolean secure) { in HttpRoute()
208 public HttpRoute(HttpHost target, InetAddress local, HttpHost proxy, in HttpRoute()
/external/webrtc/pc/
Dpeer_connection_simulcast_unittest.cc128 void ExchangeOfferAnswer(PeerConnectionWrapper* local, in ExchangeOfferAnswer()
331 auto local = CreatePeerConnectionWrapper(); in TEST_F() local
363 auto local = CreatePeerConnectionWrapper(); in TEST_F() local
398 auto local = CreatePeerConnectionWrapper(); in TEST_F() local
412 auto local = CreatePeerConnectionWrapper(); in TEST_F() local
447 auto local = CreatePeerConnectionWrapper(); in TEST_F() local
466 auto local = CreatePeerConnectionWrapper(); in TEST_F() local
489 auto local = CreatePeerConnectionWrapper(); in TEST_F() local
507 auto local = CreatePeerConnectionWrapper(); in TEST_F() local
526 auto local = CreatePeerConnectionWrapper(); in TEST_F() local
[all …]
/external/llvm-project/llvm/test/MC/ELF/
Dsymbol-binding-changed.s4 local: label
6 .globl local symbol
/external/compiler-rt/test/asan/TestCases/
Dthrow_catch.cc9 int local; in Throw() local
16 int local; in ThrowAndCatch() local
/external/webrtc/sdk/android/api/org/webrtc/
DCandidatePairChangeEvent.java18 public final IceCandidate local; field in CandidatePairChangeEvent
25 IceCandidate local, IceCandidate remote, int lastDataReceivedMs, String reason) { in CandidatePairChangeEvent()
/external/llvm-project/compiler-rt/test/asan/TestCases/
Dthrow_catch.cpp9 int local; in Throw() local
16 int local; in ThrowAndCatch() local
/external/llvm-project/llvm/test/MC/PowerPC/
Dppc64-encoding-ISA31-pcrel-reloc.s21 .globl local # -- Begin function local symbol
24 local: # @local label
/external/chromium-trace/catapult/devil/devil/android/sdk/
Dgce_adb_wrapper.py46 def Push(self, local, remote, **kwargs): argument
70 def _PushObject(self, local, remote): argument
90 def Pull(self, remote, local, **kwargs): argument
/external/clang/test/Analysis/
Dcomparison-implicit-casts.cpp25 int local = x - 1; in PR12206() local
50 signed char local = x - 1; in PR12206_truncation() local
/external/llvm-project/clang/test/Analysis/
Dcomparison-implicit-casts.cpp25 int local = x - 1; in PR12206() local
50 signed char local = x - 1; in PR12206_truncation() local
/external/llvm-project/compiler-rt/test/asan/TestCases/Posix/
Dinvalid-pointer-pairs-threads.cpp18 char local; in thread_main() local
43 char local; in main() local

12345678910>>...22