Searched refs:Map (Results 151 - 175 of 182) sorted by relevance

12345678

/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtiffio.h213 TIFFRGBValue* Map; /* sample mapping array */ member in struct:_TIFFRGBAImage
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DSimpleFormat.java14 import java.util.Map;
59 Map<String,Format> newFormats) {
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DJSGlobalObject.h90 macro(Map, map, map, JSMap, Map) \
H A DJSGlobalObject.cpp247 SymbolTable::Map::AddResult result = symbolTable()->add(locker, ident.impl(), newEntry);
/macosx-10.10.1/apache-793/httpd/modules/filters/
H A Dmod_proxy_html.c1192 RSRC_CONF|ACCESS_CONF, "Map URL From To"),
1206 RSRC_CONF|ACCESS_CONF, "Map URLs in Javascript and CSS"),
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/demos/
H A Dcatalog346 bind $widgets(info-manpage) <Map> {iw_load_manpage}
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Ddisjointlistbox.itk188 # Bind the "showCount" method to the Map event of one of the labels
191 bind $itk_component(lhsCount) <Map> [itcl::code $this showCount]
H A Dwatch.itk164 bind $itk_component(canvas) <Map> +[itcl::code $this _displayClock]
H A Dcanvasprintbox.itk494 bind $itk_component(pages) <Map> +[itcl::code $this _mapEventHandler]
H A Dcombobox.itk1179 bind $itk_component(list) <Map> \
/macosx-10.10.1/ICU-531.30/icuSources/tools/gensprep/
H A DfilterRFC3454.pl183 $line =~ s/Map to nothing/MAP/;
303 $comment ="# Map table for SASL profile (rfc4013.txt)\n\n";
360 $comment ="# Map table for LDAP profile (rfc4518.txt)\n\n";
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Base/
H A DUtilities.js93 Object.defineProperty(Map.prototype, "take",
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DTimelineRuler.js52 this._markerElementMap = new Map;
H A DDataGrid.js28 this.columns = new Map;
58 this._headerTableCellElements = new Map;
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/ExplorerPlugin/
H A DExplorerBarWindow.cpp76 #pragma mark == Message Map ==
80 // Message Map
/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/
H A DExecutionEngine.cpp162 DEBUG(dbgs() << "JIT: Map \'" << GV->getName()
197 ExecutionEngineState::GlobalAddressMapTy &Map = local
204 void *&CurVal = Map[GV];
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dmma.vim178 " /@ //@ Map
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dsqlcomplete.vim434 function! sqlcomplete#Map(type)
453 call sqlcomplete#Map('column')
471 call sqlcomplete#Map('tableReset')
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/t/
H A D02-payload.t249 { # Map type serialization/deserialization
250 print "Map type serialization/deserialization test(s)...\n";
259 ok($serialized =~ /apachens:Map/);
/macosx-10.10.1/tcl-105/tk/tk/tests/ttk/
H A Dnotebook.test480 bind TestFrame <Map> { lappend history MAP %W }
/macosx-10.10.1/emacs-93/emacs/lisp/emulation/
H A Dviper-macs.el385 "Map this macro for buffer `%s' only? "
401 "Map this macro for the major mode `%S' only? "
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/DNSServiceBrowser/Windows/Sources/
H A DChooserDialog.cpp278 #pragma mark == Message Map ==
282 // Message Map
/macosx-10.10.1/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/persist/test/
H A DBindingTest.java31 import java.util.Map;
2181 Map<String,RawField> fields = type.getFields();
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/
H A DChanges672 + added Map type for hash encoding. Tested with ApacheSOAP
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp132 /// RegUseTracker - Map register candidates to information about how they are
3461 RegMapTy Map; local
3469 Map.insert(std::make_pair(Reg, ImmMapTy()));
3484 const ImmMapTy &Imms = Map.find(Reg)->second;
3531 Map.clear();

Completed in 359 milliseconds

12345678