/external/chromium_org/third_party/WebKit/Source/build/scripts/ |
make_style_shorthands.py | 82 @template_expander.use_jinja("StylePropertyShorthand.cpp.tmpl") 89 @template_expander.use_jinja("StylePropertyShorthand.h.tmpl")
|
make_event_factory.py | 59 @template_expander.use_jinja('EventFactory.cpp.tmpl', filters=filters)
|
make_element_lookup_trie.py | 106 @template_expander.use_jinja('ElementLookupTrie.h.tmpl') 112 @template_expander.use_jinja('ElementLookupTrie.cpp.tmpl')
|
/external/clang/tools/libclang/ |
CIndexCXX.cpp | 117 } else if (const RedeclarableTemplateDecl *Tmpl 119 Template = Tmpl->getInstantiatedFromMemberTemplate();
|
/external/chromium-trace/trace-viewer/third_party/gl-matrix/jsdoc-template/ |
publish.js | 26 var classTemplate = new JSDOC.JsPlate(publish.conf.templatesDir+"class.tmpl"); 27 var classesTemplate = new JSDOC.JsPlate(publish.conf.templatesDir+"allclasses.tmpl"); 93 var classesindexTemplate = new JSDOC.JsPlate(publish.conf.templatesDir+"index.tmpl"); 103 var fileindexTemplate = new JSDOC.JsPlate(publish.conf.templatesDir+"allfiles.tmpl");
|
/external/chromium_org/third_party/WebKit/Source/build/scripts/templates/ |
MakeQualifiedNames.cpp.tmpl | 1 {% from "macros.tmpl" import license -%}
|
ElementFactory.cpp.tmpl | 1 {% from "macros.tmpl" import license -%}
|
StyleBuilder.cpp.tmpl | 1 {% from "macros.tmpl" import wrap_with_condition, license -%}
|
ElementWrapperFactory.cpp.tmpl | 1 {% from "macros.tmpl" import license -%}
|
/external/clang/test/Misc/ |
ast-dump-templates.cpp | 46 void tmpl() { function in namespace:test2
|
/ndk/build/tools/ |
ndk-common.sh | 432 TMPL=/tmp/ndk-$USER/tmp/tests/test-$$.log 437 rm -f $TMPC $TMPO $TMPL $TMPE 491 cat $TMPL 506 cat $TMPL 529 cat $TMPL 541 # stores the error log into $TMPL 546 $CC -o $TMPO -c $CFLAGS $TMPC 2> $TMPL 552 $CXX -o $TMPO -c $CXXFLAGS $TMPC 2> $TMPL 555 # try to link the recently built file into an executable. error log in $TMPL 560 $LD -o $TMPE $TMPO $LDFLAGS 2> $TMPL [all...] |
gen-platforms.sh | 406 echo "## COMMAND: $COMMAND" > $TMPL 407 $COMMAND 1>>$TMPL 2>&1 410 dump "See the content of $TMPC and $TMPL for details." 411 cat $TMPL | tail -10 496 sed -e '/\.note\.ABI-tag/s/progbits/note/' > "$CRTBRAND_S") 1>>$TMPL 2>&1 499 dump "Please see the content of $TMPL for details!" 500 cat $TMPL | tail -10 536 -O2 -fpic -Wl,-r -nostdlib -nostdinc -o "$DST_DIR/$DST_FILE" $SRC_FILE) 1>>$TMPL 2>&1 539 dump "Please see the content of $TMPL for details!" 540 cat $TMPL | tail -1 [all...] |
/external/iproute2/ip/ |
ipxfrm.c | 605 fprintf(fp, "(ERROR \"tmpl\" truncated)"); 611 struct xfrm_user_tmpl *tmpl = &tmpls[i]; local 616 xfrm_id_info_print(&tmpl->saddr, &tmpl->id, tmpl->mode, 617 tmpl->reqid, tmpl->family, 0, fp, prefix, "tmpl "); 619 if (show_stats > 0 || tmpl->optional) { 623 switch (tmpl->optional) [all...] |
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/ |
index.php | 202 this.tmpl = function tmpl(str, data){ 207 tmpl(document.getElementById(str).innerHTML) : 250 el.innerHTML = tmpl('ls_tmpl', resp);
|
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/ |
index.php | 201 this.tmpl = function tmpl(str, data){ 206 tmpl(document.getElementById(str).innerHTML) : 249 el.innerHTML = tmpl('ls_tmpl', resp);
|
/external/chromium_org/mojo/public/bindings/ |
mojom_bindings_generator.gypi | 42 '<(DEPTH)/mojo/public/bindings/generators/js_templates/module.js.tmpl',
|
/external/clang/test/Parser/ |
cxx0x-attributes.cpp | 176 template<typename T> void tmpl(T) {} function 177 template void tmpl [[]] (int); // expected-FIXME {{an attribute list cannot appear here}} 178 template [[]] void tmpl(char); // expected-error {{an attribute list cannot appear here}} 179 template void [[]] tmpl(short);
|
/external/chromium_org/chrome/renderer/extensions/ |
console.cc | 84 v8::Local<v8::FunctionTemplate> tmpl = v8::FunctionTemplate::New( local 89 tmpl->GetFunction());
|
/external/clang/test/CodeGenCXX/ |
debug-info-use-after-free.cpp | 11 template < template < typename > class Tmpl > struct TemplateSel 15 typedef Tmpl < T > type;
|
debug-info-template.cpp | 43 // CHECK: [[TCARG7]] = {{.*}}metadata !"tmpl", null, metadata !"tmpl_impl", {{.*}} ; [ DW_TAG_GNU_template_template_param ] 78 template<typename T, T, int *x, int foo::*a, void (foo::*b)(), void (*f)(), template<typename> class tmpl, int ...Is>
|
/external/qemu-pc-bios/bochs/bios/ |
Makefile.in | 78 $(AS86) _rombiosl_.s -b tmpl.bin -u- -w- -g -0 -j -O -l rombiosl.txt 80 mv tmpl.bin $@
|
/external/neven/Embedded/common/src/b_TensorEm/ |
Int32Mat.c | 308 int32 tmpL = *row1PtrL; 310 *row2PtrL++ = tmpL; 314 int32 tmpL = vecL[ jPivL ]; 316 vecL[ iPivL ] = tmpL; 389 int32 tmpL = *( rowPtrL + jPivL ); 391 bbs_int32ReduceToNBits( &tmpL, &bbp_tmpL, 15 ); 398 *rowPtrL++ -= ( ( ( tmpL * pivRowL[ jL ] ) >> ( shiftL - 1 ) ) + 1 ) >> 1; 405 *rowPtrL++ -= ( tmpL * pivRowL[ jL ] ) << -shiftL; 412 vecL[ iL ] -= ( ( ( tmpL * vecL[ jPivL ] ) >> ( shiftL - 1 ) ) + 1 ) >> 1; 416 vecL[ iL ] -= ( tmpL * vecL[ jPivL ] ) << -shiftL [all...] |
/external/chromium_org/v8/test/cctest/ |
test-object-observe.cc | 382 Handle<FunctionTemplate> tmpl = FunctionTemplate::New(); local 383 tmpl->SetHiddenPrototype(true); 384 tmpl->InstanceTemplate()->Set( 386 Handle<Object> proto = tmpl->GetFunction()->NewInstance(); 516 Handle<ObjectTemplate> tmpl = ObjectTemplate::New(); local 517 tmpl->SetAccessCheckCallbacks(namedCallback, indexedCallback, data); 518 Handle<Object> instance = tmpl->NewInstance();
|
/packages/inputmethods/LatinIME/tools/make-keyboard-text/res/com/android/inputmethod/keyboard/internal/ |
KeyboardTextsSet.tmpl | 31 * tools/make-keyboard-text/res/com/android/inputmethod/keyboard/internal/KeyboardTextsSet.tmpl
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
buildtools.py | 164 tmpl = open(template, "rb") 166 data = tmpl.read() 170 tmpl.close() 172 del tmpl
|