Searched refs:set (Results 251 - 275 of 2924) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlopen-init-dlopen-notify/
H A Dmain.cxx27 #include <set>
60 static std::set<const struct mach_header*> sCurrentImages;
/macosx-10.10.1/emacs-93/emacs/nt/
H A Dconfigure.bat68 set $foo$=123456789_123456789_123456789_123456789_123
70 set $foo$=
81 set prefix=
82 set nodebug=N
83 set noopt=N
84 set nocygwin=N
85 set COMPILER=
86 set usercflags=
87 set userldflags=
88 set sep
[all...]
/macosx-10.10.1/ruby-106/ruby/symbian/
H A Dmissing-pips.c12 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset);
22 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset) argument
/macosx-10.10.1/swig-12/Lib/python/
H A Dpyabc.i9 %pythonabc(std::set, collections.MutableSet);
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dautomake.vim11 set cpo&vim
/macosx-10.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/architecture/i386/
H A Dasm_help.h82 .set __framesize,ROUND_TO_STACK(localvarsize) ;\
83 .set __nested_function, 1 ;\
96 * save registers (this is the functions responsibility). Does set
100 .set __framesize,ROUND_TO_STACK(localvarsize) ;\
101 .set __nested_function, 0 ;\
172 .set name,value
205 .set name,value
238 .set name,value
244 .set name,value
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dtransfer.c164 translated based on set.prefer_ascii while the protocol
179 (data->set.prefer_ascii) ||
181 (data->set.crlf)) {
208 if(data->set.prefer_ascii) {
229 else if((data->set.prefer_ascii) && (!sending_http_headers)) {
264 if(data->set.postfields ||
265 (data->set.httpreq == HTTPREQ_POST_FORM))
268 if(data->set.seek_func) {
271 err = (data->set.seek_func)(data->set
[all...]
H A Dsendf.c130 if(data && data->set.verbose) {
154 if(data->set.errorbuffer && !data->state.errorbuf) {
155 snprintf(data->set.errorbuffer, CURL_ERROR_SIZE, "%s", data->state.buffer);
158 if(data->set.verbose) {
198 if(data->set.verbose)
441 wrote = data->set.fwrite_func(ptr, 1, len, data->set.out);
465 (data->set.fwrite_header || data->set.writeheader) ) {
471 data->set
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DArrayBufferNeuteringWatchpoint.h52 WatchpointSet* set() { return m_set.get(); } function in class:JSC::ArrayBufferNeuteringWatchpoint
H A DJSMap.cpp48 m_mapData.set(vm, this, MapData::create(vm));
H A DJSSet.cpp48 m_mapData.set(vm, this, MapData::create(vm));
H A DJSWeakMap.cpp42 m_weakMapData.set(vm, this, WeakMapData::create(vm));
H A DSetConstructor.cpp67 JSSet* set = JSSet::create(callFrame, setStructure); local
68 MapData* mapData = set->mapData();
72 mapData->set(callFrame, item, item);
74 return JSValue::encode(set);
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DTimelineView.js79 set zeroTime(x)
94 set startTime(x)
109 set endTime(x)
124 set currentTime(x)
/macosx-10.10.1/WebKit-7600.1.25/WebKit.vcxproj/WebKitExportGenerator/
H A DWebKitExportGeneratorPreBuild.cmd2 if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
5 set GeneratorDirectory=%CONFIGURATIONBUILDDIR%/obj%PlatformArchitecture%/WebKitExportGenerator
/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DMutableDictionary.h45 bool set(const String& key, PassRefPtr<API::Object>);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DStatisticsRequest.cpp58 dictionary->set(it->key, RefPtr<API::UInt64>(API::UInt64::create(it->value)).get());
82 m_responseDictionary->set("JavaScriptProtectedObjectTypeCounts", createDictionaryFromHashMap(data.javaScriptProtectedObjectTypeCounts).get());
84 m_responseDictionary->set("JavaScriptObjectTypeCounts", createDictionaryFromHashMap(data.javaScriptObjectTypeCounts).get());
93 m_responseDictionary->set("WebCoreCacheStatistics", API::Array::create(WTF::move(cacheStatistics)).get());
/macosx-10.10.1/cups-408/cups/cups/
H A Dbackchannel.c36 static void cups_setup(fd_set *set, struct timeval *tval,
55 fd_set input; /* Input set */
107 fd_set output; /* Output set */
179 cups_setup(fd_set *set, /* I - Set for select() */ argument
186 FD_ZERO(set);
187 FD_SET(3, set);
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/
H A Dcopy-2.d3 #objcopy: --set-section-flags foo=contents,alloc,load,code
9 # section has a fixed set of flags and these cannot be changed.
/macosx-10.10.1/emacs-93/emacs/lisp/emacs-lisp/
H A Dassoc.el39 (set alist-symbol
71 VALUE is supplied non-nil, then the value of KEY will be set to VALUE.
80 (cond ((null alist) (set alist-symbol elem))
81 ((anot-head-p alist key) (set alist-symbol (nconc elem alist)))
94 (t (set alist-symbol (cdr alist))))))
/macosx-10.10.1/emacs-93/emacs/src/s/
H A Dsol2-4.h18 #define NOT_USING_MOTIF { set x USE_MOTIF; test "$$2" = "USE_MOTIF"; }
/macosx-10.10.1/file_cmds-242/mkdir/
H A Dmkdir.c69 mode_t omode, *set = (mode_t *)NULL; local
98 if ((set = setmode(mode)) == NULL)
100 omode = getmode(set, S_IRWXU | S_IRWXG | S_IRWXO);
101 free(set);
125 * nine bits, so if you try to set a mode including the
/macosx-10.10.1/file_cmds-242/pax/
H A Dtty_subs.c140 * write a warning message to stderr. if "set" the exit value of pax
145 paxwarn(int set, const char *fmt, ...) argument
150 if (set && (pax_invalid_action==0))
169 * write a warning message to stderr. if "set" the exit value of pax
174 syswarn(int set, int errnum, const char *fmt, ...) argument
179 if (set)
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DDefaultPasses.h76 /// or more flags that must be set when constructing the set for the pass to
89 // Run an inliner pass as part of this set.
95 /// setting passes, this should set the minimum optimization level at which
100 // Flags that must be set
102 // Flags that may not be set.
108 /// Returns the optimisation level from a set of flags.
112 /// Returns the maximum optimization level for this set of flags
116 /// Constructs a set of flags from the specified minimum and maximum
125 /// Returns the flags that must be set fo
138 RegisterStandardPass(StandardSet set, unsigned char *runBefore=0, unsigned flags=0, unsigned char *ID=0) argument
142 ID ? ID : (unsigned char*)&passName::ID, runBefore, set, flags); local
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/utils/Target/ARM/
H A Danalyze-match-table.py31 flags = mnemonic_flags[mnemonic] = mnemonic_flags.get(mnemonic, set())
34 mnemonics = set(mnemonic_flags)
35 ccout_mnemonics = set(m for m in mnemonics
37 condcode_mnemonics = set(m for m in mnemonics

Completed in 382 milliseconds

<<11121314151617181920>>