HomeSort by relevance Sort by last modified time
    Searched refs:portion (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/smack/src/org/jivesoftware/smackx/pubsub/
SubscribeOptionFields.java 92 String portion = elementName.substring(elementName.lastIndexOf('#' + 1)); local
94 if ("show-values".equals(portion))
97 return valueOf(portion);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
segoff.asm 1 ; all of these should be legal and should just result in the offset portion
  /bootable/recovery/
screen_ui.h 39 void ShowProgress(float portion, float seconds);
ui.h 48 // portion - fraction of the progress bar the next operation will use
50 virtual void ShowProgress(float portion, float seconds) = 0;
screen_ui.cpp 433 void ScreenRecoveryUI::ShowProgress(float portion, float seconds)
438 progressScopeSize = portion;
verifier_test.cpp 128 void ShowProgress(float portion, float seconds) { }
  /external/chromium_org/chrome/browser/resources/extensions/
extension_code.js 34 * three portions of the file's content to display - the portion which
36 * both before and after this portion. The title is the error message,
extension_error_overlay.js 282 * errors) or a source file (for runtime errors). If possible, the portion
405 * The portion of the overlay which shows the code relating to the error
509 * Set the code to be displayed in the code portion of the overlay.
530 * three portions of the file's content to display - the portion which is
532 * before and after this portion. These may be empty.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/
buildAll.bat 20 REM target used if not default (to allow run just a portion of buildAll)
  /external/chromium_org/v8/tools/
logreader.js 71 * Processes a portion of V8 profiler event log.
73 * @param {string} chunk A portion of log.
  /external/chromium_org/chrome/browser/resources/gaia_auth/
util.js 16 * @param {string} search The search portion of an URL to extract params.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/
slider.js 83 * Updates the filled portion of the slider to reflect the slider's current
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewManager.java 1641 double portion = (now - begin) \/ (double) DURATION; local
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PinnedHeaderListView.java 326 int portion = bottom - headerHeight; local
327 header.alpha = MAX_ALPHA * (headerHeight + portion) / headerHeight;
328 header.y = top + portion;
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_interpolate_loop_gnu.s 115 @ carry overflow from fraction to integer portion
ARM-E_interpolate_noloop_gnu.s 107 @ carry overflow from fraction to integer portion
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_interpolate_loop_gnu.s 115 @ carry overflow from fraction to integer portion
ARM-E_interpolate_noloop_gnu.s 107 @ carry overflow from fraction to integer portion
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
BeautifulSoup.py     [all...]
  /external/chromium_org/v8/src/
hydrogen-instructions.cc 4583 Portion portion = kInobject; local
4623 Portion portion = kInobject; local
4632 Portion portion = kInobject; local
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
live_regions_deprecated.js 203 * an array of NavDescriptions. Each atomic portion of the region gets a
  /external/chromium_org/third_party/mesa/src/docs/
MESA_swap_frame_usage.spec 35 This extension allows an application to determine what portion of the
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 335 that is to say, a work containing the Program or a portion of it,
358 2. You may modify your copy or copies of the Program or any portion
478 If any portion of this section is held invalid or unenforceable under
  /external/mesa3d/docs/
MESA_swap_frame_usage.spec 35 This extension allows an application to determine what portion of the
  /external/libvorbis/doc/
08-residue.tex 167 \varname{[residue_end]} select the specific sub-portion of
257 portion of a residue vector may be the entire possible residue vector

Completed in 957 milliseconds

1 2 3