HomeSort by relevance Sort by last modified time
    Searched refs:portion (Results 1 - 25 of 59) 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 46 // portion - fraction of the progress bar the next operation will use
48 virtual void ShowProgress(float portion, float seconds) = 0;
screen_ui.cpp 478 void ScreenRecoveryUI::ShowProgress(float portion, float seconds)
483 progressScopeSize = portion;
verifier_test.cpp 112 void ShowProgress(float portion, float seconds) { }
  /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 331 int portion = bottom - headerHeight; local
332 header.alpha = MAX_ALPHA * (headerHeight + portion) / headerHeight;
333 header.y = top + portion;
  /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/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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
BeautifulSoup.py     [all...]
  /external/chromium_org/v8/src/
hydrogen-instructions.cc 4032 Portion portion = kInobject; local
4045 Portion portion = kInobject; local
    [all...]
hydrogen-instructions.h 5617 inline Portion portion() const { function in class:v8::HObjectAccess
    [all...]
  /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/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
  /external/chromium_org/v8/test/mjsunit/
date.js 149 // Test that toLocaleTimeString only returns the time portion of the

Completed in 2034 milliseconds

1 2 3