Searched defs:model (Results 26 - 50 of 561) sorted by last modified time

1234567891011>>

/external/qemu/
H A Dvl-android.c3537 const char *model = nd_table[i].model; local
3541 if (model == NULL)
3542 model = "ne2k_pci";
3543 snprintf(buf, sizeof(buf), "pxe-%s.bin", model);
3801 /* Grab CPU model if provided in hardware.ini */
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c156 /* model byte 0xFC = AT */
2705 Bit8u c, i, version, model[41]; local
2719 // Read model name
2721 write_byte(get_SS(),model+(i*2),read_byte(get_SS(),buffer+(i*2)+54+1));
2722 write_byte(get_SS(),model+(i*2)+1,read_byte(get_SS(),buffer+(i*2)+54));
2726 write_byte(get_SS(),model+40,0x00); local
2728 if(read_byte(get_SS(),model+i)==0x20)
2729 write_byte(get_SS(),model+i,0x00);
2733 write_byte(get_SS(),model+36,0x00); local
2735 write_byte(get_SS(),model
[all...]
H A Drombios32.c1331 uint8_t model; /* System Interrupt Model */ member in struct:fadt_descriptor_rev1
1353 uint8_t gpe1_base; /* Offset in gpe model where gpe1 events start */
1752 fadt->model = 1;
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jar ... internal/requests/ org/junit/internal/runners/ org/junit/internal/runners/model/ org/junit/internal/runners/statements/ org/junit/matchers/ org/junit ...
H A Djunit.jar ... internal/requests/ org/junit/internal/runners/ org/junit/internal/runners/model/ org/junit/internal/runners/statements/ org/junit/matchers/ org/junit ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
H A Djdepend-2.9.jarMETA-INF/ META-INF/MANIFEST.MF jdepend/ jdepend/framework/ jdepend/framework/AbstractParser.class AbstractParser. ...
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
H A Dlcms2.h612 cmsUInt32Number model; // Device model number member in struct:__anon28623
1107 // Viewing conditions. Please note those are CAM model viewing conditions, and not the ICC tag viewing
1448 CMSAPI void CMSEXPORT cmsSetHeaderModel(cmsHPROFILE hProfile, cmsUInt32Number model);
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsio0.c671 Icc -> model = _cmsAdjustEndianess32(Header.model);
764 Header.model = _cmsAdjustEndianess32(Icc -> model);
860 return Icc ->model;
863 void CMSEXPORT cmsSetHeaderModel(cmsHPROFILE hProfile, cmsUInt32Number model) argument
866 Icc -> model = model;
H A Dlcms2_internal.h720 cmsUInt32Number manufacturer, model; member in struct:_cms_iccprofile_struct
/external/pixman/demos/
H A Dscale.c306 GtkListStore *model; local
310 model = gtk_list_store_new (1, G_TYPE_STRING);
318 gtk_combo_box_set_model (GTK_COMBO_BOX (widget), GTK_TREE_MODEL (model));
325 gtk_list_store_append (model, &iter);
326 gtk_list_store_set (model, &iter, 0, info->name, -1);
/external/opencv/cv/src/
H A Dcvfundam.cpp63 virtual int runKernel( const CvMat* m1, const CvMat* m2, CvMat* model )=0;
64 virtual bool runLMeDS( const CvMat* m1, const CvMat* m2, CvMat* model,
66 virtual bool runRANSAC( const CvMat* m1, const CvMat* m2, CvMat* model,
74 const CvMat* model, CvMat* error ) = 0;
76 const CvMat* model, CvMat* error,
110 const CvMat* model, CvMat* _err,
117 computeReprojError( m1, m2, model, _err );
138 CV_ERROR( CV_StsOutOfRange, "the number of model points should be positive" );
162 bool CvModelEstimator2::runRANSAC( const CvMat* m1, const CvMat* m2, CvMat* model, argument
224 cvCopy( &model_i, model );
109 findInliers( const CvMat* m1, const CvMat* m2, const CvMat* model, CvMat* _err, CvMat* _mask, double threshold ) argument
257 runLMeDS( const CvMat* m1, const CvMat* m2, CvMat* model, CvMat* mask, double confidence, int maxIters ) argument
506 computeReprojError( const CvMat* m1, const CvMat* m2, const CvMat* model, CvMat* _err ) argument
524 refine( const CvMat* m1, const CvMat* m2, CvMat* model, int maxIters ) argument
913 computeReprojError( const CvMat* _m1, const CvMat* _m2, const CvMat* model, CvMat* _err ) argument
[all...]
H A Dcvhistogram.cpp2144 CvHistogram* model = 0; local
2171 CV_CALL( cvCopyHist( hist, &model ));
2206 CV_CALL( cvCalcHist( img, model ));
2208 CV_CALL( cvNormalizeHist( model, norm_factor ));
2209 CV_CALL( result = cvCompareHist( model, hist, method ));
2216 cvReleaseHist( &model );
/external/opencv/cvaux/include/
H A Dcvaux.h139 struct CvEHMM* ehmm; /* pointer to an embedded model or NULL, if it is a leaf */
1022 /* Computes hybrid model from Voronoi Diagram */
1026 /* Releases hybrid model storage */
1121 * by building and maintaining a model of the background.
1122 * Any pixel which does not fit this model is then deemed
1160 int type; /*type of BG model*/ \
1185 // Updates statistical model and returns number of found foreground regions
1219 /* stat model update parameter
1224 /* start value for alpha parameter (to fast initiate statistic model) */
1236 * for a full description of these background-model
1405 CVAPI(void) cvReleaseBGCodeBookModel( CvBGCodeBookModel** model ); variable
[all...]
/external/opencv/cvaux/src/
H A Dcvbgfg_acmmm2003.cpp69 static void CV_CDECL icvReleaseFGDStatModel( CvFGDStatModel** model );
71 CvFGDStatModel* model );
192 CvFGDStatModel* model = *_model; local
193 if( model->pixel_stat )
195 cvFree( &model->pixel_stat[0].ctable );
196 cvFree( &model->pixel_stat[0].cctable );
197 cvFree( &model->pixel_stat );
200 cvReleaseImage( &model->Ftd );
201 cvReleaseImage( &model->Fbd );
202 cvReleaseImage( &model
[all...]
H A Dcvbgfg_codebook.cpp45 CvBGCodeBookModel* model = (CvBGCodeBookModel*)cvAlloc( sizeof(*model) ); local
46 memset( model, 0, sizeof(*model) );
47 model->cbBounds[0] = model->cbBounds[1] = model->cbBounds[2] = 10;
48 model->modMin[0] = 3;
49 model->modMax[0] = 10;
50 model
86 cvBGCodeBookUpdate( CvBGCodeBookModel* model, const CvArr* _image, CvRect roi, const CvArr* _mask ) argument
226 cvBGCodeBookDiff( const CvBGCodeBookModel* model, const CvArr* _image, CvArr* _fgmask, CvRect roi ) argument
294 cvBGCodeBookClearStale( CvBGCodeBookModel* model, int staleThresh, CvRect roi, const CvArr* _mask ) argument
[all...]
/external/opencv/cxcore/src/
H A Dcxswitcher.cpp77 #define CV_GET_PROC_ARCH(model) ((model) & CV_PROC_ARCH_MASK)
81 int model; member in struct:CvProcessorInfo
110 cpu_info->model = CV_PROC_GENERIC;
199 cpu_info->model = id == ICV_CPUID_W7 ? CV_PROC_IA32_WITH_SSE2 :
208 cpu_info->model = CV_PROC_EM64T;
211 cpu_info->model = CV_PROC_IA64;
220 cpu_info->model = CV_PROC_EM64T;
222 cpu_info->model = CV_PROC_IA64;
224 cpu_info->model
[all...]
/external/oprofile/daemon/
H A Dopd_ibs.c488 unsigned model : 4; member in struct:__anon28418::__anon28419
512 ibs_model = v.model + v.ext_model;
/external/oprofile/libop/
H A Dop_hw_specific.h66 unsigned model = (eax & 0xf0) >> 4; local
68 return ext_model + model;
141 /* Already know is Intel family 6, so just check the model. */
142 int model = cpu_model(cpuid_signature()); local
143 switch(model) {
/external/oprofile/module/x86/
H A Dcpu_type.c116 __u8 model = current_cpu_data.x86_model; local
117 if (model <= 4) {
149 __u8 model = current_cpu_data.x86_model; local
176 if (model == 14)
178 if (model > 0xd)
180 if (model > 5)
182 else if (model > 2)
H A Dop_nmi.c19 static struct op_x86_model_spec const * model = NULL; variable
23 if (!model) {
24 /* pick out our per-model function table */
28 model = &op_athlon_spec;
31 model = &op_p4_spec;
35 model = &op_p4_ht2_spec;
39 model = &op_ppro_spec;
43 return model;
51 model->check_ctrs(cpu, msrs, regs);
219 model
[all...]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
H A DAspectRatio.java21 package com.googlecode.mp4parser.h264.model;
H A DBitstreamElement.java21 package com.googlecode.mp4parser.h264.model;

Completed in 1808 milliseconds

1234567891011>>