HomeSort by relevance Sort by last modified time
    Searched refs:final (Results 626 - 650 of 1713) sorted by null

<<21222324252627282930>>

  /system/webservd/webservd/
main.cc 56 class Daemon final : public brillo::DBusServiceDaemon { class in namespace:__anon75230
  /prebuilts/go/darwin-x86/src/go/types/
expr.go 43 The updateExprType method is used to record this final type and update
51 and assigns it it's final type, that type must be an integer type, and a
54 When an expression gets its final type, either on the way out from rawExpr,
353 // If typ is still an untyped and not the final type, updateExprType
356 // or it is the final type for x), the type and value are recorded.
361 func (check *Checker) updateExprType(x ast.Expr, typ Type, final bool) {
384 // The respective sub-expressions got their final types
403 check.updateExprType(x.X, typ, final)
413 check.updateExprType(x.X, typ, final)
421 // and the operand types must have final types
    [all...]
  /prebuilts/go/linux-x86/src/go/types/
expr.go 43 The updateExprType method is used to record this final type and update
51 and assigns it it's final type, that type must be an integer type, and a
54 When an expression gets its final type, either on the way out from rawExpr,
353 // If typ is still an untyped and not the final type, updateExprType
356 // or it is the final type for x), the type and value are recorded.
361 func (check *Checker) updateExprType(x ast.Expr, typ Type, final bool) {
384 // The respective sub-expressions got their final types
403 check.updateExprType(x.X, typ, final)
413 check.updateExprType(x.X, typ, final)
421 // and the operand types must have final types
    [all...]
  /external/clang/test/SemaCXX/
cxx98-compat.cpp 128 struct OverrideControl final : OverrideControlBase { // expected-warning {{'final' keyword is incompatible with C++98}} struct in inherits:OverrideControlBase
130 virtual void g() final; // expected-warning {{'final' keyword is incompatible with C++98}} member in struct:final
destructor.cpp 204 struct F final : B {}; struct in namespace:dnvd
213 struct VF final: VB {}; struct in namespace:dnvd
220 // expected-warning {{delete called on non-final 'dnvd::B' that has virtual functions but non-virtual destructor}} \
221 // expected-warning {{delete called on non-final 'dnvd::D' that has virtual functions but non-virtual destructor}}
231 ~simple_ptr2() { delete _ptr; } // expected-warning {{delete called on non-final 'dnvd::B' that has virtual functions but non-virtual destructor}}
317 delete b; // expected-warning {{delete called on non-final 'dnvd::B' that has virtual functions but non-virtual destructor}}
321 delete b; // expected-warning {{delete called on non-final 'dnvd::B' that has virtual functions but non-virtual destructor}}
325 delete d; // expected-warning {{delete called on non-final 'dnvd::D' that has virtual functions but non-virtual destructor}}
  /external/libbrillo/brillo/http/
http_request.h 214 class BRILLO_EXPORT Request final { class in namespace:brillo::http
340 class BRILLO_EXPORT Response final { class in namespace:brillo::http
  /external/libchrome/base/
tuple.h 156 struct Tuple final : TupleBase<Ts...> { struct in namespace:base
164 struct Tuple<> final {}; struct in namespace:base
  /external/libweave/third_party/chromium/base/
tuple.h 156 struct Tuple final : TupleBase<Ts...> { struct in namespace:base
164 struct Tuple<> final {}; struct in namespace:base
  /external/llvm/lib/IR/
AttributeImpl.h 145 class AttributeSetNode final class in namespace:llvm
195 class AttributeSetImpl final class in namespace:llvm
  /external/pdfium/fpdfsdk/src/javascript/
JS_Runtime_Stub.cpp 12 class CJS_ContextStub final : public IJS_Context { class in inherits:IJS_Context
121 class CJS_RuntimeStub final : public IJS_Runtime { class in inherits:IJS_Runtime
  /external/pdfium/third_party/libopenjpeg20/
tcd.h 271 void opj_tcd_makelayer_fixed(opj_tcd_t *tcd, OPJ_UINT32 layno, OPJ_UINT32 final);
278 OPJ_UINT32 final);
  /external/pdfium/xfa/src/fgas/src/layout/
fx_rtfbreak.h 70 void SetLineBoundary(FX_FLOAT fLineStart, FX_FLOAT fLineEnd) override final; member in class:CFX_RTFBreak
71 void SetLineStartPos(FX_FLOAT fLinePos) override final; member in class:CFX_RTFBreak
  /external/skia/src/gpu/batches/
GrDrawPathBatch.h 61 class GrDrawPathBatch final : public GrDrawPathBatchBase { class in inherits:GrDrawPathBatchBase
96 class GrDrawPathRangeBatch final : public GrDrawPathBatchBase { class in inherits:GrDrawPathBatchBase
  /external/v8/src/compiler/
instruction-selector.h 45 class InstructionSelector final { class in namespace:v8::internal::compiler
106 class Features final { class in class:v8::internal::compiler::final
schedule.h 29 class BasicBlock final : public ZoneObject { class in namespace:v8::internal::compiler
180 class Schedule final : public ZoneObject { class in namespace:v8::internal::compiler
  /external/v8/test/unittests/
cancelable-tasks-unittest.cc 25 void Run() final {
69 class ThreadedRunner final : public base::Thread { class in namespace:v8::internal::__anon25306
  /external/v8/test/webkit/
get-by-pname-non-final-object.js 25 "This tests that op_get_by_pname is compiled correctly for non-final objects."
  /external/valgrind/memcheck/tests/
varinfo6.stdout.exp 10 final combined CRC = 0xA212ABF8
  /external/webrtc/talk/media/webrtc/
webrtcvoiceengine.h 57 class WebRtcVoiceEngine final : public webrtc::TraceCallback { class in namespace:cricket
153 class WebRtcVoiceMediaChannel final : public VoiceMediaChannel, class in namespace:cricket
  /frameworks/support/documents-archive/
Android.mk 17 # Here is the final static library that apps can link against.
  /frameworks/support/v14/preference/
Android.mk 17 # Here is the final static library that apps can link against.
  /frameworks/support/v7/appcompat/
Android.mk 17 # Here is the final static library that apps can link against.
  /frameworks/support/v7/gridlayout/
Android.mk 17 # Here is the final static library that apps can link against.
  /frameworks/support/v7/palette/
Android.mk 17 # Here is the final static library that apps can link against.
  /frameworks/support/v7/preference/
Android.mk 32 # Here is the final static library that apps can link against.

Completed in 2716 milliseconds

<<21222324252627282930>>