Searched refs:globals (Results 76 - 100 of 424) sorted by relevance

1234567891011>>

/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/Lib/Quartz/QuartzComposer/
H A D__init__.py17 globals=globals()) variable
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-ScreenSaver/Lib/ScreenSaver/
H A D__init__.py17 globals=globals(), variable
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-ScriptingBridge/Lib/ScriptingBridge/
H A D__init__.py16 globals=globals()) variable
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-SystemConfiguration/Lib/SystemConfiguration/
H A D__init__.py15 globals=globals()) variable
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/IOHIDDescriptorParser/
H A DHIDPostProcessRIValue.c76 *value = ((reportItem->globals.logicalMinimum - (*value)) +
77 reportItem->globals.logicalMaximum);
107 *value = ((reportItem->globals.logicalMinimum - (*value)) +
108 reportItem->globals.logicalMaximum);
H A DHIDScaleUsageValue.c87 lLMax = ptReportItem->globals.logicalMaximum;
88 lLMin = ptReportItem->globals.logicalMinimum;
105 lDeltaP = ptReportItem->globals.physicalMaximum - ptReportItem->globals.physicalMinimum;
113 lL = lData - ptReportItem->globals.logicalMinimum;
124 lScaledData = lP + ptReportItem->globals.physicalMinimum;
159 lPMax = ptReportItem->globals.physicalMaximum;
160 lPMin = ptReportItem->globals.physicalMinimum;
176 lDeltaL = ptReportItem->globals.logicalMaximum - ptReportItem->globals
[all...]
H A DHIDProcessReportItem.c106 ptReportItem->globals = ptDescriptor->globals;
117 SInt32 posSize = (ptReportItem->globals.reportSize >= 32) ?
118 31 : ptReportItem->globals.reportSize;
121 if (ptReportItem->globals.logicalMinimum > realMax)
124 ptReportItem->globals.logicalMinimum = 0;
126 if (ptReportItem->globals.logicalMaximum > realMax)
130 ptReportItem->globals.logicalMaximum = realMax;
132 if (ptReportItem->globals.logicalMinimum > ptReportItem->globals
[all...]
H A DHIDParseDescriptor.c102 ptDescriptor->globals.usagePage = 0;
103 ptDescriptor->globals.logicalMinimum = 0;
104 ptDescriptor->globals.logicalMaximum = 0;
105 ptDescriptor->globals.physicalMinimum = 0;
106 ptDescriptor->globals.physicalMaximum = 0;
107 ptDescriptor->globals.unitExponent = 0;
108 ptDescriptor->globals.units = 0;
109 ptDescriptor->globals.reportSize = 0;
110 ptDescriptor->globals.reportID = 0;
111 ptDescriptor->globals
[all...]
H A DHIDInitReport.c121 ptReportItem->globals.reportID == reportID)
133 if ( 0 < ptReportItem->globals.logicalMinimum ||
134 0 > ptReportItem->globals.logicalMaximum)
153 bitSize = ptReportItem->globals.reportSize;
158 isSigned = (ptReportItem->globals.logicalMinimum < 0) ||
159 !(ptReportItem->globals.logicalMaximum & bitwiseMin);
187 if (bitwiseMax > ptReportItem->globals.logicalMaximum)
193 if (bitwiseMin < ptReportItem->globals.logicalMinimum)
214 + (ptReportItem->globals.reportSize * lR);
216 ptReportItem->globals
[all...]
H A DHIDSetButtons.c143 for (iX=0; iX<ptReportItem->globals.reportCount; iX++)
145 iStart = ptReportItem->startBit + (ptReportItem->globals.reportSize * iX);
147 ptReportItem->globals.reportSize, &data, true);
155 ptReportItem->globals.reportSize,
156 iUsageIndex + ptReportItem->globals.logicalMinimum);
163 else if (ptReportItem->globals.reportSize == 1)
165 iStart = ptReportItem->startBit + (ptReportItem->globals.reportSize * iUsageIndex);
168 iStatus = HIDPutData(report, reportLength, iStart, ptReportItem->globals.reportSize, -1);
H A DHIDGetButtons.c128 for (iE=0; iE<ptReportItem->globals.reportCount; iE++)
135 status = HIDGetData(psReport, iReportLength, iStart, ptReportItem->globals.reportSize, &iValue, false);
140 iStart += ptReportItem->globals.reportSize;
141 HIDUsageAndPageFromIndex(preparsedDataRef,ptReportItem,ptReportItem->globals.logicalMinimum+iE,&tUsageAndPage);
156 HIDUsageAndPageFromIndex(preparsedDataRef,ptReportItem,ptReportItem->globals.logicalMinimum+iE,&tUsageAndPage);
/macosx-10.9.5/Libnotify-121.20.1/
H A Dnotify_client.c129 notify_globals_t globals = _notify_globals(); local
134 globals->shm_base = mmap(NULL, size, PROT_READ, MAP_SHARED, shmfd, 0);
137 if (globals->shm_base == (uint32_t *)-1) globals->shm_base = NULL;
138 if (globals->shm_base == NULL) return -1;
161 notify_globals_t globals = _globals; local
163 pthread_mutex_init(&globals->notify_lock, NULL);
164 globals->token_id = INITIAL_TOKEN_ID;
165 globals->notify_common_token = -1;
173 static notify_globals_t globals; local
195 notify_globals_t globals = _notify_globals(); local
318 notify_globals_t globals = _notify_globals(); local
365 notify_globals_t globals = _notify_globals(); local
452 notify_globals_t globals = _notify_globals(); local
467 notify_globals_t globals = _notify_globals(); local
475 notify_globals_t globals = _notify_globals(); local
487 notify_globals_t globals = _notify_globals(); local
505 notify_globals_t globals = _notify_globals(); local
563 notify_globals_t globals = _notify_globals(); local
592 notify_globals_t globals = _notify_globals(); local
604 notify_globals_t globals = _notify_globals(); local
662 notify_globals_t globals = _notify_globals(); local
716 notify_globals_t globals = _notify_globals(); local
773 notify_globals_t globals = _notify_globals(); local
836 notify_globals_t globals = _notify_globals(); local
866 notify_globals_t globals = _notify_globals(); local
876 notify_globals_t globals = _notify_globals(); local
889 notify_globals_t globals = _notify_globals(); local
950 notify_globals_t globals = _notify_globals(); local
1044 notify_globals_t globals = _notify_globals(); local
1073 notify_globals_t globals = _notify_globals(); local
1102 notify_globals_t globals = _notify_globals(); local
1131 notify_globals_t globals = _notify_globals(); local
1206 notify_globals_t globals = _notify_globals(); local
1237 notify_globals_t globals = _notify_globals(); local
1270 notify_globals_t globals = _notify_globals(); local
1348 notify_globals_t globals = _notify_globals(); local
1409 notify_globals_t globals = _notify_globals(); local
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Examples/Scripts/
H A DinstrumentSends.py12 objc.loadBundleFunctions(Foundation.__bundle__, globals(),
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-CFNetwork/Lib/CFNetwork/
H A D__init__.py14 globals=globals()) variable
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Examples/Scripts/
H A DinstrumentSends.py12 objc.loadBundleFunctions(Foundation.__bundle__, globals(),
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-CFNetwork/Lib/CFNetwork/
H A D__init__.py14 globals=globals()) variable
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-InputMethodKit/PyObjCTest/
H A Dtest_imkserver.py15 self.assertIsIn('IMKDelegateClass', globals())
17 self.assertIsIn('IMKControllerClass', globals())
/macosx-10.9.5/CommonCrypto-60049/libcn/
H A DCommonCRC.c32 cc_globals_t globals = _cc_globals(); local
33 dispatch_once(&globals->crc_init, ^{
34 globals->crcSelectionTab[kCN_CRC_8].descriptor = &crc8;
35 globals->crcSelectionTab[kCN_CRC_8_ICODE].descriptor = &crc8_icode;
36 globals->crcSelectionTab[kCN_CRC_8_ITU].descriptor = &crc8_itu;
37 globals->crcSelectionTab[kCN_CRC_8_ROHC].descriptor = &crc8_rohc;
38 globals->crcSelectionTab[kCN_CRC_8_WCDMA].descriptor = &crc8_wcdma;
39 globals->crcSelectionTab[kCN_CRC_16].descriptor = &crc16;
40 globals->crcSelectionTab[kCN_CRC_16_CCITT_TRUE].descriptor = &crc16_ccitt_true;
41 globals
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Lib/objc/
H A D_bridgesupport.py55 def _parseBridgeSupport(data, globals, frameworkName, *args, **kwds):
58 objc.parseBridgeSupport(data, globals, frameworkName, *args, **kwds)
65 if 'protocols' in globals:
67 setattr(globals['protocols'], p.__name__, p)
70 frameworkPath, frameworkIdentifier, globals, inlineTab=None,
85 globals,
90 globals,
99 globals,
105 globals,
113 globals,
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Lib/objc/
H A D_bridgesupport.py39 def _parseBridgeSupport(data, globals, frameworkName, *args, **kwds):
42 objc.parseBridgeSupport(data, globals, frameworkName, *args, **kwds)
49 if 'protocols' in globals:
51 setattr(globals['protocols'], p.__name__, p)
54 frameworkPath, frameworkIdentifier, globals, inlineTab=None,
69 globals,
74 globals,
83 globals,
89 globals,
97 globals,
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PyObjCLauncher/
H A DLaunchServices.py2 def _load(g=globals()):
15 globals().pop('_load')()
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PyObjCLauncher/
H A DLaunchServices.py2 def _load(g=globals()):
15 globals().pop('_load')()
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Lib/AppKit/
H A D__init__.py16 globals=globals(), variable
/macosx-10.9.5/xnu-2422.115.4/tools/lldbmacros/
H A Dmisc.py19 present[int(kern.globals.mca_MCA_present)],
20 present[int(kern.globals.mca_control_MSR_present)],
21 present[int(kern.globals.mca_threshold_status_present)])
23 kern.globals.mca_error_bank_count,
24 kern.globals.mca_dump_state,
25 kern.globals.mca_family)
27 while kern.globals.cpu_data_ptr[cpu]:
28 cd = kern.globals.cpu_data_ptr[cpu]
39 for i in range(int(kern.globals.mca_error_bank_count)):
65 debugger_entry = kern.globals
[all...]
H A Dmemory.py17 print "memorystatus_level: {: >10d}".format(kern.globals.memorystatus_level)
21 print "memorystatus_available_pages: {: >10d}".format(kern.globals.memorystatus_available_pages)
24 print "vm_page_throttled_count: {: >10d}".format(kern.globals.vm_page_throttled_count)
25 print "vm_page_active_count: {: >10d}".format(kern.globals.vm_page_active_count)
26 print "vm_page_inactive_count: {: >10d}".format(kern.globals.vm_page_inactive_count)
27 print "vm_page_wire_count: {: >10d}".format(kern.globals.vm_page_wire_count)
28 print "vm_page_free_count: {: >10d}".format(kern.globals.vm_page_free_count)
29 print "vm_page_purgeable_count: {: >10d}".format(kern.globals.vm_page_purgeable_count)
30 print "vm_page_inactive_target: {: >10d}".format(kern.globals.vm_page_inactive_target)
31 print "vm_page_free_target: {: >10d}".format(kern.globals
[all...]

Completed in 191 milliseconds

1234567891011>>