HomeSort by relevance Sort by last modified time
    Searched full:engine (Results 301 - 325 of 2141) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random 213 * non-uniform random number generation engine.
265 engine()
273 engine() const
363 * Constructs a %linear_congruential random number generator engine with
373 * Constructs a %linear_congruential random number generator engine
383 * Reseeds the %linear_congruential random number generator engine
392 * Reseeds the %linear_congruential random number generator engine
469 * Sets the state of the engine by reading its textual
628 * generator engine @p __x into the output stream @p __os.
631 * @param __x A % mersenne_twister random number generator engine
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random 213 * non-uniform random number generation engine.
265 engine()
273 engine() const
363 * Constructs a %linear_congruential random number generator engine with
373 * Constructs a %linear_congruential random number generator engine
383 * Reseeds the %linear_congruential random number generator engine
392 * Reseeds the %linear_congruential random number generator engine
469 * Sets the state of the engine by reading its textual
628 * generator engine @p __x into the output stream @p __os.
631 * @param __x A % mersenne_twister random number generator engine
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
random 213 * non-uniform random number generation engine.
265 engine()
273 engine() const
363 * Constructs a %linear_congruential random number generator engine with
373 * Constructs a %linear_congruential random number generator engine
383 * Reseeds the %linear_congruential random number generator engine
392 * Reseeds the %linear_congruential random number generator engine
469 * Sets the state of the engine by reading its textual
628 * generator engine @p __x into the output stream @p __os.
631 * @param __x A % mersenne_twister random number generator engine
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
random.h 223 * non-uniform random number generation engine.
275 engine() function in class:variate_generator
283 engine() const function in class:variate_generator
373 * Constructs a %linear_congruential random number generator engine with
383 * Constructs a %linear_congruential random number generator engine
393 * Reseeds the %linear_congruential random number generator engine
402 * Reseeds the %linear_congruential random number generator engine
479 * Sets the state of the engine by reading its textual
638 * generator engine @p __x into the output stream @p __os.
641 * @param __x A % mersenne_twister random number generator engine
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
random.h 223 * non-uniform random number generation engine.
275 engine() function in class:variate_generator
283 engine() const function in class:variate_generator
373 * Constructs a %linear_congruential random number generator engine with
383 * Constructs a %linear_congruential random number generator engine
393 * Reseeds the %linear_congruential random number generator engine
402 * Reseeds the %linear_congruential random number generator engine
479 * Sets the state of the engine by reading its textual
638 * generator engine @p __x into the output stream @p __os.
641 * @param __x A % mersenne_twister random number generator engine
    [all...]
  /external/openssl/
openssl.config 81 README.ENGINE \
133 crypto/engine/Makefile \
134 crypto/engine/eng_rdrand.c \
135 crypto/engine/eng_rsax.c \
533 crypto/engine/eng_all.c \
534 crypto/engine/eng_cnf.c \
535 crypto/engine/eng_ctrl.c \
536 crypto/engine/eng_dyn.c \
537 crypto/engine/eng_err.c \
538 crypto/engine/eng_fat.c
    [all...]
  /external/chromium/chrome/browser/ui/views/
first_run_search_engine_view.cc 200 // We only watch the search engine model change once, on load. Remove
209 // If we have fewer than two search engines, end search engine dialog
210 // immediately, leaving imported default search engine setting intact.
218 // Is user's default search engine included in first three prepopulated
219 // set? If not, we need to expand the dialog to include a fourth engine.
228 // We show 4 logos when the default search engine the user has chosen is
241 // Now that we know what size the logos should be, create new search engine
284 // button names from "Choose" to the name of the search engine. This works
328 // Add title and text asking the user to choose a search engine:
375 // Set text describing search engine hooked into omnibox
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.garbagecollector_1.0.100.v20100503.jar 
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediaengine.h 62 // MediaEngine is an abstraction of a media engine which can be subclassed
69 // Capabilities of the media engine.
77 // Bitmask flags for options that may be supported by the media engine
91 // Starts the engine.
93 // Shuts down the engine.
95 // Returns what the engine is capable of, as a set of Capabilities, above.
154 // voice and video engine classes.
280 // a video engine is desired.
309 // a voice engine is desired.
  /external/openssl/apps/
