/external/v8/src/interpreter/ |
D | constant-array-builder.h | 65 struct ConstantArraySlice final { struct 72 inline size_t available() const { return capacity() - reserved() - size(); } in available() 73 inline size_t reserved() const { return reserved_; } in reserved() 74 inline size_t capacity() const { return capacity_; } in capacity() 75 inline size_t size() const { return constants_.size(); } in size() 76 inline size_t start_index() const { return start_index_; } in start_index() 80 const size_t capacity_; 81 size_t reserved_; 82 ZoneVector<Handle<Object>> constants_;
|
/external/v8/src/compiler/ |
D | node-matchers.h | 111 struct IntMatcher final : public ValueMatcher<T, kOpcode> { struct 112 explicit IntMatcher(Node* node) : ValueMatcher<T, kOpcode>(node) {} in IntMatcher() 114 bool Is(const T& value) const { in Is() 117 bool IsInRange(const T& low, const T& high) const { in IsInRange() 120 bool IsMultipleOf(T n) const { in IsMultipleOf() 123 bool IsPowerOf2() const { in IsPowerOf2() 148 struct FloatMatcher final : public ValueMatcher<T, kOpcode> { struct 170 struct HeapObjectMatcher final argument 178 struct ExternalReferenceMatcher final struct 180 explicit ExternalReferenceMatcher(Node* node) in ExternalReferenceMatcher() [all …]
|
/external/llvm/include/llvm/Analysis/ |
D | CFLAliasAnalysis.h | 81 struct FunctionHandle final : public CallbackVH { struct 82 FunctionHandle(Function *Fn, CFLAAResult *Result) in FunctionHandle() 88 void deleted() override { removeSelfFromCache(); } in deleted() 89 void allUsesReplacedWith(Value *) override { removeSelfFromCache(); } in allUsesReplacedWith() 94 void removeSelfFromCache() { in removeSelfFromCache()
|
D | GlobalsModRef.h | 59 struct DeletionCallbackHandle final : CallbackVH { struct 60 GlobalsAAResult *GAR; 61 std::list<DeletionCallbackHandle>::iterator I; 63 DeletionCallbackHandle(GlobalsAAResult &GAR, Value *V) in DeletionCallbackHandle()
|
/external/v8/src/ |
D | handles.h | 391 struct HandleScopeData final { struct 392 Object** next; 393 Object** limit; 394 int level; 395 int sealed_level; 396 CanonicalHandleScope* canonical_scope; 398 void Initialize() { in Initialize()
|
/external/libbrillo/brillo/dbus/ |
D | dbus_object_test_helpers.h | 42 struct ResponseHolder final : public base::SupportsWeakPtr<ResponseHolder> { struct 43 void ReceiveResponse(scoped_ptr<dbus::Response> response) { in ReceiveResponse() 47 std::unique_ptr<dbus::Response> response_;
|
/external/clang/include/clang/ASTMatchers/Dynamic/ |
D | VariantValue.h | 224 struct VariantMatcher::TypedMatcherOps final : VariantMatcher::MatcherOps { struct 225 TypedMatcherOps() in TypedMatcherOps() 227 typedef ast_matchers::internal::Matcher<T> MatcherT; 230 convertMatcher(const DynTypedMatcher &Matcher) const override { in convertMatcher()
|
/external/skia/src/gpu/glsl/ |
D | GrGLSLBlend.cpp | 15 const char* final, in hard_light() 36 const char* final, in color_dodge_component() 60 const char* final, in color_burn_component() 81 const char* final, in soft_light_component_pos_dst_alpha()
|
/external/zopfli/src/zopfli/ |
D | deflate.c | 528 static void AddLZ77Block(const ZopfliOptions* options, int btype, int final, in AddLZ77Block() 586 static void DeflateDynamicBlock(const ZopfliOptions* options, int final, in DeflateDynamicBlock() 639 static void DeflateFixedBlock(const ZopfliOptions* options, int final, in DeflateFixedBlock() 670 static void DeflateNonCompressedBlock(const ZopfliOptions* options, int final, in DeflateNonCompressedBlock() 701 int btype, int final, in DeflateBlock() 722 int btype, int final, in DeflateSplittingFirst() 756 int btype, int final, in DeflateSplittingLast() 827 void ZopfliDeflatePart(const ZopfliOptions* options, int btype, int final, in ZopfliDeflatePart() 844 void ZopfliDeflate(const ZopfliOptions* options, int btype, int final, in ZopfliDeflate()
|
D | katajainen.c | 106 Node* leaves, int numsymbols, NodePool* pool, int index, char final) { in BoundaryPM() 241 char final = i == numBoundaryPMRuns - 1; in ZopfliLengthLimitedCodeLengths() local
|
/external/clang/test/Preprocessor/ |
D | macro-reserved.cpp | 4 #define final 1 macro 54 #define final 1 macro
|
D | macro-reserved.c | 4 #define final 1 macro 52 #define final 1 macro
|
D | macro-reserved-cxx11.cpp | 5 #define final 1 // expected-warning {{keyword is hidden by macro definition}} macro
|
/external/clang/test/SemaCXX/ |
D | ms-interface.cpp | 41 __interface I3 final { variable
|
/external/clang/test/CodeGen/ |
D | 2003-08-29-BitFieldStruct.c | 6 int final:1; member
|
/external/opencv3/modules/core/perf/opencl/ |
D | perf_usage_flags.cpp | 33 UMat final; in OCL_PERF_TEST_P() local
|
/external/eigen/bench/btl/generic_bench/timers/ |
D | STL_timer.hh | 70 time_t initial, final; member in STL_Timer
|
/external/boringssl/src/crypto/digest/ |
D | internal.h | 85 void (*final)(EVP_MD_CTX *ctx, uint8_t *out); member
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/ |
D | sysfs_power_monitor.py | 164 def ComputeCpuStats(initial, final): argument
|
/external/regex-re2/util/ |
D | hash.cc | 124 #define final(a,b,c) \ macro
|
/external/libxml2/os400/iconv/ |
D | iconv.c | 34 t_ccsid final; in findEncoding() local
|
/external/clang/test/CXX/class/class.mem/ |
D | p8-0x.cpp | 27 int h final; // expected-error {{only virtual member functions can be marked 'final'}} member
|
/external/opencv3/samples/cpp/ |
D | create_mask.cpp | 22 Mat img0, img1, res1, final; variable
|
/external/libvncserver/webclients/java-applet/ssl/ |
D | ss_vncviewer | 795 final() { function
|
/external/toybox/toys/pending/ |
D | compress.c | 303 int final, type; in inflate() local 422 int len, final = 0; in deflate() local
|