HomeSort by relevance Sort by last modified time
    Searched refs:func (Results 226 - 250 of 3530) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/
warn-overloaded-virtual.cpp 86 virtual void func();
90 virtual void func();
97 void func(int);
98 void func();
104 virtual void func();
108 virtual void func();
115 virtual void func();
119 void func(int);
120 void func();
  /hardware/intel/common/libwsbm/src/
wsbm_driver.h 44 struct _WsbmThreadFuncs *func; member in struct:_WsbmMutex
50 struct _WsbmThreadFuncs *func; member in struct:_WsbmCond
72 (_mutex)->func->mutexFree(_mutex); \
75 (_mutex)->func->mutexLock(_mutex);
77 (_mutex)->func->mutexUnlock(_mutex);
83 (_cond)->func->condFree(_cond); \
86 (_cond)->func->condWait(_cond, _mutex);
88 (_cond)->func->condBroadcast(_cond);
112 struct _WsbmVNodeFuncs *func; member in struct:_ValidateNode
  /external/mesa3d/src/gallium/auxiliary/translate/
translate_sse.c 97 struct x86_function *func; member in struct:translate_sse
160 sse_movaps(p->func, reg,
178 x86_movzx8(p->func, tmp, src);
179 sse2_movd(p->func, data, tmp);
182 x86_movzx16(p->func, tmp, src);
183 sse2_movd(p->func, data, tmp);
186 x86_movzx8(p->func, tmp, x86_make_disp(src, 2));
187 x86_shl_imm(p->func, tmp, 16);
188 x86_mov16(p->func, tmp, src);
189 sse2_movd(p->func, data, tmp)
    [all...]
  /external/v8/test/mjsunit/wasm/
function-prototype.js 17 var func = builder.instantiate().exports.nine; variable
20 assertEquals("function", typeof func.apply);
21 assertTrue(func.prototype != undefined);
22 assertEquals("nine", func.name);
23 assertEquals(undefined, func.displayName);
26 assertEquals(9, func.apply([]));
27 assertEquals(9, func.apply([1]));
28 assertEquals(9, func.apply([2, 3]));
29 assertEquals(9, func.apply([6, 7, 9, 9]));
31 // TODO(titzer): assertEquals(1, func.length)
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
h8500-dis.c 80 fprintf_ftype func = info->fprintf_func; local
123 func (stream, _("can't cope with insert %d\n"),
210 (func) (stream, "%s\t", opcode->name);
214 (func) (stream, ",");
218 func (stream, "fp");
221 func (stream, "@(0x%x:16,r%d)", disp, rn);
224 func (stream, "@(0x%x:8 (%d),r%d)", disp & 0xff, disp, rn);
227 func (stream, "@(0x%x:16,r%d)", disp, rd);
230 func (stream, "@(0x%x:8 (%d), r%d)", disp & 0xff, disp, rd);
233 func (stream, "@(0x%x:8 (%d), fp)", disp & 0xff, disp)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_refcounts.py 39 def func(*args): function in function:RefcountTestCase.test_refcount
41 # this is the standard refcount for func
42 self.assertEqual(grc(func), 2)
44 # the CFuncPtr instance holds atr least one refcount on func:
45 f = OtherCallback(func)
46 self.assertTrue(grc(func) > 2)
50 self.assertTrue(grc(func) >= 2)
54 self.assertTrue(grc(func) == 2)
59 x.a = OtherCallback(func)
61 # the CFuncPtr instance holds atr least one refcount on func
89 def func(a, b): function in function:AnotherLeak.test_callback
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_refcounts.py 39 def func(*args): function in function:RefcountTestCase.test_refcount
41 # this is the standard refcount for func
42 self.assertEqual(grc(func), 2)
44 # the CFuncPtr instance holds atr least one refcount on func:
45 f = OtherCallback(func)
46 self.assertTrue(grc(func) > 2)
50 self.assertTrue(grc(func) >= 2)
54 self.assertTrue(grc(func) == 2)
59 x.a = OtherCallback(func)
61 # the CFuncPtr instance holds atr least one refcount on func
89 def func(a, b): function in function:AnotherLeak.test_callback
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_refcounts.py 39 def func(*args): function in function:RefcountTestCase.test_refcount
41 # this is the standard refcount for func
42 self.assertEqual(grc(func), 2)
44 # the CFuncPtr instance holds atr least one refcount on func:
45 f = OtherCallback(func)
46 self.assertTrue(grc(func) > 2)
50 self.assertTrue(grc(func) >= 2)
54 self.assertTrue(grc(func) == 2)
59 x.a = OtherCallback(func)
61 # the CFuncPtr instance holds atr least one refcount on func
89 def func(a, b): function in function:AnotherLeak.test_callback
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_refcounts.py 39 def func(*args): function in function:RefcountTestCase.test_refcount
41 # this is the standard refcount for func
42 self.assertEqual(grc(func), 2)
44 # the CFuncPtr instance holds atr least one refcount on func:
45 f = OtherCallback(func)
46 self.assertTrue(grc(func) > 2)
50 self.assertTrue(grc(func) >= 2)
54 self.assertTrue(grc(func) == 2)
59 x.a = OtherCallback(func)
61 # the CFuncPtr instance holds atr least one refcount on func
89 def func(a, b): function in function:AnotherLeak.test_callback
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
mathinline.h 161 math functions for the ix87 FPU. FUNC is the function name (which will
168 # define __inline_mathop(func, op) \
169 __inline_mathop_ (double, func, op) \
170 __inline_mathop_ (float, __CONCAT(func,f), op) \
171 __inline_mathop_ (long double, __CONCAT(func,l), op)
172 # define __inline_mathopNP(func, op) \
173 __inline_mathopNP_ (double, func, op) \
174 __inline_mathopNP_ (float, __CONCAT(func,f), op) \
175 __inline_mathopNP_ (long double, __CONCAT(func,l), op)
177 # define __inline_mathop(func, op)
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugGrammar.g3 45 FUNC;
55 | func NEWLINE -> func
59 func: ID '(' formalPar ')' '=' expr -> ^(FUNC ID formalPar expr)
62 functionDefinitions.Add($func.tree);
ProfileGrammar.g3 45 FUNC;
55 | func NEWLINE -> func
59 func: ID '(' formalPar ')' '=' expr -> ^(FUNC ID formalPar expr)
62 functionDefinitions.Add($func.tree);
  /external/clang/test/CodeGen/
tentative-decls.c 36 static int func() { return c5[0]; } function
37 int callfunc() { return func(); }
  /external/clang/test/CodeGenCXX/
aarch64-cxxabi.cpp 63 int member_pointer(C &c, int (C::*func)()) {
67 return (c.*func)();
debug-info-enum.cpp 29 bool func(int i) { function in namespace:test2
43 void func() { function in namespace:test3
  /external/clang/test/CoverageMapping/
macros.c 9 // CHECK: func
10 void func() { // CHECK-NEXT: File 0, [[@LINE]]:13 -> [[@LINE+5]]:2 = #0 function
40 func();
return.c 3 // CHECK: func
4 void func() { // CHECK: File 0, [[@LINE]]:13 -> [[@LINE+3]]:2 = #0 function
41 func();
trycatch.cpp 12 // CHECK: func
13 void func(int i) { // CHECK-NEXT: File 0, [[@LINE]]:18 -> {{[0-9]+}}:2 = #0 function
27 func(j);
  /external/compiler-rt/test/profile/
instrprof-value-prof-2.c 37 void *func = __llvm_get_function_addr(Data); local
38 if (func == caller_without_value_site1 ||
39 func == caller_without_value_site2 ||
40 func == callee1 || func == callee2 || func == main)
46 if (func == caller_with_value_site_never_called1 ||
47 func == caller_with_value_site_never_called2)
  /external/deqp/modules/internal/
ditTestCase.hpp 37 SelfCheckCase (tcu::TestContext& testCtx, const char* name, const char* desc, Function func)
39 , m_function (func)
  /external/eigen/Eigen/src/plugins/
CommonCwiseBinaryOps.h 29 /** \returns an expression of a custom coefficient-wise operator \a func of *this and \a other
42 binaryExpr(const EIGEN_CURRENT_STORAGE_BASE_CLASS<OtherDerived> &other, const CustomBinaryOp& func = CustomBinaryOp()) const
44 return CwiseBinaryOp<CustomBinaryOp, const Derived, const OtherDerived>(derived(), other.derived(), func);
  /external/icu/icu4c/source/test/perf/normperf/
dtfmtrtperf.cpp 38 DateTimeRoundTripFunction* func= new DateTimeRoundTripFunction(1); local
39 return func;
43 DateTimeRoundTripFunction* func= new DateTimeRoundTripFunction(10); local
44 return func;
48 DateTimeRoundTripFunction* func= new DateTimeRoundTripFunction(11); local
49 return func;
53 DateTimeRoundTripFunction* func= new DateTimeRoundTripFunction(21); local
54 return func;
  /external/libcxx/test/std/thread/futures/futures.promise/
set_lvalue_at_thread_exit.pass.cpp 24 void func(std::promise<int&> p) function
35 std::thread(func, std::move(p)).detach();
set_value_at_thread_exit_const.pass.cpp 21 void func(std::promise<int> p) function
32 std::thread(func, std::move(p)).detach();
set_value_at_thread_exit_void.pass.cpp 24 void func(std::promise<void> p) function
35 std::thread(func, std::move(p)).detach();

Completed in 741 milliseconds

1 2 3 4 5 6 7 8 91011>>