HomeSort by relevance Sort by last modified time
    Searched refs:resolution (Results 126 - 150 of 240) sorted by null

1 2 3 4 56 7 8 910

  /external/chromium_org/v8/test/webkit/
eval-and-with.js 25 "This test case checks variable resolution in the presence of both eval and with."
  /external/v8/test/mjsunit/regress/
regress-108296.js 34 // Create control flow for a.foo. Control flow resolution will
  /frameworks/base/core/java/android/print/
PrinterCapabilitiesInfo.java 23 import android.print.PrintAttributes.Resolution;
49 private List<Resolution> mResolutions;
95 mResolutions = new ArrayList<Resolution>(other.mResolutions);
123 public List<Resolution> getResolutions() {
322 mResolutions = new ArrayList<Resolution>();
325 mResolutions.add(Resolution.createFromParcel(parcel));
411 * Adds a supported resolution.
416 * @param resolution A resolution.
423 * @see PrintAttributes.Resolution
    [all...]
PrintAttributes.java 45 private Resolution mResolution;
56 mResolution = (parcel.readInt() == 1) ? Resolution.createFromParcel(parcel) : null;
82 * Gets the resolution.
84 * @return The resolution or <code>null</code> if not set.
86 public Resolution getResolution() {
91 * Sets the resolution.
93 * @param The resolution.
97 public void setResolution(Resolution resolution) {
98 mResolution = resolution;
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
PrintSpoolerService.java 34 import android.print.PrintAttributes.Resolution;
708 private static final String TAG_RESOLUTION = "resolution";
859 Resolution resolution = attributes.getResolution(); local
1077 Resolution resolution = new Resolution(id, label, horizontalDpi, verticalDpi); local
    [all...]
  /frameworks/base/services/input/
EventHub.h 88 int32_t resolution; // resolution in units per mm or radians per mm member in struct:android::RawAbsoluteAxisInfo
96 resolution = 0;
InputReader.cpp 886 "min=%0.3f, max=%0.3f, flat=%0.3f, fuzz=%0.3f, resolution=%0.3f\n",
888 range.resolution);
    [all...]
  /external/chromium_org/cc/resources/
tile_manager.cc 77 prio.resolution != LOW_RESOLUTION;
86 if (prio.resolution == NON_IDEAL_RESOLUTION)
283 mts.resolution = prio[HIGH_PRIORITY_BIN].resolution;
462 if (tile->managed_state().resolution == LOW_RESOLUTION)
765 mts.resolution,
  /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/chromium_org/cc/layers/
picture_layer_impl.cc 172 } else if (iter->priority(ACTIVE_TREE).resolution == HIGH_RESOLUTION) {
175 } else if (iter->priority(ACTIVE_TREE).resolution == LOW_RESOLUTION) {
687 if (tiling->resolution() == HIGH_RESOLUTION) {
820 if (tiling->resolution() == LOW_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...]
  /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...]
  /prebuilts/gcc/linux-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...]
  /prebuilts/gcc/linux-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...]
  /device/lge/hammerhead/libsensors/
sensors.cpp 58 .resolution = 1.0f,
70 .resolution = 1.0f,
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
remote_sync_delegate.cc 234 ConflictResolution resolution = conflict_resolution_resolver()->Resolve( local
240 switch (resolution) {
  /external/doclava/src/com/google/doclava/
ClassInfo.java     [all...]
  /external/llvm/tools/gold/
gold-plugin.cpp 342 sym.resolution = LDPR_UNKNOWN;
384 if (I->syms[i].resolution == LDPR_PREVAILING_DEF) {
  /external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
image_view.js 68 * Image load type: full resolution image loaded from cache.
73 * Image load type: screeb resolution preview loaded from cache.
213 * Copy an image fragment from a full resolution canvas to a device resolution
217 * @param {HTMLCanvasElement} canvas Full resolution canvas.
218 * @param {Rect} imageRect Rectangle in the full resolution canvas.
250 * Sets up the canvas as a buffer in the device resolution.
575 // Insert the full resolution canvas into DOM so that it can be printed.
    [all...]
  /external/chromium_org/remoting/protocol/
protocol_mock_objects.h 111 void(const ClientResolution& resolution));
  /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);
  /frameworks/native/libs/gui/
Sensor.cpp 48 mResolution = hwSensor->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/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

Completed in 850 milliseconds

1 2 3 4 56 7 8 910