HomeSort by relevance Sort by last modified time
    Searched full:generate (Results 226 - 250 of 5499) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/openssl/
import_openssl.sh 46 echo " ./import_openssl.sh generate <patch/*.patch> </path/to/openssl-*.tar.gz>"
77 shift || usage "No command specified. Try import, regenerate, or generate."
85 [ -d $OPENSSL_DIR ] || usage "$OPENSSL_DIR not found, did you mean to use generate?"
86 [ -d $OPENSSL_DIR_ORIG_ORIG ] || usage "$OPENSSL_DIR_ORIG not found, did you mean to use generate?"
88 elif [ "$command" = "generate" ]; then
93 generate $patch $tar
95 usage "Unknown command specified $command. Try import, regenerate, or generate."
132 # Generate arm asm
141 # Generate mips asm
185 function generate() { function
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnEvent.java 282 * Generate {@link OpenWnnEvent}
290 * Generate {@link OpenWnnEvent} for changing the mode
300 * Generate {@link OpenWnnEvent} for a inputing character
311 * Generate {@link OpenWnnEvent} for inputing characters
321 * Generate {@link OpenWnnEvent} for toggle inputing a character
331 * Generate {@link OpenWnnEvent} for replacing a character
341 * Generate {@link OpenWnnEvent} from {@link KeyEvent}
356 * Generate {@link OpenWnnEvent} from {@link KeyEvent}
366 * Generate {@link OpenWnnEvent} for selecting a candidate
377 * Generate {@link OpenWnnEvent} for dictionary managemen
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
opensslidentity.cc 55 // Generate a key pair. Caller is responsible for freeing the returned object.
87 // Generate a self-signed certificate, with the public key from the
156 OpenSSLKeyPair* OpenSSLKeyPair::Generate() {
190 OpenSSLCertificate* OpenSSLCertificate::Generate(
251 OpenSSLIdentity* OpenSSLIdentity::Generate(const std::string& common_name) {
252 OpenSSLKeyPair *key_pair = OpenSSLKeyPair::Generate();
255 OpenSSLCertificate::Generate(key_pair, common_name);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/
Tool.java 40 /** The main ANTLR entry point. Read a grammar and generate a parser. */
633 /** Create NFA, DFA and generate code for grammar.
649 // generate NFA early in case of crash later (for debugging)
654 // GENERATE CODE
731 System.err.println(" -depend generate file dependencies");
734 System.err.println(" -debug generate a parser that emits debugging events");
735 System.err.println(" -profile generate a parser that computes profiling information");
736 System.err.println(" -trace generate a recognizer that traces rule entry/exit");
737 System.err.println(" -nfa generate an NFA for each rule");
738 System.err.println(" -dfa generate a DFA for each decision point")
    [all...]
  /external/llvm/
CMakeLists.txt 34 # generate an in-tree build (unless on MSVC_IDE, where it is ok), and to make
230 option(LLVM_INCLUDE_TOOLS "Generate build targets for the LLVM tools." ON)
232 "Build the LLVM tools. If OFF, just generate build targets." ON)
234 option(LLVM_INCLUDE_RUNTIME "Generate build targets for the LLVM runtimes" ON)
236 "Build the LLVM runtime libraries. If OFF, just generate build targets." ON)
239 "Build the LLVM example programs. If OFF, just generate build targets." OFF)
240 option(LLVM_INCLUDE_EXAMPLES "Generate build targets for the LLVM examples" ON)
243 "Build LLVM unit tests. If OFF, just generate build targets." OFF)
244 option(LLVM_INCLUDE_TESTS "Generate build targets for the LLVM unit tests." ON)
264 # We use llvm-build to generate all the data required by the CMake base
    [all...]
  /cts/tools/utils/
buildCts.py 76 """Generate test descriptions for all packages."""
79 # individually generate descriptions not following conventions
82 # generate test descriptions for android tests
93 """Generate default test plans."""
131 """Generate the test description for the signature check."""
android_api_description_splitter.py 24 # 1. Read the xml file and generate DOM tree
25 # 2. Generate xml file for each tagname.
39 # when the tagname is specified as A, it will generate two xml files:
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/scripts/productBuild/
productBuild.xml 29 <!-- main entry point to setup, fetch, generate, build etc. Use -->
35 <antcall target="generateFeature"> <!-- Generate the feature to drive the fetch -->
39 <antcall target="generateFeature"> <!-- We are calling generate feature a second time so that we can get the pack / unpack clause fixed -->
42 <antcall target="generate" />
50 <!-- Generate a container feature based on the product file -->
  /external/icu4c/stubdata/
readme.txt 3 1. To generate ICU data files:run the icu_dat_generator.py script.
15 to generate the .dat file.
29 d. Run external/icu4c/runConfigureICU with "Linux" option to generate the
45 a vanilla ICU 4.8. icu_dat_generator.py uses this file to generate
80 4. Run external/icu4c/runConfigureICU with "Linux" option to generate the makefile.
  /external/libvpx/examples/includes/HTML-Toc-0.91/t/
options.t 52 # Generate ToC
90 # Generate ToC
122 # Generate ToC
149 # Generate ToC
176 # Generate ToC
  /external/openssl/apps/
prime.c 65 int generate=0; local
83 else if(!strcmp(*argv,"-generate"))
84 generate=1;
106 if (argv[0] == NULL && !generate)
123 if(generate)
  /external/protobuf/src/google/protobuf/compiler/
mock_code_generator.h 46 // Generate() produces some output which can be checked by ExpectCalled(). The
56 // MockCodeGenerator_Error: Causes Generate() to return false and set the
58 // MockCodeGenerator_Exit: Generate() prints "Saw message type
60 // MockCodeGenerator_Abort: Generate() prints "Saw message type
87 virtual bool Generate(const FileDescriptor* file,
  /external/v8/src/arm/
code-stubs-arm.h 49 void Generate(MacroAssembler* masm);
66 void Generate(MacroAssembler* masm);
112 void Generate(MacroAssembler* masm);
198 void Generate(MacroAssembler* masm);
249 // Generate code for copying characters using a simple loop. This should only
261 // Generate code for copying a large number of characters. This function
294 // Generate string hash.
311 // Flag that indicates how to generate code for the stub StringAddStub.
332 void Generate(MacroAssembler* masm);
355 void Generate(MacroAssembler* masm)
    [all...]
  /external/v8/src/mips/
code-stubs-mips.h 50 void Generate(MacroAssembler* masm);
67 void Generate(MacroAssembler* masm);
113 void Generate(MacroAssembler* masm);
199 void Generate(MacroAssembler* masm);
250 // Generate code for copying characters using a simple loop. This should only
262 // Generate code for copying a large number of characters. This function
295 // Generate string hash.
312 // Flag that indicates how to generate code for the stub StringAddStub.
333 void Generate(MacroAssembler* masm);
356 void Generate(MacroAssembler* masm)
    [all...]
  /frameworks/base/core/java/android/content/pm/
VerifierDeviceIdentity.java 72 * Generate a new device identity.
76 public static VerifierDeviceIdentity generate() { method in class:VerifierDeviceIdentity
78 return generate(sr);
82 * Generate a new device identity using a provided random number generator
89 static VerifierDeviceIdentity generate(Random rng) { method in class:VerifierDeviceIdentity
  /external/antlr/antlr-3.4/runtime/C/doxygen/
changes31.dox 30 /// supports remote debugging only (you cannot generate C, compile and debug it from the
32 /// you are using a version of ANTLRWorks that supports tree parser debugging. Generate
37 /// target environment is unknown, it is not prudent to generate notification status messages
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
IOExceptionTest.java 48 fail("Failed to generate exception");
74 fail("Failed to generate exception"); //$NON-NLS-1$
97 fail("Failed to generate exception"); //$NON-NLS-1$
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/
PBEParametersGenerator.java 70 * generate derived parameters for a key of length keySize.
78 * generate derived parameters for a key of length keySize, and
88 * generate derived parameters for a key of length keySize, specifically
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/generators/
OpenSSLPBEParametersGenerator.java 79 * Generate a key parameter derived from the password, salt, and iteration
97 * Generate a key with initialisation vector parameter derived from
119 * Generate a key parameter for use with a MAC derived from the password,
PKCS5S2ParametersGenerator.java 102 * Generate a key parameter derived from the password, salt, and iteration
119 * Generate a key with initialisation vector parameter derived from
140 * Generate a key parameter for use with a MAC derived from the password,
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/signers/
ECDSASigner.java 53 * generate a signature for the given message using the key we were
68 do // generate s
73 do // generate r
  /external/clang/include/clang/AST/
NSAPI.h 49 /// \brief Enumerates the NSArray methods used to generate literals.
69 /// \brief Enumerates the NSDictionary methods used to generate literals.
91 /// \brief Enumerates the NSNumber methods used to generate literals.
  /external/dropbear/libtomcrypt/src/modes/lrw/
lrw_start.c 74 /* generate the first table as it has no shifting (from which we make the other tables) */
81 /* now generate the rest of the tables based the previous table */
95 /* generate first pad */
  /external/llvm/test/CodeGen/CellSPU/
shift_ops.ll 62 ; Should not generate anything other than the return, arg1 << 0 = arg1
73 ; Should generate 0, 0 << arg1 = 0
84 ; Should not generate anything other than the return, arg1 << 0 = arg1
95 ; Should generate 0, 0 << arg1 = 0
106 ; Should not generate anything other than the return, arg1 << 0 = arg1
117 ; Should generate 0, 0 << arg1 = 0
162 ; Should not generate anything other than the return, arg1 << 0 = arg1
173 ; Should generate 0, 0 << arg1 = 0
184 ; Should not generate anything other than the return, arg1 << 0 = arg1
195 ; Should generate 0, 0 << arg1 =
    [all...]
  /external/protobuf/src/google/protobuf/compiler/java/
java_message.h 67 // Generate the class itself.
68 void Generate(io::Printer* printer);
70 // Generate code to register all contained extensions with an

Completed in 513 milliseconds

1 2 3 4 5 6 7 8 91011>>