Searched refs:portion (Results 1 - 25 of 27) sorted by relevance

12

/external/smack/src/org/jivesoftware/smackx/pubsub/
H A DSubscribeOptionFields.java92 String portion = elementName.substring(elementName.lastIndexOf('#' + 1));
94 if ("show-values".equals(portion))
97 return valueOf(portion);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dsegoff.asm1 ; all of these should be legal and should just result in the offset portion
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/
H A DbuildAll.bat20 REM target used if not default (to allow run just a portion of buildAll)
/external/sonivox/arm-hybrid-22k/lib_src/
H A DARM-E_interpolate_loop_gnu.s115 @ carry overflow from fraction to integer portion
H A DARM-E_interpolate_noloop_gnu.s107 @ carry overflow from fraction to integer portion
/external/sonivox/arm-wt-22k/lib_src/
H A DARM-E_interpolate_loop_gnu.s115 @ carry overflow from fraction to integer portion
H A DARM-E_interpolate_noloop_gnu.s107 @ carry overflow from fraction to integer portion
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
H A DBeautifulSoup.py1020 for portion in args:
1021 if hasattr(portion, 'items'):
1023 for k,v in portion.items():
1025 elif hasattr(portion, '__iter__'): # is a list
1027 for k in portion:
1031 built[portion] = default
/external/chromium_org/v8/src/
H A Dhydrogen-instructions.cc4631 Portion portion = kInobject; local
4634 portion = kElementsPointer;
4636 portion = kMaps;
4643 return HObjectAccess(portion, offset, representation, Handle<String>::null(),
4671 Portion portion = kInobject; local
4674 return HObjectAccess(portion, offset, Representation::Tagged());
4680 Portion portion = kInobject; local
4683 portion = kElementsPointer;
4685 portion = kArrayLengths;
4687 portion
[all...]
H A Dhydrogen-instructions.h5899 // Represents an access to a portion of an object, such as the map pointer,
5904 return portion() != kBackingStore && portion() != kExternalMemory;
5908 return portion() == kExternalMemory;
5912 return portion() == kStringLengths;
5916 return portion() == kMaps;
5942 return HObjectAccess(portion(), offset(), representation, name(),
6205 return value_ == that.value_; // portion and offset must match
6226 HObjectAccess(Portion portion, int offset, argument
6231 : value_(PortionField::encode(portion) |
6260 inline Portion portion() const { function in class:V8_FINAL
[all...]
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_swap_frame_usage.spec35 This extension allows an application to determine what portion of the
/external/mesa3d/docs/
H A DMESA_swap_frame_usage.spec35 This extension allows an application to determine what portion of the
/external/dnsmasq/contrib/dnslist/
H A Ddnslist.pl335 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/libvorbis/doc/
H A D08-residue.tex167 \varname{[residue_end]} select the specific sub-portion of
257 portion of a residue vector may be the entire possible residue vector
H A D01-introduction.tex502 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
H A D04-codec.tex581 \xref{vorbis:spec:window}). The overlapped portion
/external/zlib/src/contrib/masmx64/
H A Dinffasx64.asm4 ; inffasx64.asm is automatically convert from AMD64 portion of inffas86.c
H A Dgvmat64.asm5 ; gvmat64.asm -- Asm portion of the optimized longest_match for 32 bits x86_64
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Dopt-gvmat64.asm5 ; gvmat64.asm -- Asm portion of the optimized longest_match for 32 bits x86
/external/libunwind/doc/
H A Dlibunwind-dynamic.tex65 deallocated portion of the stack frame become invalid and hence
66 \Prog{libunwind} needs to know about it. The portion of the frame
H A Dlibunwind.tex140 portion of \Prog{libunwind} that manages unwind-info for dynamically
/external/zlib/src/contrib/masmx86/
H A Dmatch686.asm1 ; match686.asm -- Asm portion of the optimized longest_match for 32 bits x86
/external/blktrace/doc/
H A Dblktrace.tex365 The \emph{device} portion of the event file name can be changed via
667 \item[\%5T.\%9t] 5-charcter field for the seconds portion of the
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_opengl.h5380 typedef void (APIENTRYP PFNGLCOMBINERINPUTNVPROC) (GLenum stage, GLenum portion, GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage);
5381 typedef void (APIENTRYP PFNGLCOMBINEROUTPUTNVPROC) (GLenum stage, GLenum portion, GLenum abOutput, GLenum cdOutput, GLenum sumOutput, GLenum scale, GLenum bias, GLboolean abDotProduct, GLboolean cdDotProduct, GLboolean muxSum);
5383 typedef void (APIENTRYP PFNGLGETCOMBINERINPUTPARAMETERFVNVPROC) (GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLfloat *params);
5384 typedef void (APIENTRYP PFNGLGETCOMBINERINPUTPARAMETERIVNVPROC) (GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLint *params);
5385 typedef void (APIENTRYP PFNGLGETCOMBINEROUTPUTPARAMETERFVNVPROC) (GLenum stage, GLenum portion, GLenum pname, GLfloat *params);
5386 typedef void (APIENTRYP PFNGLGETCOMBINEROUTPUTPARAMETERIVNVPROC) (GLenum stage, GLenum portion, GLenum pname, GLint *params);
/external/blktrace/btt/doc/
H A Dbtt.tex368 Here is a sample portion of this type of chart, showing Q2Q times
384 per-device criteria. Here's a portion of this area, displayed showing

Completed in 1115 milliseconds

12