Searched refs:roots (Results 1 - 25 of 74) sorted by relevance

123

/macosx-10.9.5/security_certificates-55036.1.3/
H A Ddupcheck9 cd roots
H A DverifyRoots3 # Print out a list of information to use when verifying that new roots are in the new System roots keychain
26 openssl x509 -inform DER -in roots/$root -noout -fingerprint -subject -nameopt oneline -dates
H A DaddNewRoot33 if [ ! -d "${SECCERTDIR}/roots" ] ; then
34 /bin/echo "${SECCERTDIR}/roots not found, bailing" 1>&2
50 (cd roots; "${SECTESTSDIR}"/clxutils/anchorTest/anchorSourceTest .)
/macosx-10.9.5/MITKerberosShim-62.1/scripts/
H A Dtest-build.sh24 roots=
31 ditto -cz $HOME/BuildRoots/$a.roots/$a~dst $dst
32 roots="$roots $dst"
36 echo "Roots: $roots"
/macosx-10.9.5/Security-55471.14.18/sec/SOSCircle/CloudKeychainProxy/scripts/
H A Dsosbuildroot11 roots=/var/tmp
18 rootsDir=/var/tmp/${project}_${localbase}.roots
21 roottar=/tmp/security.roots.tgz
H A Dsoscopy7 echo "Copying roots to port: $item"
8 RSYNC_PASSWORD=alpine rsync -av /tmp/security.roots.tgz rsync://root@localhost:$port/root/var/mobile/
11 RSYNC_PASSWORD=alpine rsync -av /tmp/SyncedDefaults.roots.tgz rsync://root@localhost:$port/root/var/mobile/
H A Dinstall_on_devices3 roots="/tmp/security.roots.tgz"
22 echo "Copying roots to device (via port $sshport)"
23 scp -P $sshport $sshopts $roots $syms $srcs root@localhost:/var/mobile/
29 /usr/local/bin/darwinup install "/var/mobile/`basename $roots`" | grep -v '^ /'
H A Dsosinstallroot15 darwinup install /var/mobile/security.roots.tgz
/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DConservativeRoots.h50 JSCell** roots();
77 inline JSCell** ConservativeRoots::roots() function in class:JSC::ConservativeRoots
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/antlr2/src/
H A DBaseAST.cpp70 // as a quick optimization, check roots first.
73 // if roots match, do full list match test on children.
103 // as a quick optimization, check roots first.
106 // if roots match, do partial list match test on children.
125 // check roots first
128 // if roots match, do full list match test on children.
149 // check roots first
152 // if roots match, do full list partial match test on children.
162 * of subtree roots found herein.
166 ANTLR_USE_NAMESPACE(std)vector<RefAST> roots; local
182 ANTLR_USE_NAMESPACE(std)vector<RefAST> roots; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DGlyphPageTreeNode.cpp49 HashMap<int, GlyphPageTreeNode*>* GlyphPageTreeNode::roots = 0;
57 roots = new HashMap<int, GlyphPageTreeNode*>;
64 if (GlyphPageTreeNode* foundNode = roots->get(pageNumber))
71 roots->set(pageNumber, node);
78 if (roots) {
79 HashMap<int, GlyphPageTreeNode*>::iterator end = roots->end();
80 for (HashMap<int, GlyphPageTreeNode*>::iterator it = roots->begin(); it != end; ++it)
102 // Enumerate all the roots and prune any tree that contains our custom font data.
103 if (roots) {
104 HashMap<int, GlyphPageTreeNode*>::iterator end = roots
[all...]
H A DGlyphPageTreeNode.h52 // GlyphPageTreeNode for each glyph page number. The roots do not have a
118 static HashMap<int, GlyphPageTreeNode*>* roots; member in class:WebCore::GlyphPageTreeNode
/macosx-10.9.5/SecurityTool-55115/
H A Dverify_cert.c64 CFMutableArrayRef roots = NULL; local
102 if(addCertFile(optarg, &roots)) {
164 if(roots == NULL) {
169 if(CFArrayGetCount(roots) != 1) {
170 fprintf(stderr, "***Multiple roots and no certs not allowed.\n");
177 CFArrayAppendValue(certs, CFArrayGetValueAtIndex(roots, 0));
240 /* roots (anchors) are optional */
241 if(roots != NULL) {
242 ortn = SecTrustSetAnchorCertificates(trustRef, roots);
321 CFRELEASE(roots);
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/gpu/
H A DLoopBlinnMathUtils.cpp354 // Returns the number of real roots of the equation [0..2]. Roots are
356 int findUnitQuadRoots(float a, float b, float c, float roots[2]) argument
359 return safeUnitDivide(-c, b, roots[0]) ? 1 : 0;
362 if (discriminant < 0 || std::isnan(discriminant)) // complex roots
368 if (safeUnitDivide(q, a, roots[numberOfRoots]))
370 if (safeUnitDivide(c, q, roots[numberOfRoots]))
373 // Seemingly have two roots. Check for equality and sort.
374 if (roots[0] == roots[1])
376 if (roots[
422 chopCubicAtTValues(const FloatPoint src[4], FloatPoint dst[], const float tValues[], int roots) argument
[all...]
/macosx-10.9.5/configd-596.15/Plugins/SCNetworkReachability/
H A DMakefile30 ${BUILDIT_DIR}/${SYMROOT}.roots/${SYMROOT}~sym \
40 cc ${ARCHS} ${CFLAGS} -DMAIN -I ../../SystemConfiguration.fproj -F ${BUILDIT_DIR}/${SYMROOT}.roots/${SYMROOT}~sym -c -o reach_server.o ${REACH_SERVER_C}
43 cc ${ARCHS} -o reach_server reach_server.o -framework CoreFoundation -F ${BUILDIT_DIR}/${SYMROOT}.roots/${SYMROOT}~sym -framework SystemConfiguration
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DTrustStore.h59 void getCssmRootCertificates(CertGroup &roots);
69 bool mRootsValid; // roots have been loaded from disk
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DTrustStore.h59 void getCssmRootCertificates(CertGroup &roots);
69 bool mRootsValid; // roots have been loaded from disk
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DTrustStore.h59 void getCssmRootCertificates(CertGroup &roots);
69 bool mRootsValid; // roots have been loaded from disk
/macosx-10.9.5/libauto-185.5/
H A Dauto_gdb_interface.h22 Routines called by gdb to implement its info gc-references and gc-roots commands.
60 auto_memory_reference_list_t roots[0]; // variable length structure, size = count * sizeof(auto_memory_reference_list_t) + sum(i, 0, count) { roots[i].count * sizeof(auto_memory_reference_t) } member in struct:auto_root_list
H A DBlockIterator.h276 // Visits all registered roots. Assumes _roots_lock is held.
280 PtrHashSet &roots(zone->roots());
281 for (PtrHashSet::const_iterator i = roots.begin(), end = roots.end(); i != end; ++i) {
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/t/
H A D27-xmlparserlite.t73 ok($@ =~ /^multiple roots, wrong element 'bar'/);
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/t/
H A D27-xmlparserlite.t75 ok($@ =~ /^multiple roots, wrong element 'bar'/);
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/t/
H A D27-xmlparserlite.t75 ok($@ =~ /^multiple roots, wrong element 'bar'/);
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/library/
H A Dhelp.tcl134 set roots {}
137 lappend roots $dir/help
140 return $roots
177 # returning a list of all roots. The list is returned in the same order of
246 # returned sorted. This merges all the roots into a virtual root.
/macosx-10.9.5/emacs-92/emacs/lisp/mh-e/
H A Dmh-thread.el506 (defsubst mh-thread-group-by-subject (roots)
512 (dolist (root roots)
599 (let ((roots ())
643 (push v roots)))
645 (setq roots (mh-thread-prune-containers roots))
646 (prog1 (setq roots (mh-thread-group-by-subject roots))
679 (defun mh-thread-prune-containers (roots)
682 (work-list roots))
[all...]

Completed in 209 milliseconds

123