HomeSort by relevance Sort by last modified time
    Searched full:right (Results 2001 - 2025 of 6698) sorted by null

<<81828384858687888990>>

  /external/opencore/doc/pvplayer_html/
classPVPlayerInterface.html 14 <tr><td nowrap align=right valign=top>virtual&nbsp;</td><td valign=bottom><a class="el" href="classPVPlayerInterface.html#a0">~PVPlayerInterface</a> ()</td></tr>
15 <tr><td nowrap align=right valign=top>virtual PVCommandId&nbsp;</td><td valign=bottom><a class="el" href="classPVPlayerInterface.html#a1">GetSDKModuleInfo</a> (PVSDKModuleInfo &amp;aSDKModuleInfo, const OsclAny *aContextData=NULL)=0</td></tr>
16 <tr><td nowrap align=right valign=top>virtual PVCommandId&nbsp;</td><td valign=bottom><a class="el" href="classPVPlayerInterface.html#a2">SetLogAppender</a> (const char *aTag, OsclSharedPtr&lt; PVLoggerAppender &gt; &amp;aAppender, const OsclAny *aContextData=NULL)=0</td></tr>
17 <tr><td nowrap align=right valign=top>virtual PVCommandId&nbsp;</td><td valign=bottom><a class="el" href="classPVPlayerInterface.html#a3">RemoveLogAppender</a> (const char *aTag, OsclSharedPtr&lt; PVLoggerAppender &gt; &amp;aAppender, const OsclAny *aContextData=NULL)=0</td></tr>
18 <tr><td nowrap align=right valign=top>virtual PVCommandId&nbsp;</td><td valign=bottom><a class="el" href="classPVPlayerInterface.html#a4">SetLogLevel</a> (const char *aTag, int32 aLevel, bool aSetSubtree=false, const OsclAny *aContextData=NULL)=0</td></tr>
19 <tr><td nowrap align=right valign=top>virtual PVCommandId&nbsp;</td><td valign=bottom><a class="el" href="classPVPlayerInterface.html#a5">GetLogLevel</a> (const char *aTag, PVLogLevelInfo &amp;aLogInfo, const OsclAny *aContextData=NULL)=0</td></tr>
20 <tr><td nowrap align=right valign=top>virtual PVCommandId&nbsp;</td><td valign=bottom><a class="el" href="classPVPlayerInterface.html#a6">QueryUUID</a> (const PvmfMimeString &amp;aMimeType, Oscl_Vector&lt; PVUuid, OsclMemAllocator &gt; &amp;aUuids, bool aExactUuidsOnly=false, const OsclAny *aContextData=NULL)=0</td></tr>
21 <tr><td nowrap align=right valign=top>virtual PVCommandId&nbsp;</td><td valign=bottom><a class="el" href="classPVPlayerInterface.html#a7">QueryInterface</a> (const PVUuid &amp;aUuid, PVInterface *&amp;aInterfacePtr, const OsclAny *aContextData=NULL)=0</td></tr>
22 <tr><td nowrap align=right valign=top>virtual PVCommandId&nbsp;</td><td valign=bottom><a class="el" href="classPVPlayerInterface.html#a8">CancelCommand</a> (PVCommandId aCancelCmdId, const OsclAny *aContextData=NULL)=0</td></tr>
23 <tr><td nowrap align=right valign=top>virtual PVCommandId&nbsp;</td><td valign=bottom><a class="el" href="classPVPlayerInterf (…)
    [all...]
  /external/opencore/fileformats/mp4/composer/include/
boxrecord.h 34 PVA_FF_BoxRecord(int16 Top, int16 Bottom, int16 Left, int16 Right);
textsampleentry.h 47 OSCL_IMPORT_REF void setBoxRight(int16 right);
  /external/oprofile/libdb/
db_insert.c 75 * a goto to jump right before the return
  /external/proguard/docs/
screenshots.html 15 <img src="screenshots_gui_small.gif" width="320" height="223" align="right"
  /external/proguard/src/proguard/
ClassSpecificationVisitorFactory.java 205 // If specified, only visit classes with the right annotation.
217 // If specified, only visit classes with the right access flags.
236 // If specified, only visit extended classes with the right annotation.
459 // If specified, only visit class members with the right annotation.
  /external/quake/quake/src/WinQuake/data/
