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

1 2

  /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);
  /bootable/recovery/
screen_ui.h 39 void ShowProgress(float portion, float seconds);
ui.h 46 // portion - fraction of the progress bar the next operation will use
48 virtual void ShowProgress(float portion, float seconds) = 0;
verifier_test.cpp 110 void ShowProgress(float portion, float seconds) { }
screen_ui.cpp 456 void ScreenRecoveryUI::ShowProgress(float portion, float seconds)
461 progressScopeSize = portion;
  /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)
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PinnedHeaderListView.java 322 int portion = bottom - headerHeight; local
323 header.alpha = MAX_ALPHA * (headerHeight + portion) / headerHeight;
324 header.y = top + portion;
  /external/libffi/src/mips/
ffi.c 182 unsigned long portion = cap - (unsigned long)argp;
184 memcpy(argp, *p_argv, portion);
186 z -= portion;
187 memcpy(argp, (void*)((unsigned long)(*p_argv) + portion),
  /external/v8/tools/
logreader.js 71 * Processes a portion of V8 profiler event log.
73 * @param {string} chunk A portion of log.
  /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...]
  /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/webkit/Tools/Scripts/webkitpy/thirdparty/
BeautifulSoup.py     [all...]
  /external/quake/
NOTICE 84 that is to say, a work containing the Program or a portion of it,
107 2. You may modify your copy or copies of the Program or any portion
229 If any portion of this section is held invalid or unenforceable under
429 that is to say, a work containing the Program or a portion of it,
452 2. You may modify your copy or copies of the Program or any portion
574 If any portion of this section is held invalid or unenforceable under
    [all...]
  /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/v8/test/mjsunit/
date.js 147 // Test that toLocaleTimeString only returns the time 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
01-introduction.tex 502 The decoder must cache the right hand portion of the current frame to
503 be lapped with the left hand portion of the next frame.
509 The overlapped portion produced from overlapping the previous and
  /external/openssh/contrib/caldera/
openssh.spec 144 This package installs the sshd, the server portion of OpenSSH.
  /external/zlib/src/contrib/masmx64/
inffasx64.asm 4 ; inffasx64.asm is automatically convert from AMD64 portion of inffas86.c
gvmat64.asm 5 ; gvmat64.asm -- Asm portion of the optimized longest_match for 32 bits x86_64
  /external/chromium/chrome/browser/resources/ntp/
apps.js 664 // to wait for all the icons. Instead, we wait until the visible portion
  /external/chromium/chrome/browser/resources/touch_ntp/standalone/
standalone_hack.js 12 * Note that, while the product portion of the touch NTP is designed to work

Completed in 575 milliseconds

1 2