/external/opencv/cxcore/src/ |
D | _cxipp.h | 62 #define IPCV_COPYSET( flavor, arrtype, scalartype ) \ argument 63 IPCVAPI_EX( CvStatus, icvCopy##flavor, "ippiCopy" #flavor, \ 68 IPCVAPI_EX( CvStatus, icvSet##flavor, "ippiSet" #flavor, \ 147 #define IPCV_DEF_MEAN_MASK( flavor, srctype ) \ argument 148 IPCVAPI_EX( CvStatus, icvMean_##flavor##_C1MR, \ 149 "ippiMean_" #flavor "_C1MR", CV_PLUGINS1(CV_PLUGIN_IPPCV), \ 152 IPCVAPI_EX( CvStatus, icvMean_##flavor##_C2MR, \ 153 "ippiMean_" #flavor "_C2MR", 0/*CV_PLUGINS1(CV_PLUGIN_OPTCV)*/, \ 156 IPCVAPI_EX( CvStatus, icvMean_##flavor##_C3MR, \ 157 "ippiMean_" #flavor "_C3MR", 0/*CV_PLUGINS1(CV_PLUGIN_OPTCV)*/, \ [all …]
|
D | cxmeansdv.cpp | 373 #define ICV_DEF_MEAN_SDV_BLOCK_FUNC_2D( flavor, cn, arrtype, \ argument 376 IPCVAPI_IMPL( CvStatus, icvMean_StdDev_##flavor##_C##cn##R, \ 409 #define ICV_DEF_MEAN_SDV_FUNC_2D( flavor, cn, arrtype, \ argument 411 IPCVAPI_IMPL( CvStatus, icvMean_StdDev_##flavor##_C##cn##R, \ 432 #define ICV_DEF_MEAN_SDV_BLOCK_FUNC_2D_COI( flavor, arrtype, \ argument 435 static CvStatus CV_STDCALL icvMean_StdDev_##flavor##_CnCR \ 469 #define ICV_DEF_MEAN_SDV_FUNC_2D_COI( flavor, arrtype, \ argument 471 static CvStatus CV_STDCALL icvMean_StdDev_##flavor##_CnCR \ 492 #define ICV_DEF_MEAN_SDV_MASK_BLOCK_FUNC_2D( flavor, cn, \ argument 495 IPCVAPI_IMPL( CvStatus, icvMean_StdDev_##flavor##_C##cn##MR, \ [all …]
|
D | cxminmaxloc.cpp | 86 #define ICV_DEF_MINMAXLOC_FUNC_2D( _toggle_, _fin_cast_macro_, flavor, \ argument 89 icvMinMaxIndx_##flavor##_C1R,( const srctype* src, int step, CvSize size, \ 104 #define ICV_DEF_MINMAXLOC_FUNC_2D_COI( _toggle_, _fin_cast_macro_, flavor, \ argument 107 icvMinMaxIndx_##flavor##_CnCR( const srctype* src, int step, \ 124 #define ICV_DEF_MINMAXLOC_ALL_INT( flavor, srctype, \ argument 126 ICV_DEF_MINMAXLOC_FUNC_2D( CV_NOP, _fin_cast_macro_, flavor,\ 129 flavor, srctype, int, extrtype ) 145 #define ICV_DEF_MINMAXLOC_ALL_FLT( flavor, srctype, _toggle_, \ argument 148 ICV_DEF_MINMAXLOC_FUNC_2D( _toggle_, _fin_cast_macro_, flavor, \ 150 ICV_DEF_MINMAXLOC_FUNC_2D_COI( _toggle_, _fin_cast_macro_, flavor, \ [all …]
|
D | cxmean.cpp | 239 #define ICV_IMPL_MEAN_BLOCK_FUNC_2D( flavor, cn, \ argument 241 IPCVAPI_IMPL( CvStatus, icvMean_##flavor##_C##cn##MR, \ 270 #define ICV_IMPL_MEAN_FUNC_2D( flavor, cn, \ argument 272 IPCVAPI_IMPL( CvStatus, icvMean_##flavor##_C##cn##MR, \ 291 #define ICV_IMPL_MEAN_BLOCK_FUNC_2D_COI( flavor, \ argument 294 icvMean_##flavor##_CnCMR( const arrtype* src, int step, \ 323 #define ICV_IMPL_MEAN_FUNC_2D_COI( flavor, \ argument 326 icvMean_##flavor##_CnCMR( const arrtype* src, int step, \ 345 #define ICV_IMPL_MEAN_BLOCK_ALL( flavor, arrtype, sumtype, \ argument 347 ICV_IMPL_MEAN_BLOCK_FUNC_2D( flavor, 1, arrtype, sumtype, \ [all …]
|
/external/opencv/cv/src/ |
D | _cvipp.h | 49 #define IPCV_COPY_BORDER( bordertype, flavor ) \ argument 50 IPCVAPI_EX( CvStatus, icvCopy##bordertype##Border_##flavor##R, \ 51 "ippiCopy" #bordertype "Border_" #flavor "R", CV_PLUGINS1(CV_PLUGIN_IPPI), \ 55 IPCVAPI_EX( CvStatus, icvCopy##bordertype##Border_##flavor##IR, \ 56 "ippiCopy" #bordertype "Border_" #flavor "IR", CV_PLUGINS1(CV_PLUGIN_IPPI), \ 102 #define IPCV_ACCUM( flavor, arrtype, acctype ) \ argument 103 IPCVAPI_EX( CvStatus, icvAdd_##flavor##_C1IR, \ 104 "ippiAdd_" #flavor "_C1IR", CV_PLUGINS1(CV_PLUGIN_IPPCV), \ 106 IPCVAPI_EX( CvStatus, icvAddSquare_##flavor##_C1IR, \ 107 "ippiAddSquare_" #flavor "_C1IR", CV_PLUGINS1(CV_PLUGIN_IPPCV), \ [all …]
|
/external/lldb/source/Plugins/Process/Utility/ |
D | RegisterContextMach_arm.cpp | 36 RegisterContextMach_arm::DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr) in DoReadGPR() argument 39 return ::thread_get_state(tid, flavor, (thread_state_t)&gpr, &count); in DoReadGPR() 43 RegisterContextMach_arm::DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu) in DoReadFPU() argument 46 return ::thread_get_state(tid, flavor, (thread_state_t)&fpu, &count); in DoReadFPU() 50 RegisterContextMach_arm::DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc) in DoReadEXC() argument 53 return ::thread_get_state(tid, flavor, (thread_state_t)&exc, &count); in DoReadEXC() 57 RegisterContextMach_arm::DoReadDBG (lldb::tid_t tid, int flavor, DBG &dbg) in DoReadDBG() argument 60 return ::thread_get_state(tid, flavor, (thread_state_t)&dbg, &count); in DoReadDBG() 64 RegisterContextMach_arm::DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr) in DoWriteGPR() argument 66 return ::thread_set_state(tid, flavor, (thread_state_t)&gpr, GPRWordCount); in DoWriteGPR() [all …]
|
D | RegisterContextMach_x86_64.cpp | 34 RegisterContextMach_x86_64::DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr) in DoReadGPR() argument 37 return ::thread_get_state(tid, flavor, (thread_state_t)&gpr, &count); in DoReadGPR() 41 RegisterContextMach_x86_64::DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu) in DoReadFPU() argument 44 return ::thread_get_state(tid, flavor, (thread_state_t)&fpu, &count); in DoReadFPU() 48 RegisterContextMach_x86_64::DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc) in DoReadEXC() argument 51 return ::thread_get_state(tid, flavor, (thread_state_t)&exc, &count); in DoReadEXC() 55 RegisterContextMach_x86_64::DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr) in DoWriteGPR() argument 57 return ::thread_set_state(tid, flavor, (thread_state_t)&gpr, GPRWordCount); in DoWriteGPR() 61 RegisterContextMach_x86_64::DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) in DoWriteFPU() argument 63 return ::thread_set_state(tid, flavor, (thread_state_t)&fpu, FPUWordCount); in DoWriteFPU() [all …]
|
D | RegisterContextMach_i386.cpp | 34 RegisterContextMach_i386::DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr) in DoReadGPR() argument 37 return ::thread_get_state(tid, flavor, (thread_state_t)&gpr, &count); in DoReadGPR() 41 RegisterContextMach_i386::DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu) in DoReadFPU() argument 44 return ::thread_get_state(tid, flavor, (thread_state_t)&fpu, &count); in DoReadFPU() 48 RegisterContextMach_i386::DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc) in DoReadEXC() argument 51 return ::thread_get_state(tid, flavor, (thread_state_t)&exc, &count); in DoReadEXC() 55 RegisterContextMach_i386::DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr) in DoWriteGPR() argument 57 return ::thread_set_state(tid, flavor, (thread_state_t)&gpr, GPRWordCount); in DoWriteGPR() 61 RegisterContextMach_i386::DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) in DoWriteFPU() argument 63 return ::thread_set_state(tid, flavor, (thread_state_t)&fpu, FPUWordCount); in DoWriteFPU() [all …]
|
D | RegisterContextMach_arm.h | 32 DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr); 35 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu); 38 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc); 41 DoReadDBG (lldb::tid_t tid, int flavor, DBG &dbg); 44 DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr); 47 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu); 50 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc); 53 DoWriteDBG (lldb::tid_t tid, int flavor, const DBG &dbg);
|
D | RegisterContextMach_i386.h | 31 DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr); 34 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu); 37 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc); 40 DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr); 43 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu); 46 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc);
|
D | RegisterContextMach_x86_64.h | 31 DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr); 34 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu); 37 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc); 40 DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr); 43 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu); 46 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc);
|
D | RegisterContextDarwin_arm.h | 208 GetError (int flavor, uint32_t err_idx) const in GetError() argument 212 switch (flavor) in GetError() 227 SetError (int flavor, uint32_t err_idx, int err) in SetError() argument 231 switch (flavor) in SetError() 288 DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr) in DoReadGPR() argument 294 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu) = 0; 297 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc) = 0; 300 DoReadDBG (lldb::tid_t tid, int flavor, DBG &dbg) = 0; 303 DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr) = 0; 306 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) = 0; [all …]
|
D | RegisterContextDarwin_x86_64.h | 166 GetError (int flavor, uint32_t err_idx) const in GetError() argument 170 switch (flavor) in GetError() 184 SetError (int flavor, uint32_t err_idx, int err) in SetError() argument 188 switch (flavor) in SetError() 237 DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr) = 0; 240 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu) = 0; 243 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc) = 0; 246 DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr) = 0; 249 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) = 0; 252 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc) = 0;
|
D | RegisterContextDarwin_i386.h | 162 GetError (int flavor, uint32_t err_idx) const in GetError() argument 166 switch (flavor) in GetError() 180 SetError (int flavor, uint32_t err_idx, int err) in SetError() argument 184 switch (flavor) in SetError() 233 DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr) = 0; 236 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu) = 0; 239 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc) = 0; 242 DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr) = 0; 245 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) = 0; 248 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc) = 0;
|
/external/lldb/source/Plugins/Process/MacOSX-Kernel/ |
D | RegisterContextKDP_arm.h | 35 DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr); 38 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu); 41 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc); 44 DoReadDBG (lldb::tid_t tid, int flavor, DBG &dbg); 47 DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr); 50 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu); 53 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc); 56 DoWriteDBG (lldb::tid_t tid, int flavor, const DBG &dbg);
|
D | RegisterContextKDP_i386.h | 33 DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr); 36 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu); 39 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc); 42 DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr); 45 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu); 48 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc);
|
D | RegisterContextKDP_x86_64.h | 34 DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr); 37 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu); 40 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc); 43 DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr); 46 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu); 49 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc);
|
D | RegisterContextKDP_arm.cpp | 34 RegisterContextKDP_arm::DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr) in DoReadGPR() argument 50 RegisterContextKDP_arm::DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu) in DoReadFPU() argument 66 RegisterContextKDP_arm::DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc) in DoReadEXC() argument 82 RegisterContextKDP_arm::DoReadDBG (lldb::tid_t tid, int flavor, DBG &dbg) in DoReadDBG() argument 98 RegisterContextKDP_arm::DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr) in DoWriteGPR() argument 114 RegisterContextKDP_arm::DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) in DoWriteFPU() argument 130 RegisterContextKDP_arm::DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc) in DoWriteEXC() argument 146 RegisterContextKDP_arm::DoWriteDBG (lldb::tid_t tid, int flavor, const DBG &dbg) in DoWriteDBG() argument
|
D | RegisterContextKDP_i386.cpp | 34 RegisterContextKDP_i386::DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr) in DoReadGPR() argument 50 RegisterContextKDP_i386::DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu) in DoReadFPU() argument 66 RegisterContextKDP_i386::DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc) in DoReadEXC() argument 82 RegisterContextKDP_i386::DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr) in DoWriteGPR() argument 98 RegisterContextKDP_i386::DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) in DoWriteFPU() argument 114 RegisterContextKDP_i386::DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc) in DoWriteEXC() argument
|
D | RegisterContextKDP_x86_64.cpp | 34 RegisterContextKDP_x86_64::DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr) in DoReadGPR() argument 50 RegisterContextKDP_x86_64::DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu) in DoReadFPU() argument 66 RegisterContextKDP_x86_64::DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc) in DoReadEXC() argument 82 RegisterContextKDP_x86_64::DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr) in DoWriteGPR() argument 98 RegisterContextKDP_x86_64::DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) in DoWriteFPU() argument 114 RegisterContextKDP_x86_64::DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc) in DoWriteEXC() argument
|
/external/chromium_org/tools/gyp/pylib/gyp/generator/ |
D | ninja.py | 83 def QuoteShellArgument(arg, flavor): argument 90 if flavor == 'win': 95 def Define(d, flavor): argument 98 if flavor == 'win': 102 return QuoteShellArgument(ninja_syntax.escape('-D' + d), flavor) 163 def UsesToc(self, flavor): argument 169 if flavor == 'win' or self.bundle: 173 def PreActionInput(self, flavor): argument 176 if self.UsesToc(flavor): 217 output_file, toplevel_build, output_file_name, flavor, argument [all …]
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | tkt1435.test | 54 CREATE TABLE Flavors(flavorId integer primary key, flavor str unique); 62 flavor STRING 83 and ( Flavors.flavor = tlList.flavor or Flavors.flavor is NULL 84 and tlList.flavor = '') 104 and ( Flavors.flavor = tlList.flavor or Flavors.flavor is NULL 105 and tlList.flavor = '')
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/ |
D | ExecutionContextSelector.js | 29 if (!WebInspector.context.flavor(WebInspector.Target)) 39 var currentExecutionContext = WebInspector.context.flavor(WebInspector.ExecutionContext); 44 if (WebInspector.context.flavor(WebInspector.Target) === target && targets.length) 64 var currentContext = WebInspector.context.flavor(WebInspector.ExecutionContext); 87 if (!WebInspector.context.flavor(WebInspector.ExecutionContext)) 97 if (WebInspector.context.flavor(WebInspector.ExecutionContext) === executionContext) 125 var executionContext = WebInspector.context.flavor(WebInspector.ExecutionContext);
|
/external/lldb/include/lldb/Core/ |
D | Disassembler.h | 262 FindPlugin (const ArchSpec &arch, const char *flavor, const char *plugin_name); 266 …FindPluginForTarget(const lldb::TargetSP target_sp, const ArchSpec &arch, const char *flavor, cons… 271 const char *flavor, 278 const char *flavor, 289 const char *flavor, 301 const char *flavor, 313 const char *flavor, 325 const char *flavor, 338 const char *flavor, 348 Disassembler(const ArchSpec &arch, const char *flavor); [all …]
|
/external/chromium_org/chrome/installer/util/ |
D | user_experiment.cc | 284 bool CreateExperimentDetails(int flavor, ExperimentDetails* experiment) { in CreateExperimentDetails() argument 369 if (flavor < 0) in CreateExperimentDetails() 370 flavor = base::RandInt(0, num_flavors - 1); in CreateExperimentDetails() 371 experiment->flavor = flavor; in CreateExperimentDetails() 372 experiment->heading = match.flavors[flavor].heading_id; in CreateExperimentDetails() 374 const wchar_t prefix[] = { match.prefix[0], match.prefix[1] + flavor, 0 }; in CreateExperimentDetails() 376 experiment->flags = match.flavors[flavor].flags; in CreateExperimentDetails() 417 int flavor = experiment.flavor; in LaunchBrowserUserExperiment() local 465 VLOG(1) << "User drafted for toast experiment " << flavor; in LaunchBrowserUserExperiment() 473 base::IntToString(flavor)); in LaunchBrowserUserExperiment() [all …]
|