Searched
full:base (Results
1001 -
1025 of
4489) sorted by null
<<41424344454647484950>>
/external/opencore/fileformats/mp4/parser/include/ |
dataentryatom.h | 19 This DataEntryAtom Class is the base class for the DataEntryUrlAtom and
|
/external/opencore/oscl/oscl/osclerror/src/ |
oscl_heapbase.inl | 19 \brief OSCL Heap Base inline file
|
/external/opencore/oscl/oscl/osclio/src/ |
oscl_dns_imp_base.cpp | 19 ** DNS server base class implementation
|
oscl_socket_serv_imp_base.h | 30 /** Base class common to all implementations
|
/external/opencore/protocols/rtp_payload_parser/rfc_3984/src/ |
h264_payload_parser_utility.h | 44 ////// Base class ////////////////// 75 * The function is designed to be non-pure virtual and the base classe provides the default implementation. 85 * The function is designed to be non-pure virtual and the base class provides the default implementation. 95 * The function is designed to be non-pure virtual and the base class provides the default implementation.
|
/external/opencore/pvmi/pvmf/include/ |
pv_interface.h | 21 * This class serves as the base for interfaces and provides methods
|
/external/proguard/src/proguard/gui/splash/ |
VariableSizeFont.java | 41 * @param font the base font.
|
/external/qemu/android/utils/ |
stralloc.h | 53 extern void stralloc_add_hexdump( stralloc_t* s, void* base, int size, const char* prefix );
|
/external/qemu/telephony/ |
remote_call.h | 17 /* convert a base console port into a remote phone number, -1 on error */
|
/external/quake/quake/src/QW/client/ |
cl_pred.c | 39 vec3_t base; local 45 VectorCopy (pmove.origin, base); 50 pmove.origin[0] = base[0] + x * 1.0/8; 51 pmove.origin[1] = base[1] + y * 1.0/8;
|
/external/stlport/doc/ |
README.evc4 | 94 struct base { 98 struct derived: public base { 100 derived(const derived& __x): base(__x) {} 110 ..which causes an internal compiler error. Removing the base::ptr1, adding data
|
/external/svox/pico/lib/ |
picoknow.c | 55 this->base = NULL;
|
/external/v8/benchmarks/ |
run.js | 29 load('base.js');
|
/external/v8/src/ia32/ |
assembler-ia32-inl.h | 287 void Operand::set_sib(ScaleFactor scale, Register index, Register base) { 290 // Use SIB with no index register only for base esp. 291 ASSERT(!index.is(esp) || base.is(esp)); 292 buf_[1] = scale << 6 | index.code() << 3 | base.code();
|
/external/webkit/JavaScriptCore/Configurations/ |
DebugRelease.xcconfig | 24 #include "Base.xcconfig"
|
/external/webkit/JavaScriptCore/jit/ |
ExecutableAllocatorSymbian.cpp | 56 char* allocation = reinterpret_cast<char*>(codeChunk->Base());
|
/external/webkit/JavaScriptCore/runtime/ |
ClassInfo.h | 40 * Pointer to the class information of the base class.
|
JSWrapperObject.h | 29 // This class is used as a base for classes such as String,
|
UStringImpl.h | 148 // For substrings, return the cost of the base string. 229 UStringImpl(UChar* data, int length, PassRefPtr<UStringImpl> base) 235 , m_dataBuffer(base.releaseRef(), BufferSubstring) 237 // Do use static strings as a base for substrings; UntypedPtrAndBitfield assumes
|
/external/webkit/JavaScriptGlue/Configurations/ |
DebugRelease.xcconfig | 24 #include "Base.xcconfig"
|
/external/webkit/WebCore/Configurations/ |
DebugRelease.xcconfig | 24 #include "Base.xcconfig"
|
/external/webkit/WebCore/bindings/js/ |
JSCSSRuleListCustom.cpp | 37 Base::markChildren(markStack);
|
JSMessageChannelCustom.cpp | 37 Base::markChildren(markStack);
|
JSNamedNodeMapCustom.cpp | 51 Base::markChildren(markStack);
|
JSNodeFilterCustom.cpp | 40 Base::markChildren(markStack);
|
Completed in 119 milliseconds
<<41424344454647484950>>