Searched refs:resolution (Results 1 - 25 of 41) sorted by relevance

12

/external/doclava/src/com/google/doclava/
H A DResolvable.java33 * @param resolution The {@link Resolution} to resolve at a later time.
35 public void addResolution(Resolution resolution); argument
H A DAnnotationInstanceInfo.java84 public void addResolution(Resolution resolution) { argument
89 mResolutions.add(resolution);
104 for (Resolution resolution : resolutions) {
106 InfoBuilder.resolveQualifiedName(resolution.getValue(), qualifiedClassName,
107 resolution.getInfoBuilder());
111 mResolutions.add(resolution);
113 } else if ("annotationTypeName".equals(resolution.getVariable())) {
H A DAnnotationValueInfo.java90 public void addResolution(Resolution resolution) { argument
95 mResolutions.add(resolution);
110 for (Resolution resolution : resolutions) {
113 resolution.getInfoBuilder());
117 mResolutions.add(resolution);
119 } else if ("element".equals(resolution.getVariable())) {
122 if (resolution.getValue().equals(m.name()) ||
H A DTypeInfo.java360 public void addResolution(Resolution resolution) { argument
365 mResolutions.add(resolution);
384 for (Resolution resolution : resolutions) {
385 if ("class".equals(resolution.getVariable())) {
387 InfoBuilder.resolveQualifiedName(resolution.getValue(), qualifiedClassName,
388 resolution.getInfoBuilder());
392 mResolutions.add(resolution);
H A DMethodInfo.java812 public void addResolution(Resolution resolution) { argument
817 mResolutions.add(resolution);
825 for (Resolution resolution : resolutions) {
827 InfoBuilder.resolveQualifiedName(resolution.getValue(), qualifiedClassName,
828 resolution.getInfoBuilder());
832 mResolutions.add(resolution);
834 } else if ("thrownException".equals(resolution.getVariable())) {
H A DClassInfo.java1813 public void addResolution(Resolution resolution) { argument
1818 mResolutions.add(resolution);
1826 for (Resolution resolution : resolutions) {
1828 InfoBuilder.resolveQualifiedName(resolution.getValue(), qualifiedClassName,
1829 resolution.getInfoBuilder());
1833 mResolutions.add(resolution);
1835 } else if ("superclassQualifiedName".equals(resolution.getVariable())) {
1837 } else if ("interfaceQualifiedName".equals(resolution.getVariable())) {
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_tcdata.h50 EAS_I32 tick; /* tick based on current tempo and resolution */
58 EAS_I8 resolution; /* resolution from file */ member in struct:__anon12893
H A Deas_tonecontrol.c85 /* calculate a new tick time based on resolution & tempo */
90 pData->tick = ((60 * 1000) << 8) / (pData->tempo * pData->resolution);
651 pData->resolution = 64;
692 /* or resolution */
887 * Get the resolution field and process it
892 EAS_I8 resolution; local
894 /* get resolution */
895 if (TC_GetNextChar(pEASData->hwInstData, pData, &resolution) != EAS_SUCCESS)
897 if (resolution < 0)
901 pData->resolution
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/headless-build/
H A Dbuild.properties169 #this property indicates whether the resolution should be done in development mode (i.e. ignore multiple bundles with singletons)
170 resolution.devMode=false
/external/eigen/demos/mandelbrot/
H A Dmandelbrot.cpp114 double resolution = widget->xradius*2/widget->width(); local
116 if(resolution < 1e-4f) max_iter += 128 * ( - 4 - std::log10(resolution));
119 single_precision = resolution > 1e-7f;
153 setWindowTitle(QString("resolution ")+QString::number(xradius*2/width(), 'e', 2)
168 setWindowTitle(QString("recomputing at 1/%1 resolution...").arg(draft));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DbugTools.jar ... CTYPE_XML private static final String RESOLVE private static final String RESOLUTION private static final String KNOB private static final String LONGDESCLENGTH ...
/external/qemu/distrib/sdl-1.2.15/src/audio/mint/
H A DSDL_mintaudio_gsxb.c203 int i, resolution, format_signed, format_bigendian; local
207 resolution = spec->format & 0x00ff;
225 resolution = spec->format & 0xff;
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/
H A DSettingsDialog.java456 * places them in a <code>JComboBox</code>. The resolution specified by
493 * display frequency options to match the currently selected resolution.
500 String resolution = (String) displayResCombo.getSelectedItem();
511 String[] depths = getDepths(resolution, modes);
515 String[] freqs = getFrequencies(resolution, modes);
575 * Returns every unique resolution from an array of <code>DisplayMode</code>s.
592 * Returns every possible bit depth for the given resolution.
594 private static String[] getDepths(String resolution, DisplayMode[] modes) { argument
606 if (res.equals(resolution) && !depths.contains(depth)) {
623 * Returns every possible refresh rate for the given resolution
625 getFrequencies(String resolution, DisplayMode[] modes) argument
[all...]
/external/bison/src/
H A Dconflicts.c68 enum conflict_resolution resolution)
72 /* The description of the resolution. */
73 switch (resolution)
101 switch (resolution)
66 log_resolution(rule *r, symbol_number token, enum conflict_resolution resolution) argument
/external/kernel-headers/original/sound/
H A Dasound.h591 unsigned long resolution; /* average period resolution in ns */ member in struct:snd_timer_ginfo
592 unsigned long resolution_min; /* minimal period resolution in ns */
593 unsigned long resolution_max; /* maximal period resolution in ns */
607 unsigned long resolution; /* current period resolution in ns */ member in struct:snd_timer_gstatus
608 unsigned long resolution_num; /* precise current period resolution (in seconds) - numerator */
609 unsigned long resolution_den; /* precise current period resolution (in seconds) - denominator */
624 unsigned long resolution; /* average period resolution i member in struct:snd_timer_info
643 unsigned int resolution; /* current period resolution in ns */ member in struct:snd_timer_status
667 unsigned int resolution; member in struct:snd_timer_read
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_bugzilla/org/eclipse/releng/services/bugzilla/
H A DUpdateBugStateTask.java71 private static final String RESOLUTION = "resolution"; //$NON-NLS-1$
193 private String resolution; field in class:UpdateBugStateTask
212 resolution = BZ_FX;
265 resolution = r;
442 args.put(RESOLUTION, resolution);
523 Messages.getString("UpdateBugStateTask.to") + SP + resolution + SP + //$NON-NLS-1$
538 Messages.getString("UpdateBugStateTask.to") + SP + resolution + SP + //$NON-NLS-1$
/external/llvm/tools/gold/
H A Dgold-plugin.cpp345 sym.resolution = LDPR_UNKNOWN;
390 if (I->syms[i].resolution == LDPR_PREVAILING_DEF) {
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/curves/
H A DCurvesHelper.java223 int resolution = ((Number) nurb.getFieldValue("resolu")).intValue();
241 Curve curve = new Curve(spline, resolution);
561 int resolution = ((Number) taperStructure.getFieldValue("resolu")).intValue();
562 return new Curve(spline, resolution);
/external/kernel-headers/original/linux/
H A Dinput.h59 * @resolution: specifies resolution for the values reported for
66 * units per millimeter (units/mm), resolution for rotational axes
75 __s32 resolution; member in struct:input_absinfo
1213 * resolution)
1584 INPUT_GENERATE_ABS_ACCESSORS(res, resolution)
/external/linux-tools-perf/config/
H A Dutilities.mak165 # relative path resolution is requested, as determined
/external/quake/quake/src/QW/client/
H A Dgl_vidnt.c1189 sprintf (temp, "Desktop resolution (%dx%d)",
1218 sprintf (pinfo, "Desktop resolution (%dx%d)",
/external/quake/quake/src/WinQuake/
H A Dgl_vidnt.cpp1189 sprintf (temp, "Desktop resolution (%dx%d)",
1218 sprintf (pinfo, "Desktop resolution (%dx%d)",
/external/libvorbis/examples/
H A Dframeview.pl231 -resolution=>1,
/external/qemu-pc-bios/vgabios/
H A Dvbe.c523 ; set CRT X resolution
543 ; set CRT Y resolution
/external/webkit/Tools/CSSTestSuiteHarness/harness/
H A Dharness.js908 TestSuite.prototype.recordResult = function(testName, resolution, comment)
914 this.appendResultToOutput(this.formatInfo, testName, resolution, comment);
920 this.storeTestResult(testName, this.format, resolution, comment, navigator.userAgent);
925 htmlStatus = resolution;
927 xhtmlStatus = resolution;
946 TestSuite.prototype.appendResultToOutput = function(formatData, testName, resolution, comment)
950 var result = formatData.path + '/' + testName + formatData.suffix + '\t' + resolution;
955 line.className = resolution;
1033 TestSuite.prototype.createExportLine = function(formatData, testName, resolution, comment)
1035 var result = formatData.path + '/' + testName + '\t' + resolution;
[all...]

Completed in 661 milliseconds

12