/external/clang/test/CodeGen/ |
pragma-weak.c | 96 void mix(void); 97 #pragma weak mix macro 98 __attribute((weak)) void mix(void) { } function 99 // CHECK: define weak void @mix()
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_fmengine.c | 277 EAS_BOOL mix, 344 if (mix) 388 EAS_BOOL mix, 442 if (mix) 558 EAS_BOOL mix; local 614 /* operator 4 is in mix mode in modes 0 and 1 */ 615 mix = (mode < 2); 623 mix, 635 mix, 654 /* operator 1 is in mix mode in modes 0 and 5 * [all...] |
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_fmengine.c | 277 EAS_BOOL mix, 344 if (mix) 388 EAS_BOOL mix, 442 if (mix) 558 EAS_BOOL mix; local 614 /* operator 4 is in mix mode in modes 0 and 1 */ 615 mix = (mode < 2); 623 mix, 635 mix, 654 /* operator 1 is in mix mode in modes 0 and 5 * [all...] |
/external/clang/test/CXX/except/except.spec/ |
p1.cpp | 44 namespace mix { namespace
|
/dalvik/tests/044-proxy/src/ |
WrappedThrow.java | 29 WTMix mix = new WTMix(); local 30 InvocationHandler handler = new WTInvocationHandler(mix);
|
/frameworks/base/libs/rs/scriptc/ |
rs_cl.rsh | 750 _RS_RUNTIME float __attribute__((overloadable)) mix(float start, float stop, float amount); 751 _RS_RUNTIME float2 __attribute__((overloadable)) mix(float2 start, float2 stop, float2 amount); 752 _RS_RUNTIME float3 __attribute__((overloadable)) mix(float3 start, float3 stop, float3 amount); 753 _RS_RUNTIME float4 __attribute__((overloadable)) mix(float4 start, float4 stop, float4 amount); 754 _RS_RUNTIME float2 __attribute__((overloadable)) mix(float2 start, float2 stop, float amount); 755 _RS_RUNTIME float3 __attribute__((overloadable)) mix(float3 start, float3 stop, float amount); 756 _RS_RUNTIME float4 __attribute__((overloadable)) mix(float4 start, float4 stop, float amount);
|
/prebuilt/sdk/14/renderscript/include/ |
rs_cl.rsh | 750 _RS_RUNTIME float __attribute__((overloadable)) mix(float start, float stop, float amount); 751 _RS_RUNTIME float2 __attribute__((overloadable)) mix(float2 start, float2 stop, float2 amount); 752 _RS_RUNTIME float3 __attribute__((overloadable)) mix(float3 start, float3 stop, float3 amount); 753 _RS_RUNTIME float4 __attribute__((overloadable)) mix(float4 start, float4 stop, float4 amount); 754 _RS_RUNTIME float2 __attribute__((overloadable)) mix(float2 start, float2 stop, float amount); 755 _RS_RUNTIME float3 __attribute__((overloadable)) mix(float3 start, float3 stop, float amount); 756 _RS_RUNTIME float4 __attribute__((overloadable)) mix(float4 start, float4 stop, float amount);
|
/external/opencv/cvaux/src/ |
cvhmm1d.cpp | 169 obs->mix = (int*)icvAlloc( total * sizeof(int) ); 183 icvFree( &(obs_info->mix) ); 384 samples_mix[state][counter[state]] = &(obs->mix[i]); 924 info->mix[i] = 0; 935 info->mix[i] = m; [all...] |
cvhmm.cpp | 82 obs->mix = (int*)cvAlloc( total * sizeof(int) ); 96 cvFree( &(obs_info->mix) ); 452 samples_mix[state][counter[state]] = &(obs->mix[i]); [all...] |
/external/v8/test/mjsunit/ |
keyed-call-generic.js | 28 // A test for keyed call ICs with a mix of smi and string keys.
|
/frameworks/compile/libbcc/lib/ScriptCRT/ |
rs_cl.c | 731 extern float __attribute__((overloadable)) mix(float start, float stop, float amount) { function 734 extern float2 __attribute__((overloadable)) mix(float2 start, float2 stop, float2 amount) { function 737 extern float3 __attribute__((overloadable)) mix(float3 start, float3 stop, float3 amount) { function 740 extern float4 __attribute__((overloadable)) mix(float4 start, float4 stop, float4 amount) { function 743 extern float2 __attribute__((overloadable)) mix(float2 start, float2 stop, float amount) { function 746 extern float3 __attribute__((overloadable)) mix(float3 start, float3 stop, float amount) { function 749 extern float4 __attribute__((overloadable)) mix(float4 start, float4 stop, float amount) { function [all...] |
/frameworks/base/voip/jni/rtp/ |
AudioGroup.cpp | 72 // nothing to mix. However, this causes some problems with certain firewalls and 104 bool mix(int32_t *output, int head, int tail, int sampleRate); 234 bool AudioStream::mix(int32_t *output, int head, int tail, int sampleRate) function in class:__anon15534::AudioStream 306 // Mix all other streams. 310 data |= chain->mix(buffer, tick - mInterval, tick, mSampleRate);
|
/external/chromium/net/data/proxy_resolver_v8_unittest/ |
pac_library_unittest.js | 135 // IPv4 and IPv6 mix.
|
/external/llvm/lib/Support/ |
APInt.cpp | 676 #define mix(a,b,c) \ macro 715 mix(a,b,c); 747 #undef mix macro [all...] |
/external/opencv/cvaux/include/ |
cvaux.h | 110 int* mix; /* number of mixture to which observation belong */ member in struct:CvImgObsInfo [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/ |
mootools-1.2.2-core-nc.js | 213 function $mixin(mix){ 218 var op = object[key], mp = mix[key]; 219 mix[key] = (mp && $type(op) == 'object' && $type(mp) == 'object') ? $mixin(mp, op) : $unlink(op); 222 return mix; [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ |
ExtractStringRefactoring.java | [all...] |