OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stub3
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/common/gpu/
gpu_memory_manager_unittest.cc
262
FakeClient
stub3
(&memmgr_, &stub1), stub4(&memmgr_, &stub2);
267
EXPECT_TRUE(IsAllocationForegroundForSurfaceNo(
stub3
.allocation_));
286
FakeClient
stub3
(&memmgr_, &stub1), stub4(&memmgr_, &stub2);
292
EXPECT_TRUE(IsAllocationForegroundForSurfaceNo(
stub3
.allocation_));
302
EXPECT_TRUE(IsAllocationBackgroundForSurfaceNo(
stub3
.allocation_));
313
stub3
(&memmgr_, GenerateUniqueSurfaceId(), true),
322
EXPECT_TRUE(IsAllocationForegroundForSurfaceYes(
stub3
.allocation_));
335
stub3
(&memmgr_, GenerateUniqueSurfaceId(), true),
338
stub3
.SetVisible(false);
348
EXPECT_TRUE(IsAllocationBackgroundForSurfaceYes(
stub3
.allocation_))
[
all
...]
/external/chromium_org/v8/src/
code-stubs.cc
767
ArrayNArgumentsConstructorStub
stub3
(GetInitialFastElementsKind());
768
InstallDescriptor(isolate, &
stub3
);
798
InternalArrayNArgumentsConstructorStub
stub3
(FAST_ELEMENTS);
799
InstallDescriptor(isolate, &
stub3
);
/external/opencv/cxcore/src/
cxmatmul.cpp
630
CvMat stub, stub1, stub2,
stub3
;
local
[
all
...]
Completed in 131 milliseconds