Searched refs:promote (Results 1 - 25 of 39) sorted by relevance

12

/external/clang/test/Sema/
H A Doverloadable.c40 double promote(float) __attribute__((__overloadable__)); // expected-note {{candidate}}
41 double promote(double) __attribute__((__overloadable__)); // expected-note {{candidate}}
42 long double promote(long double) __attribute__((__overloadable__)); // expected-note {{candidate}}
44 void promote(...) __attribute__((__overloadable__, __unavailable__)); // \
48 promote(1.0);
49 promote(sp); // expected-error{{call to unavailable function 'promote'}}
/external/chromium/chrome/browser/autocomplete/
H A Dhistory_url_provider.cc208 // need to promote lower-quality matches that are prefixes of
231 // Try to promote a match as an exact/inline autocomplete match. This also
249 // Failed to promote any URLs for inline autocompletion. Use the What You
514 bool promote = true; local
534 promote = match.url_info.typed_count() <= 1;
539 matches, promote);
548 bool promote) {
554 if (promote)
562 if (promote)
621 // Pass 1: Get the in-memory URL database, and use it to find and promote
543 EnsureMatchPresent( const history::URLRow& info, string16::size_type input_location, bool match_in_scheme, HistoryMatches* matches, bool promote) argument
[all...]
H A Dhistory_url_provider.h217 // If |promote| is true, this also ensures the entry is the first element in
219 // |promote| is false, existing matches are left in place, and newly added
225 bool promote);
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dconstants.rb19 3. The name of the author may not be used to endorse or promote products
H A Ddot.rb19 3. The name of the author may not be used to endorse or promote products
H A Dmain.rb18 3. The name of the author may not be used to endorse or promote products
H A Dprofile.rb19 3. The name of the author may not be used to endorse or promote products
H A Ddebug.rb21 3. The name of the author may not be used to endorse or promote products
H A Ddfa.rb19 3. The name of the author may not be used to endorse or promote products
H A Derror.rb19 3. The name of the author may not be used to endorse or promote products
H A Drecognizers.rb19 3. The name of the author may not be used to endorse or promote products
/external/flac/libFLAC/ia32/
H A Dnasm.h16 ; contributors may be used to endorse or promote products derived from
/external/tremolo/Tremolo/
H A Dfloor1LARM.s19 @ endorse or promote products derived from this software without
H A Dfloor1ARM.s19 @ endorse or promote products derived from this software without
/external/v8/tools/gcmole/
H A Dgccause.lua13 -- contributors may be used to endorse or promote products derived
H A Dgcmole.lua13 -- contributors may be used to endorse or promote products derived
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dintermediate.h389 bool promote(TInfoSink&);
409 bool promote(TInfoSink&);
H A DIntermediate.cpp199 // one and promote it to the right type.
208 if (!node->promote(infoSink))
249 if (! node->promote(infoSink))
309 // Do we need to promote the operand?
355 if (! node->promote(infoSink))
819 bool TIntermUnary::promote(TInfoSink&) function in class:TIntermUnary
857 bool TIntermBinary::promote(TInfoSink& infoSink) function in class:TIntermBinary
1400 infoSink.info.message(EPrefixInternalError, "Cannot promote", node->getLine());
1416 infoSink.info.message(EPrefixInternalError, "Cannot promote", node->getLine());
1432 infoSink.info.message(EPrefixInternalError, "Cannot promote", nod
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
H A Dvisitor.rb19 3. The name of the author may not be used to endorse or promote products
/external/protobuf/editors/
H A Dproto.vim16 " contributors may be used to endorse or promote products derived from
/external/antlr/antlr-3.4/runtime/Ruby/lib/
H A Dantlr3.rb19 3. The name of the author may not be used to endorse or promote products
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
H A Drewrite.rb19 3. The name of the author may not be used to endorse or promote products
/external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
H A Dsmartypants.php844 be used to endorse or promote products derived from this software
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Collections.pas17 3. The name of the author may not be used to endorse or promote products
/external/chromium/third_party/libjingle/source/talk/
H A Dmain.scons109 # promote certain level 4 warnings

Completed in 723 milliseconds

12