Searched refs:desc (Results 1 - 25 of 861) sorted by relevance

1234567891011>>

/macosx-10.10.1/Security-57031.1.35/Security/sec/SOSCircle/Regressions/
H A Dsc-45-digestvector.c44 CFMutableStringRef desc = CFStringCreateMutable(kCFAllocatorDefault, 0); local
48 CFStringAppendCString(desc, buf, kCFStringEncodingUTF8);
50 return desc;
88 CFStringRef desc = dvCopyString(&dvintersect); local
89 ok(CFEqual(CFSTR("df"), desc), "intersection is %@", desc);
90 CFReleaseNull(desc);
94 desc = dvCopyString(&dvunion);
95 ok(CFEqual(CFSTR("abcdefgh"), desc), "union is %@", desc);
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclae/tclae/generic/
H A DAEPrintCarbon.h21 OSErr AEPrint( const AEDesc *desc, char *bufStr, long bufSize );
22 OSErr AEPrintSize( const AEDesc *desc, long *stringLength ); // Just computes size (len+1) of string
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dsave-cwd.c73 cwd->desc = open (".", O_RDONLY);
74 if (cwd->desc < 0)
90 if (0 <= cwd->desc)
91 return fchdir (cwd->desc);
99 if (cwd->desc >= 0)
100 close (cwd->desc);
H A Dsave-cwd.h26 int desc; member in struct:saved_cwd
/macosx-10.10.1/network_cmds-457/ifconfig.tproj/
H A Difmedia.c434 struct ifmedia_description *desc; member in struct:ifmedia_type_to_subtype::__anon11022
438 struct ifmedia_description *desc; member in struct:ifmedia_type_to_subtype::__anon11023
442 struct ifmedia_description *desc; member in struct:ifmedia_type_to_subtype::__anon11024
562 struct ifmedia_description *desc; local
567 for (desc = ifm_type_descriptions, ttos = ifmedia_types_to_subtypes;
568 desc->ifmt_string != NULL; desc++, ttos++)
569 if (type == desc->ifmt_word)
571 if (desc->ifmt_string == NULL)
574 for (i = 0; ttos->subtypes[i].desc !
587 struct ifmedia_description *desc; local
611 struct ifmedia_description *desc; local
650 lookup_media_word(struct ifmedia_description *desc, const char *val) argument
662 struct ifmedia_description *desc; local
673 struct ifmedia_description *desc; local
688 struct ifmedia_description *desc; local
708 struct ifmedia_description *desc; local
727 struct ifmedia_description *desc; local
794 struct ifmedia_description *desc; local
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DFieldVisitor.java44 * @param desc the class descriptor of the annotation class.
48 AnnotationVisitor visitAnnotation(String desc, boolean visible); argument
H A DAnnotationVisitor.java57 * @param desc the class descriptor of the enumeration class.
60 void visitEnum(String name, String desc, String value); argument
66 * @param desc the class descriptor of the nested annotation class.
71 AnnotationVisitor visitAnnotation(String name, String desc); argument
H A DClassAdapter.java73 final String desc)
75 cv.visitOuterClass(owner, name, desc);
79 final String desc,
82 return cv.visitAnnotation(desc, visible);
101 final String desc,
105 return cv.visitField(access, name, desc, signature, value);
111 final String desc,
115 return cv.visitMethod(access, name, desc, signature, exceptions);
70 visitOuterClass( final String owner, final String name, final String desc) argument
78 visitAnnotation( final String desc, final boolean visible) argument
98 visitField( final int access, final String name, final String desc, final String signature, final Object value) argument
108 visitMethod( final int access, final String name, final String desc, final String signature, final String[] exceptions) argument
H A DMethodVisitor.java67 * @param desc the class descriptor of the annotation class.
71 AnnotationVisitor visitAnnotation(String desc, boolean visible); argument
77 * @param desc the class descriptor of the annotation class.
83 String desc,
158 * @param desc the operand of the instruction to be visited. This operand is
162 void visitTypeInsn(int opcode, String desc); argument
173 * @param desc the field's descriptor (see {@link Type Type}).
175 void visitFieldInsn(int opcode, String owner, String name, String desc); argument
187 * @param desc the method's descriptor (see {@link Type Type}).
189 void visitMethodInsn(int opcode, String owner, String name, String desc); argument
81 visitParameterAnnotation( int parameter, String desc, boolean visible) argument
263 visitMultiANewArrayInsn(String desc, int dims) argument
299 visitLocalVariable( String name, String desc, String signature, Label start, Label end, int index) argument
[all...]
H A DClassVisitor.java89 * @param desc the descriptor of the method that contains the class, or
93 void visitOuterClass(String owner, String name, String desc); argument
98 * @param desc the class descriptor of the annotation class.
102 AnnotationVisitor visitAnnotation(String desc, boolean visible); argument
139 * @param desc the field's descriptor (see {@link Type Type}).
158 String desc,
171 * @param desc the method's descriptor (see {@link Type Type}).
185 String desc,
155 visitField( int access, String name, String desc, String signature, Object value) argument
182 visitMethod( int access, String name, String desc, String signature, String[] exceptions) argument
H A DHandler.java58 String desc; field in class:Handler
/macosx-10.10.1/swig-12/Lib/python/
H A Dfile.i17 static swig_type_info* desc = 0;
19 if (!desc) desc = SWIG_TypeQuery("FILE *");
20 if ((SWIG_ConvertPtr(obj, &vptr, desc, 0)) == SWIG_OK) {
/macosx-10.10.1/bless-103/libbless/Misc/
H A DBLGetCStringRepresentation.c63 CFStringRef desc = NULL; local
76 desc = CFRetain(typeRef);
78 desc = CFCopyDescription(typeRef);
80 if(desc == NULL)
83 strsize = CFStringGetLength(desc);
96 CFRelease(desc);
110 if(!CFStringGetCString(desc, storage->string, (CFIndex)storage->size, kCFStringEncodingUTF8)) {
111 CFRelease(desc);
116 CFRelease(desc);
/macosx-10.10.1/AppleUSBIrDA-145.2.4/IrDA/Debugging/
H A DIrDALog.c40 char *GetCachedMsg(EventTraceCauseDesc *desc, UInt16 eventIndex);
65 void IrDALogAdd( UInt16 eventIndex, UInt16 data1, UInt16 data2, EventTraceCauseDesc * desc, Boolean timeStamp) argument
73 require(desc, Fail);
82 IOLog("%04x %04x %s\n", data1, data2, desc[eventIndex].description);
121 logEntry->msg = GetCachedMsg(desc, eventIndex); // get pointer to copy of msg (or nil)
168 UInt32 GetModuleIndex(EventTraceCauseDesc *desc);
178 GetCachedMsg(EventTraceCauseDesc *desc, UInt16 eventIndex) argument
184 //gDebugTable = desc;
188 if (desc[eventIndex].cause != (eventIndex + 1)) return nil;
196 if (desc[eventInde
231 GetModuleIndex(EventTraceCauseDesc *desc) argument
[all...]
/macosx-10.10.1/Security-57031.1.35/libsecurity_smime/Security/
H A Dsecoidt.h51 const char * desc; member in struct:SECOidDataStr
/macosx-10.10.1/Security-57031.1.35/libsecurity_smime/lib/
H A Dsecoidt.h51 const char * desc; member in struct:SECOidDataStr
/macosx-10.10.1/Security-57031.1.35/libsecurity_smime/security_smime/
H A Dsecoidt.h51 const char * desc; member in struct:SECOidDataStr
/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/examples/
H A Dlistdevs.c31 struct libusb_device_descriptor desc; local
32 int r = libusb_get_device_descriptor(dev, &desc);
39 desc.idVendor, desc.idProduct,
/macosx-10.10.1/llvmCore-3425.0.34/utils/fpcmp/
H A Dfpcmp.cpp22 File1(cl::Positional, cl::desc("<input file #1>"), cl::Required);
24 File2(cl::Positional, cl::desc("<input file #2>"), cl::Required);
27 RelTolerance("r", cl::desc("Relative error tolerated"), cl::init(0));
29 AbsTolerance("a", cl::desc("Absolute error tolerated"), cl::init(0));
/macosx-10.10.1/pdisk-9/
H A Dlayout_dump.h75 void dump_using_layout(void *buffer, layout *desc);
/macosx-10.10.1/ruby-106/ruby/lib/rake/
H A Dclean.rb22 desc "Remove any temporary products."
29 desc "Remove any generated file."
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/bench/
H A Dbench_wcsv.tcl44 # #shells+2 to end: Benchmark data (id,desc,result1,...,result#shells)
69 foreach key [lsort -dict -index 1 [array names DATA desc*]] {
74 foreach desc $dlist {
77 lappend record $desc
80 lappend record $DATA([list usec $desc $ip])
H A Dbench_read.tcl68 # Beyond is benchmark results. id,desc,res1,...,res#n
92 set desc [lindex $line 1]
94 set DATA([list desc $desc]) {}
97 set DATA([list usec $desc $ip]) $val
144 set desc [lindex $line 1]
146 set DATA([list desc $desc]) {}
149 set DATA([list usec $desc $ip]) $val
/macosx-10.10.1/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/bind/serial/test/
H A DTestClassCatalog.java33 public synchronized byte[] getClassID(ObjectStreamClass desc) argument
36 String className = desc.getName();
43 idToDescMap.put(strId, desc);
53 ObjectStreamClass desc = (ObjectStreamClass) idToDescMap.get(strId);
54 if (desc == null) {
57 return desc;
/macosx-10.10.1/libclosure-65/objectTests/
H A Dsimplerelease.m38 struct Block_descriptor_2 *desc =
40 if (!(desc->dispose)) {
43 desc->dispose(b);

Completed in 149 milliseconds

1234567891011>>