OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RAND
(Results
1 - 12
of
12
) sorted by null
/external/smack/src/com/kenai/jbosh/
RequestIDSequence.java
60
private static final SecureRandom
RAND
= new SecureRandom();
112
result =
RAND
.nextLong() & MASK;
/external/libvpx/libvpx/build/make/
configure.sh
267
RAND
=$(awk 'BEGIN { srand(); printf "%d\n",(
rand
() * 32768)}')
268
TMP_H="${TMPDIRx}/vpx-conf-$$-${
RAND
}.h"
269
TMP_C="${TMPDIRx}/vpx-conf-$$-${
RAND
}.c"
270
TMP_CC="${TMPDIRx}/vpx-conf-$$-${
RAND
}.cc"
271
TMP_O="${TMPDIRx}/vpx-conf-$$-${
RAND
}.o"
272
TMP_X="${TMPDIRx}/vpx-conf-$$-${
RAND
}.x"
273
TMP_ASM="${TMPDIRx}/vpx-conf-$$-${
RAND
}.asm"
[
all
...]
/external/chromium_org/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
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.sat4j.core_2.2.0.v20100429.jar
/external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
[
all
...]
/external/robolectric/lib/main/
h2-1.2.147.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar
/prebuilts/tools/common/ant/
ant.jar
/build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js
[
all
...]
/build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js
[
all
...]
/prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar
Completed in 175 milliseconds