Searched defs:p5 (Results 1 - 25 of 84) sorted by relevance

1234

/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_TimeZone.java74 public int getOffset(int p1, int p2, int p3, int p4, int p5, int p6) { argument
/external/chromium_org/base/
H A Dbind.h302 const P5& p5) {
354 new BindState(internal::MakeRunnable(functor), p1, p2, p3, p4, p5));
371 const P5& p5, const P6& p6) {
427 new BindState(internal::MakeRunnable(functor), p1, p2, p3, p4, p5, p6));
445 const P5& p5, const P6& p6, const P7& p7) {
505 new BindState(internal::MakeRunnable(functor), p1, p2, p3, p4, p5, p6,
301 Bind(Functor functor, const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5) argument
370 Bind(Functor functor, const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, const P6& p6) argument
444 Bind(Functor functor, const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, const P6& p6, const P7& p7) argument
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dsyscall.h53 Call(int nr, T0 p0, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7) { argument
60 (intptr_t)p5,
73 Call(int nr, T0 p0, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6) { argument
80 (intptr_t)p5,
87 Call(int nr, T0 p0, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { argument
94 (intptr_t)p5,
146 intptr_t p5,
H A Dsyscall.cc266 intptr_t p5,
282 const intptr_t args[8] = {p0, p1, p2, p3, p4, p5, p6, p7};
288 const intptr_t args[6] = {p0, p1, p2, p3, p4, p5};
260 Call(int nr, intptr_t p0, intptr_t p1, intptr_t p2, intptr_t p3, intptr_t p4, intptr_t p5, intptr_t p6, intptr_t p7) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_perf.c49 float p1, p2, p3, p4, p5, p6; local
61 p5 = 100.0 * (float) lp_count.nr_shade_opaque_64 / (float) total_64;
66 debug_printf("llvmpipe: nr_shade_opaque_64x64: %9u (%3.0f%% of %u)\n", lp_count.nr_shade_opaque_64, p5, total_64);
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dref_count.h61 RefCountImpl(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) argument
62 : T(p1, p2, p3, p4, p5), ref_count_(0) {}
/external/chromium_org/v8/test/mjsunit/es6/debug-promises/
H A Devents.js65 var p5 = p1.then(); // event variable
104 assertAsync(result[5].promise === p5, "result[5].promise");
/external/chromium_org/v8/test/webkit/
H A Dcomparison-operators-greater.js145 var p5 = 0.5; variable
167 shouldBeTrue("p5 >= 0");
171 shouldBeFalse("p5 >= 1");
176 shouldBeTrue("if (p5 >= 0 || 0) true; else false");
180 shouldBeFalse("if (p5 >= 1 || 0) true; else false");
204 shouldBeTrue("p5 >= 0");
208 shouldBeFalse("p5 >= one");
213 shouldBeTrue("if (p5 >= 0 || 0) true; else false");
217 shouldBeFalse("if (p5 >= one || 0) true; else false");
233 shouldBeFalse(" p5 > Na
[all...]
H A Dcomparison-operators-less.js143 var p5 = 0.5; variable
165 shouldBeTrue("0 <= p5");
169 shouldBeFalse("1 <= p5");
174 shouldBeTrue("if (0 <= p5 || 0) true; else false");
178 shouldBeFalse("if (1 <= p5 || 0) true; else false");
202 shouldBeTrue("0 <= p5");
206 shouldBeFalse("one <= p5");
211 shouldBeTrue("if (0 <= p5 || 0) true; else false");
215 shouldBeFalse("if (one <= p5 || 0) true; else false");
232 shouldBeFalse(" p5 < Na
[all...]
/external/clang/test/SemaCXX/
H A Dcxx11-ast-print.cpp29 // CHECK: const char *p5 = 1.0E+12_baz;
30 const char *p5 = 1e12_baz; variable
H A Drval-references-examples.cpp73 unique_ptr<int> p5 = p; // expected-error{{call to deleted constructor of 'unique_ptr<int>'}} local
/external/llvm/unittests/ADT/
H A DMakeUniqueTest.cpp38 auto p5 = make_unique<std::tuple<int, int, int, int, int>>(0, 1, 2, 3, 4); local
39 EXPECT_TRUE((bool)p5);
40 EXPECT_EQ(std::make_tuple(0, 1, 2, 3, 4), *p5);
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_perf.c49 float p1, p2, p3, p4, p5, p6; local
61 p5 = 100.0 * (float) lp_count.nr_shade_opaque_64 / (float) total_64;
66 debug_printf("llvmpipe: nr_shade_opaque_64x64: %9u (%3.0f%% of %u)\n", lp_count.nr_shade_opaque_64, p5, total_64);
/external/webrtc/src/system_wrappers/interface/
H A Dref_count.h61 RefCountImpl(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) argument
62 : T(p1, p2, p3, p4, p5), ref_count_(0) {}
/external/chromium_org/ppapi/shared_impl/
H A Dthread_aware_callback.h99 const P5& p5) {
100 InternalRunOnTargetThread(base::Bind(func_, p1, p2, p3, p4, p5));
95 RunOnTargetThread(const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5) argument
H A Dproxy_lock.h162 const P5& p5) {
164 return function(p1, p2, p3, p4, p5);
157 CallWhileUnlocked(ReturnType (function)A1, A2, A3, A4, A5), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5) argument
H A Dthread_aware_callback_unittest.cc44 const TestParameter& p5) {
40 TestCallback_5(int p1, const double* p2, bool* p3, TestParameter p4, const TestParameter& p5) argument
/external/chromium_org/third_party/webrtc/base/
H A Drefcount.h53 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) argument
54 : T(p1, p2, p3, p4, p5), ref_count_(0) {
H A Dcallback.h238 R operator()(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) { argument
241 return helper_->Run(p1, p2, p3, p4, p5);
248 virtual R Run(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) = 0;
252 virtual R Run(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) { argument
253 return functor_(p1, p2, p3, p4, p5);
/external/valgrind/main/memcheck/tests/
H A Dleak-cases.c12 // p5 -?-> AAA (y)DR, (n)DL / P
62 Node* p5; variable
78 p5 = mk(NULL); // Case 5: 16/1 possibly lost (ok)
79 p5++;
/external/ceres-solver/include/ceres/internal/
H A Dmanual_constructor.h145 const T5& p5) {
146 new(space()) Type(p1, p2, p3, p4, p5);
152 const T5& p5, const T6& p6) {
153 new(space()) Type(p1, p2, p3, p4, p5, p6);
159 const T5& p5, const T6& p6, const T7& p7) {
160 new(space()) Type(p1, p2, p3, p4, p5, p6, p7);
166 const T5& p5, const T6& p6, const T7& p7, const T8& p8) {
167 new(space()) Type(p1, p2, p3, p4, p5, p6, p7, p8);
173 const T5& p5, const T6& p6, const T7& p7, const T8& p8,
175 new(space()) Type(p1, p2, p3, p4, p5, p
144 Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, const T5& p5) argument
151 Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, const T5& p5, const T6& p6) argument
158 Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, const T5& p5, const T6& p6, const T7& p7) argument
165 Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, const T5& p5, const T6& p6, const T7& p7, const T8& p8) argument
172 Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, const T5& p5, const T6& p6, const T7& p7, const T8& p8, const T9& p9) argument
180 Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, const T5& p5, const T6& p6, const T7& p7, const T8& p8, const T9& p9, const T10& p10) argument
189 Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, const T5& p5, const T6& p6, const T7& p7, const T8& p8, const T9& p9, const T10& p10, const T11& p11) argument
[all...]
/external/chromium_org/base/memory/
H A Dmanual_constructor.h86 const T5& p5) {
87 new(space_.void_data()) Type(p1, p2, p3, p4, p5);
93 const T5& p5, const T6& p6) {
94 new(space_.void_data()) Type(p1, p2, p3, p4, p5, p6);
100 const T5& p5, const T6& p6, const T7& p7) {
101 new(space_.void_data()) Type(p1, p2, p3, p4, p5, p6, p7);
107 const T5& p5, const T6& p6, const T7& p7, const T8& p8) {
108 new(space_.void_data()) Type(p1, p2, p3, p4, p5, p6, p7, p8);
85 Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, const T5& p5) argument
92 Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, const T5& p5, const T6& p6) argument
99 Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, const T5& p5, const T6& p6, const T7& p7) argument
106 Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, const T5& p5, const T6& p6, const T7& p7, const T8& p8) argument
/external/clang/test/CodeGen/
H A Dppc64-struct-onefloat.c33 SSd p5 = { { 19.47 } }; local
34 bar(p1, p2, p4, p5);
45 // CHECK: %{{[a-zA-Z0-9.]+}} = getelementptr %struct.s5* %p5, i32 0, i32 0
/external/chromium_org/remoting/base/
H A Ddispatch_win.h413 const P5& p5,
443 hr = disp_args[5 - 5].Wrap(p5);
468 disp_args[5 - 5].Unwrap(p5);
487 const P5& p5,
518 hr = disp_args[6 - 5].Wrap(p5);
546 disp_args[6 - 5].Unwrap(p5);
566 const P5& p5,
598 hr = disp_args[7 - 5].Wrap(p5);
629 disp_args[7 - 5].Unwrap(p5);
406 Invoke(IDispatch* object, LPCOLESTR const_name, WORD flags, const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, VARIANT* const & result_out) argument
480 Invoke(IDispatch* object, LPCOLESTR const_name, WORD flags, const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, const P6& p6, VARIANT* const & result_out) argument
559 Invoke(IDispatch* object, LPCOLESTR const_name, WORD flags, const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, const P6& p6, const P7& p7, VARIANT* const & result_out) argument
/external/chromium_org/sandbox/win/src/
H A Dcrosscall_client.h402 const Par5& p5, CrossCallReturn* answer) {
428 const Par5& p5, const Par6& p6, CrossCallReturn* answer) {
456 const Par5& p5, const Par6& p6, const Par7& p7,
400 CrossCall(IPCProvider& ipc_provider, uint32 tag, const Par1& p1, const Par2& p2, const Par3& p3, const Par4& p4, const Par5& p5, CrossCallReturn* answer) argument
426 CrossCall(IPCProvider& ipc_provider, uint32 tag, const Par1& p1, const Par2& p2, const Par3& p3, const Par4& p4, const Par5& p5, const Par6& p6, CrossCallReturn* answer) argument
454 CrossCall(IPCProvider& ipc_provider, uint32 tag, const Par1& p1, const Par2& p2, const Par3& p3, const Par4& p4, const Par5& p5, const Par6& p6, const Par7& p7, CrossCallReturn* answer) argument

Completed in 3282 milliseconds

1234