Searched refs:desc (Results 26 - 50 of 861) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2toc/include/format/
H A Djson.inc14 desc {DocTools - Tables of Contents}
22 desc {doctoc serialization utilities}
27 desc {Parsing text in doctoc format}
47 "desc" : "DocTools - Tables of Contents",
56 "desc" : "doctoc serialization utilities",
62 "desc" : "Parsing text in doctoc format",
/macosx-10.10.1/tcsh-65/tcsh/
H A Ded.defns.c1135 xfree((ptr_t)(intptr_t)FuncNames[i].desc);
1141 f->desc = CSAVS(3, 1, "Move back a character");
1146 f->desc = CSAVS(3, 2, "Delete the character behind cursor");
1151 f->desc = CSAVS(3, 3,
1157 f->desc = CSAVS(3, 4,
1163 f->desc = CSAVS(3, 5, "Move to beginning of current word");
1168 f->desc = CSAVS(3, 6, "Move to beginning of line");
1173 f->desc = CSAVS(3, 7,
1179 f->desc = CSAVS(3, 8,
1185 f->desc
[all...]
/macosx-10.10.1/libxml2-26/libxml2/python/tests/
H A Dinput_callback.py47 def run_test(desc, docpath, catalog, exp_status="verified", exp_err=[], test_callback=None,
76 print("Test '%s' failed: expect status '%s', actual '%s'" % (desc, exp_status, actual_status))
79 print("Test '%s' failed" % desc)
88 run_test(desc="Loading entity without custom callback",
98 run_test(desc="Loading entity with custom callback",
106 run_test(desc="Loading entity with custom callback and catalog",
110 run_test(desc="Loading entity and unregistering callback",
119 run_test(desc="Retry loading document after unregistering callback",
128 run_test(desc="Loading using standard i/o after unregistering callback",
139 run_test(desc
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclae/tclae/generic/
H A DAEPrintCarbon.c45 static OSErr printDesc( Buf *buf, const register AEDesc *desc );
59 AEPrint( const AEDesc *desc, char *bufStr, long bufSize ) argument
63 if( !desc || !bufStr )
69 return printDesc(&buf,desc);
75 AEPrintSize( const AEDesc *desc, long *stringLength ) argument
80 if( !desc || !stringLength )
85 err= printDesc(&buf,desc);
193 AEDesc desc, textDesc; local
196 err= AECreateDesc(typeIEEE32BitFloatingPoint,&f,sizeof(f), &desc);
198 err= AECoerceDesc(&desc,'TEX
265 printDescList( Buf *buf, AEDescList *desc, DescType originalType ) argument
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/tools/llc/
H A Dllc.cpp48 InputFilename(cl::Positional, cl::desc("<input bitcode>"), cl::init("-"));
51 OutputFilename("o", cl::desc("Output filename"), cl::value_desc("filename"));
56 cl::desc("Optimization level. [-O0, -O1, -O2, or -O3] "
63 TargetTriple("mtriple", cl::desc("Override target triple for module"));
66 MArch("march", cl::desc("Architecture to generate code for (see --version)"));
70 cl::desc("Target a specific cpu type (-mcpu=help for details)"),
77 cl::desc("Target specific attributes (-mattr=help for details)"),
82 cl::desc("Choose relocation model"),
97 cl::desc("Choose code model"),
113 cl::desc("Whe
[all...]
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/sslAlert/
H A DsslAlert.cpp163 const char *desc; local
240 desc = "basic TLS1, nothing fancy";
243 SSL_THR_RUN(serverParams, clientParams, desc, ourRtn);
245 desc = "client doesn't recognize server root";
254 SSL_THR_RUN(serverParams, clientParams, desc, ourRtn);
256 desc = "negotiate down to SSL3, server limited";
265 SSL_THR_RUN(serverParams, clientParams, desc, ourRtn);
267 desc = "negotiate down to SSL3, client limited";
276 SSL_THR_RUN(serverParams, clientParams, desc, ourRtn);
278 desc
[all...]
/macosx-10.10.1/dtrace-147/DTTk/Bin/
H A Derrinfo83 ($errno,$desc) = $line =~ /^#define\s+\S+\s+(\d+)\s+\/\*(.*)\*\//;
84 $Errno{$errno} = $desc;
153 $desc = $Errno{$errno};
158 $execname,$syscall,$errno,$counts,$desc);
160 printf("%16s %16s %4d %s\n",$execname,$syscall,$errno,$desc);
/macosx-10.10.1/dtrace-147/DTTk/
H A Derrinfo83 ($errno,$desc) = $line =~ /^#define\s+\S+\s+(\d+)\s+\/\*(.*)\*\//;
84 $Errno{$errno} = $desc;
153 $desc = $Errno{$errno};
158 $execname,$syscall,$errno,$counts,$desc);
160 printf("%16s %16s %4d %s\n",$execname,$syscall,$errno,$desc);
/macosx-10.10.1/libxml2-26/libxml2/doc/examples/
H A Dparse4.c18 static FILE *desc; variable
33 res = fread(mem, 1, size, desc);
120 desc = fopen(argv[1], "rb");
121 if (desc != NULL) {
123 fclose(desc);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp27 cl::desc("Enable Hexagon V3 instructions."));
33 cl::desc("Generate V4 memop instructions."));
39 cl::desc("Generate non-chopped conversion from fp to int."));
/macosx-10.10.1/llvmCore-3425.0.34/tools/bugpoint/
H A Dbugpoint.cpp38 FindBugs("find-bugs", cl::desc("Run many different optimization sequences "
43 cl::desc("<input llvm ll/bc files>"));
47 cl::desc("Number of seconds program is allowed to run before it "
52 cl::desc("Maximum amount of memory to use. 0 disables check."
57 cl::desc("Run optimizations through valgrind"));
63 PassList(cl::desc("Passes available:"), cl::ZeroOrMore);
67 cl::desc("Include the standard compile time optimizations"));
71 cl::desc("Include the standard link time optimizations"));
75 cl::desc("Optimization level 1. Similar to llvm-gcc -O1"));
79 cl::desc("Optimizatio
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dad.c165 AttributeDescription desc, *d2; local
192 desc.ad_cname = *bv;
193 desc.ad_flags = 0;
194 BER_BVZERO( &desc.ad_tags );
199 desc.ad_cname.bv_len = options - name;
203 desc.ad_type = at_bvfind( &desc.ad_cname );
204 if( desc.ad_type == NULL ) {
209 if( is_at_operational( desc.ad_type ) && options != NULL ) {
234 if( slap_ad_is_binary( &desc ) ) {
529 ad_inlist( AttributeDescription *desc, AttributeName *attrs ) argument
725 AttributeDescription *desc; local
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/tools/llvm-as/
H A Dllvm-as.cpp34 InputFilename(cl::Positional, cl::desc("<input .llvm file>"), cl::init("-"));
37 OutputFilename("o", cl::desc("Override output filename"),
41 Force("f", cl::desc("Enable binary output on terminals"));
44 DisableOutput("disable-output", cl::desc("Disable output"), cl::init(false));
47 DumpAsm("d", cl::desc("Print assembly as parsed"), cl::Hidden);
51 cl::desc("Do not run verifier on input LLVM (dangerous!)"));
/macosx-10.10.1/ruby-106/ruby/lib/optparse/
H A Dac.rb20 desc = [help_string]
22 enable = Switch::NoArgument.new(nil, proc {true}, sdesc, ldesc, nil, desc, block)
23 disable = Switch::NoArgument.new(nil, proc {false}, sdesc, ldesc, nil, desc, block)
43 desc = [help_string]
45 with = Switch::PlacedArgument.new(*search(:atype, String), sdesc, ldesc, nil, desc, block)
46 without = Switch::NoArgument.new(nil, proc {}, sdesc, ldesc, nil, desc, block)
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/Security/
H A DsslAlertMessage.h81 AlertDescription desc,
84 AlertDescription desc,
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/lib/
H A DsslAlertMessage.h81 AlertDescription desc,
84 AlertDescription desc,
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/security_ssl/
H A DsslAlertMessage.h81 AlertDescription desc,
84 AlertDescription desc,
/macosx-10.10.1/bless-103/test/
H A DUtilitiesCFPrettyPrint.c54 char *desc; local
90 desc = _TAOCFGetDescriptionAsCString((CFTypeRef)value);
94 if(desc) {
95 fprintf(h->out, "%s\n", desc);
96 free(desc);
104 char *desc; local
106 desc = _TAOCFGetDescriptionAsCString((CFTypeRef)key);
108 _TAOCFLabelPrettyPrint(desc, (CFTypeRef) value, context);
110 if(desc) {
111 free(desc);
116 char desc[256]; local
151 char *desc; local
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dcgen.sh22 # Generate CGEN opcode files: arch-desc.[ch], arch-opc.[ch],
85 rm -f tmp-desc.h tmp-desc.h1
86 rm -f tmp-desc.c tmp-desc.c1
103 -H tmp-desc.h1 \
104 -C tmp-desc.c1 \
113 sed -e "s/@ARCH@/${ARCH}/g" -e "s/@arch@/${arch}/g" < tmp-desc.h1 > tmp-desc.h
114 ${rootdir}/move-if-change tmp-desc
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/
H A Dhfs_lookup.c163 struct cat_desc desc; local
180 bzero(&desc, sizeof(desc));
228 retval = cat_lookup(hfsmp, &cndesc, 0, force_casesensitive_lookup, &desc, &attr, &fork, NULL);
233 dcp->c_childhint = desc.cd_hint;
242 if (desc.cd_cnid == hfsmp->hfs_private_desc[FILE_HARDLINKS].cd_cnid ||
243 desc.cd_cnid == hfsmp->hfs_private_desc[DIR_HARDLINKS].cd_cnid) {
353 if (cnp->cn_namelen != desc.cd_namelen)
356 retval = hfs_getnewvnode(hfsmp, dvp, cnp, &desc, 0, &attr, &fork, &tvp, &newvnode_flags);
392 cat_releasedesc (&desc);
539 struct cat_desc desc; local
[all...]
/macosx-10.10.1/apache-793/httpd/modules/slotmem/
H A Dmod_slotmem_shm.c46 #define AP_SLOTMEM_IS_PREGRAB(t) (t->desc.type & AP_SLOTMEM_TYPE_PREGRAB)
47 #define AP_SLOTMEM_IS_PERSIST(t) (t->desc.type & AP_SLOTMEM_TYPE_PERSIST)
48 #define AP_SLOTMEM_IS_CLEARINUSE(t) (t->desc.type & AP_SLOTMEM_TYPE_CLEARINUSE)
69 sharedslotdesc_t desc; /* per slot desc */ member in struct:ap_slotmem_instance_t
167 for (i = 0; i < slot->desc.num; i++, inuse++) {
202 nbytes = (slotmem->desc.size * slotmem->desc.num) +
203 (slotmem->desc.num * sizeof(char)) + AP_UNSIGNEDINT_OFFSET;
315 for (i = 0; i < mem->desc
336 sharedslotdesc_t desc; local
495 sharedslotdesc_t desc; local
[all...]
/macosx-10.10.1/libpcap-48/libpcap/
H A Dfad-win32.c146 pcap_add_if_win32(pcap_if_t **devlist, char *name, const char *desc, argument
159 if (add_or_find_if(&curdev, devlist, name, 0, desc, errbuf) == -1) {
223 const char *desc; local
292 desc = &AdaptersName[0];
293 while (*desc != '\0' || *(desc + 1) != '\0')
294 desc++;
297 * Found it - "desc" points to the first of the two
302 desc += 2;
312 if (pcap_add_if_win32(&devlist, name, desc, errbu
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/bind/serial/
H A DSerialInput.java98 protected Class resolveClass(ObjectStreamClass desc) argument
103 return Class.forName(desc.getName(), false, classLoader);
105 return super.resolveClass(desc);
108 return super.resolveClass(desc);
/macosx-10.10.1/Libc-1044.1.2/locale/FreeBSD/
H A Dwctrans.c43 towctrans_l(wint_t wc, wctrans_t desc, locale_t loc) argument
47 switch (desc) {
64 towctrans(wint_t wc, wctrans_t desc) argument
66 return towctrans_l(wc, desc, __current_locale());
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Doverlayutils.c22 void dump_slap_attr_desc(AttributeDescription *desc) argument
24 if (desc)
28 dump_berval(&desc->ad_cname);
31 Debug( LDAP_DEBUG_BER, "ad_flags [%x]\n", desc->ad_flags, 0, 0);

Completed in 196 milliseconds

1234567891011>>