Searched refs:profile (Results 276 - 300 of 381) sorted by relevance

<<111213141516

/macosx-10.10/vim-55/src/
H A DMake_ivc.mak133 LINK32_FLAGS=$(LINK32_FLAGS) libcd.lib oleaut32.lib /subsystem:windows /debug /profile /pdb:.\oleDbg/gvimd.pdb -debug:full -debugtype:cv,fixup /map:.\oleDbg\gvimd.map /out:.\gvimd.exe
134 # ADD LINK32 libcd.lib oleaut32.lib /subsystem:windows /debug /profile /pdb:.\oleDbg/gvimd.pdb -debug:full -debugtype:cv,fixup /map:.\oleDbg\gvimd.map /out:.\gvimd.exe
172 LINK32_FLAGS=$(LINK32_FLAGS) libcd.lib /subsystem:windows /debug /profile /pdb:.\gDbg/gvimd.pdb -debug:full -debugtype:cv,fixup /map:.\gDbg\gvimd.map /out:.\gvimd.exe
173 # ADD LINK32 libcd.lib /subsystem:windows /debug /profile /pdb:.\gDbg/gvimd.pdb -debug:full -debugtype:cv,fixup /map:.\gDbg\gvimd.map /out:.\gvimd.exe
204 LINK32_FLAGS=$(LINK32_FLAGS) libcd.lib /subsystem:console /debug /profile /pdb:.\Dbg/vimd.pdb -debug:full -debugtype:cv,fixup /map:.\Dbg/vimd.map /out:.\vimd.exe
205 # ADD LINK32 libcd.lib /subsystem:console /debug /profile /pdb:.\Dbg/vimd.pdb -debug:full -debugtype:cv,fixup /map:.\Dbg/vimd.map /out:.\vimd.exe
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DCatalyst.pm250 MyApp.pm-1869: INFO Saving user profile for user "wonko"
266 [2010/02/22 23:25:55]-123.122.108.10 MyApp.pm-1953: INFO Reading profile for user "wonko"
/macosx-10.10/WebCore-7600.1.25/xml/
H A DXSLTProcessorLibxslt.cpp59 SOFT_LINK(libxslt, xsltApplyStylesheetUser, xmlDocPtr, (xsltStylesheetPtr style, xmlDocPtr doc, const char** params, const char* output, FILE* profile, xsltTransformContextPtr userCtxt), (style, doc, params, output, profile, userCtxt))
/macosx-10.10/WebKit2-7600.1.25/Shared/mac/
H A DChildProcessMac.mm46 extern "C" int sandbox_init_with_parameters(const char *profile, uint64_t flags, const char *const parameters[], char **errorbuf);
159 WTFLogAlways("%s: Couldn't initialize sandbox profile [%s], error '%s'\n", getprogname(), profilePath.data(), errorBuf);
171 WTFLogAlways("%s: Couldn't initialize sandbox profile, error '%s'\n", getprogname(), errorBuf);
/macosx-10.10/tcl-105/tcl_ext/tclsoap/tclsoap/
H A Dbeep.tcl232 set profile http://iana.org/beep/soap
243 switch -- [set code [catch { ::beepcore::mixer::create $mixerT $profile $data } \
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Builder-0.80/examples/
H A DW3CDTF.pm141 This module understands the W3CDTF date/time format, an ISO 8601 profile,
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Builder-0.81/examples/
H A DW3CDTF.pm137 This module understands the W3CDTF date/time format, an ISO 8601 profile,
/macosx-10.10/CPANInternal-159.1/DateTime-Format-W3CDTF-0.06/lib/DateTime/Format/
H A DW3CDTF.pm154 This module understands the W3CDTF date/time format, an ISO 8601 profile,
/macosx-10.10/JavaScriptCore-7600.1.17/profiler/
H A DLegacyProfiler.cpp91 RefPtr<Profile> returnProfile = profileGenerator->profile();
/macosx-10.10/emacs-93/emacs/lisp/obsolete/
H A Dprofile.el0 ;;; profile.el --- Emacs profiler (OBSOLETE; use elp.el instead)
42 ;; Set the variable profile-functions-list to the list of functions
43 ;; (as symbols) You want to profile. Call M-x profile-functions to set
44 ;; this list on and start using your program. Note that profile-functions
45 ;; MUST be called AFTER all the functions in profile-functions-list have
47 ;; Hence if you reload these functions, you need to call profile-functions
49 ;; To display the results do M-x profile-results . For example:
51 ;; (setq profile-functions-list '(sokoban-set-mode-line sokoban-load-game
54 ;; M-x profile
[all...]
/macosx-10.10/ruby-106/ruby/lib/rubygems/
H A Dconfig_file.rb252 \thttps://rubygems.org/profile/edit
/macosx-10.10/Security-57031.1.35/Security/utilities/src/
H A DSecDb.c706 //sudo defaults write /Library/Preferences/com.apple.security.auth profile -bool true
708 CFTypeRef profile = (CFNumberRef)CFPreferencesCopyValue(CFSTR("profile"), CFSTR(SECURITY_AUTH_NAME), kCFPreferencesAnyUser, kCFPreferencesCurrentHost);
710 if (profile && CFGetTypeID(profile) == CFBooleanGetTypeID()) {
711 profile_enabled = CFBooleanGetValue((CFBooleanRef)profile);
714 LOGV("sqlDb: sql profile: %s", profile_enabled ? "enabled" : "disabled");
716 CFReleaseSafe(profile);
739 secdebug("profile", "==\nsqlDb: %s\nTime: %llu ms\n", sql, ns >> 20);
741 secdebug("profile", "
[all...]
/macosx-10.10/Security-57031.1.35/Security/utilities/utilities/
H A DSecDb.c706 //sudo defaults write /Library/Preferences/com.apple.security.auth profile -bool true
708 CFTypeRef profile = (CFNumberRef)CFPreferencesCopyValue(CFSTR("profile"), CFSTR(SECURITY_AUTH_NAME), kCFPreferencesAnyUser, kCFPreferencesCurrentHost);
710 if (profile && CFGetTypeID(profile) == CFBooleanGetTypeID()) {
711 profile_enabled = CFBooleanGetValue((CFBooleanRef)profile);
714 LOGV("sqlDb: sql profile: %s", profile_enabled ? "enabled" : "disabled");
716 CFReleaseSafe(profile);
739 secdebug("profile", "==\nsqlDb: %s\nTime: %llu ms\n", sql, ns >> 20);
741 secdebug("profile", "
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGByteCodeParser.cpp873 ArrayMode getArrayMode(ArrayProfile* profile, Array::Action action)
876 profile->computeUpdatedPrediction(locker, m_inlineStackTop->m_profiledBlock);
877 return ArrayMode::fromObserved(locker, profile, action, false);
880 ArrayMode getArrayMode(ArrayProfile* profile)
882 return getArrayMode(profile, Array::Read);
885 ArrayMode getArrayModeConsideringSlowPath(ArrayProfile* profile, Array::Action action)
889 profile->computeUpdatedPrediction(locker, m_inlineStackTop->m_profiledBlock);
893 || profile->outOfBounds(locker);
895 ArrayMode result = ArrayMode::fromObserved(locker, profile, action, makeSafe);
2282 ArrayAllocationProfile* profile
[all...]
/macosx-10.10/cups-408/cups/ppdc/
H A Dppdc-source.cxx508 // 'ppdcSource::get_color_profile()' - Get a color profile definition.
511 ppdcProfile * // O - Color profile
1797 // 'ppdcSource::get_simple_profile()' - Get a simple color profile definition.
1800 ppdcProfile * // O - Color profile
1831 // Collect the profile parameters...
1840 // Build the color profile...
1885 // Return the new profile...
2724 ppdcProfile *p; // Color profile
2727 // Get the color profile...
3299 ppdcProfile *p; // Color profile
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/bytecompiler/
H A DBytecodeGenerator.cpp1242 UnlinkedValueProfile profile = emitProfiledOpcode(op_get_from_scope); local
1249 instructions().append(profile);
1292 UnlinkedValueProfile profile = emitProfiledOpcode(op_get_by_id); local
1300 instructions().append(profile);
1381 UnlinkedValueProfile profile = emitProfiledOpcode(op_get_argument_by_val); local
1387 instructions().append(profile);
1407 UnlinkedValueProfile profile = emitProfiledOpcode(op_get_by_val); local
1412 instructions().append(profile);
1762 UnlinkedValueProfile profile = emitProfiledOpcode(opcodeID); local
1772 instructions().append(profile);
1807 UnlinkedValueProfile profile = emitProfiledOpcode(opcode); local
1898 UnlinkedValueProfile profile = emitProfiledOpcode(op_construct); local
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3ext.h109 void * (*profile)(sqlite3*,void(*)(void*,const char*,sqlite_uint64),void*); member in struct:sqlite3_api_routines
315 #define sqlite3_profile sqlite3_api->profile
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DConsolePrototype.cpp83 JSC_NATIVE_FUNCTION("profile", consoleProtoFuncProfile, None, 0);
256 client->profile(exec, String());
264 client->profile(exec, title);
/macosx-10.10/OpenSSH-189/openssh/contrib/redhat/
H A Dopenssh.spec280 install -m 755 -d $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/
281 install -m 755 contrib/redhat/gnome-ssh-askpass.csh $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/
282 install -m 755 contrib/redhat/gnome-ssh-askpass.sh $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/
405 %attr(0755,root,root) %config %{_sysconfdir}/profile.d/gnome-ssh-askpass.*
418 - Don't install profile.d scripts when not building with GNOME/GTK askpass
502 - mark profile.d scriptlets as config files (#42337)
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dpngrutil.c1031 png_charp profile; local
1080 for (profile = png_ptr->chunkdata; *profile; profile++)
1083 ++profile;
1088 if ( profile >= png_ptr->chunkdata + slength - 1)
1097 compression_type = *profile++;
1105 prefix_length = profile - png_ptr->chunkdata;
1119 /* Check the profile_size recorded in the first 32 bits of the ICC profile */
1133 png_warning(png_ptr, "Ignoring truncated iCCP profile");
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Dindent.vim98 \ -npro --ignore-profile
H A Dlace.vim32 syn keyword laceOptionClause profile inline precompiled multithreaded
/macosx-10.10/xnu-2782.1.97/config/
H A DMASTER120 options GPROF # build profiling # <profile>
121 options PROFILE # kernel profiling # <profile>
170 profile # build a profiling kernel # <profile>
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DScriptTimelineRecord.js51 ConsoleProfileRecorded: "script-timeline-record-console-profile-recorded"
265 get profile()
328 // We traverse the profile in post-order and convert the payloads in place until we get back to the root.
/macosx-10.10/emacs-93/
H A DMakefile135 for f in emacsclient etags cvtmail digest-doc fakemail hexl movemail profile sorted-doc update-game-score; do \

Completed in 424 milliseconds

<<111213141516