/external/v8/src/runtime/ |
D | runtime-literals.cc | 48 Handle<JSObject> boilerplate = in CreateObjectLiteralBoilerplate() local 52 if (!should_have_fast_elements) JSObject::NormalizeElements(boilerplate); in CreateObjectLiteralBoilerplate() 57 !is_result_from_cache && boilerplate->HasFastProperties(); in CreateObjectLiteralBoilerplate() 61 JSObject::NormalizeProperties(boilerplate, KEEP_INOBJECT_PROPERTIES, length, in CreateObjectLiteralBoilerplate() 71 Handle<BoilerplateDescription> boilerplate = in CreateObjectLiteralBoilerplate() local 75 CreateLiteralBoilerplate(isolate, vector, boilerplate), Object); in CreateObjectLiteralBoilerplate() 85 boilerplate, element_index, value, NONE); in CreateObjectLiteralBoilerplate() 89 maybe_result = JSObject::SetOwnPropertyIgnoreAttributes(boilerplate, name, in CreateObjectLiteralBoilerplate() 100 JSObject::MigrateSlowToFast(boilerplate, in CreateObjectLiteralBoilerplate() 101 boilerplate->map()->unused_property_fields(), in CreateObjectLiteralBoilerplate() [all …]
|
/external/python/cpython2/Tools/framer/ |
D | README.txt | 1 framer is a tool to generate boilerplate code for C extension types. 3 The boilerplate is generated from a specification object written in 6 specification, framer can generate all the boilerplate C code,
|
/external/v8/src/builtins/ |
D | builtins-constructor.cc | 428 Node* boilerplate = LoadFixedArrayElement(feedback_vector, literal_index, 0, in EmitFastCloneRegExp() local 430 GotoIf(IsUndefined(boilerplate), &call_runtime); in EmitFastCloneRegExp() 436 Node* value = LoadObjectField(boilerplate, offset); in EmitFastCloneRegExp() 465 Node* boilerplate, Node* boilerplate_map, Node* boilerplate_elements, in NonEmptyShallowClone() argument 471 Node* length = LoadJSArrayLength(boilerplate); in NonEmptyShallowClone() 518 Node* boilerplate = in EmitFastCloneShallowArray() local 520 Node* boilerplate_map = LoadMap(boilerplate); in EmitFastCloneShallowArray() 521 Node* boilerplate_elements = LoadElements(boilerplate); in EmitFastCloneShallowArray() 552 NonEmptyShallowClone(boilerplate, boilerplate_map, boilerplate_elements, in EmitFastCloneShallowArray() 562 NonEmptyShallowClone(boilerplate, boilerplate_map, boilerplate_elements, in EmitFastCloneShallowArray() [all …]
|
D | builtins-constructor.h | 57 Node* NonEmptyShallowClone(Node* boilerplate, Node* boilerplate_map,
|
/external/v8/src/compiler/ |
D | js-create-lowering.cc | 137 bool IsFastLiteral(Handle<JSObject> boilerplate, int max_depth, in IsFastLiteral() argument 143 if (!JSObject::TryMigrateInstance(boilerplate)) return false; in IsFastLiteral() 149 Isolate* const isolate = boilerplate->GetIsolate(); in IsFastLiteral() 150 Handle<FixedArrayBase> elements(boilerplate->elements(), isolate); in IsFastLiteral() 153 if (boilerplate->HasFastSmiOrObjectElements()) { in IsFastLiteral() 166 } else if (boilerplate->HasFastDoubleElements()) { in IsFastLiteral() 174 Handle<FixedArray> properties(boilerplate->properties(), isolate); in IsFastLiteral() 179 boilerplate->map()->instance_descriptors(), isolate); in IsFastLiteral() 180 int limit = boilerplate->map()->NumberOfOwnDescriptors(); in IsFastLiteral() 186 FieldIndex field_index = FieldIndex::ForDescriptor(boilerplate->map(), i); in IsFastLiteral() [all …]
|
D | js-create-lowering.h | 73 Handle<JSObject> boilerplate, in NON_EXPORTED_BASE() 76 Handle<JSObject> boilerplate, in NON_EXPORTED_BASE()
|
/external/python/cpython2/Doc/library/ |
D | numbers.rst | 152 "boilerplate". ``a`` will be an instance of ``A``, which is a subtype 158 2. If ``A`` falls back to the boilerplate code, and it were to 161 boilerplate should return :const:`NotImplemented` from 166 4. If it falls back to the boilerplate, there are no more possible
|
D | test.rst | 54 A basic boilerplate is often used:: 93 This boilerplate code allows the testing suite to be run by :mod:`test.regrtest`
|
/external/python/cpython3/Doc/library/ |
D | numbers.rst | 155 "boilerplate". ``a`` will be an instance of ``A``, which is a subtype 161 2. If ``A`` falls back to the boilerplate code, and it were to 164 boilerplate should return :const:`NotImplemented` from 169 4. If it falls back to the boilerplate, there are no more possible
|
/external/cmockery/cmockery_0_1_2/packages/deb/ |
D | README | 5 Most of the files that are in this directory are boilerplate.
|
/external/parameter-framework/upstream/skeleton-subsystem/ |
D | README.md | 3 This is a skeleton plugin i.e. the minimal plugin boilerplate.
|
/external/libmtp/ |
D | ChangeLog | 1876 * examples/newplaylist.c: LGPL boilerplate, crediting Robert. 1877 * examples/playlists.c: LGPL boilerplate. 1878 * examples/sendfile.c: LGPL boilerplate, crediting me and Chris. 1879 * examples/sendtr.c: LGPL boilerplate, crediting me, Chris, 1881 * examples/thumb.c: LGPL boilerplate, crediting Robert. 1882 * examples/tracks.c: LGPL boilerplate. 1883 * examples/trexist.c: LGPL boilerplate, crediting noone. 1918 * src/libmtp.h.in: LGPL boilerplate. 1919 * src/libusb-glue.h: LGPL boilerplate. 1920 * src/unicode.h: LGPL boilerplate. [all …]
|
/external/cmockery/cmockery_0_1_2/ |
D | configure.ac | 1 ## This is a boilerplate file for Google opensource projects.
|
/external/perfetto/protos/perfetto/trace/ |
D | trusted_packet.proto | 45 // The oneof boilerplate here is required to tell the difference between
|
/external/libyuv/files/tools/ |
D | OWNERS | 27 per-file boilerplate.py=rsesek@chromium.org
|
/external/python/cpython2/Tools/versioncheck/ |
D | README | 16 A boilerplate for the _checkversion.py file can be found here. Replace
|
/external/guice/ |
D | CONTRIBUTING.md | 47 a copy of the boilerplate licence comment (can be copied from an existing
|
/external/robolectric-shadows/processor/ |
D | README.md | 17 …boilerplate code in the form of the <code>shadowOf()</code> methods that form a convenient type-sa…
|
/external/javaparser/ |
D | readme.md | 45 …raverse and manipulate the generated AST, you can reduce your projects boilerplate by only includi…
|
/external/llvm/docs/ |
D | ReleaseNotes.rst | 88 subsection about it right here. You can copy the following boilerplate
|
/external/wayland/doc/ |
D | Contributing | 173 boilerplate, as part of the copyright statement.
|
/external/autotest/docs/ |
D | best-practices.md | 227 …test. The fragment is a complete control file, except for the missing boilerplate comments and do… 273 # ... Standard boilerplate variable assignments... 275 # ... more standard boilerplate...
|
/external/autotest/client/site_tests/platform_DebugDaemonCupsAddPrinters/src/ |
D | GenericPostScript.ppd.gz |
|
/external/v8/src/ |
D | factory.cc | 183 int boilerplate, int all_properties, int index_keys, bool has_seen_proto) { in NewBoilerplateDescription() argument 184 DCHECK_GE(boilerplate, 0); in NewBoilerplateDescription() 191 bool has_different_size_backing_store = boilerplate != backing_store_size; in NewBoilerplateDescription() 194 int size = 2 * boilerplate; in NewBoilerplateDescription() 205 DCHECK((boilerplate != (all_properties - index_keys)) || has_seen_proto); in NewBoilerplateDescription()
|
/external/python/cpython3/Doc/reference/ |
D | import.rst | 400 The import system has taken over the boilerplate responsibilities of 439 machinery assumed all the boilerplate responsibilities of loading. 446 The ``load_module()`` method must implement all the boilerplate loading 519 import machinery to perform the boilerplate operations of loading, 988 objects. It also off-loads most of the boilerplate responsibilities of
|