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

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
TimelineRecordFactory.cpp 47 RefPtr<JSONObject> record = JSONObject::create();
61 RefPtr<JSONObject> record = JSONObject::create();
65 record->setObject("data", data ? data : JSONObject::create());
71 RefPtr<JSONObject> data = JSONObject::create();
78 RefPtr<JSONObject> data = JSONObject::create();
86 RefPtr<JSONObject> data = JSONObject::create();
93 RefPtr<JSONObject> data = JSONObject::create();
100 RefPtr<JSONObject> data = JSONObject::create();
109 RefPtr<JSONObject> data = JSONObject::create();
117 RefPtr<JSONObject> data = JSONObject::create();
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
alter4.test 33 # alter4-1.*: Test that ALTER TABLE correctly modifies the CREATE TABLE sql.
44 CREATE TEMP TABLE abc(a, b, c);
47 } {{CREATE TABLE abc(a, b, c)}}
53 } {{CREATE TABLE abc(a, b, c, d INTEGER)}}
59 } {{CREATE TABLE abc(a, b, c, d INTEGER, e)}}
62 CREATE TABLE temp.t1(a, b);
66 } {{CREATE TABLE t1(a, b, c)}}
72 } {{CREATE TABLE t1(a, b, c, d CHECK (a>d))}}
76 CREATE TEMP TABLE t2(a, b, UNIQUE(a, b));
81 } {{CREATE TABLE t2(a, b, c REFERENCES t1(c), UNIQUE(a, b))}
    [all...]
trigger2.test 66 {CREATE TABLE tbl (a, b);} \
67 {CREATE TABLE tbl (a INTEGER PRIMARY KEY, b);} \
68 {CREATE TABLE tbl (a, b PRIMARY KEY);} \
69 {CREATE TABLE tbl (a, b); CREATE INDEX tbl_idx ON tbl(b);} \
73 {CREATE TEMP TABLE tbl (a, b); CREATE INDEX tbl_idx ON tbl(b);}
74 lappend tbl_definitions {CREATE TEMP TABLE tbl (a, b);}
76 {CREATE TEMPORARY TABLE tbl (a INTEGER PRIMARY KEY, b);}
94 CREATE TABLE rlog (idx, old_a, old_b, db_sum_a, db_sum_b, new_a, new_b)
    [all...]
triggerC.test 56 CREATE TABLE t1(a, b, c);
57 CREATE TABLE log(t, a1, b1, c1, a2, b2, c2);
58 CREATE TRIGGER trig1 BEFORE INSERT ON t1 BEGIN
61 CREATE TRIGGER trig2 AFTER INSERT ON t1 BEGIN
64 CREATE TRIGGER trig3 BEFORE UPDATE ON t1 BEGIN
67 CREATE TRIGGER trig4 AFTER UPDATE ON t1 BEGIN
71 CREATE TRIGGER trig5 BEFORE DELETE ON t1 BEGIN
74 CREATE TRIGGER trig6 AFTER DELETE ON t1 BEGIN
110 CREATE TABLE t4(a, b);
111 CREATE TRIGGER t4t AFTER DELETE ON t4 BEGI
    [all...]
tkt1449.test 35 CREATE TABLE ACLS(ISSUEID text(50) not null, OBJECTID text(50) not null, PARTICIPANTID text(50) not null, PERMISSIONBITS int not null, constraint PK_ACLS primary key (ISSUEID, OBJECTID, PARTICIPANTID));
36 CREATE TABLE ACTIONITEMSTATUSES(CLASSID int null, SEQNO int not null, LASTMODONNODEID text(50) not null, PREVMODONNODEID text(50) null, ISSUEID text(50) not null, OBJECTID text(50) not null, REVISIONNUM int not null, CONTAINERID text(50) not null, AUTHORID text(50) not null, CREATIONDATE text(25) null, LASTMODIFIEDDATE text(25) null, UPDATENUMBER int null, PREVREVISIONNUM int null, LASTCMD int null, LASTCMDACLVERSION int null, USERDEFINEDFIELD text(300) null, LASTMODIFIEDBYID text(50) null, FRIENDLYNAME text(100) not null, REVISION int not null, SHORTNAME text(30) not null, LONGNAME text(200) not null, ATTACHMENTHANDLING int not null, RESULT int not null, NOTIFYCREATOR text(1) null, NOTIFYASSIGNEE text(1) null, NOTIFYFYI text(1) null, NOTIFYCLOSURETEAM text(1) null, NOTIFYCOORDINATORS text(1) null, COMMENTREQUIRED text(1) not null, constraint PK_ACTIONITEMSTATUSES primary key (ISSUEID, OBJECTID));
37 CREATE TABLE ACTIONITEMTYPES(CLASSID int null, SEQNO int not null, LASTMODONNODEID text(50) not null, PREVMODONNODEID text(50) null, ISSUEID text(50) not null, OBJECTID text(50) not null, REVISIONNUM int not null, CONTAINERID text(50) not null, AUTHORID text(50) not null, CREATIONDATE text(25) null, LASTMODIFIEDDATE text(25) null, UPDATENUMBER int null, PREVREVISIONNUM int null, LASTCMD int null, LASTCMDACLVERSION int null, USERDEFINEDFIELD text(300) null, LASTMODIFIEDBYID text(50) null, REVISION int not null, LABEL text(200) not null, INSTRUCTIONS text not null, EMAILINSTRUCTIONS text null, ALLOWEDSTATUSES text not null, INITIALSTATUS text(100) not null, COMMENTREQUIRED text(1) not null, ATTACHMENTHANDLING int not null, constraint PK_ACTIONITEMTYPES primary key (ISSUEID, OBJECTID));
38 CREATE TABLE ATTACHMENTS(TQUNID text(36) not null, OBJECTID text(50) null, ISSUEID text(50) null, DATASTREAM blob not null, CONTENTENCODING text(50) null, CONTENTCHARSET text(50) null, CONTENTTYPE text(100) null, CONTENTID text(100) null, CONTENTLOCATION text(100) null, CONTENTNAME text(100) not null, constraint PK_ATTACHMENTS primary key (TQUNID));
39 CREATE TABLE COMPLIANCEPOLICIES(CLASSID int null, SEQNO int not null, LASTMODONNODEID text(50) not null, PREVMODONNODEID text(50) null, ISSUEID text(50) not null, OBJECTID text(50) not null, REVISIONNUM int not null, CONTAINERID text(50) not null, AUTHORID text(50) not null, CREATIONDATE text(25) null, LASTMODIFIEDDATE text(25) null, UPDATENUMBER int null, PREVREVISIONNUM int null, LASTCMD int null, LASTCMDACLVERSION int null, USERDEFINEDFIELD text(300) null, LASTMODIFIEDBYID text(50) null, BODY text null, constraint PK_COMPLIANCEPOLICIES primary key (ISSUEID, OBJECTID));
40 CREATE TABLE DBHISTORY(DATETIME text(25) not null, OPERATION text(20) not null, KUBIVERSION text(100) not null, FROMVERSION int null, TOVERSION int null);
41 CREATE TABLE DBINFO(FINGERPRINT text(32) not null, VERSION int not null);
42 CREATE TABLE DETACHEDATTACHMENTS (TQUNID text(36) not null, ISSUEID text(50) not null, OBJECTID text(50) not null, PATH text(300) not null, DETACHEDFILELASTMODTIMESTAMP text(25) null, CONTENTID text(100) not null, constraint PK_DETACHEDATTACHMENTS primary key (TQUNID));
43 CREATE TABLE DOCREFERENCES(CLASSID int null, SEQNO int not null, LASTMODONNODEID text(50) not null, PREVMODONNODEID text(50) null, ISSUEID text(50) not null, OBJECTID text(50) not null, REVISIONNUM int not null, CONTAINERID text(50) not null, AUTHORID text(50) not null, CREATIONDATE text(25) null, LASTMODIFIEDDATE text(25) null, UPDATENUMBER int null, PREVREVISIONNUM int null, LASTCMD int null, LASTCMDACLVERSION int null, USERDEFINEDFIELD text(300) null, LASTMODIFIEDBYID text(50) null, REFERENCEDOCUMENTID text(50) null, constraint PK_DOCREFERENCES primary key (ISSUEID, OBJECTID));
44 CREATE TABLE DQ (TQUNID text(36) not null, ISSUEID text(50) not null, DEPENDSID text(50) null, DEPENDSTYP (…)
    [all...]
corrupt2.test 30 # The following tests - corrupt2-1.* - create some databases corrupted in
37 CREATE TABLE abc(a, b, c);
133 CREATE INDEX a1 ON abc(a);
134 CREATE INDEX a2 ON abc(b);
137 SET name = 'a3', sql = 'CREATE INDEX a3' || substr(sql, 16, 10000)
161 CREATE TABLE t1(a, b, c);
162 CREATE TABLE t2(a, b, c);
211 CREATE TABLE t1(a, b, c);
212 CREATE TABLE t2(a, b, c);
291 CREATE TABLE t1(a, b)
    [all...]
  /external/robolectric/.idea/
uiDesigner.xml 5 <item class="com.intellij.uiDesigner.HSpacer" tooltip-text="Horizontal Spacer" icon="/com/intellij/uiDesigner/icons/hspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
8 <item class="com.intellij.uiDesigner.VSpacer" tooltip-text="Vertical Spacer" icon="/com/intellij/uiDesigner/icons/vspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
11 <item class="javax.swing.JPanel" icon="/com/intellij/uiDesigner/icons/panel.png" removable="false" auto-create-binding="false" can-attach-label="false">
14 <item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.png" removable="false" auto-create-binding="false" can-attach-label="true">
17 <item class="javax.swing.JButton" icon="/com/intellij/uiDesigner/icons/button.png" removable="false" auto-create-binding="true" can-attach-label="false">
23 <item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.png" removable="false" auto-create-binding="true" can-attach-label="false">
29 <item class="javax.swing.JCheckBox" icon="/com/intellij/uiDesigner/icons/checkBox.png" removable="false" auto-create-binding="true" can-attach-label="false">
35 <item class="javax.swing.JLabel" icon="/com/intellij/uiDesigner/icons/label.png" removable="false" auto-create-binding="false" can-attach-label="false">
41 <item class="javax.swing.JTextField" icon="/com/intellij/uiDesigner/icons/textField.png" removable="false" auto-create-binding="true" can-attach-label="true">
46 <item class="javax.swing.JPasswordField" icon="/com/intellij/uiDesigner/icons/passwordField.png" removable="false" auto-create-binding="true" can-attach-label="true"
    [all...]
  /hardware/qcom/media/mm-core/src/8974/
qc_registry_table.c 44 NULL, // Create instance function
60 NULL, // Create instance function
76 NULL, // Create instance function
92 NULL, // Create instance function
108 NULL, // Create instance function
125 NULL, // Create instance function
141 NULL, // Create instance function
157 NULL, // Create instance function
173 NULL, // Create instance function
189 NULL, // Create instance functio
    [all...]
  /external/chromium_org/content/common/
cc_messages_perftest.cc 67 scoped_ptr<RenderPass> render_pass = RenderPass::Create();
68 render_pass->shared_quad_state_list.push_back(SharedQuadState::Create());
71 PictureDrawQuad::Create().PassAs<DrawQuad>());
85 scoped_ptr<RenderPass> render_pass = RenderPass::Create();
86 render_pass->shared_quad_state_list.push_back(SharedQuadState::Create());
89 PictureDrawQuad::Create().PassAs<DrawQuad>());
103 scoped_ptr<RenderPass> render_pass = RenderPass::Create();
105 render_pass->shared_quad_state_list.push_back(SharedQuadState::Create());
107 PictureDrawQuad::Create().PassAs<DrawQuad>());
121 scoped_ptr<RenderPass> render_pass = RenderPass::Create();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
TreeNodeTest.cpp 39 static PassRefPtr<TestTree> create() { return adoptRef(new TestTree()); } function in class:__anon10988::TestTree
44 RefPtr<TestTree> root = TestTree::create();
45 RefPtr<TestTree> firstChild = TestTree::create();
46 RefPtr<TestTree> lastChild = TestTree::create();
63 RefPtr<TestTree> root = TestTree::create();
64 RefPtr<TestTree> firstChild = TestTree::create();
65 RefPtr<TestTree> middleChild = TestTree::create();
66 RefPtr<TestTree> lastChild = TestTree::create();
96 RefPtr<TestTree> root = TestTree::create();
97 RefPtr<TestTree> child = TestTree::create();
    [all...]
