Searched refs:generation (Results 151 - 175 of 222) sorted by relevance

123456789

/macosx-10.9.5/eap8021x-180/EAP8021X.fproj/
H A DEAPSIMAKAPersistentState.c178 * generation: multiplexes single notification to detect changes
187 uint32_t generation; member in struct:__anon8567
221 if (prefs_did_change(&proto_info->generation)) {
/macosx-10.9.5/vim-53/runtime/macros/
H A Dshellmenu.vim108 imenu Set.Disable file name generation set -f
/macosx-10.9.5/ICU-511.35/icuSources/test/perf/collationperf/
H A DCollPerf.pl193 <td>Timing for generation of sort keys, used to 'precompile' information so
/macosx-10.9.5/IOFireWireAVC-422.4.0/IOFireWireAVCLib/
H A DIOFireWireAVCLibUnit.cpp701 static IOReturn AVCCommandInGeneration(void *self, UInt32 generation, argument
713 generation = OSSwapInt32(generation);
717 // Have to stick the generation in with the command bytes.
718 *(UInt32 *)annoying = generation;
/macosx-10.9.5/configd-596.15/dnsinfo/
H A Ddnsinfo_copy.c488 // set generation
489 xpc_dictionary_set_uint64(reqdict, DNSINFO_GENERATION, config->generation);
/macosx-10.9.5/ppp-727.90.1/Authenticators/EAP-TLS/
H A Deaptls.c176 *((uint32_t *)&eapData.generation) = 0;/* changed when user updates */
/macosx-10.9.5/tcl-102/tk/tk/tests/
H A DcanvPsText.tcl1 # This file creates a screen to exercise Postscript generation
16 message .t.m -text {This screen exercises the Postscript-generation abilities of Tk canvas widgets for text. Click on "Print" to print the canvas to your default printer. The "Stipple" button can be used to turn stippling on and off for the text, but beware: many Postscript printers cannot handle stippled text. You can click on items in the canvas to delete them.} -width 6i
/macosx-10.9.5/tcl-102/tk84/tk/tests/
H A DcanvPsText.tcl1 # This file creates a screen to exercise Postscript generation
16 message .t.m -text {This screen exercises the Postscript-generation abilities of Tk canvas widgets for text. Click on "Print" to print the canvas to your default printer. The "Stipple" button can be used to turn stippling on and off for the text, but beware: many Postscript printers cannot handle stippled text. You can click on items in the canvas to delete them.} -width 6i
/macosx-10.9.5/CPANInternal-140/Tree-DAG_Node/lib/Tree/
H A DDAG_Node.pm1246 =item $node->generation
1249 generation -- i.e., that are the some number of nodes down from
1250 the root. $root->generation is just $root.
1252 Of course, $node is always in its own generation.
1256 Like $node->generation, but returns only the nodes in $node's generation
1266 Actually, C<generation_under> is just an alias to C<generation>, but I
1273 @us = $node->generation($way_upline);
1280 ancestor of $node, it behaves as if you called just $node->generation().
1284 sub generation { subroutine
[all...]
/macosx-10.9.5/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCUserClient.cpp562 UInt32 generation; local
563 generation = *(UInt32 *)cmd;
570 res = fUnit->AVCCommandInGeneration(generation,cmd,len,response,size);
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/tcl/
H A Dmk4tcl.cpp45 static int generation; variable
528 _refs(1), _ws(&ws_), _path(path_), _currGen(generation) {
666 ++generation; // make sure all cached paths refresh on next access
698 ++generation; // make sure all cached paths refresh on next access
726 ++generation; // make sure all cached paths refresh on next access
812 if (path->_path.CompareNoCase(name_) == 0 && path->_currGen == generation) {
1073 // force a relookup if the this object is of the wrong generation
1075 generation) {
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Drep.h200 u_int32_t egen; /* Replication election generation. */
201 u_int32_t gen; /* Replication generation number. */
202 u_int32_t recover_gen; /* Last generation number in log. */
240 * Latest generation whose NEWMASTER event the application has been
247 * notified of, expressed as the election generation number. This
278 u_int32_t w_gen; /* Winner generation. */
492 u_int32_t generation; member in struct:__db_rep
621 u_int32_t egen; /* Election generation. */
630 u_int32_t egen; /* Voter's election generation. */
/macosx-10.9.5/BerkeleyDB-21/db/lock/
H A Dlock_region.c316 op->generation = 0;
/macosx-10.9.5/CPANInternal-140/YAML-Syck/lib/JSON/
H A DSyck.pm67 JSON::Syck is a syck implementation of JSON parsing and generation. Because
/macosx-10.9.5/IOFireWireSBP2-426.4.1/IOFireWireSBP2Lib/
H A DIOFireWireSBP2LibLUN.cpp703 params.generation = (UInt32)args[0];
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDElementPrivate.cpp1116 // The generation is incremented before and after
1121 _elementValue->generation++;
1135 // We should set the time stamp if the generation is 1 regardless if the value
1160 _elementValue->generation++;
1552 // Bump the generation count. An odd value tells us
1556 element->_elementValue->generation ++;
1561 element->_elementValue->generation ++;
/macosx-10.9.5/apache-786.1/httpd/server/mpm/mpmt_os2/
H A Dmpmt_os2.c351 ap_scoreboard_image->parent[slot].generation = ap_my_generation;
H A Dmpmt_os2_child.c155 ap_my_generation = ap_scoreboard_image->parent[child_slot].generation;
/macosx-10.9.5/apache-786.1/httpd/server/
H A Dscoreboard.c444 ps->generation = ap_my_generation;
/macosx-10.9.5/eap8021x-180/eapolclient.tproj/
H A DSupplicant.c131 uint32_t generation; member in struct:Supplicant_s
503 S_set_uint32(&supp->eap.plugin_data.generation,
504 supp->generation);
1849 dictInsertGeneration(CFMutableDictionaryRef dict, uint32_t generation) argument
1851 dictInsertNumber(dict, kEAPOLControlConfigurationGeneration, generation);
2361 dictInsertGeneration(dict, supp->generation);
3268 /* bump the configuration generation */
3269 supp->generation++;
3459 supp->generation = main_supp->generation;
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/dist/brew/
H A Dbdbread.mak112 # Compiler code generation options
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DSchema.pm35 Parses the internal representation of the service description prior to the generation of stub routines to provide method-like access to the remote services.
/macosx-10.9.5/IOFireWireSBP2-426.4.1/IOFireWireSBP2/
H A DIOFireWireSBP2ORB.cpp358 UInt32 generation; // Hmm, shouldn't this be checked? local
361 fUnit->getNodeIDGeneration( generation, unitNode, localNode );
1662 // get / set command generation
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DFont.cpp139 if (m_glyphs->generation() != other.m_glyphs->generation())
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/i386/
H A Dsysctl.c756 SYSCTL_UINT(_machdep_tsc_nanotime, OID_AUTO, generation,
758 (uint32_t *)&pal_rtc_nanotime_info.generation, 0, "");

Completed in 236 milliseconds

123456789