genpkey.c 65 #include <openssl/engine.h>
69 const char *file, ENGINE *e);
78 ENGINE *e = NULL;
121 else if (strcmp(*args,"-engine") == 0)
206 BIO_printf(bio_err, "-engine e use engine e, possibly a hardware device.\n");
316 const char *file, ENGINE *e)
364 const char *algname, ENGINE *e, int do_param)
368 ENGINE *tmpeng = NULL;
  /frameworks/base/docs/html/google/gcm/
server.jd 23 <li><a href="#appengine-setup">Using App Engine for Java</a></li>
53 <li><a href="http://code.google.com/appengine/">Java App Engine SDK</a> version 1.6 or later.</li>
108 <h3 id="appengine-setup">Using App Engine for Java</h3>
110 <p>To set up the server using a standard App Engine for Java:</p>
116 <p class="note"><strong>Note:</strong> The API key value set in that class will be used just once to create a persistent entity on App Engine. If you deploy the application, you can use App Engine's <code>Datastore Viewer</code> to change it later.</p>
120 <li>Start the development App Engine server by <code>ant runserver</code>, using the <code>-Dsdk.dir</code> to indicate the location of the App Engine SDK and <code>-Dserver.host</code> to set your server's hostname or IP address:</li>
146 [java] SEVERE: Created fake key. Please go to App Engine admin console, change its value to your API Key (the entity type is 'Settings' and its field to be changed is 'ApiKey'), then restart the server!
  /libcore/luni/src/main/java/java/security/
MessageDigest.java 21 import org.apache.harmony.security.fortress.Engine;
53 // Used to access common engine functionality
54 private static final Engine ENGINE = new Engine("MessageDigest");
91 Engine.SpiAndProvider sap = ENGINE.getInstance(algorithm, null);
157 Object spi = ENGINE.getInstance(algorithm, provider, null);
332 * Returns the engine digest length in bytes. If the implementation does not
  /external/chromium/chrome/browser/sync/engine/
process_updates_command.cc 5 #include "chrome/browser/sync/engine/process_updates_command.h"
10 #include "chrome/browser/sync/engine/syncer.h"
11 #include "chrome/browser/sync/engine/syncer_proto_util.h"
12 #include "chrome/browser/sync/engine/syncer_util.h"
13 #include "chrome/browser/sync/engine/syncproto.h"
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
mysql-modelingschema.dump 39 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
68 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
94 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
117 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
141 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  /external/icu4c/samples/layout/
cgnomelayout.c 30 static FT_Library engine; variable
307 FT_Init_FreeType(&engine);
312 fontMap = fm_gnomeFontMapOpen(engine, "FontMap.Gnome", 24, guiSupport, &fontStatus);
316 FT_Done_FreeType(engine);
339 FT_Done_FreeType(engine);
gnomelayout.cpp 40 static FT_Library engine; variable
305 FT_Init_FreeType(&engine);
310 fontMap = new GnomeFontMap(engine, "FontMap.Gnome", 24, guiSupport, fontStatus);
314 FT_Done_FreeType(engine);
338 FT_Done_FreeType(engine);
  /external/openssl/crypto/engine/
eng_fat.c 1 /* crypto/engine/eng_fat.c */
64 int ENGINE_set_default(ENGINE *e, unsigned int flags)
137 int ENGINE_set_default_string(ENGINE *e, const char *def_list)
150 int ENGINE_register_complete(ENGINE *e)
176 ENGINE *e;
  /external/svox/PicoLangInstallerDeuDeu/src/com/svox/pico/voice/deu/deu/