Float32Array.h 37 static inline PassRefPtr<Float32Array> create(unsigned length);
38 static inline PassRefPtr<Float32Array> create(const float* array, unsigned length);
39 static inline PassRefPtr<Float32Array> create(PassRefPtr<ArrayBuffer>, unsigned byteOffset, unsigned length);
70 PassRefPtr<Float32Array> Float32Array::create(unsigned length) function in class:WTF::Float32Array
72 return TypedArrayBase<float>::create<Float32Array>(length);
75 PassRefPtr<Float32Array> Float32Array::create(const float* array, unsigned length) function in class:WTF::Float32Array
77 return TypedArrayBase<float>::create<Float32Array>(array, length);
80 PassRefPtr<Float32Array> Float32Array::create(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsigned length) function in class:WTF::Float32Array
82 return TypedArrayBase<float>::create<Float32Array>(buffer, byteOffset, length);
Float64Array.h 37 static inline PassRefPtr<Float64Array> create(unsigned length);
38 static inline PassRefPtr<Float64Array> create(const double* array, unsigned length);
39 static inline PassRefPtr<Float64Array> create(PassRefPtr<ArrayBuffer>, unsigned byteOffset, unsigned length);
70 PassRefPtr<Float64Array> Float64Array::create(unsigned length) function in class:WTF::Float64Array
72 return TypedArrayBase<double>::create<Float64Array>(length);
75 PassRefPtr<Float64Array> Float64Array::create(const double* array, unsigned length) function in class:WTF::Float64Array
77 return TypedArrayBase<double>::create<Float64Array>(array, length);
80 PassRefPtr<Float64Array> Float64Array::create(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, unsigned length) function in class:WTF::Float64Array
82 return TypedArrayBase<double>::create<Float64Array>(buffer, byteOffset, length);
  /external/guava/guava-tests/test/com/google/common/collect/
