HomeSort by relevance Sort by last modified time
    Searched defs:resolution (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/doclava/src/com/google/doclava/
AnnotationInstanceInfo.java 26 private ArrayList<Resolution> mResolutions;
84 public void addResolution(Resolution resolution) {
86 mResolutions = new ArrayList<Resolution>();
89 mResolutions.add(resolution);
94 for (Resolution r : mResolutions) {
100 ArrayList<Resolution> resolutions = mResolutions;
101 mResolutions = new ArrayList<Resolution>();
104 for (Resolution resolution : resolutions)
    [all...]
TypeInfo.java 360 public void addResolution(Resolution resolution) {
362 mResolutions = new ArrayList<Resolution>();
365 mResolutions.add(resolution);
374 for (Resolution r : mResolutions) {
380 ArrayList<Resolution> resolutions = mResolutions;
381 mResolutions = new ArrayList<Resolution>();
384 for (Resolution resolution : resolutions) {
385 if ("class".equals(resolution.getVariable()))
    [all...]
MethodInfo.java 684 private ArrayList<Resolution> mResolutions;
820 for (Resolution r : mResolutions) {
825 public void addResolution(Resolution resolution) {
827 mResolutions = new ArrayList<Resolution>();
830 mResolutions.add(resolution);
834 ArrayList<Resolution> resolutions = mResolutions;
835 mResolutions = new ArrayList<Resolution>();
838 for (Resolution resolution : resolutions)
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_tcdata.h 50 EAS_I32 tick; /* tick based on current tempo and resolution */
58 EAS_I8 resolution; /* resolution from file */ member in struct:__anon15316
eas_tonecontrol.c 85 /* 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 = resolution
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/mint/
SDL_mintaudio_gsxb.c 203 int i, resolution, format_signed, format_bigendian; local
207 resolution = spec->format & 0x00ff;
225 resolution = spec->format & 0xff;
  /external/eigen/demos/mandelbrot/
mandelbrot.cpp 114 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));
  /frameworks/base/core/jni/
android_hardware_SensorManager.cpp 46 jfieldID resolution; member in struct:android::SensorOffsets
67 sensorOffsets.resolution = _env->GetFieldID(sensorClass, "mResolution","F");
92 env->SetFloatField(sensor, sensorOffsets.resolution, list->getResolution());
  /frameworks/base/include/androidfw/
InputDevice.h 67 float resolution; member in struct:android::InputDeviceInfo::MotionRange
87 float min, float max, float flat, float fuzz, float resolution);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
timer.h 81 SND_TIMER_EVENT_RESOLUTION = 0, /* val = resolution in ns */
83 SND_TIMER_EVENT_START, /* val = resolution in ns */
85 SND_TIMER_EVENT_CONTINUE, /* val = resolution in ns */
89 SND_TIMER_EVENT_RESUME, /* val = resolution in ns */
101 unsigned int resolution; /**< tick resolution in nanoseconds */ member in struct:_snd_timer_read
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
timer.h 81 SND_TIMER_EVENT_RESOLUTION = 0, /* val = resolution in ns */
83 SND_TIMER_EVENT_START, /* val = resolution in ns */
85 SND_TIMER_EVENT_CONTINUE, /* val = resolution in ns */
89 SND_TIMER_EVENT_RESUME, /* val = resolution in ns */
101 unsigned int resolution; /**< tick resolution in nanoseconds */ member in struct:_snd_timer_read
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
timer.h 37 #define SNDRV_TIMER_HW_SLAVE 0x00000004 /* only slave timer (variable resolution) */
58 unsigned long resolution; /* average timer resolution for one tick in nsec */ member in struct:snd_timer_hardware
59 unsigned long resolution_min; /* minimal resolution */
60 unsigned long resolution_max; /* maximal resolution */
102 unsigned long ticks, unsigned long resolution);
106 unsigned long resolution);
111 unsigned long resolution; /* current resolution for tasklet */ member in struct:snd_timer_instance
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
timer.h 81 SND_TIMER_EVENT_RESOLUTION = 0, /* val = resolution in ns */
83 SND_TIMER_EVENT_START, /* val = resolution in ns */
85 SND_TIMER_EVENT_CONTINUE, /* val = resolution in ns */
89 SND_TIMER_EVENT_RESUME, /* val = resolution in ns */
101 unsigned int resolution; /**< tick resolution in nanoseconds */ member in struct:_snd_timer_read
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
timer.h 37 #define SNDRV_TIMER_HW_SLAVE 0x00000004 /* only slave timer (variable resolution) */
58 unsigned long resolution; /* average timer resolution for one tick in nsec */ member in struct:snd_timer_hardware
59 unsigned long resolution_min; /* minimal resolution */
60 unsigned long resolution_max; /* maximal resolution */
102 unsigned long ticks, unsigned long resolution);
106 unsigned long resolution);
111 unsigned long resolution; /* current resolution for tasklet */ member in struct:snd_timer_instance
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/
AaptQuickFixTest.java 122 // Test marker resolution.
129 // Found the target marker. Now check the marker resolution of it.
134 IMarkerResolution resolution = resolutions[0]; local
135 assertNotNull(resolution);
136 assertTrue(resolution.getLabel().contains("Create resource"));
141 //resolution.run(marker);
232 // Test marker resolution.
237 // Found the target marker. Now check the marker resolution of it.
242 IMarkerResolution resolution = resolutions[0]; local
243 assertNotNull(resolution);
    [all...]
  /frameworks/base/services/input/
EventHub.h 87 int32_t resolution; // resolution in units per mm or radians per mm member in struct:android::RawAbsoluteAxisInfo
95 resolution = 0;
  /hardware/libhardware/include/hardware/
sensors.h 854 float resolution; member in struct:sensor_t
    [all...]
  /ndk/sources/host-tools/make-3.81/
remake.c 441 /* Avoid spurious rebuilds due to low resolution time stamps. */
444 error (NILF, _("*** Warning: .LOW_RESOLUTION_TIME file `%s' has a high resolution time stamp"),
1300 int resolution; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
bugTools.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_bugzilla/org/eclipse/releng/services/bugzilla/
UpdateBugStateTask.java 71 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/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/curves/
CurvesHelper.java 223 int resolution = ((Number) nurb.getFieldValue("resolu")).intValue(); local
241 Curve curve = new Curve(spline, resolution);
561 int resolution = ((Number) taperStructure.getFieldValue("resolu")).intValue(); local
562 return new Curve(spline, resolution);
  /external/jmonkeyengine/engine/src/desktop/com/jme3/app/
SettingsDialog.java 456 * 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(); local
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) {
606 if (res.equals(resolution) && !depths.contains(depth)) {
623 * Returns every possible refresh rate for the given resolution
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cgraph.h 248 enum ld_plugin_symbol_resolution resolution; variable in typeref:enum:ld_plugin_symbol_resolution
475 enum ld_plugin_symbol_resolution resolution; variable in typeref:enum:ld_plugin_symbol_resolution
618 bool resolution_used_from_other_file_p (enum ld_plugin_symbol_resolution resolution);
    [all...]
plugin-api.h 93 int resolution; member in struct:ld_plugin_symbol
224 /* The linker's interface for retrieving symbol resolution information. */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cgraph.h 248 enum ld_plugin_symbol_resolution resolution; variable in typeref:enum:ld_plugin_symbol_resolution
475 enum ld_plugin_symbol_resolution resolution; variable in typeref:enum:ld_plugin_symbol_resolution
618 bool resolution_used_from_other_file_p (enum ld_plugin_symbol_resolution resolution);
    [all...]

Completed in 1077 milliseconds

1 2 3