Searched defs:table (Results 201 - 225 of 722) sorted by relevance

1234567891011>>

/macosx-10.10/ICU-531.30/icuSources/test/letest/
H A DFontObject.cpp55 void FontObject::deleteTable(void *table) argument
62 le_uint16 table = 0; local
95 void *table = new char[*length]; local
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/perf/leperf/
H A DFontObject.cpp55 void FontObject::deleteTable(void *table) argument
62 le_uint16 table = 0; local
95 void *table = new char[*length]; local
[all...]
/macosx-10.10/IOCDStorageFamily-51/
H A DIOCDMedia.cpp137 bool IOCDMedia::matchPropertyTable(OSDictionary * table, SInt32 * score) argument
/macosx-10.10/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2LUN.cpp571 bool IOFireWireSBP2LUN::matchPropertyTable(OSDictionary * table) argument
[all...]
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDInterface.cpp212 matchPropertyTable( OSDictionary * table, SInt32 * score) argument
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGJITCompiler.cpp178 SimpleJumpTable& table = m_codeBlock->switchJumpTable(data.switchTableIndex); local
208 StringJumpTable& table local
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/
H A DInjectedScript.cpp179 PassRefPtr<Inspector::TypeBuilder::Runtime::RemoteObject> InjectedScript::wrapTable(const Deprecated::ScriptValue& table, const Deprecated::ScriptValue& columns) const argument
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DLookup.h115 ConstIterator(const HashTable* table, int position) argument
214 inline bool getStaticPropertySlot(ExecState* exec, const HashTable& table, ThisImp* thisObj, PropertyName propertyName, PropertySlot& slot) argument
239 inline bool getStaticFunctionSlot(ExecState* exec, const HashTable& table, JSObject* thisObj, PropertyName propertyName, PropertySlot& slot) argument
256 getStaticValueSlot(ExecState* exec, const HashTable& table, ThisImp* thisObj, PropertyName propertyName, PropertySlot& slot) argument
292 lookupPut(ExecState* exec, PropertyName propertyName, JSObject* base, JSValue value, const HashTable& table, PutPropertySlot& slot) argument
[all...]
/macosx-10.10/Libc-1044.1.2/stdlib/FreeBSD/
H A Dsetenv.c98 const void **table; member in struct:owned_ptr
[all...]
/macosx-10.10/OpenSSL098-52/src/apps/
H A Dpasswd.c72 int passed_salt = 0, quiet = 0, table = 0, reverse = 0; local
417 do_passwd(int passed_salt, char **salt_p, char **salt_malloc_p, char *passwd, BIO *out, int quiet, int table, int reverse, size_t pw_maxlen, int usecrypt, int use1, int useapr1) argument
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/engine/
H A Deng_table.c117 int engine_table_register(ENGINE_TABLE **table, ENGINE_CLEANUP_CB *cleanup, argument
192 void engine_table_unregister(ENGINE_TABLE **table, ENGINE *e) argument
209 engine_table_cleanup(ENGINE_TABLE **table) argument
223 engine_table_select(ENGINE_TABLE **table, int nid) argument
[all...]
/macosx-10.10/PowerManagement-494.1.2/AppleSmartBatteryManager/
H A DAppleSmartBattery.h50 CommandStruct *table; member in struct:__anon3439
/macosx-10.10/Security-57031.1.35/Security/include/security_filedb/
H A DDbIndex.cpp133 DbConstIndex::DbConstIndex(const Table &table, uint32 indexId, bool isUniqueIndex) argument
139 DbConstIndex::DbConstIndex(const Table &table, const ReadSection &indexSection) argument
/macosx-10.10/Security-57031.1.35/Security/libsecurity_filedb/lib/
H A DDbIndex.cpp133 DbConstIndex::DbConstIndex(const Table &table, uint32 indexId, bool isUniqueIndex) argument
139 DbConstIndex::DbConstIndex(const Table &table, const ReadSection &indexSection) argument
/macosx-10.10/Security-57031.1.35/Security/libsecurity_mds/lib/
H A DMDSAttrStrings.cpp678 MDSAttrNameToValue( const char *name, const MDSNameValuePair *table, uint32 &value) argument
H A DMDSAttrUtils.cpp239 MDSStringToUint32( CFStringRef str, const MDSNameValuePair *table, uint32 &value) argument
/macosx-10.10/WebCore-7600.1.25/accessibility/
H A DAccessibilityTableCell.cpp230 RenderTable* table = renderCell->table(); local
[all...]
/macosx-10.10/WebCore-7600.1.25/dom/
H A DSpaceSplitString.cpp91 static NeverDestroyed<SpaceSplitStringTable> table; local
195 auto& table = spaceSplitStringTable(); local
/macosx-10.10/WebCore-7600.1.25/platform/graphics/filters/
H A DFEComponentTransfer.cpp101 static void table(unsigned char* values, const ComponentTransferFunction& transferFunction) function in namespace:WebCore
/macosx-10.10/WebCore-7600.1.25/platform/gtk/
H A DPasteboardHelper.cpp326 GtkTargetEntry* table = gtk_target_table_new_from_list(list, &numberOfTargets); local
H A DWebKitAuthenticationWidget.cpp52 GtkWidget* table = gtk_table_new(1, 2, FALSE); local
83 gtk_box_pack_start(GTK_BOX(box), table, FALSE, FALSE, 0); local
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderTableCell.h79 RenderTable* table() const { return toRenderTable(parent()->parent()->parent()); } function in class:WebCore::final
[all...]
H A DRenderTableRow.cpp82 RenderTable* table = this->table(); local
[all...]
/macosx-10.10/apache-793/httpd/modules/ssl/
H A Dssl_util.c145 unsigned char *ssl_asn1_table_set(apr_hash_t *table, argument
179 ssl_asn1_t *ssl_asn1_table_get(apr_hash_t *table, argument
185 void ssl_asn1_table_unset(apr_hash_t *table, argument
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dhashlib.c382 HASH_TABLE *table, *ntable; variable
[all...]

Completed in 401 milliseconds

1234567891011>>