Searched defs:executable (Results 26 - 50 of 82) sorted by relevance

1234

/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Ddirscanner.cpp93 bool executable = ent->fts_statp->st_mode & (S_IXUSR | S_IXGRP | S_IXOTH); local
136 DirValidator::Rule * DirValidator::match(const char *path, uint32_t flags, bool executable, const char *target) argument
H A Dbundlediskrep.cpp357 string executable = mainExecutablePath(); local
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Ddirscanner.cpp93 bool executable = ent->fts_statp->st_mode & (S_IXUSR | S_IXGRP | S_IXOTH); local
136 DirValidator::Rule * DirValidator::match(const char *path, uint32_t flags, bool executable, const char *target) argument
H A Dbundlediskrep.cpp357 string executable = mainExecutablePath(); local
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dpex-djgpp.c114 pex_djgpp_exec_child (struct pex_obj *obj, int flags, const char *executable, argument
H A Dpex-common.c152 pex_run_in_environment (struct pex_obj *obj, int flags, const char *executable, argument
368 pex_run (struct pex_obj *obj, int flags, const char *executable, argument
H A Dpex-msdos.c156 pex_msdos_exec_child (struct pex_obj *obj, int flags, const char *executable, argument
H A Dpex-unix.c339 pex_child_error (struct pex_obj *obj, const char *executable, argument
359 pex_unix_exec_child (struct pex_obj *obj, int flags, const char *executable, argument
[all...]
/macosx-10.10/DiskArbitration-268/diskarbitrationd/
H A DDACommand.c412 void DACommandExecute( CFURLRef executable, argument
/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DUnlinkedCodeBlock.cpp52 static UnlinkedFunctionCodeBlock* generateFunctionCodeBlock(VM& vm, UnlinkedFunctionExecutable* executable, const SourceCode& source, CodeSpecializationKind kind, DebuggerMode debuggerMode, ProfilerMode profilerMode, UnlinkedFunctionKind functionKind, bool bodyIncludesBraces, ParserError& error) argument
142 UnlinkedFunctionExecutable* executable local
[all...]
H A DSamplingTool.h188 ScriptSampleRecord(VM& vm, ScriptExecutable* executable) argument
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGArgumentsSimplificationPhase.cpp641 ScriptExecutable* executable = m_graph.executableFor(inlineCallFrame); local
H A DDFGCSEPhase.cpp436 bool checkExecutableElimination(ExecutableBase* executable, Node* child1) argument
H A DDFGGraph.cpp235 FunctionExecutable* executable = m_codeBlock->functionDecl(node->functionDeclIndex()); local
239 FunctionExecutable* executable = m_codeBlock->functionExpr(node->functionExprIndex()); local
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/jit/
H A DJITCode.cpp152 addressForCall( VM& vm, ExecutableBase* executable, ArityCheckMode arity, RegisterPreservationMode registers) argument
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DVPNService.c126 CFDictionaryRef executable = CFArrayGetValueAtIndex(executables, idx); local
/macosx-10.10/kext_tools-384.1.4/
H A Dmkext1_file.c173 CFDataRef executable = NULL; // must release local
[all...]
/macosx-10.10/emacs-93/emacs/lisp/mh-e/
H A Dmh-xface.el[all...]
/macosx-10.10/ruby-106/ruby/lib/rubygems/
H A Dspecification.rb1568 def executable method
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/interpreter/
H A DInterpreter.h83 Strong<ExecutableBase> executable; member in struct:JSC::StackFrame
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DExecutable.cpp139 ProgramExecutable* executable = jsCast<ProgramExecutable*>(this); local
150 EvalExecutable* executable = jsCast<EvalExecutable*>(this); local
161 FunctionExecutable* executable = jsCast<FunctionExecutable*>(this); local
197 EvalExecutable* executable = jsCast<EvalExecutable*>(this); local
207 ProgramExecutable* executable = jsCast<ProgramExecutable*>(this); local
218 FunctionExecutable* executable = jsCast<FunctionExecutable*>(this); local
256 EvalExecutable* executable = jsCast<EvalExecutable*>(this); local
267 ProgramExecutable* executable = jsCast<ProgramExecutable*>(this); local
277 FunctionExecutable* executable = jsCast<FunctionExecutable*>(this); local
338 EvalExecutable* executable = new (NotNull, allocateCell<EvalExecutable>(*exec->heap())) EvalExecutable(exec, source, isInStrictContext); local
[all...]
H A DJSFunction.cpp65 NativeExecutable* executable; local
104 void JSFunction::finishCreation(VM& vm, NativeExecutable* executable, int length, const String& name) argument
115 FunctionExecutable* executable = jsCast<FunctionExecutable*>(m_executable.get()); local
123 createBuiltinFunction(VM& vm, FunctionExecutable* executable, JSGlobalObject* globalObject) argument
[all...]
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-run/
H A Dtest_program_test.cpp736 const atf::fs::path executable = get_helper(*this, "bad_metadata_helper"); local
744 const atf::fs::path executable = get_helper(*this, "zero_tcs_helper"); local
752 const atf::fs::path executable = get_helper(*this, "several_tcs_helper"); local
/macosx-10.10/cups-408/cups/cups/
H A Dfile.c484 cupsFileFind(const char *filename, const char *path, int executable, char *buffer, int bufsize) argument
/macosx-10.10/JavaScriptCore-7600.1.17/debugger/
H A DDebugger.cpp258 ScriptExecutable* executable = codeBlock->ownerExecutable(); local
[all...]

Completed in 371 milliseconds

1234