HomeSort by relevance Sort by last modified time
    Searched refs:desired (Results 101 - 125 of 193) sorted by null

1 2 3 45 6 7 8

  /external/qemu/distrib/jpeg-6b/
jpeglib.h 795 JMETHOD(boolean, resync_to_restart, (j_decompress_ptr cinfo, int desired))
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11modes.c 543 /* Find out which screen is the desired one */
544 int desired = -1; local
554 desired = SDL_atoi(variable);
567 if ( xinerama[i].screen_number == desired ) {
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java 476 private int resolveMeasured(int measureSpec, int desired)
482 result = desired;
485 result = Math.max(specSize, desired);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.services_3.2.100.v20100503.jar 
  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
GlowPadView.java 347 private int resolveMeasured(int measureSpec, int desired)
353 result = desired;
356 result = Math.min(specSize, desired);
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
GlowPadView.java 339 private int resolveMeasured(int measureSpec, int desired)
345 result = desired;
348 result = Math.min(specSize, desired);
    [all...]
  /external/chromium_org/ui/app_list/views/
apps_grid_view.cc 1056 const int desired = model_->status() == AppListModel::STATUS_SYNCING ? local
    [all...]
  /hardware/ti/omap4-aah/camera/
Decoder_libjpeg.cpp 109 static boolean libjpeg_resync_to_restart(j_decompress_ptr cinfo, int desired) {
  /build/core/
pdk_config.mk 130 # That's desired by us: we want only absent files from the platform zip package.
  /external/chromium_org/chrome/browser/resources/print_preview/
print_preview_animations.js 26 * @param {number} targetHeight The desired height in pixels after the animation
  /external/chromium_org/tools/sheriffing/
botinfo.js 118 * steadily green (if desired).
  /external/chromium_org/v8/test/mjsunit/
array-constructor-feedback.js 215 // indicates a packed array is desired. (unless --nocrankshaft is in use).
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.mli 103 ownership of the module [m] if successful with the desired optimization
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /external/chromium_org/third_party/icu/source/test/intltest/
tmsgfmt.cpp 1612 UnicodeString& desired = tuples[i]; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
tmsgfmt.cpp 1612 UnicodeString& desired = tuples[i]; local
    [all...]
  /external/libunwind/doc/
unw_create_addr_space.tex 83 variable used to return the desired information. The type of this
196 call-back, it has already established the desired machine- and
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
optparse.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib.py 466 Unreserved and do not need to be escaped; can be, though, if desired
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
optparse.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib.py 466 Unreserved and do not need to be escaped; can be, though, if desired
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/liblouis_nacl/
liblouis.js 81 * @param {!Element} elem Desired parent element of the instance.
134 * Returns a translator for the desired table, asynchronously.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/managed_bookmarks/
background.js 201 // the index must be adjusted by one from the desired index.

Completed in 3564 milliseconds

1 2 3 45 6 7 8