Searched refs:removed (Results 1 - 25 of 185) sorted by relevance

12345678

/macosx-10.10/dtrace-147/test/tst/common/dtraceUtil/
H A Dtst.PreprocessorAttribute.d.ksh43 __attribute__((should be removed))
44 __attribute__((should be removed));
46 __attribute__((should be removed)) void func0(void);
47 __attribute__((should be removed)) void func1(int a, void(*)());
48 __attribute__((should be removed)) struct foo { int bar; };
50 void func2(void) __attribute__((should be removed));
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/resolver/
H A Dsetup.sh22 cp ns6/to-be-removed.tld.db.in ns6/to-be-removed.tld.db
H A Dclean.sh31 rm -f ns6/to-be-removed.tld.db ns6/to-be-removed.tld.db.jnl
H A Dtests.sh270 $DIG -p 5300 @10.53.0.5 www.to-be-removed.tld A > dig.ns5.prime.${n}
279 $DIG -p 5300 @10.53.0.5 ns$i.to-be-removed.tld A > /dev/null
280 $DIG -p 5300 @10.53.0.5 www.to-be-removed.tld A > dig.ns5.out.${n}
285 zone to-be-removed.tld
286 update add to-be-removed.tld 100 NS ns${i}.to-be-removed.tld
287 update delete to-be-removed.tld NS ns${old}.to-be-removed.tld
/macosx-10.10/CPANInternal-159.1/Tree-Simple-1.18/t/
H A D11_Tree_Simple_fixDepth_test.t131 my $removed = $parent_tree->getChild(1)->removeChild($tree);
133 is($removed, $tree, '... we got the same tree');
136 ok($removed->isRoot(), '... our tree is a root again');
139 ok(!$removed->isLeaf(), '... and it is not a leaf');
142 cmp_ok($removed->getDepth(), '==', -1, '... our depth should be corrected to be -1');
145 foreach my $sub_tree ($removed->getAllChildren()) {
/macosx-10.10/tcsh-65/tcsh/
H A Dtc.func.c801 xprintf("%s", CGETS(22, 3, "Faulty alias 'precmd' removed.\n"));
819 xprintf("%s", CGETS(22, 3, "Faulty alias 'postcmd' removed.\n"));
843 xprintf("%s", CGETS(22, 4, "Faulty alias 'cwdcmd' removed.\n"));
865 xprintf("%s", CGETS(22, 5, "Faulty alias 'beepcmd' removed.\n"));
892 xprintf("%s", CGETS(22, 6, "Faulty alias 'periodic' removed.\n"));
930 xprintf("%s", CGETS(22, 14, "Faulty alias 'jobcmd' removed.\n"));
1012 * that it is removed
1022 * removed. We don't want that. Note that we want to remove precmd
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dsplay.h44 struct Curl_tree **removed);
49 struct Curl_tree **removed);
H A Dsplay.c156 struct Curl_tree **removed)
161 *removed = NULL; /* none removed since there was no root */
172 *removed = NULL;
189 *removed = t;
200 *removed = t;
205 *removed = NULL; /* no match */
217 * NOTE: when the last node of the tree is removed, there's no tree left so
154 Curl_splaygetbest(struct timeval i, struct Curl_tree *t, struct Curl_tree **removed) argument
/macosx-10.10/emacs-93/emacs/lispref/
H A Dtindex.pl42 the first pass are removed. Old file contents are saved in files
43 with extension ".orig". A list of modified files and removed \@tindex
75 my %removed;
101 ++$removed{$1};
119 # Print a list of identifiers removed.
123 foreach $key (keys %removed) {
/macosx-10.10/WebCore-7600.1.25/dom/
H A DMutationRecord.cpp44 ChildListRecord(ContainerNode& target, PassRefPtr<NodeList> added, PassRefPtr<NodeList> removed, PassRefPtr<Node> previousSibling, PassRefPtr<Node> nextSibling) argument
47 , m_removedNodes(removed)
166 PassRefPtr<MutationRecord> MutationRecord::createChildList(ContainerNode& target, PassRefPtr<NodeList> added, PassRefPtr<NodeList> removed, PassRefPtr<Node> previousSibling, PassRefPtr<Node> nextSibling) argument
168 return adoptRef(static_cast<MutationRecord*>(new ChildListRecord(target, added, removed, previousSibling, nextSibling)));
H A DMutationRecord.h50 static PassRefPtr<MutationRecord> createChildList(ContainerNode& target, PassRefPtr<NodeList> added, PassRefPtr<NodeList> removed, PassRefPtr<Node> previousSibling, PassRefPtr<Node> nextSibling);
/macosx-10.10/llvmCore-3425.0.34/utils/release/
H A DfindRegressions-simple.py67 removed = ''
120 removed += t + "\n"
146 if len(removed) != 0:
148 print removed
/macosx-10.10/CPANInternal-159.1/JSON-XS-3.01/XS/
H A DBoolean.pm17 JSON::XS::Boolean will be removed in a future release.
/macosx-10.10/llvmCore-3425.0.34/lib/Target/Mips/
H A DMipsInstrInfo.cpp153 // Return if the last instruction cannot be removed.
229 unsigned removed; local
237 // Up to 2 branches are removed.
238 // Note that indirect branches are not removed.
239 for(removed = 0; I != REnd && removed < 2; ++I, ++removed)
245 return removed;
/macosx-10.10/WebKit2-7600.1.25/UIProcess/mac/
H A DViewSnapshotStore.mm92 bool removed = m_snapshotsWithImages.remove(&snapshot);
93 ASSERT_UNUSED(removed, removed);
/macosx-10.10/WebInspectorUI-7600.1.17/Tools/PrettyPrinting/
H A DFormatterContentBuilder.js176 var removed = this._formattedContent.pop();
177 this._formattedContentLength -= removed.length;
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DFormatterContentBuilder.js176 var removed = this._formattedContent.pop();
177 this._formattedContentLength -= removed.length;
/macosx-10.10/apache-793/httpd/build/aix/
H A Dmkinstallp.ksh34 [[ -f usr/local ]] && rm -f usr/local && echo removed unexpected usr/local !!
35 [[ -L usr/local ]] && rm -f usr/local && echo removed unexpected usr/local !!
36 [[ -d usr/local ]] && rm -rf usr/local && echo removed unexpected usr/local !!
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dpriority.c469 boolean_t removed = thread_run_queue_remove(thread); local
489 if (removed)
583 * The thread has already been removed from the runqueue.
649 boolean_t removed = thread_run_queue_remove(thread); local
660 if (removed)
687 boolean_t removed = thread_run_queue_remove(thread); local
699 if (removed)
/macosx-10.10/CPANInternal-159.1/IO-KQueue-0.34/
H A Dconst-c.inc26 here. However, subsequent manual editing may have added or removed some.
114 here. However, subsequent manual editing may have added or removed some.
191 here. However, subsequent manual editing may have added or removed some.
280 here. However, subsequent manual editing may have added or removed some.
/macosx-10.10/apr-32/apr-util/apr-util/include/
H A Dapr_ldap.hnw99 /* Note: Macros defining const casting has been removed in APR v1.0,
105 #error Support for LDAP v2.0 toolkits has been removed from apr-util. Please use an LDAP v3.0 toolkit.
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DSidebarPanel.js123 removed: function()
H A DDOMTreeUpdater.js79 this._recentlyModifiedNodes.push({node: event.data.node, parent: event.data.parent, removed: true});
/macosx-10.10/vim-55/runtime/syntax/
H A Dhostconf.vim52 let removed = list_copy[i]
54 call add(sub_permutations, [removed, s:permute_suffixes(list_copy)])
/macosx-10.10/WebCore-7600.1.25/Modules/indexeddb/
H A DIDBDatabase.cpp297 bool removed = eventQueue.cancelEvent(*m_enqueuedEvents[i]); local
298 ASSERT_UNUSED(removed, removed);

Completed in 321 milliseconds

12345678