HomeSort by relevance Sort by last modified time
    Searched full:engine (Results 51 - 75 of 3084) sorted by null

1 23 4 5 6 7 8 91011>>

  /libcore/luni/src/test/native/
test_openssl_engine.cpp 24 #include <openssl/engine.h>
30 #define TEST_ENGINE_NAME "libcore test engine"
42 static EVP_PKEY *test_load_key(ENGINE* e, const char *key_id,
64 rsa->engine = e;
72 static EVP_PKEY* test_load_privkey(ENGINE* e, const char* key_id, UI_METHOD*, void*) {
76 static EVP_PKEY* test_load_pubkey(ENGINE* e, const char* key_id, UI_METHOD*, void*) {
84 static int pkey_meths(ENGINE*, EVP_PKEY_METHOD** meth, const int** nids, int nid) {
100 static int test_engine_setup(ENGINE* e) {
114 static int test_engine_bind_fn(ENGINE *e, const char *id) {
  /external/svox/pico/lib/
picoctrl.h 66 picoctrl_Engine engine,
72 picoctrl_Engine engine,
78 picoctrl_Engine engine,
90 picoctrl_Engine engine
94 picoctrl_Engine engine
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/
ctor_engine_move.pass.cpp 12 // template<class Engine, size_t p, size_t r>
15 // explicit discard_block_engine(const Engine& e);
23 typedef std::ranlux24_base Engine;
25 Engine e;
26 Engine e0 = e;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/
ctor_engine_copy.pass.cpp 12 // template<class Engine, size_t w, class UIntType>
15 // explicit independent_bits_engine(const Engine& e);
23 typedef std::mt19937 Engine;
24 typedef std::independent_bits_engine<Engine, 24, unsigned> Adaptor;
25 Engine e;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/
ctor_engine_move.pass.cpp 12 // template<class Engine, size_t k>
15 // explicit shuffle_order_engine(const Engine& e);
23 typedef std::minstd_rand0 Engine;
25 Engine e;
26 Engine e0 = e;
  /external/chromium_org/third_party/openssl/openssl/crypto/engine/
eng_int.h 1 /* crypto/engine/eng_int.h */
68 /* Take public definitions from engine.h */
69 #include <openssl/engine.h>
76 * ENGINE structure will be monitored with a line of output on stderr for each
77 * change. This prints the engine's pointer address (truncated to unsigned int),
84 fprintf(stderr, "engine: %08x %s from %d to %d (%s:%d)\n", \
110 DECLARE_STACK_OF(ENGINE)
121 ENGINE *e, const int *nids, int num_nids, int setdefault);
122 void engine_table_unregister(ENGINE_TABLE **table, ENGINE *e);
125 ENGINE *engine_table_select(ENGINE_TABLE **table, int nid)
    [all...]
  /external/openssl/crypto/engine/
eng_int.h 1 /* crypto/engine/eng_int.h */
68 /* Take public definitions from engine.h */
69 #include <openssl/engine.h>
76 * ENGINE structure will be monitored with a line of output on stderr for each
77 * change. This prints the engine's pointer address (truncated to unsigned int),
84 fprintf(stderr, "engine: %08x %s from %d to %d (%s:%d)\n", \
110 DECLARE_STACK_OF(ENGINE)
121 ENGINE *e, const int *nids, int num_nids, int setdefault);
122 void engine_table_unregister(ENGINE_TABLE **table, ENGINE *e);
125 ENGINE *engine_table_select(ENGINE_TABLE **table, int nid)
    [all...]
  /external/chromium/chrome/browser/resources/options/
search_engine_manager_engine_list.js 11 * Creates a new search engine list item.
12 * @param {Object} searchEnigne The search engine this represents.
24 * Decorates an element as a search engine list item.
36 * Input field for editing the engine name.
43 * Input field for editing the engine keyword.
50 * Input field for editing the engine url.
74 var engine = this.searchEngine_;
76 if (engine['modelIndex'] == '-1') {
78 engine['name'] = '';
79 engine['keyword'] = ''
    [all...]
search_engine_manager.js 10 * Encapsulated handling of search engine management page.
26 * List for default search engine options
33 * List for other search engine options
51 * Sets up the given list as a search engine list
61 * Updates the search engine list with the given entries.
69 // Add a "new engine" row.
  /frameworks/wilhelm/tests/sandbox/
engine.c 26 printf("Get number of available engine interfaces\n");
34 printf("Engine number of supported interfaces %u\n", numSupportedInterfaces);
59 printf("Create an engine and request all available interfaces\n");
62 printf("Create engine with numSupportedInterfaces > 0 but NULL pointers\n");
71 printf("Create engine with no place to return the new engine object\n");
75 printf("Create engine with NULL interface pointer\n");
82 printf("Create an engine with numOptions > 0 but NULL pointer\n");
90 printf("Create engine with non-sensical option\n");
95 printf("Create an engine and require non-sensical volume interface\n")
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/workspace/HelloLicense/war/
index.html 4 <!-- the browser's rendering engine into -->
12 <title>Hello App Engine</title>
16 <h1>Hello App Engine!</h1>
  /external/chromium_org/chrome/browser/ui/webui/options/
search_engine_manager_browsertest.js 6 * TestFixture for search engine manager WebUI testing.
16 * Browse to the search engine manager.
29 // Test opening the search engine manager has correct location.
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
moduleimpl.h 37 //! An engine is registered with the module and the module then hooks the
38 //! appropriate parts of the engine to implement that set of features. It is
39 //! important to unregister modules before destructing the engine.
45 //! Register the engine with the module. Only one engine can be associated
47 //! already an engine registered.
48 XmppReturnStatus RegisterEngine(XmppEngine* engine);
50 //! Gets the engine that this module is attached to.
51 XmppEngine* engine();
62 //! to hook into and get stanzas and events from the engine
    [all...]
xmppengine_unittest.cc 50 XmppEngine* engine() { return engine_.get(); } function in class:XmppEngineTest
79 EXPECT_EQ(XmppEngine::STATE_START, engine()->GetState());
80 engine()->Connect();
81 EXPECT_EQ(XmppEngine::STATE_OPENING, engine()->GetState());
93 engine()->HandleInput(input.c_str(), input.length());
105 engine()->HandleInput(input.c_str(), input.length());
113 engine()->HandleInput(input.c_str(), input.length());
125 engine()->HandleInput(input.c_str(), input.length());
134 engine()->HandleInput(input.c_str(), input.length());
147 engine()->HandleInput(input.c_str(), input.length())
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/
search_engine_manager_handler.h 44 // Removes the search engine at the given index. Called from WebUI.
47 // Sets the search engine at the given index to be default. Called from WebUI.
50 // Starts an edit session for the search engine at the given index. If the
51 // index is -1, starts editing a new search engine instead of an existing one.
55 // Validates the given search engine values, and reports the results back
67 // Returns a dictionary to pass to WebUI representing the given search engine.
  /external/chromium/chrome/browser/sync/engine/
build_commit_command.h 10 #include "chrome/browser/sync/engine/syncer_command.h"
11 #include "chrome/browser/sync/engine/syncproto.h"
  /external/chromium_org/third_party/freetype/include/freetype/internal/services/
svtteng.h 5 /* The FreeType TrueType engine query service (specification). */
33 #define FT_SERVICE_ID_TRUETYPE_ENGINE "truetype-engine"
  /external/chromium_org/third_party/icu/source/common/
dictbe.h 35 * The set of characters handled by this engine
42 * The set of break types handled by this engine
59 * @param breakTypes A bitmap of types handled by the engine.
69 * <p>Indicate whether this engine handles a particular character for
72 * @param c A character which begins a run that the engine might handle
74 * @return TRUE if this engine handles the particular character and break
83 * the end of the run of characters which the engine is capable of handling
103 * <p>Set the character set handled by this engine.</p>
105 * @param set A UnicodeSet of the set of characters handled by the engine
110 * <p>Set the break types handled by this engine.</p
    [all...]
  /external/freetype/include/freetype/internal/services/
svtteng.h 5 /* The FreeType TrueType engine query service (specification). */
33 #define FT_SERVICE_ID_TRUETYPE_ENGINE "truetype-engine"
  /external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-assamese/utrrs/
README 2 A system to compare a reference image of a text character, word or phrase with another image of the character, word or phrase that was rendered by a text rendering engine. Differences between the reference image and the rendered image may be recorded for subsequent analysis. Performance of a text rendering engine producing text according to typographical rules applicable to a natural language can be evaluated by one with no knowledge or ability to read the natural language
  /external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-bengali/utrrs/
README 2 A system to compare a reference image of a text character, word or phrase with another image of the character, word or phrase that was rendered by a text rendering engine. Differences between the reference image and the rendered image may be recorded for subsequent analysis. Performance of a text rendering engine producing text according to typographical rules applicable to a natural language can be evaluated by one with no knowledge or ability to read the natural language
  /external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-devanagari/utrrs/
README 2 A system to compare a reference image of a text character, word or phrase with another image of the character, word or phrase that was rendered by a text rendering engine. Differences between the reference image and the rendered image may be recorded for subsequent analysis. Performance of a text rendering engine producing text according to typographical rules applicable to a natural language can be evaluated by one with no knowledge or ability to read the natural language
  /external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-gujarati/utrrs/
README 2 A system to compare a reference image of a text character, word or phrase with another image of the character, word or phrase that was rendered by a text rendering engine. Differences between the reference image and the rendered image may be recorded for subsequent analysis. Performance of a text rendering engine producing text according to typographical rules applicable to a natural language can be evaluated by one with no knowledge or ability to read the natural language
  /external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-gurmukhi/utrrs/
README 2 A system to compare a reference image of a text character, word or phrase with another image of the character, word or phrase that was rendered by a text rendering engine. Differences between the reference image and the rendered image may be recorded for subsequent analysis. Performance of a text rendering engine producing text according to typographical rules applicable to a natural language can be evaluated by one with no knowledge or ability to read the natural language
  /external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-kannada/utrrs/
README 2 A system to compare a reference image of a text character, word or phrase with another image of the character, word or phrase that was rendered by a text rendering engine. Differences between the reference image and the rendered image may be recorded for subsequent analysis. Performance of a text rendering engine producing text according to typographical rules applicable to a natural language can be evaluated by one with no knowledge or ability to read the natural language

Completed in 521 milliseconds

1 23 4 5 6 7 8 91011>>