TableCollectionTest.java 121 @Override protected Set<String> create(String[] elements) {
123 = ArrayTable.create(
137 @Override protected Set<String> create(String[] elements) {
138 Table<String, Integer, Character> table = HashBasedTable.create();
148 @Override protected Set<String> create(String[] elements) {
149 Table<String, Integer, Character> table = TreeBasedTable.create();
164 @Override protected Set<String> create(String[] elements) {
166 = TreeBasedTable.create();
182 @Override protected Set<String> create(String[] elements) {
184 = TreeBasedTable.create();
674 public Set<Cell<String, Integer, Character>> create( method in class:TableCollectionTest.TestCellSetGenerator
    [all...]
  /hardware/qcom/media/mm-core/src/8226/
qc_registry_table.c 44 NULL, // Create instance function
60 NULL, // Create instance function
76 NULL, // Create instance function
92 NULL, // Create instance function
108 NULL, // Create instance function
125 NULL, // Create instance function
141 NULL, // Create instance function
157 NULL, // Create instance function
173 NULL, // Create instance function
189 NULL, // Create instance functio
    [all...]
  /hardware/qcom/media/mm-core/src/8660/
qc_registry_table_android.c 48 NULL, // Create instance function
64 NULL, // Create instance function
80 NULL, // Create instance function
96 NULL, // Create instance function
112 NULL, // Create instance function
128 NULL, // Create instance function
144 NULL, // Create instance function
160 NULL, // Create instance function
176 NULL, // Create instance function
192 NULL, // Create instance functio
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TypeTest.java 28 b.create();
93 Type t = b.create();
102 Type t = b.setX(8).setY(1).create();
106 t = b.setX(8).setY(8).create();
110 t = b.setX(8).setY(4).create();
114 t = b.setX(4).setY(8).create();
117 t = b.setX(7).setY(1).create();
121 t = b.setX(7).setY(3).create();
129 assertTrue(b.create().getElement() == Element.F32(mRS));
135 assertTrue(b.create().getX() == 3)
    [all...]
  /external/chromium_org/tools/json_schema_compiler/test/
enums_unittest.cc 36 TakesEnumAsType::Params::Create(args));
40 EXPECT_TRUE(args.Equals(ReturnsEnumAsType::Results::Create(
64 TakesEnumArrayAsType::Params::Create(params_value));
74 TakesEnumArrayAsType::Params::Create(params_value));
89 scoped_ptr<ListValue> results = ReturnsEnum::Results::Create(state);
98 scoped_ptr<ListValue> results = ReturnsTwoEnums::Results::Create(
137 TakesEnum::Params::Create(params_value));
145 TakesEnum::Params::Create(params_value));
156 TakesEnumArray::Params::Create(params_value));
166 TakesEnumArray::Params::Create(params_value))
    [all...]
  /external/skia/bench/
RTreeBench.cpp 193 SkRTree::Create(5, 16)));
197 SkRTree::Create(5, 16)));
201 SkRTree::Create(5, 16, 1, false)));
205 BBoxQueryBench::kRandom_QueryType, SkRTree::Create(5, 16)));
209 BBoxQueryBench::kRandom_QueryType, SkRTree::Create(5, 16, 1, false)));
214 SkRTree::Create(5, 16)));
218 SkRTree::Create(5, 16)));
222 SkRTree::Create(5, 16, 1, false)));
226 BBoxQueryBench::kRandom_QueryType, SkRTree::Create(5, 16)));
230 BBoxQueryBench::kRandom_QueryType, SkRTree::Create(5, 16, 1, false)))
    [all...]
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestTreeWizard.java 49 CommonTree t = (CommonTree)wiz.create("ID");
57 CommonTree t = (CommonTree)wiz.create("ID[foo]");
65 CommonTree t = (CommonTree)wiz.create("(A)");
73 CommonTree t = (CommonTree)wiz.create("(A B C D)");
81 CommonTree t = (CommonTree)wiz.create("(nil A B C)");
89 CommonTree t = (CommonTree)wiz.create("A B C");
95 CommonTree t = (CommonTree)wiz.create("(A (B C) (B D) E)");
103 CommonTree t = (CommonTree)wiz.create("ID");
112 CommonTree t = (CommonTree)wiz.create("(A B C D)");
121 CommonTree t = (CommonTree)wiz.create("(A B (A C B) B D D)")
    [all...]
  /hardware/qcom/media/mm-core/src/7630/