InstallerActivity.java 43 rootDirectory = data.getStringExtra(TextToSpeech.Engine.EXTRA_VOICE_DATA_ROOT_DIRECTORY);
130 new Intent(TextToSpeech.Engine.ACTION_TTS_DATA_INSTALLED);
131 installCompleteIntent.putExtra(TextToSpeech.Engine.EXTRA_TTS_DATA_INSTALLED,
140 new Intent(TextToSpeech.Engine.ACTION_TTS_DATA_INSTALLED);
141 installCompleteIntent.putExtra(TextToSpeech.Engine.EXTRA_TTS_DATA_INSTALLED,
  /external/svox/PicoLangInstallerEngGbr/src/com/svox/pico/voice/eng/gbr/
InstallerActivity.java 43 rootDirectory = data.getStringExtra(TextToSpeech.Engine.EXTRA_VOICE_DATA_ROOT_DIRECTORY);
130 new Intent(TextToSpeech.Engine.ACTION_TTS_DATA_INSTALLED);
131 installCompleteIntent.putExtra(TextToSpeech.Engine.EXTRA_TTS_DATA_INSTALLED,
140 new Intent(TextToSpeech.Engine.ACTION_TTS_DATA_INSTALLED);
141 installCompleteIntent.putExtra(TextToSpeech.Engine.EXTRA_TTS_DATA_INSTALLED,
  /external/svox/PicoLangInstallerEngUsa/src/com/svox/pico/voice/eng/usa/
InstallerActivity.java 43 rootDirectory = data.getStringExtra(TextToSpeech.Engine.EXTRA_VOICE_DATA_ROOT_DIRECTORY);
130 new Intent(TextToSpeech.Engine.ACTION_TTS_DATA_INSTALLED);
131 installCompleteIntent.putExtra(TextToSpeech.Engine.EXTRA_TTS_DATA_INSTALLED,
140 new Intent(TextToSpeech.Engine.ACTION_TTS_DATA_INSTALLED);
141 installCompleteIntent.putExtra(TextToSpeech.Engine.EXTRA_TTS_DATA_INSTALLED,
  /external/svox/PicoLangInstallerFraFra/src/com/svox/pico/voice/fra/fra/
InstallerActivity.java 43 rootDirectory = data.getStringExtra(TextToSpeech.Engine.EXTRA_VOICE_DATA_ROOT_DIRECTORY);
130 new Intent(TextToSpeech.Engine.ACTION_TTS_DATA_INSTALLED);
131 installCompleteIntent.putExtra(TextToSpeech.Engine.EXTRA_TTS_DATA_INSTALLED,
140 new Intent(TextToSpeech.Engine.ACTION_TTS_DATA_INSTALLED);
141 installCompleteIntent.putExtra(TextToSpeech.Engine.EXTRA_TTS_DATA_INSTALLED,
  /external/svox/PicoLangInstallerItaIta/src/com/svox/pico/voice/ita/ita/
InstallerActivity.java 43 rootDirectory = data.getStringExtra(TextToSpeech.Engine.EXTRA_VOICE_DATA_ROOT_DIRECTORY);
130 new Intent(TextToSpeech.Engine.ACTION_TTS_DATA_INSTALLED);
131 installCompleteIntent.putExtra(TextToSpeech.Engine.EXTRA_TTS_DATA_INSTALLED,
140 new Intent(TextToSpeech.Engine.ACTION_TTS_DATA_INSTALLED);
141 installCompleteIntent.putExtra(TextToSpeech.Engine.EXTRA_TTS_DATA_INSTALLED,
  /external/svox/PicoLangInstallerSpaEsp/src/com/svox/pico/voice/spa/esp/
InstallerActivity.java 43 rootDirectory = data.getStringExtra(TextToSpeech.Engine.EXTRA_VOICE_DATA_ROOT_DIRECTORY);
130 new Intent(TextToSpeech.Engine.ACTION_TTS_DATA_INSTALLED);
131 installCompleteIntent.putExtra(TextToSpeech.Engine.EXTRA_TTS_DATA_INSTALLED,
140 new Intent(TextToSpeech.Engine.ACTION_TTS_DATA_INSTALLED);
141 installCompleteIntent.putExtra(TextToSpeech.Engine.EXTRA_TTS_DATA_INSTALLED,
  /external/svox/pico/
AndroidManifest.xml 34 <action android:name="android.speech.tts.engine.INSTALL_TTS_DATA" />
48 <action android:name="android.speech.tts.engine.TTS_DATA_INSTALLED" />
55 <action android:name="android.speech.tts.engine.CHECK_TTS_DATA" />
63 <action android:name="android.speech.tts.engine.GET_SAMPLE_TEXT" />
70 <action android:name="android.speech.tts.engine.CONFIGURE_ENGINE" />
  /external/svox/picolanginstaller/src/com/svox/langpack/installer/
InstallerActivity.java 44 rootDirectory = data.getStringExtra(TextToSpeech.Engine.EXTRA_VOICE_DATA_ROOT_DIRECTORY);
131 new Intent(TextToSpeech.Engine.ACTION_TTS_DATA_INSTALLED);
132 installCompleteIntent.putExtra(TextToSpeech.Engine.EXTRA_TTS_DATA_INSTALLED,
140 new Intent(TextToSpeech.Engine.ACTION_TTS_DATA_INSTALLED);
141 installCompleteIntent.putExtra(TextToSpeech.Engine.EXTRA_TTS_DATA_INSTALLED,

Completed in 2084 milliseconds

<<11121314151617181920>>