Searched refs:ran (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dwinnmtst.cpp58 * Return a random int64_t where U_INT64_MIN <= ran <= U_INT64_MAX.
62 int64_t ran = 0; local
71 for (i = 0; i < sizeof(ran); i += 1) {
72 ((char*)&ran)[i] = (char)((rand() & 0x0FF0) >> 4);
75 return ran;
79 * Return a random double where U_DOUBLE_MIN <= ran <= U_DOUBLE_MAX.
83 double ran = 0; local
93 for (i = 0; i < sizeof(ran); i += 1) {
94 ((char*)&ran)[i] = (char)((rand() & 0x0FF0) >> 4);
96 } while (_isnan(ran));
116 int32_t ran = 0; local
[all...]
/macosx-10.10.1/tcsh-65/tcsh/
H A Dtw.comp.c194 tw_pos(Char *ran, int wno) argument
198 if (ran[0] == '*' && ran[1] == '\0')
201 for (p = ran; *p && *p != '-'; p++)
205 return wno == getn(ran);
207 if (ran == p) /* range = - <number> */
208 return wno <= getn(&ran[1]);
212 return getn(ran) <= wno;
214 return (getn(ran) <= wno) && (wno <= getn(p));
523 Char *ran, /* Th local
[all...]
/macosx-10.10.1/vim-55/runtime/compiler/
H A Dtex.vim3 " Maintainer: Artem Chuprina <ran@ran.pp.ru>
/macosx-10.10.1/ruby-106/ruby/test/rake/
H A Dtest_rake_file_task.rb86 @ran = false
91 @ran = true
98 assert @ran
H A Dtest_rake_application.rb344 ran = false
351 intern(Rake::Task, "default").enhance { ran = true }
360 assert ran
366 ran = false
373 assert ! ran
379 ran = false
389 assert ! ran
H A Dtest_rake_rules.rb276 ran = false
280 ran = true
292 assert ran, "Should have triggered flattened dependency"
/macosx-10.10.1/vim-55/runtime/keymap/
H A Drussian-dvorak.vim2 " Derived from russian-jcuken.vim by Artem Chuprina <ran@ran.pp.ru>
H A Drussian-jcuken.vim5 " Maintainer: Artem Chuprina <ran@ran.pp.ru>
H A Drussian-jcukenwin.vim5 " Maintainer: Artem Chuprina <ran@ran.pp.ru>
H A Dukrainian-jcuken.vim3 " Derived from russian-jcuken.vim by Artem Chuprina <ran@ran.pp.ru>
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dutmstest.c40 * Return a random int64_t where U_INT64_MIN <= ran <= U_INT64_MAX.
44 int64_t ran = 0; local
54 for (i = 0; i < sizeof(ran); i += 1) {
55 ((char*)&ran)[i] = (char)((rand() & 0x0FF0) >> 4);
58 return ran;
/macosx-10.10.1/tidy-15.15/tidy/test/
H A Dacctest.cmd49 @echo Appears ALL tests ran fine ...
/macosx-10.10.1/apache-793/httpd/modules/filters/
H A Dmod_charset_lite.c93 int ran; /* has filter instance run before? */ member in struct:charset_filter_ctx_t
842 if (!ctx->ran) { /* filter never ran before */
844 ctx->ran = 1;
1012 if (!ctx->ran) { /* filter never ran before */
1014 ctx->ran = 1;
/macosx-10.10.1/vim-55/runtime/syntax/
H A Db.vim22 syn keyword bOps bool card conc closure closure1 dom first fnc front not or id inter iseq iseq1 iterate last max min mod perm pred prj1 prj2 ran rel rev seq seq1 size skip succ tail union
H A Dfoxpro.vim104 syn match foxproFunc "\<chrt\%[ran]\>\s*("me=e-1
288 syn match foxproFunc "\<strt\%[ran]\>\s*("me=e-1
/macosx-10.10.1/Security-57031.1.35/SecurityTests/regressions/inc/Test/
H A DHarness.pm207 Number which failed, either from "not ok" or because they never ran.
290 max Number of individual tests ran
295 files Number of test files ran
H A DBuilder.pm1654 $self->_whoa($self->{Curr_Test} < 0, 'Says here you ran a negative number of tests!');
1656 'Somehow your tests ran without a plan!');
1658 'Somehow you got a different number of results than tests ran!');
1755 Looks like you planned $self->{Expected_Tests} test$s but only ran $self->{Curr_Test}.
1761 Looks like you planned $self->{Expected_Tests} test$s but ran $num_extra extra.
/macosx-10.10.1/ruby-106/ruby/test/rubygems/
H A Dtest_gem_installer.rb802 assert_match(/ran executable/, e.message)
867 assert_match(/ran executable/, e.message)
/macosx-10.10.1/BerkeleyDB-21/db/perl/BerkeleyDB/t/Test/
H A DBuilder.pm1392 _whoa($Curr_Test < 0, 'Says here you ran a negative number of tests!');
1394 'Somehow your tests ran without a plan!');
1396 'Somehow you got a different number of results than tests ran!');
1491 Looks like you planned $Expected_Tests test$s but only ran $Curr_Test.
1498 Looks like you planned $Expected_Tests test$s but ran $num_extra extra.
/macosx-10.10.1/CPANInternal-159.1/Class-Trigger-0.14/inc/Test/
H A DBuilder.pm1437 $self->_whoa( $self->{Curr_Test} < 0, 'Says here you ran a negative number of tests!' );
1439 'Somehow you got a different number of results than tests ran!' );
1524 Looks like you planned $self->{Expected_Tests} test$s but ran $self->{Curr_Test}.
/macosx-10.10.1/CPANInternal-159.1/common-sense-3.6/
H A Dsense.pm.PL253 After deciding on the list, we ran the module against all of our code that
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Doc/sphinx_build/html/
H A Dsearchindex.js1 Search.setIndex({objects:{"":{objc:[20,0,1,""],PyObjCTools:[27,0,1,""]},PyObjCTools:{TestSupport:[15,0,1,""],Conversion:[16,0,1,""],Signals:[21,0,1,""],NibClassBuilder:[28,0,1,""],KeyValueCoding:[24,0,1,""],AppHelper:[14,0,1,""]},"PyObjCTools.KeyValueCoding":{setKey:[24,1,1,""],kvc:[24,4,1,""],getKeyPath:[24,1,1,""],getKey:[24,1,1,""]},"objc.pyobjc_unicode":{nsstring:[20,2,1,""]},objc:{loadFunctionList:[6,1,1,""],pyobjc_id:[20,1,1,""],splitSignature:[20,1,1,""],getInstanceVariable:[20,1,1,""],platform:[20,3,1,""],getClassList:[20,1,1,""],initFrameworkWrapper:[3,1,1,""],FSSpec:[13,4,1,""],setUseKVOForSetattr:[20,1,1,""],objc_class:[20,4,1,""],IBOutlet:[20,1,1,""],ivar:[20,4,1,""],classAddMethods:[20,1,1,""],objc_object:[20,4,1,""],setVerbose:[20,1,1,""],protocolNamed:[20,1,1,""],YES:[20,3,1,""],registerMetaDataForSelector:[6,1,1,""],recycleAutoreleasePool:[20,1,1,""],createOpaquePointerType:[6,1,1,""],currentBundle:[20,1,1,""],FSRef:[13,4,1,""],addConvenienceForClass:[6,1,1,""],loadBundleFunctions:[6,1,1,""],callbackFor:[20,1,1,""],object_property:[20,4,1,""],pluginBundle:[20,1,1,""],classAddMethod:[20,1,1,""],typedAccessor:[20,1,1,""],accessor:[20,1,1,""],MAC_OS_X_VERSION_MAX_ALLOWED:[20,3,1,""],typedSelector:[20,1,1,""],dict_property:[20,4,1,""],selectorFor:[20,1,1,""],protocolsForProcess:[20,1,1,""],createStructType:[6,1,1,""],Category:[20,4,1,""],namedSelector:[20,1,1,""],repythonify:[20,1,1,""],removeAutoreleasePool:[20,1,1,""],synthesize:[20,1,1,""],registerMappingType:[6,1,1,""],setStrBridgeEnabled:[20,1,1,""],addConvenienceForSelector:[6,1,1,""],setInstanceVariable:[20,1,1,""],NO:[20,3,1,""],varlist:[20,4,1,""],"super":[20,4,1,""],propertiesForClass:[20,1,1,""],informal_protocol:[20,4,1,""],splitStructSignature:[20,1,1,""],loadBundle:[6,1,1,""],"function":[20,4,1,""],pyobjc_unicode:[20,4,1,""],createStructAlias:[6,1,1,""],selector:[20,4,1,""],instancemethod:[20,1,1,""],IMP:[20,4,1,""],getVerbose:[20,1,1,""],parseBridgeSupport:[3,1,1,""],ObjCLazyModule:[10,4,1,""],array_property:[20,4,1,""],allocateBuffer:[20,1,1,""],registerStructAlias:[6,1,1,""],MAC_OS_X_VERSION_MIN_REQUIRED:[20,3,1,""],getStrBridgeEnabled:[20,1,1,""],listInstanceVariables:[20,1,1,""],ObjectToCF:[20,1,1,""],CFToObject:[20,1,1,""],ProtocolError:[20,5,1,""],NULL:[20,3,1,""],formal_protocol:[20,4,1,""],lookUpClass:[20,1,1,""],registerListType:[6,1,1,""],nil:[20,3,1,""],setHideProtected:[20,1,1,""],IBAction:[20,1,1,""],registerCFSignature:[6,1,1,""],loadBundleVariables:[6,1,1,""],MAC_OS_X_VERSION_10_N:[20,3,1,""],loadSpecialVar:[6,1,1,""],protocolsForClass:[20,1,1,""],registerPlugin:[20,1,1,""],setSignatureForSelector:[6,1,1,""],set_property:[20,4,1,""],object_lock:[20,4,1,""]},"objc.object_property":{validate:[20,2,1,""],getter:[20,2,1,""],setter:[20,2,1,""]},"PyObjCTools.NibClassBuilder":{extractClasses:[28,1,1,""]},"objc.IMP":{"__metadata__":[20,2,1,""],isAlloc:[20,3,1,""],selector:[20,3,1,""],isClassMethod:[20,3,1,""],signature:[20,3,1,""],"__name__":[20,3,1,""]},"objc.formal_protocol":{name:[20,2,1,""],instanceMethods:[20,2,1,""],descriptionForClassMethod_:[20,2,1,""],descriptionForInstanceMethod_:[20,2,1,""],conformsTo_:[20,2,1,""],classMethods:[20,2,1,""],"__name__":[20,3,1,""]},"PyObjCTools.TestSupport":{onlyIf:[15,1,1,""],max_os_level:[15,1,1,""],cast_ulonglong:[15,1,1,""],cast_longlong:[15,1,1,""],onlyOn32Bit:[15,1,1,""],onlyPython3:[15,1,1,""],onlyPython2:[15,1,1,""],TestCase:[15,4,1,""],filterWarnings:[15,4,1,""],min_os_level:[15,1,1,""],cast_int:[15,1,1,""],os_release:[15,1,1,""],onlyOn64Bit:[15,1,1,""],fourcc:[15,1,1,""],cast_uint:[15,1,1,""],is32Bit:[15,1,1,""],sdkForPython:[15,1,1,""]},"PyObjCTools.Conversion":{pythonCollectionFromPropertyList:[16,1,1,""],propertyListFromPythonCollection:[16,1,1,""]},"objc.varlist":{"__setitem__":[20,2,1,""],as_tuple:[20,2,1,""],"__getitem__":[20,2,1,""]},"objc.function":{"__name__":[20,3,1,""],"__module__":[20,3,1,""],"__doc__":[20,3,1,""],"__metadata__":[20,2,1,""]},"objc.FSRef":{data:[13,6,1,""],as_pathname:[13,2,1,""],as_carbon:[13,2,1,""]},"objc.FSSpec.aref":{data:[13,6,1,""],as_carbon:[13,2,1,""]},"objc.object_lock":{lock:[20,2,1,""],unlock:[20,2,1,""]},"objc.context":{register:[20,1,1,""],get:[20,1,1,""]},"PyObjCTools.Signals":{resetFatalSignals:[21,1,1,""],dumpStackOnFatalSignal:[21,1,1,""]},"objc.selector":{callable:[20,3,1,""],"__doc__":[20,3,1,""],"__metadata__":[20,2,1,""]},"PyObjCTools.AppHelper":{runConsoleEventLoop:[14,1,1,""],callLater:[14,1,1,""],callAfter:[14,1,1,""],endSheetMethod:[14,1,1,""],stopEventLoop:[14,1,1,""],runEventLoop:[14,1,1,""]},"objc.informal_protocol":{"__name__":[20,3,1,""],selectors:[20,3,1,""]},"objc.objc_object":{"__reduce__":[20,2,1,""],pyobjc_instanceMethods:[20,3,1,""],pyobjc_ISA:[20,3,1,""],"__cobject__":[20,2,1,""],"__block_signature__":[20,3,1,""]},"PyObjCTools.TestSupport.TestCase":{assertResultIsNotRetained:[15,2,1,""],assertArgHasType:[15,2,1,""],assertArgIsBOOL:[15,2,1,""],assertResultIsNotCFRetained:[15,2,1,""],assertArgIsFunction:[15,2,1,""],assertArgIsRetained:[15,2,1,""],assertResultIsBlock:[15,2,1,""],assertArgIsPrintf:[15,2,1,""],assertArgIsIn:[15,2,1,""],assertNotHasAttr:[15,2,1,""],assertArgIsOut:[15,2,1,""],assertArgIsInOut:[15,2,1,""],assertArgIsNotCFRetained:[15,2,1,""],assertIsInstance:[15,2,1,""],assertIsNotNone:[15,2,1,""],assertIsOpaquePointer:[15,2,1,""],assertResultIsNullTerminated:[15,2,1,""],assertArgIsBlock:[15,2,1,""],assertArgIsNullTerminated:[15,2,1,""],assertArgSizeInArg:[15,2,1,""],assertNotIn:[15,2,1,""],assertGreaterThan:[15,2,1,""],assertResultIsVariableSize:[15,2,1,""],assertAlmostEquals:[15,2,1,""],assertLessThanOrEquals:[15,2,1,""],assertArgIsNotRetained:[15,2,1,""],assertResultHasType:[15,2,1,""],assertIsNullTerminated:[15,2,1,""],assertIsNotInstance:[15,2,1,""],run:[15,2,1,""],assertResultsFunction:[15,2,1,""],assertIn:[15,2,1,""],assertLessThan:[15,2,1,""],assertResultIsRetained:[15,2,1,""],assertGreaterThanOrEquals:[15,2,1,""],assertIsNone:[15,2,1,""],assertIs:[15,2,1,""],assertResultIsBOOL:[15,2,1,""],assertArgIsVariableSize:[15,2,1,""],assertIsNot:[15,2,1,""],assertResultSizeInArg:[15,2,1,""],assertHasAttr:[15,2,1,""],assertResultIsCFRetained:[15,2,1,""],assertSstartswith:[15,2,1,""],assertArgIsCFRetained:[15,2,1,""],assertArgIsFixedSize:[15,2,1,""],assertArgIsSEL:[15,2,1,""],assertIsCFType:[15,2,1,""],assertArgSizeInResult:[15,2,1,""],assertItemsEqual:[15,2,1,""]}},terms:{allocwithzon:18,saver:25,four:[15,11,6],prefix:[20,5,8],nsdata:5,mutableset:20,pyobjc_id:20,forget:4,whose:[3,20,5],typeerror:20,"const":[23,20],nibclassbuild:[27,9,2,4,28,5],copywithzone_:5,"__isslot__":20,getverbos:20,everi:[17,15,20,11,5,6],catch_warn:15,"void":[3,20,5,26,6],assertiscftyp:15,affect:[20,6],nsarrai:[20,5,19,6],metaclass:[20,5],proscrib:3,cmd:[23,4],factori:18,nstableview:5,frameworkresourcenam:3,nszeropoint:3,seper:[20,24],direct:20,sourceforg:8,consequ:11,second:[3,15,11],even:[23,5,11],assertargisinout:15,"_field":6,assertresultisnulltermin:15,neg:[20,22],introspect:[20,18,19,5,26,6],presesnt:3,"new":[20,18,8,13,2,11,3,4,28,5,10,6],net:8,ever:[25,5],metadata:[17,7,19,20,15,1,22,10,3,6],elimin:5,abov:[17,15,18,11,3,5,6],myframework:17,never:25,endsheetmethod:[14,5],here:[28,5,11],path:[13,10,3,4,28,24,6],interpret:[3,20,5,6],precis:23,"_kei":24,os_releas:15,portabl:3,printf:[3,15,19,6],total:17,unit:[5,11],enumeratorof:20,would:[3,4,23,11,8],cdinfodocu:23,gensuitemodul:23,"_c_class":20,call:[17,7,18,19,20,15,14,10,21,11,3,4,28,5,24,16,23,6],recommend:[18,5],preview:11,type:[17,7,18,20,13,9,22,10,3,4,5,15,16,14,23,6],until:[17,11],basicnam:3,conversionhelp:16,relat:[18,19,11],notic:[4,5,11],warn:[17,20,18,15,4,5],pkg_resourc:3,hold:5,must:[17,20,19,3,28,5,24,6,26,16],word:[5,11],room:6,restor:[11,21],setup:[23,4,5,11,8],work:[17,14,18,27,8,20,9,22,2,11,3,4,28,5,24,23],assertisnon:15,conceptu:11,root:[3,20,5],totalfield:11,defer:8,give:[23,4,18,21,20],pyobjcstrbridgewarn:[20,18],indic:[7,20,8,15,11,3,6],want:[17,18,11,23,4,5],assertsstartswith:15,david:8,unsign:[15,22,20,6],end:[15,18,20,3,5,26,6],quot:3,how:[17,7,18,0,20,22,11,23,4,5,6],recoveri:5,env:4,numarrai:5,verifi:26,mystr:5,iboutlet:[20,2],updat:[20,10,18,24],dialect:3,setkei:24,recogn:[20,5],cfurl:13,after:[14,20,15,11,3,4,5,6],befor:[17,15,20,2,21,11,3,4,5,23,26,6],wrong:4,doesit:26,averag:24,specificlali:5,third:5,classmethod:[20,5],opaqu:[3,13,15,6],think:11,alias:[3,15],min_os_level:15,maintain:[20,18,5,28,6],environ:[3,15],enter:20,automaticli:[20,19,2,3,5,26],order:[3,15,18,5,20],origin:[3,4,18,5],over:21,zen:5,becaus:[17,15,18,19,20,1,2,11,23,4,28,5,25,6],type_overrid:6,"_c_flt":20,copyright:8,"_c_uint":20,fix:[17,20,22,3,4,23,6],goodger:8,better:[17,20,3,5,26,6],imp:20,getnumberofrow:5,persist:5,hidden:11,typedaccessor:20,easier:[4,5,20],them:[17,20,19,11,3,4,5,26,6],thei:[23,20,18,8,21,11,3,5,25],"__setstate__":11,proce:[4,25,15],slate:5,safe:[20,25,6],trail:5,band:23,splitstructsignatur:20,choic:4,createopaquepointertyp:6,distinctunionofarrai:24,bonu:5,each:[15,24,5,11,20],debug:[9,4,21,27,20],side:[3,20,18,19,6],mean:[19,22,2,11,3,4,5,25,6],calllat:14,taught:19,extract:[20,19,27,9,2,3,28,5,6],callbackfor:[20,6],unbound:20,goe:11,newli:3,content:[23,7,15,9,10,3,4,6],adapt:[17,4],reader:23,setnilvalueforkey_:20,worthwhil:25,free:3,standard:[3,20,23],nsobject:[23,20,2,11,3,5,26],"__setitem__":20,customarili:5,object_properti:20,use_pdb:4,filter:15,mvc:11,splitsignatur:20,isn:[15,5,11,6],isclassmethod:20,assertresultisnotretain:15,"_c_lng":20,subtl:17,confus:[20,5],ehnanc:3,rang:[22,6],ownership:18,capac:24,restrict:5,hook:[23,20],instruct:4,alreadi:[20,18,5,11,24],wrapper:[17,15,18,0,8,20,9,22,10,3,13,5,27,24,6],uncollect:5,primari:10,xib:28,protocolerror:20,raise__:5,top:[5,11,8],sometim:22,rsrc:23,too:[11,6],similarli:5,intefac:2,recent:[15,28,19,20],consol:4,typedselector:20,namespac:[5,27],futher:[],tool:[17,15,27,20,9,10,23,4,28,5],coreservic:[],myvaluehold:5,"_c_char_as_text":20,technic:[7,20,11,3,5,25],countof:20,silli:23,target:[4,5,11,26],keyword:[20,5,26,6],provid:[17,15,27,20,1,22,10,21,3,13,28,5,24,26,6],expr:15,tree:[17,8],zero:[4,5],project:[23,2,5,10,8],matter:23,le_valu:3,nsapp:3,scan_class:[3,6],ran:5,modern:28,mind:[5,11],bitfield:20,raw:20,val2:15,assertargisretain:15,seen:[4,5],seem:5,recreat: (…)
/macosx-10.10.1/emacs-93/emacs/lisp/play/
H A Ddoctor.el1129 ran rape raped rapes
/macosx-10.10.1/CPANInternal-159.1/JSON-XS-3.01/
H A DXS.pm936 that we are trying to be correct (bear with me if I am wrong, I never ran
/macosx-10.10.1/CPANInternal-159.1/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm[all...]

Completed in 402 milliseconds

12