Searched refs:delete (Results 1 - 25 of 1786) sorted by last modified time

1234567891011>>

/macosx-10.10/xnu-2782.1.97/tools/
H A Dremote_build.sh135 RSYNC_ARGS="--delete-excluded"
216 rsync -azv --delete --exclude=\*~ --exclude=.svn --exclude=.git --exclude=/BUILD . $REMOTEBUILD:"${REMOTEBUILDPATH}" || die "Could not rsync source tree"
218 # Copy partial OBJROOT (just build tools and build script), and optionally delete everything else
219 rsync -azv --delete $RSYNC_ARGS --include=/build.sh --include=/BuildTools --include=/BuildTools/\*\* --exclude=\* "${OBJROOT}/" $REMOTEBUILD:"${REMOTEBUILDPATH}/BUILD/obj/" || die "Could not rsync build tree"
223 rsync -azv --delete "${BUILDTOOLSDIR}/empty/" $REMOTEBUILD:"${REMOTEBUILDPATH}/BUILD/sym/" || die "Could not rsync delete SYMROOT"
228 rsync -azv --delete "${BUILDTOOLSDIR}/empty/" $REMOTEBUILD:"${REMOTEBUILDPATH}/BUILD/dst/" || die "Could not rsync delete DSTROOT"
/macosx-10.10/xnu-2782.1.97/tools/tests/libMicro/
H A Dod_account_delete.sh27 echo " will delete ${GROUPNAME} and 1000 users "
60 echo "delete Users/${PREFIX}${i}" >> $TMPF
69 result=`dseditgroup -q -o delete -n $NODE -u $OD_ADMIN -P $OD_PASS ${GROUP_NAME}1 2>&1 /dev/null`
70 result=`dseditgroup -q -o delete -n $NODE -u $OD_ADMIN -P $OD_PASS ${GROUP_NAME}2 2>&1 /dev/null`
72 result=`dseditgroup -q -o delete -n $NODE ${GROUP_NAME}1 2>&1 /dev/null`
73 result=`dseditgroup -q -o delete -n $NODE ${GROUP_NAME}2 2>&1 /dev/null`
76 result=`dseditgroup -q -o delete com.apple.access_libMicro 2>&1 /dev/null`
81 echo "Running dscl to delete users. Please be patient. This takes a while ..."
93 # and now delete the temp file
/macosx-10.10/xnu-2782.1.97/libkern/libkern/c++/
H A DOSMetaClass.h1096 void operator delete(void *, size_t) { };
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_syscalls.c4474 /* unlink or delete is allowed on rsrc forks and named streams */
4491 /* With Carbon delete semantics, busy files cannot be deleted */
4580 * Call out to allow 3rd party notification of delete.
4691 delete(__unused proc_t p, struct delete_args *uap, __unused int32_t *retval) function
4812 /* might want delete rights here too */
5052 * rights to delete the object itself.
5801 * uap->xsecurity ACL to set (or delete)
5922 * uap->xsecurity ACL to set (or delete)
7362 * have had permission to delete. Therefore, we won't make
7448 * Call out to allow 3rd party notification of delete
[all...]
/macosx-10.10/llvmCore-3425.0.34/utils/lit/lit/
H A DTestRunner.py162 f = tempfile.NamedTemporaryFile(delete=False)
/macosx-10.10/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/
H A Dgtest.h437 void DeleteSelf_() { delete this; }
822 // Adds a TestInfo to this test case. Will delete the TestInfo upon
1008 // the ownership of the listener (i.e. it will delete the listener when
1013 // becomes the caller's responsibility to delete the listener. Returns
/macosx-10.10/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal-inl.h330 delete x;
H A Dgtest-internal.h1074 delete[] array_;
H A Dgtest-linked_ptr.h195 if (link_.depart()) delete value_;
H A Dgtest-param-util.h562 delete *it;
H A Dgtest-port.h799 delete ptr_;
1296 // Called by pthread to delete thread-local data stored by
1299 delete static_cast<ThreadLocalValueHolderBase*>(value_holder);
1344 // delete managed objects for other threads.
H A Dgtest-string.h96 // delete[]. Returns the cloned string, or NULL if the input is
110 // value using delete[]. Returns the wide string, or NULL if the
120 // value using delete[]. Returns the ANSI string, or NULL if the
218 ~String() { delete[] c_str_; }
274 // should NOT delete the return value.
285 delete[] c_str_;
/macosx-10.10/llvmCore-3425.0.34/utils/TableGen/
H A DDAGISelMatcher.h202 delete Children[i];
214 // delete any children we're about to lose pointers to.
216 delete Children[i];
/macosx-10.10/llvmCore-3425.0.34/utils/buildit/
H A Dbuild_llvm297 find $DEST_DIR$DEST_ROOT -name lto.h -delete
/macosx-10.10/llvmCore-3425.0.34/tools/bugpoint/
H A DToolRunner.h168 ~CBE() { delete gcc; }
216 ~LLC() { delete gcc; }
/macosx-10.10/llvmCore-3425.0.34/lib/VMCore/
H A DConstantsContext.h540 delete I->second;
710 delete I->first;
/macosx-10.10/llvmCore-3425.0.34/lib/Target/NVPTX/
H A DManagedStringPool.h35 delete *Current;
H A DNVPTXAsmPrinter.h115 delete [] buffer;
303 delete reader;
H A DNVPTXTargetObjectFile.h26 delete TextSection;
27 delete DataSection;
28 delete BSSSection;
29 delete ReadOnlySection;
31 delete StaticCtorSection;
32 delete StaticDtorSection;
33 delete LSDASection;
34 delete EHFrameSection;
35 delete DwarfAbbrevSection;
36 delete DwarfInfoSectio
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Target/Mips/
H A DMipsTargetMachine.h49 virtual ~MipsTargetMachine() { delete InstrInfo; }
/macosx-10.10/llvmCore-3425.0.34/lib/Target/Hexagon/
H A DHexagonMachineScheduler.h72 delete ResourcesModel;
163 delete ResourceModel;
164 delete HazardRec;
/macosx-10.10/llvmCore-3425.0.34/lib/Support/Unix/
H A DPath.inc849 // will overwrite/delete the file before we can open it again.
/macosx-10.10/llvmCore-3425.0.34/lib/Support/Windows/
H A DMutex.inc34 delete (LPCRITICAL_SECTION)data_;
H A DProgram.inc41 delete wpi;
162 delete wpi;
/macosx-10.10/llvmCore-3425.0.34/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h60 ~AllocaHolderHandle() { if (--H->RefCnt == 0) delete H; }

Completed in 416 milliseconds

1234567891011>>