| /external/mesa3d/src/mapi/mapi/ |
| D | stub.c | 74 const struct mapi_stub *stub = (const struct mapi_stub *) elem; in stub_compare() local 98 struct mapi_stub *stub; in stub_add_dynamic() local 131 struct mapi_stub *stub = NULL; in stub_find_dynamic() local 157 stub_fix_dynamic(struct mapi_stub *stub, const struct mapi_stub *alias) in stub_fix_dynamic() 177 stub_get_name(const struct mapi_stub *stub) in stub_get_name() 194 stub_get_slot(const struct mapi_stub *stub) in stub_get_slot() 203 stub_get_addr(const struct mapi_stub *stub) in stub_get_addr()
|
| D | mapi_glapi.c | 129 const struct mapi_stub *stub; in _glapi_add_dispatch() local 155 struct mapi_stub *stub; in _glapi_add_dispatch() local 175 const struct mapi_stub *stub; in _glapi_get_stub() local 199 const struct mapi_stub *stub = _glapi_get_stub(funcName, 0); in _glapi_get_proc_offset() local 211 const struct mapi_stub *stub = _glapi_get_stub(funcName, 1); in _glapi_get_proc_address() local
|
| D | mapi.c | 45 const struct mapi_stub *stub; in get_stub() local 100 const struct mapi_stub *stub; in mapi_init() local 129 const struct mapi_stub *stub; in mapi_get_proc_address() local 174 const struct mapi_stub *stub = mapi_stub_map[i]; in mapi_table_fill() local
|
| /external/v8/src/ |
| D | code-factory.cc | 55 BinaryOpICStub stub(isolate, op, mode); in BinaryOpIC() local 64 ToBooleanStub stub(isolate, mode, types); in ToBoolean() local 71 ToNumberStub stub(isolate); in ToNumber() local 79 StringAddStub stub(isolate, flags, pretenure_flag); in StringAdd() local 87 CallFunctionStub stub(isolate, argc, flags); in CallFunction() local
|
| D | code-stubs.cc | 20 CodeStubDescriptor::CodeStubDescriptor(CodeStub* stub) in CodeStubDescriptor() 233 static void InitializeDescriptorDispatchedCall(CodeStub* stub, in InitializeDescriptorDispatchedCall() 249 void CodeStub::GetCodeDispatchCall(CodeStub* stub, void** value_out) { in GetCodeDispatchCall() 270 BinaryOpICStub stub(isolate, in GenerateAheadOfTime() local 290 BinaryOpICStub stub(isolate, state); in GenerateAheadOfTime() local 312 BinaryOpICWithAllocationSiteStub stub(isolate, state); in GenerateAheadOfTime() local 726 CreateAllocationSiteStub stub(isolate); in GenerateAheadOfTime() local
|
| D | code-stubs-hydrogen.cc | 37 CodeStubGraphBuilderBase(Isolate* isolate, HydrogenCodeStub* stub) in CodeStubGraphBuilderBase() 60 HydrogenCodeStub* stub() { return info_.code_stub(); } in stub() function in v8::internal::CodeStubGraphBuilderBase 191 CodeStubGraphBuilder(Isolate* isolate, Stub* stub) in CodeStubGraphBuilder() 256 static Handle<Code> DoGenerateCode(Stub* stub) { in DoGenerateCode() 1002 CompareNilICStub* stub = casted_stub(); in BuildCodeInitializedStub() local 1151 StringAddStub* stub = casted_stub(); in BuildCodeInitializedStub() local 1177 ToBooleanStub* stub = casted_stub(); in BuildCodeInitializedStub() local 1213 StoreGlobalStub* stub = casted_stub(); in BuildCodeInitializedStub() local 1604 CodeStubGraphBuilder(Isolate* isolate, KeyedLoadGenericStub* stub) in CodeStubGraphBuilder()
|
| /external/v8/src/ic/ |
| D | ic.cc | 442 void IC::RegisterWeakMapDependency(Handle<Code> stub) { in RegisterWeakMapDependency() 460 void IC::InvalidateMaps(Code* stub) { in InvalidateMaps() 558 CompareICStub stub(target->stub_key(), isolate); in Clear() local 823 MegamorphicLoadStub stub(isolate(), LoadICState(extra_ic_state())); in megamorphic_stub() local 854 LoadFieldStub stub(isolate(), index); in SimpleFieldLoad() local 970 Handle<Code> stub; in CompileHandler() local 1084 LoadConstantStub stub(isolate(), lookup->GetConstantIndex()); in CompileHandler() local 1182 Handle<Code> stub = generic_stub(); in Load() local 1340 CallICStub stub(isolate, CallICState(argc, call_type)); in initialize_stub() local 1502 StoreGlobalStub stub(isolate(), union_type->IsConstant(), in CompileHandler() local [all …]
|
| D | handler-compiler.cc | 184 LoadFieldStub stub(isolate(), field); in CompileLoadField() local 194 LoadConstantStub stub(isolate(), constant_index); in CompileLoadConstant() local 288 LoadFieldStub stub(isolate(), it->GetFieldIndex()); in GenerateLoadPostInterceptor() local
|
| /external/mockito/src/org/mockito/internal/ |
| D | MockitoCore.java | 60 public IOngoingStubbing stub() { in stub() method in MockitoCore 69 public <T> DeprecatedOngoingStubbing<T> stub(T methodCall) { in stub() method in MockitoCore
|
| /external/opencv/cv/src/ |
| D | cvcamshift.cpp | 66 CvMat stub, *mat = (CvMat*)imgProb; in cvMeanShift() local 180 CvMat cur_win, stub, *mat = (CvMat*)imgProb; in cvCamShift() local
|
| D | cvcorner.cpp | 427 CvMat stub, *src = (CvMat*)srcarr; in cvCornerMinEigenVal() local 454 CvMat stub, *src = (CvMat*)srcarr; in cvCornerHarris() local 481 CvMat stub, *src = (CvMat*)srcarr; in cvCornerEigenValsAndVecs() local 527 CvMat stub, *src = (CvMat*)srcarr; in cvPreCornerDetect() local
|
| D | cvaccum.cpp | 395 CvMat stub, *mat = (CvMat*)arr; local 497 CvMat stub, *mat = (CvMat*)arr; in cvSquareAcc() local 705 CvMat stub, *mat = (CvMat*)arrY; in cvRunningAvg() local
|
| /external/nanopb-c/generator/google/protobuf/ |
| D | service_reflection.py | 258 def _ServiceStubInit(stub, rpc_channel): argument 269 def _StubMethod(self, stub, method_descriptor, argument
|
| /external/protobuf/python/google/protobuf/ |
| D | service_reflection.py | 258 def _ServiceStubInit(stub, rpc_channel): argument 269 def _StubMethod(self, stub, method_descriptor, argument
|
| /external/protobuf/java/src/test/java/com/google/protobuf/ |
| D | ServiceTest.java | 119 TestService stub = TestService.newStub(mockChannel); in testStub() local 146 TestService.BlockingInterface stub = in testBlockingStub() local
|
| /external/opencv/cxcore/src/ |
| D | cxdrawing.cpp | 170 CvMat stub, *mat = (CvMat*)img; in cvInitLineIterator() local 1745 CvMat stub, *mat = (CvMat*)img; in cvLine() local 1781 CvMat stub, *mat = (CvMat*)img; in cvRectangle() local 1825 CvMat stub, *mat = (CvMat*)img; in cvCircle() local 1874 CvMat stub, *mat = (CvMat*)img; in cvEllipse() local 1921 CvMat stub, *mat = (CvMat*)img; in cvFillConvexPoly() local 1959 CvMat stub, *mat = (CvMat*)img; in cvFillPoly() local 2027 CvMat stub, *mat = (CvMat*)img; in cvPolyLine() local 2205 CvMat stub, *mat = (CvMat*)img; in cvPutText() local 2432 CvMat stub, *mat = (CvMat*)img; in cvDrawContours() local
|
| /external/v8/src/x87/ |
| D | code-stubs-x87.h | 150 static Mode GetMode(Code* stub) { in GetMode() 169 static void Patch(Code* stub, Mode mode) { in Patch()
|
| /external/v8/src/arm/ |
| D | code-stubs-arm.h | 127 static Mode GetMode(Code* stub) { in GetMode() 147 static void Patch(Code* stub, Mode mode) { in Patch()
|
| /external/v8/src/arm64/ |
| D | code-stubs-arm64.h | 102 static Mode GetMode(Code* stub) { in GetMode() 131 static void Patch(Code* stub, Mode mode) { in Patch()
|
| /external/v8/src/compiler/ |
| D | js-generic-lowering.cc | 322 InstanceofStub stub(isolate(), flags); in LowerJSInstanceOf() local 369 CallConstructStub stub(isolate(), NO_CALL_CONSTRUCTOR_FLAGS); in LowerJSCallConstruct() local 385 CallFunctionStub stub(isolate(), p.arity - 2, p.flags); in LowerJSCallFunction() local
|
| /external/opencv/cvaux/src/ |
| D | cvbgfg_codebook.cpp | 93 CvMat stub, *image = cvGetMat( _image, &stub ); in cvBGCodeBookUpdate() local 235 CvMat stub, *image = cvGetMat( _image, &stub ); in cvBGCodeBookDiff() local
|
| /external/v8/src/mips/ |
| D | code-stubs-mips.h | 169 static Mode GetMode(Code* stub) { in GetMode() 189 static void Patch(Code* stub, Mode mode) { in Patch()
|
| /external/v8/src/mips64/ |
| D | code-stubs-mips64.h | 171 static Mode GetMode(Code* stub) { in GetMode() 191 static void Patch(Code* stub, Mode mode) { in Patch()
|
| /external/v8/src/ia32/ |
| D | code-stubs-ia32.h | 153 static Mode GetMode(Code* stub) { in GetMode() 172 static void Patch(Code* stub, Mode mode) { in Patch()
|
| /external/v8/src/x64/ |
| D | code-stubs-x64.h | 145 static Mode GetMode(Code* stub) { in GetMode() 164 static void Patch(Code* stub, Mode mode) { in Patch()
|