SLICNSE.TXT 13 1. Grant of License. ID grants to you the limited right to use
73 limited right to distribute, free of charge, except normal access
81 ID grants to you, the end-user, the limited right to distribute,
157 right to enforce such provision. If you fail to comply with any terms
  /external/skia/include/core/
SkDrawLooper.h 37 /** Called right before something is being drawn to the specified canvas
  /external/skia/include/images/
SkMovie.h 56 // return the right bitmap for the current time code
  /external/skia/src/core/
SkScan_Antihair.cpp 251 if (x0 > x1) { // we want to go left-to-right
375 int left, right;
379 right = SkFixedCeil(fstart + (istop - istart - 1) * slope + SK_FixedHalf);
383 right = SkFixedCeil(fstart + SK_FixedHalf);
388 right += 1;
390 if (left >= clip->fRight || right <= clip->fLeft)
392 if (clip->fLeft <= left && clip->fRight >= right)
456 SkFDot6 right = SkMax32(x0, x1);
462 SkFDot6Ceil(right) + 1,
  /external/skia/src/gl/
SkGLTextCache.h 29 // only call it right before our destructor
  /external/skia/src/utils/mac/
SkCreateCGImageRef.cpp 49 // doesn't see quite right. Are they thinking 1555?
  /external/skia/tests/
PathTest.cpp 62 // does getPoints return the right result
  /external/speex/libspeex/
stereo.c 44 spx_word32_t balance; /**< Left/right balance info */
45 spx_word32_t e_ratio; /**< Ratio of energies: E(left+right)/[E(left)+E(right)] */
47 spx_word32_t smooth_right; /**< Smoothed right channel gain */
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
reverse.h 33 // only form a left or right semiring, the output arc type must match
  /external/stlport/stlport/stl/
_ios_base.h 68 _STLP_STATIC_CONSTANT(int, right = 0x0002);
82 _STLP_STATIC_CONSTANT(int, adjustfield = left | right | internal);
317 inline ios_base& _STLP_CALL right(ios_base& __s) function
318 { __s.setf(ios_base::right, ios_base::adjustfield); return __s; }
  /external/stlport/test/unit/
cstring_test.cpp 7 //This test purpose is to check the right import of math.h C symbols
  /external/tcpdump/
ether.h 56 * for example, so "sizeof (struct ether_header)" may not give the right
fddi.h 43 * "sizeof (struct fddi_header)" may not give the right
  /external/tinyxml/docs/
hierarchy.html 24 <hr size="1"><address style="align: right;"><small>Generated on Sat Oct 8 14:15:30 2005 for TinyXml by&nbsp;
  /external/v8/src/
data-flow.cc 254 Visit(expr->right());
299 // Visit statements right-to-left.
501 // Visit right-hand side.
546 Visit(expr->right());
  /external/v8/src/ia32/
fast-codegen-ia32.cc 376 if (!expr->right()->IsLeaf()) BAILOUT("expression nested on right");
383 expr->right()->AsAssignment() != NULL) {
389 Visit(expr->right());
592 // Left is in accumulator1, right in accumulator0.
598 bailout = info()->AddBailout(accumulator1(), scratch0()); // Left, right.
922 ASSERT(expr->right()->IsLeaf());
928 Visit(expr->right());
936 PrintF("BIT_OR(t%d, t%d)\n", expr->left()->num(), expr->right()->num());
  /external/v8/src/x64/
codegen-x64.h 459 bool FoldConstantSmis(Token::Value op, int left, int right);
472 // Consumes the Results *left and *right.
475 Result* right,
673 void GenerateCall(MacroAssembler* masm, Register left, Register right);
674 void GenerateCall(MacroAssembler* masm, Register left, Smi* right);
675 void GenerateCall(MacroAssembler* masm, Smi* left, Register right);
680 Result* right);
687 bool args_reversed_; // Left and right argument are swapped.
817 Register right,
  /external/v8/test/mjsunit/
const.js 48 // Spidermonkey does not do this, but it seems like the right thing to
  /external/webkit/LayoutTests/http/tests/appcache/
non-html.xhtml 54 document.getElementById('result').innerHTML = "FAILURE: Did not get the right exception"

Completed in 686 milliseconds

<<81828384858687888990>>