/system/keymaster/ |
rsa_keymaster1_key.cpp | 35 // For pubkey ops we can use the normal operation factories.
|
/external/jsoncpp/src/test_lib_json/ |
jsontest.h | 175 typedef std::deque<TestCaseFactory> Factories; 176 Factories tests_;
|
/frameworks/base/core/java/android/widget/ |
RemoteViewsService.java | 38 // reclaimed), the references to the factories that are created need to be stored and used when 254 * To be implemented by the derived service to generate appropriate factories for
|
/libcore/ojluni/src/main/java/javax/net/ |
ServerSocketFactory.java | 35 * factories, which create particular types of server sockets. This 41 * <P> Like socket factories, server Socket factory instances have
|
/external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/ |
LogFactory.java | 122 protected static Hashtable factories = null; field in class:LogFactory 263 * to care about factories. 278 * to care about factories.
|
/libcore/ojluni/src/main/java/javax/crypto/ |
SecretKeyFactory.java | 40 * <P> Key factories are used to convert <I>keys</I> (opaque 44 * Secret key factories operate only on secret (symmetric) keys. 46 * <P> Key factories are bi-directional, i.e., they allow to build an opaque
|
/external/testng/ |
TODO.txt | 41 * Use factories for the programmatic API. 87 * Iterator factories
|
/libcore/ojluni/src/main/java/javax/net/ssl/ |
HttpsURLConnection.java | 303 * The socket factories are used when creating sockets for secure 331 * The socket factories are used when creating sockets for secure
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
SSLUtils.java | 52 // All secure factories are the same; all insecure factories are associated with HostAuth's
|
/external/apache-http/src/org/apache/http/conn/ |
ClientConnectionOperator.java | 49 * {@link SocketFactory socket factories}.
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/closure/ |
xmlhttp.js | 110 * Sets the factories for creating XMLHttpRequest objects and their options.
|
/external/chromium-trace/catapult/third_party/webapp2/webapp2_extras/ |
mako.py | 91 # Factories -------------------------------------------------------------------
|
/external/dagger2/ |
CHANGELOG.md | 44 - factories for `@Inject` constructors and modules
|
/external/deqp/framework/opengl/ |
gluContextFactory.hpp | 23 * \brief Base class for GLContext factories.
|
/external/guava/guava/src/com/google/common/net/ |
HostSpecifier.java | 99 // TODO(user): different versions of this for different factories?
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
UFormat.java | 71 * for use by factories or other entities that create objects of
|
/external/opencv/otherlibs/highgui/ |
grfmt_base.h | 108 ////////////////////////////// base class for filter factories //////////////////
|
/external/opencv3/modules/stitching/include/opencv2/stitching/ |
warpers.hpp | 53 /** @brief Image warper factories base class.
|
/external/skia/include/effects/ |
SkGradientShader.h | 15 SkGradientShader hosts factories for creating subclasses of SkShader that
|
/external/skia/src/core/ |
SkReadBuffer.h | 187 * Call this with a pre-loaded array of Factories, in the same order as
|
/external/skia/src/gpu/ |
GrResourceProvider.h | 85 * Factories for GrPath and GrPathRange objects. It's an error to call these if path rendering
|
/external/testng/doc/ |
book.html | 30 code for today's mission-critical environments.</p><p>This book</p><ul><li>Illuminates the tradeoffs associated with testing, so you can make better decisions about what and how to test</li><li>Introduces TestNG, explains its goals and features, and shows how to apply them in real-world environments</li><li>Shows how to integrate TestNG with your existing code, development frameworks, and software libraries </li><li>Demonstrates how to test crucial code features, such as encapsulation, state sharing, scopes, and thread safety</li><li>Shows how to test application elements, including JavaEE APIs, databases, Web pages, and XML files </li><li>Presents advanced techniques: testing partial failures, factories, dependent testing, remote invocation, cluster-based test farms, and more</li><li>Walks through installing and using TestNG plug-ins for Eclipse, and IDEA</li><li>Contains extensive code examples</li></ul><p>Whether you use TestNG, JUnit, or another testing framework, the !
|
/external/webrtc/talk/media/devices/ |
devicemanager.h | 80 // ownership of the factories.
|
/frameworks/base/core/java/org/apache/http/conn/scheme/ |
SocketFactory.java | 135 * Note that socket factories are <i>not</i> required to
|
/frameworks/base/services/core/java/com/android/server/firewall/ |
IntentFirewall.java | 80 FilterFactory[] factories = new FilterFactory[] { typedefs 104 factoryMap = new HashMap<String, FilterFactory>(factories.length * 4 / 3); 105 for (int i=0; i<factories.length; i++) { 106 FilterFactory factory = factories[i];
|