Searched refs:map (Results 376 - 400 of 2309) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/CPANInternal-140/Variable-Magic/t/
H A D01-import.t15 map { $_ => '' } qw/
/macosx-10.9.5/ICU-511.35/icuSources/tools/makeconv/
H A Dgencnvex.c301 int32_t *map; local
306 map=table->reverseMap;
309 /* leave the map alone for the initial mappings with desired flags */
311 flag=mappings[map[i]].f;
319 flag=mappings[map[i]].f;
321 map[j++]=map[i];
416 int32_t *map; local
425 map=table->reverseMap;
428 m=mappings+map[star
589 int32_t *map; local
715 int32_t *map; local
932 int32_t *map; local
[all...]
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibIUnknown.h37 inline static T * GetThis( void* map ) { return reinterpret_cast<T*>( reinterpret_cast<InterfaceMap*>( map )->obj ) ; }
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A Dosxverifier.h31 #include <map>
61 class AuxMap : public std::map<BlobCore::Magic, BlobCore *> {
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dheadermap.h35 #include <map>
46 typedef std::map<std::string, std::string> Map;
86 Map mMap; // map of key: value pairs
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_x509_cl/lib/
H A DLockedMap.h20 * LockedMap.h - STL-style map with attached Mutex
29 #include <map>
36 typedef std::map<KeyType, ValueType *> MapType;
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A Dosxverifier.h31 #include <map>
61 class AuxMap : public std::map<BlobCore::Magic, BlobCore *> {
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dheadermap.h35 #include <map>
46 typedef std::map<std::string, std::string> Map;
86 Map mMap; // map of key: value pairs
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DWebPreferencesStore.cpp54 DEFINE_STATIC_LOCAL(BoolOverridesMap, map, ());
55 return map;
167 static typename MapType::MappedType valueForKey(const MapType& map, const typename MapType::KeyType& key) argument
169 typename MapType::const_iterator it = map.find(key);
170 if (it != map.end())
177 static bool setValueForKey(MapType& map, const typename MapType::KeyType& key, const typename MapType::MappedType& value) argument
179 typename MapType::MappedType existingValue = valueForKey(map, key);
183 map.set(key, value);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/
H A DInjectedBundleDOMWindowExtension.cpp45 DEFINE_STATIC_LOCAL(ExtensionMap, map, ());
46 return map;
H A DInjectedBundleScriptWorld.cpp41 DEFINE_STATIC_LOCAL(WorldMap, map, ());
42 return map;
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-c++/detail/
H A Dfs.hpp37 #include <map>
336 class directory : public std::map< std::string, file_info > {
351 //! I.e. the keys of the directory map.
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Doctave-inf.el65 (defvar inferior-octave-mode-map
66 (let ((map (make-sparse-keymap)))
67 (set-keymap-parent map comint-mode-map)
68 (define-key map "\t" 'comint-dynamic-complete)
69 (define-key map "\M-?" 'comint-dynamic-list-filename-completions)
70 (define-key map "\C-c\C-l" 'inferior-octave-dynamic-list-input-ring)
71 (define-key map [menu-bar inout list-history]
73 (define-key map "\C-c\C-h" 'octave-help)
74 map)
[all...]
H A Dprolog.el121 (defvar prolog-mode-map
122 (let ((map (make-sparse-keymap)))
123 (define-key map "\e\C-x" 'prolog-consult-region)
124 (define-key map "\C-c\C-l" 'inferior-prolog-load-file)
125 (define-key map "\C-c\C-z" 'switch-to-prolog)
126 map))
128 (easy-menu-define prolog-mode-menu prolog-mode-map "Menu for Prolog mode."
145 \\{prolog-mode-map}
150 (use-local-map prolog-mode-map)
[all...]
/macosx-10.9.5/libauto-185.5/
H A Dauto_weak.h69 extern void weak_unregister_with_layout(Auto::Zone *azone, void *block[], const unsigned char *map);
84 extern void weak_transfer_weak_contents(Auto::Zone *azone, void *oldBlock[], void *newBlock[], const uint8_t *map);
/macosx-10.9.5/llvmCore-3425.0.33/autoconf/m4/
H A Dfunc_mmap_file.m423 AC_DEFINE([HAVE_MMAP_FILE],[],[Define if mmap() can map files into memory])
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Analysis/
H A DIntervalPartition.h28 #include <map>
41 typedef std::map<BasicBlock*, Interval*> IntervalMapTy;
/macosx-10.9.5/llvmCore-3425.0.33/lib/DebugInfo/
H A DDWARFDebugAbbrev.h15 #include <map>
52 typedef std::map<uint64_t, DWARFAbbreviationDeclarationSet>
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/
H A DPPCRegisterInfo.h19 #include <map>
30 std::map<unsigned, unsigned> ImmToIdxMap;
/macosx-10.9.5/llvmCore-3425.0.33/projects/sample/autoconf/m4/
H A Dfunc_mmap_file.m423 AC_DEFINE([HAVE_MMAP_FILE],[],[Define if mmap() can map files into memory])
/macosx-10.9.5/llvmCore-3425.0.33/utils/TableGen/
H A DSetTheory.h52 #include <map>
92 typedef std::map<Record*, RecVec> ExpandMap;
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/tile/
H A Dtscale.rb32 [self::WidgetClassName, *(args.map!{|a| _get_eval_string(a)})].join('.')
50 [self::WidgetClassName, *(args.map!{|a| _get_eval_string(a)})].join('.')
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/markup/
H A Dto_bs.rb69 string.chars.map do |char| "#{char}\b#{char}" end
71 string.chars.map do |char| "_\b#{char}" end
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/
H A Doptions.rb352 def init_with map # :nodoc:
355 encoding = map['encoding']
360 @charset = map['charset']
361 @exclude = map['exclude']
362 @generator_name = map['generator_name']
363 @hyperlink_all = map['hyperlink_all']
364 @line_numbers = map['line_numbers']
365 @main_page = map['main_page']
366 @markup = map['markup']
367 @op_dir = map['op_di
[all...]
H A Dtoken_stream.rb29 token_stream.map do |t|
91 token_stream.map { |token| token.text }.join ''

Completed in 411 milliseconds

<<11121314151617181920>>