/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | RenderSVGForeignObject.cpp | 83 SVGForeignObjectElement* foreign = toSVGForeignObjectElement(node()); in layout() local 87 m_localTransform = foreign->animatedLocalTransform(); in layout() 95 SVGLengthContext lengthContext(foreign); in layout() 96 …FloatPoint viewportLocation(foreign->x()->currentValue()->value(lengthContext), foreign->y()->curr… in layout() 97 …port = FloatRect(viewportLocation, FloatSize(foreign->width()->currentValue()->value(lengthContext… in layout()
|
/external/chromium_org/third_party/sqlite/src/tool/ |
D | genfkey.README | 4 The SQLite library is capable of parsing SQL foreign key constraints 6 implement them. However, most of the features of foreign keys may be 9 extracts foreign key definitions from an existing SQLite database and 11 the foreign key constraints. 15 An SQL foreign key is a constraint that requires that each row in 28 At this time, all foreign keys are implemented as if they were 47 part of the foreign key definition, respectively. Three different actions 61 SET NULL: Instead of throwing an exception, the foreign key fields of 85 does not support recursive CASCADE or SET NULL foreign key 87 SET NULL foreign key are the same table, the generated triggers will [all …]
|
D | genfkey.test | 29 # The following tests - genfkey-1.* - test RESTRICT foreign keys. 119 # The following tests - genfkey-2.* - test CASCADE foreign keys. 176 # The following tests - genfkey-3.* - test SET NULL foreign keys. 255 Error in table t5: foreign key columns do not exist 256 Error in table t8: foreign key columns do not exist 260 Error in table t6: foreign key is not unique 261 Error in table t7: foreign key is not unique 276 CREATE TABLE t13 (c1, foreign key(c1) references "t.3"(c1));
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | e_fkey.test | 17 # deals with enabling/disabling foreign key support, is tested first, 19 # with builds that do not include complete foreign key support (because 34 # EVIDENCE-OF: R-33710-56344 In order to use foreign key constraints in 57 # version 3.6.19 - foreign key definitions are parsed and may be queried 58 # using PRAGMA foreign_key_list, but foreign key constraints are not 69 # the version of SQLite you are using does not support foreign keys 99 # foreign key definitions cannot even be parsed (attempting to specify a 100 # foreign key definition is a syntax error). 102 # Specifically, test that foreign key constraints cannot even be parsed 133 # foreign key constraints enabled, it must still be enabled by the [all …]
|
D | fkey2.test | 13 # This file implements tests for foreign keys. 27 # fkey2-1.*: Simple tests to check that immediate and deferred foreign key 30 # fkey2-2.*: Tests to verify that deferred foreign keys work inside 34 # immediate foreign key constraint is violated. 39 # fkey2-5.*: Check that if foreign-keys are enabled, it is not possible 47 # fkey2-8.*: Test that enabling/disabling foreign key support while a 63 # fkey2-15.*: Test that if there are no (known) outstanding foreign key 107 1.1 "INSERT INTO t2 VALUES(1, 3)" {1 {foreign key constraint failed}} 110 1.4 "INSERT INTO t2 VALUES(2, 4)" {1 {foreign key constraint failed}} 112 1.6 "UPDATE t2 SET c=2 WHERE d=4" {1 {foreign key constraint failed}} [all …]
|
D | fkey3.test | 13 # This file implements tests for foreign keys. 44 } {1 {foreign key constraint failed}} 50 } {1 {foreign key constraint failed}}
|
/external/chromium_org/third_party/WebKit/public/web/ |
D | WebDevToolsAgent.h | 72 GPUEvent(double timestamp, int phase, bool foreign, uint64_t usedGPUMemoryBytes) : in GPUEvent() argument 75 foreign(foreign), in GPUEvent() 80 bool foreign; variable
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorTimelineAgent.h | 103 …GPUEvent(double timestamp, int phase, bool foreign, uint64_t usedGPUMemoryBytes, uint64_t limitGPU… in GPUEvent() argument 106 foreign(foreign), in GPUEvent() 111 bool foreign; variable
|
/external/chromium_org/v8/test/cctest/ |
D | test-alloc.cc | 152 Handle<AccessorInfo> foreign = TestAccessorInfo(isolate, attrs); in TEST() local 155 CallbacksDescriptor d(Handle<Name>(Name::cast(foreign->name())), in TEST() 156 foreign, attrs); in TEST()
|
/external/libedit/ |
D | Makefile.am | 2 AUTOMAKE_OPTIONS = foreign
|
/external/chromium_org/third_party/libevent/sample/ |
D | Makefile.am | 1 AUTOMAKE_OPTIONS = foreign no-dependencies
|
/external/libvorbis/test/ |
D | Makefile.am | 3 AUTOMAKE_OPTIONS = foreign
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
D | Parser.java | 737 if (foreign(prefix, namespace)) { in pop() 745 if (foreign(attPrefix, attNamespace)) { in pop() 780 if (foreign(prefix, namespace)) { in push() 789 if (foreign(attPrefix, attNamespace)) { in push() 813 private boolean foreign(String prefix, String namespace) { in foreign() method in Parser 815 boolean foreign = !(prefix.equals("") || namespace.equals("") || in foreign() 818 return foreign; in foreign()
|
/external/libogg/ |
D | Makefile.am | 3 AUTOMAKE_OPTIONS = foreign 1.6 dist-zip
|
/external/chromium_org/content/common/ |
D | devtools_messages.h | 123 IPC_STRUCT_MEMBER(bool, foreign)
|
/external/iptables/ |
D | Makefile.am | 4 AUTOMAKE_OPTIONS = foreign subdir-objects
|
/external/zlib/src/contrib/minizip/ |
D | configure.ac | 6 AM_INIT_AUTOMAKE([foreign])
|
/external/libvorbis/examples/ |
D | Makefile.am | 3 AUTOMAKE_OPTIONS = foreign
|
/external/dnsmasq/bld/ |
D | Makefile | 14 $(XGETTEXT) -d dnsmasq --foreign-user --omit-header --keyword=_ -o $@ -i $(OBJS:.o=.c)
|
/external/libvorbis/ |
D | Makefile.am | 3 AUTOMAKE_OPTIONS = 1.7 foreign dist-zip dist-bzip2
|
/external/protobuf/src/google/protobuf/ |
D | extension_set_unittest.cc | 387 unittest::ForeignMessage foreign; in TEST() local 388 foreign.set_c(42); in TEST() 390 CopyFrom(foreign); in TEST() 391 int min_expected_size = base_size + foreign.SpaceUsed(); in TEST()
|
/external/chromium_org/third_party/libevent/test/ |
D | Makefile.am | 1 AUTOMAKE_OPTIONS = foreign no-dependencies
|
/external/chromium_org/v8/src/ |
D | property.h | 107 Handle<Object> foreign, in CallbacksDescriptor() argument 109 : Descriptor(key, foreign, attributes, CALLBACKS, in CallbacksDescriptor()
|
/external/chromium_org/content/common/gpu/ |
D | devtools_gpu_agent.cc | 58 task.foreign = channel != gpu_channel_; in ProcessEvent()
|
/external/libnl/ |
D | configure.in | 15 AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])
|