HomeSort by relevance Sort by last modified time
    Searched full:create (Results 201 - 225 of 31395) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/sqlite/src/test/
analyze.test 66 CREATE INDEX stat1idx ON sqlite_stat1(idx);
71 CREATE INDEX main.stat1idx ON SQLite_stat1(idx);
91 CREATE TABLE t1(a,b);
111 # Create some indices that can be analyzed. But do not yet add
116 CREATE INDEX t1i1 ON t1(a);
123 CREATE INDEX t1i2 ON t1(b);
130 CREATE INDEX t1i3 ON t1(a,b);
164 CREATE TABLE t2 AS SELECT * FROM t1;
165 CREATE INDEX t2i1 ON t2(a);
166 CREATE INDEX t2i2 ON t2(b)
    [all...]
default.test 24 CREATE TABLE t1(
35 CREATE TABLE t2(
45 CREATE TABLE t3(
55 CREATE TABLE t4(c DEFAULT 'abc');
  /hardware/qcom/media/mm-core/src/7627A/
qc_registry_table_android.c 43 NULL, // Create instance function
59 NULL, // Create instance function
75 NULL, // Create instance function
91 NULL, // Create instance function
107 NULL, // Create instance function
123 NULL, // Create instance function
139 NULL, // Create instance function
155 NULL, // Create instance function
171 NULL, // Create instance function
187 NULL, // Create instance functio
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t058rewriteAST38.g 4 a : atom -> ^({this.adaptor.create(INT,"9")} atom) ;
t058rewriteAST39.g 4 a : atom -> {this.adaptor.create(INT,"9")} atom ;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERSequence.java 12 * create an empty sequence
19 * create a sequence containing one object
28 * create a sequence containing a vector of objects.
37 * create a sequence containing an array of objects.
DLSequence.java 12 * create an empty sequence
19 * create a sequence containing one object
28 * create a sequence containing a vector of objects.
37 * create a sequence containing an array of objects.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
RuntimeCryptoException.java 17 * create a RuntimeCryptoException with the given message.
  /external/chromium/chrome/browser/speech/
speech_input_bubble_browsertest.cc 24 scoped_ptr<SpeechInputBubble> bubble(SpeechInputBubble::Create(
31 scoped_ptr<SpeechInputBubble> bubble(SpeechInputBubble::Create(
39 scoped_ptr<SpeechInputBubble> bubble(SpeechInputBubble::Create(
48 scoped_ptr<SpeechInputBubble> bubble(SpeechInputBubble::Create(
  /external/chromium/chrome/browser/ui/views/status_icons/
status_tray_gtk.cc 8 StatusTray* StatusTray::Create() {
  /external/chromium/crypto/
rsa_private_key_nss_unittest.cc 32 // Create a keypair, which will put the keys in the user's NSSDB.
33 scoped_ptr<crypto::RSAPrivateKey> key_pair(RSAPrivateKey::Create(256));
45 // Create a keypair, which will put the keys in the user's NSSDB.
46 scoped_ptr<crypto::RSAPrivateKey> key_pair(RSAPrivateKey::Create(256));
  /external/chromium_org/chrome/browser/profiles/
profile_shortcut_manager_stub.cc 13 ProfileShortcutManager* ProfileShortcutManager::Create(
  /external/chromium_org/chrome/browser/ui/android/
status_tray_android.cc 9 StatusTray* StatusTray::Create() {
  /external/chromium_org/chrome/browser/ui/views/frame/
native_browser_frame_factory_chromeos.cc 9 NativeBrowserFrame* NativeBrowserFrameFactory::Create(
native_browser_frame_factory_win.cc 9 NativeBrowserFrame* NativeBrowserFrameFactory::Create(
  /external/chromium_org/chrome/common/extensions/docs/examples/api/desktopCapture/
background.js 6 chrome.app.window.create('index.html', {
  /external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/inspectedWindow/chrome-preprocessor/
chrome-preprocessor.js 5 chrome.devtools.panels.create(
  /external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/inspector/
background.js 6 chrome.tabs.create({url:chrome.extension.getURL("tabs_api.html")});
  /external/chromium_org/content/test/data/fileapi/
create_test.html 3 <title>FileAPI create test</title>
  /external/chromium_org/ppapi/tests/extensions/socket/
main.js 6 chrome.app.window.create('index.html', {width: 500, height: 500});
  /external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/
InvalidationClientNameGenerator.java 7 /** Interface for classes that create an Invalidation client's name. */
  /external/chromium_org/third_party/WebKit/ManualTests/
leak-cycle-observer-wrapper.html 5 create leaks.
  /external/chromium_org/third_party/WebKit/Source/web/tests/data/pageserializer/
page_with_morphing_data.html 3 This page is used to test that MHTMLArchive::generateMHTMLData does create
  /external/chromium_org/third_party/skia/include/effects/
SkRectShaderImageFilter.h 18 /** Create a new image filter which fills the given rectangle with pixels
28 SK_ATTR_DEPRECATED("use Create(SkShader*, const CropRect*)")
29 static SkRectShaderImageFilter* Create(SkShader* s, const SkRect& rect);
31 static SkRectShaderImageFilter* Create(SkShader* s, const CropRect* rect = NULL);
  /external/chromium_org/third_party/skia/src/lazy/
SkPurgeableMemoryBlock_common.cpp 10 SkPurgeableMemoryBlock* SkPurgeableMemoryBlock::Create(size_t size) {

Completed in 513 milliseconds

1 2 3 4 5 6 7 891011>>