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

1 2 3 4 5 6 7 8 91011>>

  /libcore/support/src/test/java/libcore/java/security/
StandardNames.java 96 private static void provide(String type, String algorithm) { method in class:StandardNames
130 provide("AlgorithmParameterGenerator", "DSA");
131 provide("AlgorithmParameterGenerator", "DiffieHellman");
132 provide("AlgorithmParameters", "AES");
133 provide("AlgorithmParameters", "Blowfish");
134 provide("AlgorithmParameters", "DES");
135 provide("AlgorithmParameters", "DESede");
136 provide("AlgorithmParameters", "DSA");
137 provide("AlgorithmParameters", "DiffieHellman");
138 provide("AlgorithmParameters", "OAEP")
    [all...]
  /external/chromium_org/ppapi/utility/
README.txt 1 The classes in ppapi/utility are helper classes that provide higher-level
  /external/llvm/docs/_templates/
indexsidebar.html 1 {# This template defines sidebar which can be used to provide common links on
  /external/mockito/src/org/mockito/exceptions/verification/junit/
package.html 7 JUnit integration to provide better support for junit runners in IDEs.
  /frameworks/base/docs/html/training/
best-security.jd 8 <p>These classes and articles provide information about how to
testing.jd 6 <p>These classes and articles provide information about how to
  /external/clang/test/SemaObjC/
builtin_objc_lib_functions.m 4 // expected-note {{please include the header <objc/runtime.h> or explicitly provide a declaration for 'objc_getClass'}}
8 // expected-note {{please include the header <objc/runtime.h> or explicitly provide a declaration for 'objc_getMetaClass'}}
11 // expected-note {{please include the header <objc/runtime.h> or explicitly provide a declaration for 'objc_enumerationMutation'}}
14 // expected-note {{please include the header <objc/message.h> or explicitly provide a declaration for 'objc_msgSend_fpret'}}
18 // expected-note {{please include the header <objc/message.h> or explicitly provide a declaration for 'objc_msgSendSuper'}}
23 // expected-note {{please include the header <objc/objc-auto.h> or explicitly provide a declaration for 'objc_assign_strongCast'}}
28 // expected-note {{please include the header <objc/objc-exception.h> or explicitly provide a declaration for 'objc_exception_match'}}
builtin_objc_nslog.m 7 // expected-note {{please include the header <Foundation/NSObjCRuntime.h> or explicitly provide a declaration for 'NSLog'}}
12 // expected-note {{please include the header <Foundation/NSObjCRuntime.h> or explicitly provide a declaration for 'NSLogv'}}
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
requireprovidesorter.py 17 """Contains logic for sorting goog.provide and goog.require statements.
19 Closurized JavaScript files use goog.provide and goog.require statements at the
26 RequireProvideSorter: Handles checking/fixing of provide/require statements.
39 """Checks for and fixes alphabetization of provide and require statements.
42 goog.provide or goog.require statement are associated with that statement and
47 """Checks alphabetization of goog.provide statements.
49 Iterates over tokens in given token stream, identifies goog.provide tokens,
54 token: A token in the token stream before any goog.provide tokens.
57 A tuple containing the first provide token in the token stream and a list
62 None is returned if all goog.provide statements are already sorted
    [all...]
  /external/chromium_org/third_party/closure_linter/closure_linter/
requireprovidesorter.py 17 """Contains logic for sorting goog.provide and goog.require statements.
19 Closurized JavaScript files use goog.provide and goog.require statements at the
26 RequireProvideSorter: Handles checking/fixing of provide/require statements.
39 """Checks for and fixes alphabetization of provide and require statements.
42 goog.provide or goog.require statement are associated with that statement and
47 """Checks alphabetization of goog.provide statements.
49 Iterates over tokens in given token stream, identifies goog.provide tokens,
54 token: A token in the token stream before any goog.provide tokens.
57 A tuple containing the first provide token in the token stream and a list
62 None is returned if all goog.provide statements are already sorted
    [all...]
  /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
  /development/samples/browseable/BasicImmersiveMode/
_index.jd 8 <p>Android 4.4 introduces a way for you to provide a more immersive screen
  /external/chromium_org/content/renderer/media/
video_frame_provider.h 18 // Define an interface to provide a sequence of video frames to clients.
27 // Start to provide video frames to the caller.
30 // Stop to provide video frames to the caller.
33 // Resume to provide video frames to the caller after being paused.
  /external/chromium_org/third_party/skia/gyp/
chromeos_deps.gyp 2 # platform. The OS doesn't provide many stable libraries as part of the
  /external/iputils/
in6_flowlabel.h 1 /* The in6_flowlabel.h file in the iputils distribution exists to provide
  /external/skia/gyp/
chromeos_deps.gyp 2 # platform. The OS doesn't provide many stable libraries as part of the
  /external/tinyalsa/
README 5 - Provide a basic pcm and mixer API
  /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.
  /external/elfutils/src/
elf32-i386.script 43 PROVIDE (__etext = .);
44 PROVIDE (_etext = .);
45 PROVIDE (etext = .);
55 PROVIDE (__preinit_array_start = .);
60 PROVIDE (__preinit_array_end = .);
61 PROVIDE (__init_array_start = .);
66 PROVIDE (__init_array_end = .);
67 PROVIDE (__fini_array_start = .);
72 PROVIDE (__fini_array_end = .);
158 PROVIDE (edata = .)
    [all...]
  /external/chromium_org/remoting/protocol/
util.h 22 // Serialize the Protocol Buffer message and provide sufficient framing for
24 // This will provide sufficient prefix and suffix for the receiver side to
  /external/chromium_org/third_party/leveldatabase/src/port/
thread_annotations.h 7 // Some environments provide custom macros to aid in static thread-safety
8 // analysis. Provide empty definitions of such macros unless they are already

Completed in 1116 milliseconds

1 2 3 4 5 6 7 8 91011>>