Searched refs:_profile (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DCSSSelectorProfileView.js126 return this._profile;
131 this._profile = profile;
H A DCanvasProfileView.js40 this._profile = profile;
107 return this._profile;
294 this._profile._updateCapturingStatus(traceLog);
/macosx-10.9.5/xnu-2422.115.4/tools/
H A Dxcrun_cache.sh147 rsync -aq --exclude=\*_debug.dylib --exclude=\*_profile.dylib "${SDKPROPERTY}/usr/lib/system/" "${OBJROOT}/BuildTools/${SDKNAME}/usr/lib/system/"
/macosx-10.9.5/IOKitUser-907.100.13/pwr_mgt.subproj/
H A DIOPMEnergyPrefs.c1821 CFDictionaryRef _profile;
1824 _profile = (CFDictionaryRef)CFArrayGetValueAtIndex(sysPowerProfiles, i);
1825 if(!_profile) continue;
1829 CFDictionaryGetCount(_profile),
1838 tmp = (CFDictionaryRef)CFDictionaryGetValue(_profile,
1845 tmp = (CFDictionaryRef)CFDictionaryGetValue(_profile,
1851 tmp = (CFDictionaryRef)CFDictionaryGetValue(_profile,
/macosx-10.9.5/ICU-511.35/
H A Dmakefile522 DYLIB_PROFILE = lib$(LIB_NAME)_profile.$(DYLIB_SUFF)
526 INSTALLED_DYLIB_PROFILE = $(LIB_NAME)_profile.$(DYLIB_SUFF)
530 INSTALLED_DYLIB_PROFILE = lib$(LIB_NAME)_profile.$(DYLIB_SUFF)
534 INSTALLED_DYLIB_PROFILE = lib$(LIB_NAME).$(CORE_VERS)_profile.$(DYLIB_SUFF)
/macosx-10.9.5/Security-55471.14.18/authd/
H A Dauthdb.c987 static void _profile(void *context AUTH_UNUSED, const char *sql, sqlite3_uint64 ns) { function
1008 sqlite3_profile(handle, _profile, NULL);

Completed in 103 milliseconds