Home
last modified time | relevance | path

Searched refs:boilerplate (Results 1 – 25 of 162) sorted by relevance

1234567

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DV8PerContextData.h76 v8::Local<v8::Object> boilerplate = m_wrapperBoilerplates.Get(type); in createWrapperFromCache() local
77 return !boilerplate.IsEmpty() ? boilerplate->Clone() : createWrapperFromCacheSlowCase(type); in createWrapperFromCache()
/external/cmockery/cmockery_0_1_2/packages/deb/
DREADME5 Most of the files that are in this directory are boilerplate.
/external/chromium_org/third_party/tcmalloc/vendor/packages/deb/
DREADME5 Most of the files that are in this directory are boilerplate.
/external/chromium_org/v8/src/
Dcode-stubs-hydrogen.cc350 HInstruction* boilerplate = Add<HLoadNamedField>( in BuildCodeStub() local
352 HValue* elements = AddLoadElements(boilerplate); in BuildCodeStub()
358 Push(BuildCloneShallowArrayEmpty(boilerplate, in BuildCodeStub()
365 Push(BuildCloneShallowArrayCow(boilerplate, in BuildCodeStub()
373 Push(BuildCloneShallowArrayNonEmpty(boilerplate, in BuildCodeStub()
379 Push(BuildCloneShallowArrayNonEmpty(boilerplate, in BuildCodeStub()
415 HInstruction* boilerplate = Add<HLoadNamedField>( in BuildCodeStub() local
425 boilerplate, static_cast<HValue*>(NULL), in BuildCodeStub()
444 boilerplate, static_cast<HValue*>(NULL), access)); in BuildCodeStub()
Dmessages.js1299 var boilerplate = MakeRangeError('stack_overflow', []);
1302 boilerplate, 'stack', StackTraceGetter, StackTraceSetter, DONT_ENUM);
1304 return boilerplate;
Dhydrogen.cc2929 HValue* HGraphBuilder::BuildCloneShallowArrayCow(HValue* boilerplate, in BuildCloneShallowArrayCow() argument
2935 HValue* map = AddLoadMap(boilerplate); in BuildCloneShallowArrayCow()
2936 HValue* elements = AddLoadElements(boilerplate); in BuildCloneShallowArrayCow()
2937 HValue* length = AddLoadArrayLength(boilerplate, kind); in BuildCloneShallowArrayCow()
2950 HValue* HGraphBuilder::BuildCloneShallowArrayEmpty(HValue* boilerplate, in BuildCloneShallowArrayEmpty() argument
2955 HValue* map = AddLoadMap(boilerplate); in BuildCloneShallowArrayEmpty()
2968 HValue* HGraphBuilder::BuildCloneShallowArrayNonEmpty(HValue* boilerplate, in BuildCloneShallowArrayNonEmpty() argument
2972 HValue* boilerplate_elements = AddLoadElements(boilerplate); in BuildCloneShallowArrayNonEmpty()
2984 boilerplate, allocation_site, mode); in BuildCloneShallowArrayNonEmpty()
3002 boilerplate_elements = AddLoadElements(boilerplate); in BuildCloneShallowArrayNonEmpty()
[all …]
Druntime.cc250 Handle<JSObject> boilerplate = in CreateObjectLiteralBoilerplate() local
254 if (!should_have_fast_elements) JSObject::NormalizeElements(boilerplate); in CreateObjectLiteralBoilerplate()
259 !is_result_from_cache && boilerplate->HasFastProperties(); in CreateObjectLiteralBoilerplate()
264 boilerplate, KEEP_INOBJECT_PROPERTIES, length / 2); in CreateObjectLiteralBoilerplate()
286 JSObject::SetOwnElement(boilerplate, element_index, value, SLOPPY); in CreateObjectLiteralBoilerplate()
291 boilerplate, name, value, NONE); in CreateObjectLiteralBoilerplate()
297 JSObject::SetOwnElement(boilerplate, element_index, value, SLOPPY); in CreateObjectLiteralBoilerplate()
306 maybe_result = JSObject::SetOwnPropertyIgnoreAttributes(boilerplate, name, in CreateObjectLiteralBoilerplate()
322 boilerplate, boilerplate->map()->unused_property_fields()); in CreateObjectLiteralBoilerplate()
325 return boilerplate; in CreateObjectLiteralBoilerplate()
[all …]
/external/libmtp/
DChangeLog1657 * examples/newplaylist.c: LGPL boilerplate, crediting Robert.
1658 * examples/playlists.c: LGPL boilerplate.
1659 * examples/sendfile.c: LGPL boilerplate, crediting me and Chris.
1660 * examples/sendtr.c: LGPL boilerplate, crediting me, Chris,
1662 * examples/thumb.c: LGPL boilerplate, crediting Robert.
1663 * examples/tracks.c: LGPL boilerplate.
1664 * examples/trexist.c: LGPL boilerplate, crediting noone.
1699 * src/libmtp.h.in: LGPL boilerplate.
1700 * src/libusb-glue.h: LGPL boilerplate.
1701 * src/unicode.h: LGPL boilerplate.
[all …]
/external/cmockery/cmockery_0_1_2/
Dconfigure.ac1 ## This is a boilerplate file for Google opensource projects.
/external/bison/data/m4sugar/
Dforeach.m466 # using m4_for to generate a boilerplate into _m4_f then passing $@ to
88 # Use m4_for to create a temporary macro in terms of a boilerplate
/external/llvm/docs/
DReleaseNotes.rst77 subsection about it right here. You can copy the following boilerplate
/external/chromium_org/third_party/sqlite/src/test/
Deqp.test500 set boilerplate {
515 puts $fd [string map [list %SQL% $sql] $::boilerplate]
/external/harfbuzz_ng/
DNEWS194 - gtk-doc boilerplate integrated. Docs are built now, but
202 - Added gobject-introspection boilerplate. Nothing useful
/external/chromium_org/android_webview/tools/
Dthird_party_files_whitelist.txt141 tools/boilerplate.py
/external/chromium_org/third_party/harfbuzz-ng/
DNEWS266 - gtk-doc boilerplate integrated. Docs are built now, but
274 - Added gobject-introspection boilerplate. Nothing useful
/external/srec/srec/Recognizer/
DNOTICE184 boilerplate notice, with the fields enclosed by brackets "[]"
/external/jarjar/
DLICENSE.txt182 boilerplate notice, with the fields enclosed by brackets "[]"
/external/oauth/
DLICENSE.txt182 boilerplate notice, with the fields enclosed by brackets "[]"
/external/guava/
DNOTICE182 boilerplate notice, with the fields enclosed by brackets "[]"
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/about_files/
Dasl-v20.txt182 boilerplate notice, with the fields enclosed by brackets "[]"
/external/libphonenumber/
DNOTICE182 boilerplate notice, with the fields enclosed by brackets "[]"
/external/chromium_org/sdch/open-vcdiff/
DCOPYING182 boilerplate notice, with the fields enclosed by brackets "[]"
/external/owasp/sanitizer/lib/commons-codec-1.4/
DLICENSE.txt182 boilerplate notice, with the fields enclosed by brackets "[]"
/external/srec/audio/AudioIn/
DNOTICE184 boilerplate notice, with the fields enclosed by brackets "[]"
/external/zxing/
DNOTICE181 boilerplate notice, with the fields enclosed by brackets "[]"

1234567