/external/opencore/fileformats/mp4/composer/src/ |
textsampleentry.cpp | 150 // From PVA_FF_SampleEntry base class 211 size += 8; // For reserved and dataRefIndex of PVA_FF_SampleEntry base class
|
/external/opencore/fileformats/mp4/parser/src/ |
decoderconfigdescriptor.cpp | 65 uint32 base = 1 + _sizeOfSizeField; local 66 uint32 bytesRead = 13 + base;
|
/external/opencore/oscl/oscl/osclio/src/ |
oscl_socket_method.cpp | 48 /** OsclSocketRequestAO is the base class for all the AOs that 194 /** OsclSocketMethod is the base class for all the AOs that
|
/external/opencore/oscl/oscl/osclutil/src/ |
oscl_priqueue.h | 57 * OsclPriorityQueueBase is a non-templatized base class for OsclPriorityQueue. 58 * The purpose of this base class is to avoid large inline routines
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/ |
pduparcom.h | 72 * Sets the base parcom observer. 128 /** Base implementation with some common features to Level0,1,2. **/
|
/external/openssl/crypto/perlasm/ |
x86_64-xlate.pl | 168 ($self->{base},$self->{index},$self->{scale})=split(/,/,$2); 173 $self->{base} =~ s/^%//; 187 $self->{base} =~ s/^[er](.?[0-9xpi])[d]?$/r\1/; 199 $self->{label},$self->{base}, 202 sprintf "%s(%%%s)", $self->{label},$self->{base}; 215 $self->{base}; 216 } elsif ($self->{base} eq "rip") { 220 $self->{label},$self->{base};
|
/external/qemu/android/utils/ |
path.h | 96 * pbasename can be NULL if you don't want the base name 106 /* a convenience function to retrieve the base name as returned by
|
stralloc.c | 261 stralloc_add_hexdump( stralloc_t* s, void* base, int size, const char* prefix ) 263 uint8_t* p = (uint8_t*)base;
|
/external/qemu/ |
cutils.c | 127 void qemu_iovec_add(QEMUIOVector *qiov, void *base, size_t len) 135 qiov->iov[qiov->niov].iov_base = base;
|
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/ |
SDL_fbmatrox.c | 88 /* Set up the X/Y base coordinates */ 145 /* Calculate source and destination base coordinates (in pixels) */
|
SDL_fbriva.c | 87 /* Set up the X/Y base coordinates */ 133 /* Calculate source and destination base coordinates (in pixels) */
|
/external/qemu/hw/ |
sysbus.c | 101 static void sysbus_device_init(DeviceState *dev, DeviceInfo *base) 103 SysBusDeviceInfo *info = container_of(base, SysBusDeviceInfo, qdev);
|
/external/qemu/slirp/ |
tcp_timer.h | 53 * outstanding segments) or reset to the base value (if there 88 #define TCPTV_SRTTBASE 0 /* base roundtrip time;
|
/external/qemu/slirp-android/ |
tcp_timer.h | 53 * outstanding segments) or reset to the base value (if there 88 #define TCPTV_SRTTBASE 0 /* base roundtrip time;
|
/external/quake/quake/src/QW/client/ |
glquake2.h | 78 texture_t *R_TextureAnimation (texture_t *base);
155 extern int d_lightstylevalue[256]; // 8.8 fraction of base light value
|
/external/quake/quake/src/WinQuake/ |
quake-hipnotic.spec.sh | 40 Base and Research Facilities, sneak around in the Ancient Realm, and dash 85 Base. Creep through the catacombs and dark cathedrals that lie in wait for
|
quake-rogue.spec.sh | 78 news? You can take either flag and bring to it either Red or Blue base. The 79 bad news? You don't have your own base!
|
/external/skia/include/core/ |
SkPicture.h | 65 @param width the base width for the picture, as if the recording 67 @param height the base width for the picture, as if the recording
|
SkScalerContext.h | 203 // remember our glyph offset/base 211 base-glyph-count to know how to translate back into local glyph space.
|
/external/srec/portable/include/ |
PANSIFileSystem.h | 69 * Deassociates the file-system from a base path. 121 * Deassociates the file-system from a base path.
|
/external/webkit/JavaScriptCore/assembler/ |
MacroAssemblerX86.h | 156 m_assembler.cmpl_im_force32(initialRightValue.asIntptr(), left.offset, left.base); 163 m_assembler.movl_i32m(initialValue.asIntptr(), address.offset, address.base);
|
/external/webkit/WebCore/bindings/js/ |
JSDOMWindowShell.cpp | 47 : Base(JSDOMWindowShell::createStructure(jsNull())) 77 Base::markChildren(markStack);
|
/external/webkit/WebCore/css/ |
CSSVariablesDeclaration.cpp | 94 // FIXME: Disabling declarations as variable values for now since they no longer have a common base class with CSSValues. 119 // FIXME: Disabling declarations as variable values for now since they no longer have a common base class with CSSValues.
|
/external/webkit/WebCore/editing/ |
VisibleSelection.h | 64 Position base() const { return m_base; } function in class:WebCore::VisibleSelection 132 bool m_baseIsFirst; // true if base is before the extent
|
/external/webkit/WebCore/page/ |
XSSAuditor.h | 65 // * HTMLBaseElement::process - used to set the document base URL. 98 // Determines whether the base URL should be changed based on the content
|