Searched refs:tableData (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/cddafs-253/Classes/
H A DTBundle.cpp134 CFDataRef tableData = NULL; local
144 tableData = TSystemUtils::ReadDataFromURL ( localizedStringsURL );
146 require ( ( tableData != NULL ), ReleaseURL );
150 tableData,
166 ::CFRelease ( tableData );
167 tableData = NULL;
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Drbtok.cpp40 const char *const tableData = fData->fForwardTable->fTableData; local
123 row = (const RBBIStateTableRow *) (tableData + tableRowLen * state);
H A Drbbi.cpp1001 const char *tableData = statetable->fTableData; local
1026 (tableData + tableRowLen * state);
1107 (tableData + tableRowLen * state);
/macosx-10.10.1/ppp-786.1.1/Controller/
H A Dppp_utils.c463 CFDataRef tableData; local
482 if (CFURLCreateDataAndPropertiesFromResource(NULL, tableURL, &tableData, NULL, NULL, &errCode)) {
483 stringTable = CFPropertyListCreateFromXMLData(NULL, tableData, kCFPropertyListImmutable, &errStr);
492 CFRelease(tableData);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_authorization/lib/
H A DAuthorization.c628 CFDataRef tableData = NULL; local
633 CFURLCreateDataAndPropertiesFromResource(CFGetAllocator(clientBundle), locURL, &tableData, NULL, NULL, &errCode); local
637 CFReleaseSafe(tableData);
641 stringTable = CFPropertyListCreateFromXMLData(CFGetAllocator(clientBundle), tableData, kCFPropertyListImmutable, &errStr);
643 CFReleaseSafe(tableData);
/macosx-10.10.1/modemccl-25.1/CCLEngine/
H A DCCLEngine.c2394 CFDataRef tableData; local
2413 if (CFURLCreateDataAndPropertiesFromResource(NULL, tableURL, &tableData, NULL, NULL, &errCode)) {
2414 stringTable = CFPropertyListCreateFromXMLData(NULL, tableData, kCFPropertyListImmutable, &errStr);
2423 CFRelease(tableData);
/macosx-10.10.1/IOKitUser-1050.1.21/graphics.subproj/
H A DIODisplayLib.c476 CFDataRef tableData = NULL; local
483 url, &tableData, NULL, NULL, &errCode)) {
485 tableData, kCFPropertyListImmutable, &errStr);
488 CFRelease( tableData);
/macosx-10.10.1/vim-55/runtime/autoload/
H A Djavascriptcomplete.vim582 let htmldom = ['document', 'anchor', 'area', 'base', 'body', 'document', 'event', 'form', 'frame', 'frameset', 'history', 'iframe', 'image', 'input', 'link', 'location', 'meta', 'navigator', 'object', 'option', 'screen', 'select', 'table', 'tableData', 'tableHeader', 'tableRow', 'textarea', 'window']

Completed in 142 milliseconds