/prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/linux/ |
timer.h | 25 void (*function)(unsigned long); member in struct:timer_list 31 #define TIMER_INITIALIZER(_function, _expires, _data) { .function = (_function), .expires = (_expires), .data = (_data), .base = &boot_tvec_bases, }
|
/prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/linux/ |
timer.h | 25 void (*function)(unsigned long); member in struct:timer_list 31 #define TIMER_INITIALIZER(_function, _expires, _data) { .function = (_function), .expires = (_expires), .data = (_data), .base = &boot_tvec_bases, }
|
/prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/linux/ |
timer.h | 25 void (*function)(unsigned long); member in struct:timer_list 31 #define TIMER_INITIALIZER(_function, _expires, _data) { .function = (_function), .expires = (_expires), .data = (_data), .base = &boot_tvec_bases, }
|
/prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/linux/ |
timer.h | 25 void (*function)(unsigned long); member in struct:timer_list 31 #define TIMER_INITIALIZER(_function, _expires, _data) { .function = (_function), .expires = (_expires), .data = (_data), .base = &boot_tvec_bases, }
|
/prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/linux/ |
timer.h | 25 void (*function)(unsigned long); member in struct:timer_list 31 #define TIMER_INITIALIZER(_function, _expires, _data) { .function = (_function), .expires = (_expires), .data = (_data), .base = &boot_tvec_bases, }
|
/prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/linux/ |
timer.h | 25 void (*function)(unsigned long); member in struct:timer_list 31 #define TIMER_INITIALIZER(_function, _expires, _data) { .function = (_function), .expires = (_expires), .data = (_data), .base = &boot_tvec_bases, }
|
/prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/linux/ |
timer.h | 25 void (*function)(unsigned long); member in struct:timer_list 31 #define TIMER_INITIALIZER(_function, _expires, _data) { .function = (_function), .expires = (_expires), .data = (_data), .base = &boot_tvec_bases, }
|
/prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/ |
timer.h | 25 void (*function)(unsigned long); member in struct:timer_list 31 #define TIMER_INITIALIZER(_function, _expires, _data) { .function = (_function), .expires = (_expires), .data = (_data), .base = &boot_tvec_bases, }
|
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/ |
timer.h | 25 void (*function)(unsigned long); member in struct:timer_list 31 #define TIMER_INITIALIZER(_function, _expires, _data) { .function = (_function), .expires = (_expires), .data = (_data), .base = &boot_tvec_bases, }
|
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/ |
timer.h | 25 void (*function)(unsigned long); member in struct:timer_list 31 #define TIMER_INITIALIZER(_function, _expires, _data) { .function = (_function), .expires = (_expires), .data = (_data), .base = &boot_tvec_bases, }
|
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/ |
timer.h | 25 void (*function)(unsigned long); member in struct:timer_list 31 #define TIMER_INITIALIZER(_function, _expires, _data) { .function = (_function), .expires = (_expires), .data = (_data), .base = &boot_tvec_bases, }
|
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/ |
timer.h | 25 void (*function)(unsigned long); member in struct:timer_list 31 #define TIMER_INITIALIZER(_function, _expires, _data) { .function = (_function), .expires = (_expires), .data = (_data), .base = &boot_tvec_bases, }
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/ |
LeastSquaresConverter.java | 31 * This class is mostly used when the vectorial objective function represents 41 * (i.e. the output of the vectorial objective function) and the observations. The 60 /** Underlying vectorial function. */ 61 private final MultivariateVectorialFunction function; field in class:LeastSquaresConverter 63 /** Observations to be compared to objective function to compute residuals. */ 73 * @param function vectorial residuals function to wrap 74 * @param observations observations to be compared to objective function to compute residuals 76 public LeastSquaresConverter(final MultivariateVectorialFunction function, 78 this.function = function [all...] |
/external/clang/test/CXX/temp/temp.arg/temp.arg.type/ |
p2.cpp | 3 static T t; // expected-error{{static data member instantiated with function type 'int ()'}} 5 typedef int function(); typedef 6 A<function> a; // expected-note{{instantiation of}} 9 B() { T t; } // expected-error{{variable instantiated with function type 'int ()'}} 11 B<function> b; // expected-note{{instantiation of}} 19 f0(0, vla); // expected-error{{no matching function for call to 'f0'}}
|
/external/v8/src/ |
interface-descriptors.cc | 38 Type::FunctionType* function = Type::FunctionType::New( local 41 function->InitParameter(parameter_count, AnyTagged(zone)); 43 return function; 93 Type::FunctionType* function = local 95 function->InitParameter(0, AnyTagged(zone)); 96 function->InitParameter(1, AnyTagged(zone)); 97 function->InitParameter(2, SmiType(zone)); 98 return function; 144 Type::FunctionType* function = local 146 function->InitParameter(0, AnyTagged(zone)); // Receive 158 Type::FunctionType* function = local 176 Type::FunctionType* function = local 244 Type::FunctionType* function = local 268 Type::FunctionType* function = Type::FunctionType::New( local 287 Type::FunctionType* function = local 310 Type::FunctionType* function = local 332 Type::FunctionType* function = local 357 Type::FunctionType* function = local 377 Type::FunctionType* function = local 411 Type::FunctionType* function = local 425 Type::FunctionType* function = local 438 Type::FunctionType* function = local 450 Type::FunctionType* function = local 463 Type::FunctionType* function = local 475 Type::FunctionType* function = local 489 Type::FunctionType* function = local 502 Type::FunctionType* function = local 514 Type::FunctionType* function = local 527 Type::FunctionType* function = local 540 Type::FunctionType* function = local 552 Type::FunctionType* function = local 566 Type::FunctionType* function = local 581 Type::FunctionType* function = local [all...] |
/external/v8/test/cctest/compiler/ |
test-loop-assignment-analysis.cc | 19 Handle<JSFunction> function; member in struct:v8::internal::compiler::__anon25186::TestHelper 23 : function(Handle<JSFunction>::null()), result(NULL) { 25 SNPrintF(program, "function f(a,b,c) { %s; } f;", body); 28 function = Handle<JSFunction>::cast(obj); 33 ParseInfo parse_info(main_zone(), function); local
|
/libcore/luni/src/test/java/libcore/java/math/ |
CSVTest.java | 15 * function,expected_output,input,extra_info 17 * for two input: function,expected_output,input1,input2,extra 66 String function = testCase[0]; local 70 if (twoInputFunctions.contains(function)) { 75 run2InputTest(function, expectedOutput, input, input2, extra); 80 runTest(function, expectedOutput, input, extra);
|
/prebuilts/gdb/darwin-x86/share/gdb/python/gdb/ |
FrameDecorator.py | 50 'function' method, then all of the other methods are carried out 85 def function(self): member in class:FrameDecorator 86 """ Return the name of the frame's function or an address of 87 the function of the frame. First determine if this is a 89 frame internal function API. Finally, if a name cannot be 90 determined return the address. If this function returns an 91 address, GDB will attempt to determine the function name from 96 # "function", so determine which object this is. 98 if hasattr(self._base, "function"): 100 # "function" method, use that [all...] |
/prebuilts/gdb/linux-x86/share/gdb/python/gdb/ |
FrameDecorator.py | 50 'function' method, then all of the other methods are carried out 85 def function(self): member in class:FrameDecorator 86 """ Return the name of the frame's function or an address of 87 the function of the frame. First determine if this is a 89 frame internal function API. Finally, if a name cannot be 90 determined return the address. If this function returns an 91 address, GDB will attempt to determine the function name from 96 # "function", so determine which object this is. 98 if hasattr(self._base, "function"): 100 # "function" method, use that [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/ |
AbstractLinearOptimizer.java | 41 * Linear objective function. 44 protected LinearObjectiveFunction function; field in class:AbstractLinearOptimizer 110 this.function = f; 123 * @return the point/value pair giving the optimal value for objective function
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
ProcessorExsltFunction.java | 51 * This class processes parse events for an exslt func:function element. 69 msg = "func:function element must be top level."; 86 msg = "func:function name must have namespace"; 112 ElemTemplateElement function = handler.getElemTemplateElement(); local 113 validate(function, handler); // may throw exception 153 msg ="misplaced literal result in a func:function container.";
|
/external/clang/test/CodeGen/ |
vla.c | 55 void function(short width, int data[][width]) {} // expected-note {{passing argument to parameter 'data' here}} function 59 // CHECK: call void @function(i16 signext 1, i32* null) 60 function(1, 0); 61 // CHECK: call void @function(i16 signext 1, i32* inttoptr 62 function(1, 0xbadbeef); // expected-warning {{incompatible integer to pointer conversion passing}} 63 // CHECK: call void @function(i16 signext 1, i32* {{.*}}) 64 function(1, bork); 72 // CHECK: call void @function(i16 signext 1, i32* {{.*}}) 73 function(1, bork[2]);
|
/external/clang/test/CodeGenCXX/ |
mangle-ms-template-callback.cpp | 42 void function(C<void(void)>) {} function 43 // CHECK: "\01?function@@YAXV?$C@$$A6AXXZ@@@Z"
|
/external/clang/test/SemaCXX/ |
cxx11-crashes.cpp | 51 class function // expected-note 2 {{candidate}} class in namespace:rdar12542261 55 function(_Fp, typename check_complete<_Fp>::type* = 0); // expected-note {{candidate}} 61 function<void()> m_OnChange = [&, LeftCanvas]() { }; // expected-error {{no viable conversion}}
|
/external/clang/test/SemaTemplate/ |
deduction-crash.cpp | 95 void function(S a, T b) {} function 98 function(0, 1);
|