Searched refs:symbols (Results 1 - 25 of 427) sorted by relevance

1234567891011>>

/macosx-10.10.1/ICU-531.30/icuSources/tools/memcheck/
H A DICUMemCheck.pl48 $symbols = `nm -u -C $f`;
49 if ($symbols =~ /U +operator delete\(void\*\)/) {
52 if ($symbols =~ /U +operator delete\[\]\(void\*\)/) {
55 if ($symbols =~ /U +operator new\(unsigned int\)/) {
58 if ($symbols =~ /U +operator new\[\]\(unsigned int\)/) {
61 if ($symbols =~ /U +malloc.*/) {
64 if ($symbols =~ /U +free.*/) {
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfplugin.py7 symbols = [ variable
59 for sym in symbols:
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfplugin.py7 symbols = [ variable
59 for sym in symbols:
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_cfplugin.py7 symbols = [ variable
59 for sym in symbols:
/macosx-10.10.1/apr-32/apr/apr/include/arch/netware/
H A Dapr_arch_dso.h39 sym_list *symbols; member in struct:apr_dso_handle_t
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/generic/
H A Dbz2lib.c27 static char* symbols [] = { variable
66 res = Trf_LoadLibrary (interp, BZ2_LIB_NAME, (VOID**) &bz, symbols, 6);
H A Dzlib.c23 static char* symbols [] = { variable
93 res = Trf_LoadLibrary (interp, Z_LIB_NAME, (VOID**) &zf, symbols, 10);
/macosx-10.10.1/Heimdal-398.1.2/cf/
H A Dsymbol-version.py50 symbols = [] variable
67 symbols.append([namespace, p[1]])
83 for symbol in symbols:
H A Dw32-check-exported-symbols.pl112 w32-sync-exported-symbols.pl - Synchronize Windows .def with version-script
116 w32-sync-exported-symbols.pl {options}
124 Verifies that all the symbols exported by the version-script is also
125 accounted for in the .def file. Also checks that no extra symbols are
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Drdcoff.c44 /* This structure is used to hold the symbols, as well as the current
45 location within the symbols. */
49 /* The symbols. */
51 /* The number of symbols. */
136 parse_coff_type (bfd *abfd, struct coff_symbols *symbols,
151 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
157 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
185 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
188 parse_coff_base_type (abfd, symbols,
226 return parse_coff_base_type (abfd, symbols, type
135 parse_coff_type(bfd *abfd, struct coff_symbols *symbols, struct coff_types *types, long coff_symno, int ntype, union internal_auxent *pauxent, bfd_boolean useaux, void *dhandle) argument
232 parse_coff_base_type(bfd *abfd, struct coff_symbols *symbols, struct coff_types *types, long coff_symno, int ntype, union internal_auxent *pauxent, void *dhandle) argument
372 parse_coff_struct_type(bfd *abfd, struct coff_symbols *symbols, struct coff_types *types, int ntype, union internal_auxent *pauxent, void *dhandle) argument
479 parse_coff_enum_type(bfd *abfd, struct coff_symbols *symbols, struct coff_types *types ATTRIBUTE_UNUSED, union internal_auxent *pauxent, void *dhandle) argument
655 struct coff_symbols symbols; local
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dmiscdtfm.cpp161 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); local
166 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), *symbols, status);
173 symbols->setLocalPatternChars(UnicodeString("abcdefghijklmonpqr")); // change value of field
187 delete symbols;
196 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); local
200 df->setDateFormatSymbols(*symbols);
206 symbols->setLocalPatternChars(UnicodeString("abcdefghijklmonpqr")); // change value of field
220 delete symbols;
227 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); local
229 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), symbols, statu
256 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status); local
328 DateFormatSymbols *symbols = new DateFormatSymbols(Locale::getJapan(), status); local
[all...]
/macosx-10.10.1/apr-32/apr/apr/dso/netware/
H A Ddso.c50 if (dso->symbols != NULL) {
51 symbol = dso->symbols;
62 dso->symbols = NULL;
93 (*res_handle)->symbols = NULL;
119 symbol->next = handle->symbols;
120 handle->symbols = symbol;
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/term/
H A Dbox219 set symbols {fgyz{|}~}
38 lappend foo " \016x\017$symbols\016x\017"
39 lappend foo " \016x${symbols}x\017"
H A Dbox19 set symbols {f g y z { | } ~ }
40 lappend foo " $symbols"
41 lappend foo " \016$symbols\017"
/macosx-10.10.1/llvmCore-3425.0.34/lib/Archive/
H A DArchiveInternals.h74 // Get just the externally visible defined symbols from the bitcode
77 std::vector<std::string>& symbols,
83 std::vector<std::string>& symbols,
H A DArchive.cpp196 static void getSymbols(Module*M, std::vector<std::string>& symbols) { argument
201 symbols.push_back(GI->getName());
207 symbols.push_back(FI->getName());
213 symbols.push_back(AI->getName());
217 // Get just the externally visible defined symbols from the bitcode
220 std::vector<std::string>& symbols,
233 // Get the symbols
234 getSymbols(M, symbols);
245 std::vector<std::string>& symbols,
255 // Get the symbols
218 GetBitcodeSymbols(const sys::Path& fName, LLVMContext& Context, std::vector<std::string>& symbols, std::string* ErrMsg) argument
242 GetBitcodeSymbols(const char *BufPtr, unsigned Length, const std::string& ModuleID, LLVMContext& Context, std::vector<std::string>& symbols, std::string* ErrMsg) argument
[all...]
/macosx-10.10.1/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_generator_markup.rb18 @symbols = {}
55 @symbols[name]
/macosx-10.10.1/Heimdal-398.1.2/lib/wind/
H A Dgen-errorlist.py105 symbols = stringprep.symbols(error_list, tables) variable
106 if len(symbols) == 0:
110 % (start, length, symbols, ",".join(tables), description))
H A Dgen-map.py131 symbols = stringprep.symbols(map_list, tables) variable
132 if len(symbols) == 0:
137 % (key, len(v), offsetTable[key], symbols, ",".join(tables), description))
/macosx-10.10.1/libxml2-26/libxml2/doc/
H A Dlibxml-doc.el1 ;;; libxml-doc.el - look up libxml-symbols and start browser on documentation
29 ;; "Look up libxml-symbols and start browser on documentation." t)
32 ;; "Look up libxml-symbols and start browser on documentation." t)
74 ;; - Now keeps the list of symbols between calls to speed things up.
92 ;; - keep (match-string 1) in a variable (libxmldoc-get-list-of-symbols)
118 "History for looking up libxml-symbols.")
119 (defvar libxmldoc-symbols nil
120 "The list of libxml-symbols.")
129 (if (null libxmldoc-symbols)
130 (setq libxmldoc-symbols (libxmldo
[all...]
/macosx-10.10.1/xnu-2782.1.97/tools/
H A Dsymbolify.py30 self.symbols = [parse_nm_output(l) for l in nm(file)]
31 self.symbols.sort(key=lambda x: x[0])
42 for s in self.symbols:
/macosx-10.10.1/AppleUSBIrDA-145.2.4/
H A Dexport.sh3 echo that the kext include fewer global symbols
9 echo Now do a build with full symbols
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Duniset_closure.cpp49 const SymbolTable* symbols,
62 applyPattern(pattern, options, symbols, status);
70 const SymbolTable* symbols,
83 applyPattern(pattern, pos, options, symbols, status);
95 const SymbolTable* symbols,
98 applyPattern(pattern, pos, options, symbols, status);
117 const SymbolTable* symbols,
129 RuleCharacterIterator chars(pattern, symbols, pos);
130 applyPattern(chars, symbols, rebuiltPat, options, &UnicodeSet::closeOver, status);
47 UnicodeSet(const UnicodeString& pattern, uint32_t options, const SymbolTable* symbols, UErrorCode& status) argument
68 UnicodeSet(const UnicodeString& pattern, ParsePosition& pos, uint32_t options, const SymbolTable* symbols, UErrorCode& status) argument
93 applyPattern(const UnicodeString& pattern, uint32_t options, const SymbolTable* symbols, UErrorCode& status) argument
114 applyPattern(const UnicodeString& pattern, ParsePosition& pos, uint32_t options, const SymbolTable* symbols, UErrorCode& status) argument
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dloadhist.el37 (defun feature-symbols (feature)
55 (car (feature-symbols feature))))
62 (let ((symbols (assoc file load-history)))
64 (and (null symbols)
68 (setq symbols (cdr (assoc absname load-history))))))
69 symbols))
75 (let ((symbols (file-loadhist-lookup file))
80 symbols)
87 (let ((symbols (file-loadhist-lookup file))
92 symbols)
[all...]
/macosx-10.10.1/libxml2-26/libxml2/doc/examples/
H A Dindex.py19 symbols = {} variable
49 res = ctxt.xpathEval("/api/symbols/*[@name = '%s']" % (name))
93 global symbols
160 if symbols.has_key(name):
161 sinfo = symbols[name]
163 # gather at most 5 references per symbols
169 symbols[name] = [1, filename]
187 global symbols
189 output.write(" <symbols>\n")
190 keys = symbols
[all...]

Completed in 431 milliseconds

1234567891011>>