HomeSort by relevance Sort by last modified time
    Searched full:dice (Results 1 - 25 of 45) sorted by null

1 2

  /external/llvm/test/MC/MachO/ARM/
data-in-code.s 4 @ CHECK: # DICE 0
8 @ CHECK: # DICE 1
12 @ CHECK: # DICE 2
16 @ CHECK: # DICE 3
  /external/llvm/include/llvm/Object/
MachO.h 242 macho::DataInCodeTableEntry Dice = MachOOF->getDice(DicePimpl);
243 Result = Dice.Offset;
250 macho::DataInCodeTableEntry Dice = MachOOF->getDice(DicePimpl);
251 Result = Dice.Length;
258 macho::DataInCodeTableEntry Dice = MachOOF->getDice(DicePimpl);
259 Result = Dice.Kind;
  /external/chromium_org/media/base/
audio_hash.h 46 // positives related to incorrect sample position. Value chosen by dice roll.
audio_bus.h 20 // will dice up a contiguous memory block for channel data. When wrapped,
  /frameworks/av/libvideoeditor/osal/src/
M4OSA_Random.c 66 * of 6 will simulate a fair 6-sided dice roll.
  /external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/
CharSinkTester.java 165 Random dice = new Random(); local
168 expected[c] = (char) ('A' + dice.nextInt(26));
  /external/llvm/tools/macho-dump/
macho-dump.cpp 297 macho::DataInCodeTableEntry DICE =
299 outs() << " # DICE " << i << "\n"
300 << " ('offset', " << DICE.Offset << ")\n"
301 << " ('length', " << DICE.Length << ")\n"
302 << " ('kind', " << DICE.Kind << ")\n";
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 407 DiceTable Dice;
408 Dice.push_back(std::make_pair(SectAddress + Index, DiceRef()));
410 Dice.begin(), Dice.end(),
  /external/bison/runtime-po/
es.po 23 # (?te lo dice el t?o que ha traducido el paquete m?s grande: 1406
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
abc.py 183 # No dice; update negative cache
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
abc.py 183 # No dice; update negative cache
  /libcore/luni/src/main/java/javax/crypto/spec/
DESKeySpec.java 40 // http://www.dice.ucl.ac.be/crypto/standards/fips/fip74/fip74-1.pdf
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DESKeySpecTest.java 43 // http://www.dice.ucl.ac.be/crypto/standards/fips/fip74/fip74-1.pdf
  /external/dnsmasq/man/es/
dnsmasq.8 253 en vez de la correcta respuesta NXDOMAIN. Esta opci?n le dice a dnsmasq
315 Le dice a dnsmasq que no debe reenviar b?squedas para nombres sencillos,
342 ninguna direcci?n IP; esto le dice a dnsmasq que un dominio es local
350 El string opcional despues del car?cter @ le dice a dnsmasq como fijar
487 la cual le dice a dnsmasq que debe habilitar DHCP para la red
511 le dice a dnsmasq que debe darle a la m?quina con direcci?n
514 le dice a dnsmasq que siempre debe alocarle a la maquina lap
533 le dice a dnsmasq que no debe ofrecer jam?s un arriendo DHCP a
    [all...]
  /external/elfutils/libdwfl/
find-debuginfo.c 249 /* No dice. */
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DESKeySpecTest.java 43 // http://www.dice.ucl.ac.be/crypto/standards/fips/fip74/fip74-1.pdf
  /external/chromium_org/base/metrics/
field_trial.h 103 // Session randomized trials will roll the dice to select a group on every
114 // Returns a double in the range of [0, 1) to be used for the dice roll for
  /external/chromium_org/net/udp/
udp_socket_unittest.cc 341 // Chosen by fair dice roll. Guaranteed to be random.
  /frameworks/av/media/libstagefright/
MP3Extractor.cpp 201 ALOGV("no dice, no valid sequence of frames found.");
  /ndk/sources/host-tools/make-3.81/po/
es.po 26 # de una librer?a, y de eso no se dice nada en el mensaje. Creo que
742 # ?De verdad se dice "vivo"? Si es un proceso, se me ocurre "activo". sv
990 # Es incorrecto. Es una de las opciones `k' que dice... mm
    [all...]
  /external/bison/po/
es.po 23 # (?te lo dice el t?o que ha traducido el paquete m?s grande: 1406
56 # veremos que dice la mayor?a, como hay otros 2 revisores
1077 # veremos que dice la mayor?a, como hay otros 2 revisores
    [all...]
  /external/elfutils/
android.patch 265 /* No dice. */
  /external/dexmaker/src/main/java/com/google/dexmaker/stock/
ProxyBuilder.java 60 * // Chosen by fair dice roll, guaranteed to be random.
    [all...]
  /external/chromium_org/v8/test/cctest/
test-strings.cc 418 // Roll the dice.
    [all...]
  /external/dexmaker/javadoc/com/google/dexmaker/stock/
ProxyBuilder.html 115 // Chosen by fair dice roll, guaranteed to be random.

Completed in 790 milliseconds

1 2