Searched
full:generate (Results
576 -
600 of
5499) sorted by null
<<21222324252627282930>>
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/bin/ |
i686-linux-cpp | |
i686-linux-g++ | |
i686-linux-gcc | |
i686-linux-gcc-4.6.x-google | |
/cts/tools/dasm/src/dasm/ |
Main.java | 46 * generate human-readable files 56 * automatically generate line numbers 237 + " -h - generate human-readable output\n"
|
/device/common/ |
generate-blob-lists.sh | 22 # to generate the lists. 32 # Syntax: device/common/generate-blob-lists.sh -f|--force [<server> <branch>] 111 echo '# This file is generated by device/common/generate-blob-lists.sh - DO NOT EDIT'
|
/external/blktrace/btt/ |
btt_plot.py | 3 # btt_plot.py: Generate matplotlib plots for BTT generate data files 23 btt_plot.py: Generate matplotlib plots for BTT generated data files 42 [ -A | --generate-all ] Default: False 49 The -A (--generate-all) argument is different: when this is specified, 50 an attempt is made to generate default plots for all 5 types (aqd, bnos, 83 """Generate fatal error message and exit""" 188 the -A (--generate-all) option is passed, in which case superfluous 204 l_opts = [ 'generate-all', 'type', 'no-legend', 'output', 'title', 214 if o in ('-A', '--generate-all') [all...] |
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/generators/ |
PKCS12ParametersGenerator.java | 166 * Generate a key parameter derived from the password, salt, and iteration 183 * Generate a key with initialisation vector parameter derived from 206 * Generate a key parameter for use with a MAC derived from the password,
|
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/ |
PBE.java | 48 * uses the appropriate mixer to generate the key and IV if necessary. 179 * generate a PBE based key suitable for a MAC algorithm, the 258 * generate a PBE based key suitable for a MAC algorithm, the
|
/external/chromium/chrome/browser/ui/search_engines/ |
search_engine_tab_helper.cc | 54 // Checks to see if we should generate a keyword based on the OSDD, and if 93 // a form submit and use its url to generate the keyword from. 145 // Only generate a keyword if the previous page wasn't itself a form
|
/external/dropbear/libtomcrypt/src/pk/pkcs1/ |
pkcs_1_pss_encode.c | 86 /* generate random salt */ 112 /* generate DB = PS || 0x01 || salt, PS == modulus_len - saltlen - hLen - 2 zero bytes */ 120 /* generate mask of length modulus_len - hLen - 1 from hash */
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts/ |
publish.xml | 26 isBuildTested: true|false should JUnit plugin test results be used to generate index page 30 testResultsTemplateFileName: path to template file used to generate page with links to JUnit test results 118 It is required to generate a link to the build on the downloads page.
|
/external/libvpx/examples/includes/HTML-Toc-0.91/t/ |
podExamples.t | 64 # Generate ToC 108 # Generate ToC 141 # Generate ToC 174 # Generate ToC 214 # Generate ToC 262 # Generate ToC 303 # Generate ToC 343 # Generate ToC 408 # Generate ToC 482 # Generate To [all...] |
/external/llvm/test/CodeGen/X86/ |
clz.ll | 92 ; Generate a cmov to handle zero inputs when necessary. 104 ; Don't generate the cmovne when the source is known non-zero (and bsr would 119 ; Don't generate any xors when a 'ctlz' intrinsic is actually used to compute
|
/external/llvm/utils/ |
findmisopt | 13 # cause the program either generate different output or return a 93 # Generate the disassembly 96 # Generate the non-optimized program and its output
|
/external/mesa3d/src/glsl/ |
lower_vector.cpp | 134 /* Generate a temporary with the same type as the ir_quadop_operation. 150 /* Generate upto four assignments to that variable. Try to group component 181 /* If there were constant values, generate an assignment.
|
/external/openssh/ |
umac.h | 57 * generate subkeys from key. 92 /* Dynamically allocate a uhash_ctx struct and generate subkeys using */ 94 /* used to generate key with a fixed key. If kdf_key_len > 0 but kdf */
|
/external/protobuf/src/google/protobuf/compiler/ |
code_generator.h | 77 virtual bool Generate(const FileDescriptor* file, 86 // CodeGenerators generate one or more files in a given directory. This 101 // generate the files "foo/bar.pb.h" and "foo/bar.pb.cc"; note that
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_bootstrap_unittest.cc | 93 << "Generator failed to generate file: " << virtual_filename; 137 ASSERT_TRUE(generator.Generate(proto_file, parameter, 140 ASSERT_TRUE(generator.Generate(plugin_proto_file, parameter,
|
cpp_generator.cc | 54 bool CppGenerator::Generate(const FileDescriptor* file, 100 // Generate header. 108 // Generate cc file.
|
/external/qemu/distrib/sdl-1.2.12/src/joystick/beos/ |
SDL_bejoystick.cc | 178 /* Generate axis motion events */ 186 /* Generate hat change events */ 193 /* Generate button events */
|
/external/webkit/Tools/Scripts/ |
run-bindings-tests | 43 'Source/WebCore/bindings/scripts/generate-bindings.pl', 44 # idl include directories (path relative to generate-bindings.pl) 79 # Generate output into the work directory (either the given one or a
|
update-webkit | 69 --gyp generate project files from gyp after update 112 system("perl", "Tools/Scripts/generate-project-files") == 0 or die "Failed to run generate-project-files";
|
/external/webkit/Tools/android/flex-2.5.4a/ |
main.c | 1 /* flex - tool to generate fast lexical analyzers */ 161 /* Generate the C state transition tables from the DFA. */ 1121 fprintf( f, _( "\t-b generate backing-up information to %s\n" ), 1125 fprintf( f, _( "\t-f generate fast, large scanner\n" ) ); 1127 fprintf( f, _( "\t-i generate case-insensitive scanner\n" ) ); 1130 fprintf( f, _( "\t-p generate performance report to stderr\n" ) ); 1147 fprintf( f, _( "\t-w do not generate warnings\n" ) ); 1148 fprintf( f, _( "\t-B generate batch scanner (opposite of -I)\n" ) ); 1152 _( "\t-I generate interactive scanner (opposite of -B)\n" ) ); 1156 fprintf( f, _( "\t-7 generate 7-bit scanner\n" ) ) [all...] |
/external/zlib/as400/ |
readme.txt | 43 4) Compile and generate the service program: 80 inftrees.c INFTREES C ZLIB - Generate Huffman trees for efficient decode 99 as400/compile.clp COMPILE CLP Compile sources & generate service program
|
Completed in 1114 milliseconds
<<21222324252627282930>>