qc_registry_table.c 42 NULL, // Create instance function
58 NULL, // Create instance function
74 NULL, // Create instance function
90 NULL, // Create instance function
106 NULL, // Create instance function
122 NULL, // Create instance function
138 NULL, // Create instance function
154 NULL, // Create instance function
170 NULL, // Create instance function
186 NULL, // Create instance functio
    [all...]
  /external/chromium_org/content/child/fileapi/
file_system_dispatcher.cc 28 static CallbackDispatcher* Create(const StatusCallback& callback) {
34 static CallbackDispatcher* Create(const MetadataCallback& callback,
41 static CallbackDispatcher* Create(const CreateSnapshotFileCallback& callback,
48 static CallbackDispatcher* Create(const ReadDirectoryCallback& callback,
55 static CallbackDispatcher* Create(const OpenFileSystemCallback& callback,
62 static CallbackDispatcher* Create(const ResolveURLCallback& callback,
69 static CallbackDispatcher* Create(const WriteCallback& callback,
76 static CallbackDispatcher* Create(const OpenFileCallback& callback,
189 CallbackDispatcher::Create(success_callback, error_callback));
199 CallbackDispatcher::Create(success_callback, error_callback))
    [all...]
  /hardware/qcom/media/mm-core/omxcore/src/7630/
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/chromium_org/cc/resources/
scoped_resource_unittest.cc 22 ResourceProvider::Create(output_surface.get(), NULL, 0, false, 1));
24 ScopedResource::Create(resource_provider.get());
40 ResourceProvider::Create(output_surface.get(), NULL, 0, false, 1));
42 ScopedResource::Create(resource_provider.get());
62 ResourceProvider::Create(output_surface.get(), NULL, 0, false, 1));
65 ScopedResource::Create(resource_provider.get());
78 ScopedResource::Create(resource_provider.get());
96 ResourceProvider::Create(output_surface.get(), NULL, 0, false, 1));
99 ScopedResource::Create(resource_provider.get());
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/pepper/
all_interfaces.h 35 METHOD1(FileIoInterface, PP_Resource, Create, PP_Resource)
51 METHOD2(FileRefInterface, PP_Resource, Create, PP_Resource, const char*)
64 METHOD2(FileSystemInterface, PP_Resource, Create, PP_Instance,
72 METHOD1(MessageLoopInterface, PP_Resource, Create, PP_Instance)
96 METHOD1(HostResolverInterface, PP_Resource, Create, PP_Instance)
123 METHOD1(URLLoaderInterface, PP_Resource, Create, PP_Instance)
134 METHOD1(URLRequestInfoInterface, PP_Resource, Create, PP_Instance)
147 METHOD1(TCPSocketInterface, PP_Resource, Create, PP_Instance)
170 METHOD1(UDPSocketInterface, PP_Resource, Create, PP_Instance)
  /external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceMotionData.cpp 32 PassRefPtr<DeviceMotionData::Acceleration> DeviceMotionData::Acceleration::create(bool canProvideX, double x, function in class:WebCore::DeviceMotionData::Acceleration
50 PassRefPtr<DeviceMotionData::RotationRate> DeviceMotionData::RotationRate::create(bool canProvideAlpha, double alpha, function in class:WebCore::DeviceMotionData::RotationRate
67 PassRefPtr<DeviceMotionData> DeviceMotionData::create() function in class:WebCore::DeviceMotionData
72 PassRefPtr<DeviceMotionData> DeviceMotionData::create(PassRefPtr<Acceleration> acceleration, PassRefPtr<Acceleration> accelerationIncludingGravity, function in class:WebCore::DeviceMotionData
78 PassRefPtr<DeviceMotionData> DeviceMotionData::create(const blink::WebDeviceMotionData& data) function in class:WebCore::DeviceMotionData
80 return DeviceMotionData::create(
81 DeviceMotionData::Acceleration::create(
85 DeviceMotionData::Acceleration::create(
89 DeviceMotionData::RotationRate::create(

Completed in 689 milliseconds

<<11121314151617181920>>