Searched refs:selections (Results 1 - 16 of 16) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/PBQP/
H A DSolution.h32 SelectionsMap selections; member in class:PBQP::Solution
42 /// \brief Number of nodes for which selections have been made.
43 /// @return Number of nodes for which selections have been made.
44 unsigned numNodes() const { return selections.size(); }
78 selections[nItr] = selection;
85 SelectionsMap::const_iterator sItr = selections.find(nItr);
86 assert(sItr != selections.end() && "No selection for node.");
/macosx-10.9.5/KerberosHelper-148/NAHSample/
H A DNAHSample.m89 CFArrayRef selections = NAHGetSelections(nah);
90 if (selections == NULL)
93 CFIndex idx, count = CFArrayGetCount(selections);
99 (NAHSelectionRef)CFArrayGetValueAtIndex(selections, idx);
145 if (selections)
146 CFRelease(selections);
/macosx-10.9.5/configd-596.15/scutil.tproj/
H A Dnet.h62 } selections; typedef in typeref:struct:__anon7166
107 selections choises[],
H A Dnet.c98 _find_selection(CFStringRef choice, selections choices[], unsigned int *flags)
143 selections *choices = (selections *)options[optionIndex].info;
204 selections *choices = (selections *)options[optionIndex].info;
H A Dnet_protocol.c618 static selections ipv4ConfigMethods[] = {
637 methodIndex = _find_selection(method, (selections *)ipv4ConfigMethods, &flags);
734 methodIndex = _find_selection(method, (selections *)ipv4ConfigMethods, &flags);
781 static selections ipv6ConfigMethods[] = {
798 methodIndex = _find_selection(method, (selections *)ipv6ConfigMethods, &flags);
886 methodIndex = _find_selection(method, (selections *)ipv6ConfigMethods, &flags);
1389 static selections smbNodeTypes[] = {
H A Dnet_interface.c1587 static selections ipsecAuthenticationMethodSelections[] = {
1595 static selections ipsecLocalIdentifierTypeSelections[] = {
1693 static selections modemDialSelections[] = {
1967 static selections authPromptSelections[] = {
1974 static selections authProtocolSelections[] = {
2208 static selections vpnAuthenticationMethodSelections[] = {
/macosx-10.9.5/vim-53/runtime/
H A Dmswin.vim41 " Pasting blockwise and linewise selections is not possible in Insert and
61 " On Unix we have two selections, autoselect can be used.
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DAccessibleTextImpl.cpp174 long selections; local
175 get_nSelections(&selections);
176 if (selectionIndex < 0 || selectionIndex >= selections)
403 long selections; local
404 get_nSelections(&selections);
405 if (selectionIndex < 0 || selectionIndex >= selections)
432 long selections; local
433 get_nSelections(&selections);
434 if (selectionIndex < 0 || selectionIndex >= selections)
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dpaste.vim8 " Pasting blockwise and linewise selections is not possible in Insert and
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/ns/
H A DGSSKit.h169 (NSArray *)selections; variable
/macosx-10.9.5/KerberosHelper-148/Source/
H A Dna.c127 CFMutableArrayRef selections; member in struct:NAHData
428 CFRELEASE(na->selections);
566 for (n = 0; n < CFArrayGetCount(na->selections); n++) {
567 nasel = (NAHSelectionRef)CFArrayGetValueAtIndex(na->selections, n);
606 CFArrayAppendValue(na->selections, nasel);
1414 na->selections = CFArrayCreateMutable(na->alloc, 0, &kCFTypeArrayCallBacks);
1415 if (na->selections == NULL) {
1469 return na->selections;
2216 num = CFArrayGetCount(na->selections);
2218 s = (NAHSelectionRef)CFArrayGetValueAtIndex(na->selections,
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiffcrop.c48 * -e c|d|i|m|s export mode for images and selections from input images
49 * combined All images and selections are written to a single file (default)
50 * with multiple selections from one image combined into a single image
51 * divided All images and selections are written to a single file
54 * with multiple selections from the image combined into one image
57 * separated Individual selections from each image are written to separate files
184 /* Modes for writing out images and selections */
280 uint16 exp_mode; /* Export input images or selections to one or more files */
282 uint16 res_unit; /* Resolution unit for margins and selections */
288 uint16 selections; /* Numbe member in struct:crop_mask
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/ace/
H A Dace.js13083 var selections = this.session.$selectionMarkers;
13086 if (selections === undefined || selections.length === 0){
13087 selections = [{cursor: null}];
13090 for (var i = 0, n = selections.length; i < n; i++) {
13091 var pixelPos = this.getPixelPosition(selections[i].cursor, true);
/macosx-10.9.5/CPANInternal-140/Term-ReadLine-Perl/ReadLine/
H A Dreadline.pm335 ## @tcsh_complete_selections -- for tcsh mode, possible selections
2354 local(@selections) = keys(%V);
2357 " Choose from [@selections].\n") if $^W;
/macosx-10.9.5/CPANInternal-140/Term-ReadLine-Perl-1.0303/ReadLine/
H A Dreadline.pm335 ## @tcsh_complete_selections -- for tcsh mode, possible selections
2359 local(@selections) = keys(%V);
2362 " Choose from [@selections].\n") if $^W;
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/contrib/
H A Dtklkup6326 has 2 menu selections;

Completed in 371 milliseconds