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

1 2 3 4 5 6 7 8 91011>>

  /libcore/support/src/test/java/libcore/java/security/
StandardNames.java 62 private static void provide(String type, String algorithm) { method in class:StandardNames
80 provide("AlgorithmParameterGenerator", "DSA");
81 provide("AlgorithmParameterGenerator", "DiffieHellman");
82 provide("AlgorithmParameters", "AES");
83 provide("AlgorithmParameters", "Blowfish");
84 provide("AlgorithmParameters", "DES");
85 provide("AlgorithmParameters", "DESede");
86 provide("AlgorithmParameters", "DSA");
87 provide("AlgorithmParameters", "DiffieHellman");
88 provide("AlgorithmParameters", "OAEP")
    [all...]
  /build/target/board/generic_x86/
buildspec-generic_x86.mk 6 # Useful for emulators that don't provide a wifi connection.
  /dalvik/vm/compiler/template/armv5te-vfp/
fbinop.S 2 * Generic 32-bit floating point operation. Provide an "instr" line that
fbinopWide.S 2 * Generic 64-bit floating point operation. Provide an "instr" line that
funop.S 2 * Generic 32bit-to-32bit floating point unary operation. Provide an
funopNarrower.S 2 * Generic 64bit-to-32bit floating point unary operation. Provide an
funopWider.S 2 * Generic 32bit-to-64bit floating point unary operation. Provide an
  /frameworks/base/tools/layoutlib/
README 2 The goal of the library is to provide layout rendering in Eclipse that are very very close to their rendering on devices.
  /libcore/luni/src/main/java/java/sql/
package.html 8 <p>Note that you must provide your own JDBC driver.</p>
  /external/elfutils/src/
elf32-i386.script 40 PROVIDE (__etext = .);
41 PROVIDE (_etext = .);
42 PROVIDE (etext = .);
51 PROVIDE (__preinit_array_start = .);
56 PROVIDE (__preinit_array_end = .);
57 PROVIDE (__init_array_start = .);
62 PROVIDE (__init_array_end = .);
63 PROVIDE (__fini_array_start = .);
68 PROVIDE (__fini_array_end = .);
144 PROVIDE (edata = .)
    [all...]
  /dalvik/vm/mterp/x86/
unop.S 3 * Generic 32-bit unary operation. Provide an "instr" line that
  /development/samples/SoftKeyboard/
_index.html 3 to be a complete soft keyboard implementation. Its purpose is to provide
  /external/protobuf/m4/
ac_system_extensions.m4 1 dnl Provide AC_USE_SYSTEM_EXTENSIONS for old autoconf machines.
  /frameworks/base/core/java/android/provider/
package.html 7 provide simplified methods of adding or retrieving data from these content
  /frameworks/base/opengl/include/GLES/
egl.h 2 * Skeleton egl.h to provide compatibility for early GLES 1.0
  /frameworks/base/test-runner/src/android/test/mock/
MockDialogInterface.java 9 * {@link java.lang.UnsupportedOperationException}. Override it to provide the operations that you
  /build/core/
armelflib.x 12 /* PROVIDE (__executable_start = 0x8000); . = 0x8000; */
32 PROVIDE (__etext = .);
33 PROVIDE (_etext = .);
34 PROVIDE (etext = .);
58 PROVIDE (__preinit_array_start = .);
60 PROVIDE (__preinit_array_end = .);
61 PROVIDE (__init_array_start = .);
63 PROVIDE (__init_array_end = .);
64 PROVIDE (__fini_array_start = .);
66 PROVIDE (__fini_array_end = .)
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/
template.js 29 var SECTION = ""; // if ECMA test, provide section number
31 var TITLE = ""; // Provide ECMA section title or description
32 var BUGNUMBER = ""; // Provide URL to bugsplat or bugzilla report
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
IDescription.java 20 * Interface for elements that can provide a description of themselves.
28 * elaborate than what {@link #toString()} would provide.
36 * elaborate than what {@link #toString()} would provide.
  /external/webkit/JavaScriptCore/tests/mozilla/
template.js 29 var SECTION = ""; // provide a document reference (ie, ECMA section)
31 var TITLE = ""; // Provide ECMA section title or a description
32 var BUGNUMBER = ""; // Provide URL to bugsplat or bugzilla report
  /external/clearsilver/man/man3/
nerr_raise.3 26 automagically recorded for you. You just provide the
  /external/expat/tests/
README.txt 2 tests provide general unit testing and regression coverage. The tests
  /external/icu4c/test/intltest/
simplethread.h 20 virtual void run(void) = 0; // Override this to provide the code to run
  /external/qemu/
i386.ld 65 PROVIDE (etext = .);
68 PROVIDE (__preinit_array_start = .);
70 PROVIDE (__preinit_array_end = .);
71 PROVIDE (__init_array_start = .);
73 PROVIDE (__init_array_end = .);
74 PROVIDE (__fini_array_start = .);
76 PROVIDE (__fini_array_end = .);
108 PROVIDE (edata = .);
118 PROVIDE (end = .);
ia64.ld 10 PROVIDE (__executable_start = 0x60000000); . = 0x60000000 + SIZEOF_HEADERS;
66 PROVIDE (__etext = .);
67 PROVIDE (_etext = .);
68 PROVIDE (etext = .);
85 PROVIDE (__preinit_array_start = .);
87 PROVIDE (__preinit_array_end = .);
88 PROVIDE (__init_array_start = .);
90 PROVIDE (__init_array_end = .);
91 PROVIDE (__fini_array_start = .);
93 PROVIDE (__fini_array_end = .)
    [all...]

Completed in 1237 milliseconds

1 2 3 4 5 6 7 8 91011>>