/external/dropbear/ |
genrsa.c | 66 * so we just generate them until we get one which is OK */ 106 /* generate a random odd number with MSB set, then find the
|
/external/dropbear/libtommath/ |
bn_mp_prime_next_prime.c | 72 /* generate a prime congruent to 3 mod 4 or 1/3 mod 4? */ 95 /* generate the restable */
|
/external/icu4c/test/intltest/ |
wbnf.h | 12 The purpose of WBNF is to help generate a random string from a given grammar 18 then LanguageGenerator will generate a random string on every next() call.
|
/external/iproute2/ |
README.distribution | 74 header file. So if you have your own time distribution, you can generate 80 of generating correlated values needs correction. You can generate your
|
/external/iproute2/netem/ |
README.distribution | 76 header file. So if you have your own time distribution, you can generate 82 of generating correlated values needs correction. You can generate your
|
/external/jmonkeyengine/engine/src/core/com/jme3/util/ |
TangentBinormalGenerator.java | 108 public static void generate(Mesh mesh) { method in class:TangentBinormalGenerator 109 generate(mesh, true); method 112 public static void generate(Spatial scene) { method in class:TangentBinormalGenerator 116 generate(child); 125 generate(geom.getMesh()); 130 public static void generate(Mesh mesh, boolean approxTangents) { method in class:TangentBinormalGenerator 161 //if the mesh has a bind pose, we need to generate the bind pose for the tangent buffer 186 throw new IllegalArgumentException("Can only generate tangents for "
|
/external/jmonkeyengine/engine/src/test/jme3test/light/ |
TestSpotLight.java | 104 TangentBinormalGenerator.generate(floor); 123 TangentBinormalGenerator.generate(signpost);
|
/external/jmonkeyengine/engine/src/test/jme3test/material/ |
TestParallax.java | 94 TangentBinormalGenerator.generate(floorGeom); 105 TangentBinormalGenerator.generate(signpost);
|
/external/jsilver/src/com/google/clearsilver/jsilver/template/ |
RenderingContext.java | 76 * Push a new template onto the current execution context. This is to generate stack traces when 89 * Sets the current position in the template. Used to help generate error messages.
|
/external/kernel-headers/original/linux/ |
etherdevice.h | 101 * random_ether_addr - Generate software assigned random Ethernet address 104 * Generate a random Ethernet address (MAC) that is not multicast
|
/external/libgsm/ |
ChangeLog | 32 tls/sour.c: generate the WAV bit shifting code, encode 33 tls/ginger.c: generate the WAV bit shifting code, decode
|
/external/libvpx/examples/ |
gen_example_doxy.php | 38 * Generate XHTML body 95 * Generate Doxygen Body
|
/external/llvm/docs/CommandGuide/ |
index.html | 45 generate native machine code for a bytecode file</li> 79 generate random .ll files to fuzz different llvm components</li>
|
/external/llvm/include/llvm/CodeGen/ |
GCStrategy.h | 11 // in order to generate code compatible with a target code generator as 114 /// can generate a stack map. If true, then
|
MachineConstantPool.h | 50 /// whether or not it may generate a relocation entry. This must be 111 /// whether or not it may generate a relocation entry. This must be
|
/external/llvm/lib/DebugInfo/ |
DWARFContext.cpp | 76 if (Aranges->isEmpty()) // No aranges in file, generate them from the DIEs. 77 Aranges->generate(this);
|
/external/llvm/utils/TableGen/ |
SetTheory.h | 1 //===- SetTheory.h - Generate ordered sets from DAG expressions -*- C++ -*-===// 42 // - (sequence "Format", From, To) Generate a sequence of defs with printf.
|
/external/mdnsresponder/mDNSCore/ |
mDNSDebug.h | 22 // Set MDNS_DEBUGMSGS to 1 to generate normal debugging messages 23 // Set MDNS_DEBUGMSGS to 2 to generate verbose debugging messages
|
/external/mksh/ |
mkmf.sh | 5 # Helper script to let src/Build.sh generate Makefrag.inc 35 # files, linker and libraries to generate Makefrag.inc (similar
|
/external/openssh/ |
ssh-agent.0 | 25 -c Generate C-shell commands on stdout. This is the default if 34 -s Generate Bourne shell commands on stdout. This is the default if
|
/external/openssl/crypto/ |
opensslconf.h | 111 /* Generate 80386 code? */ 200 /* This helps C compiler generate the correct code for multiple functional
|
/external/openssl/include/openssl/ |
opensslconf.h | 111 /* Generate 80386 code? */ 200 /* This helps C compiler generate the correct code for multiple functional
|
/external/protobuf/python/ |
setup.py | 27 """Invokes the Protocol Compiler to generate a _pb2.py from the given 96 # Generate necessary .proto file if it doesn't exist.
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_helpers.h | 131 // Should we generate generic services for this file? 143 // Should we generate a separate, super-optimized code path for serializing to
|
/external/protobuf/src/google/protobuf/compiler/ |
plugin.cc | 122 cerr << argv[0] << ": protoc asked plugin to generate a file but " 129 bool succeeded = generator->Generate(
|