HomeSort by relevance Sort by last modified time
    Searched defs:RAND (Results 1 - 4 of 4) sorted by null

  /external/netcat/
netcat.c 60 #define RAND random /* numbers just to mix up port numbers!! */
63 #define RAND rand
524 x = (RAND() & 0xffff);
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
wbnf.cpp 311 enum CHOICE {YES, NO, RAND};
318 Bool(CHOICE flag=RAND):tag(flag){}
320 return tag == RAND ? rand()%2 : tag == YES;
321 //if (tag == RAND){
322 // return rand()%2 == 1;
329 Escaper(CHOICE escapeLiteral = RAND,
330 CHOICE twoQuotesEscape = RAND,
346 ESCAPE_FORM t = escape_form == RAND_ESC ? (ESCAPE_FORM) (rand()%3) : escape_form;
480 // First, a slot is selected by rand(). Then we translate the slot to corresponding item
    [all...]
  /external/icu4c/test/intltest/
wbnf.cpp 311 enum CHOICE {YES, NO, RAND};
318 Bool(CHOICE flag=RAND):tag(flag){}
320 return tag == RAND ? rand()%2 : tag == YES;
321 //if (tag == RAND){
322 // return rand()%2 == 1;
329 Escaper(CHOICE escapeLiteral = RAND,
330 CHOICE twoQuotesEscape = RAND,
346 ESCAPE_FORM t = escape_form == RAND_ESC ? (ESCAPE_FORM) (rand()%3) : escape_form;
480 // First, a slot is selected by rand(). Then we translate the slot to corresponding item
    [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 720 milliseconds