/external/chromium_org/base/memory/ |
ref_counted_memory_unittest.cc | 69 scoped_refptr<RefCountedMemory> mem3 = RefCountedString::TakeString(&s3); local 71 EXPECT_FALSE(mem1->Equals(mem3)); 72 EXPECT_FALSE(mem2->Equals(mem3));
|
/external/chromium_org/ppapi/generators/test_cgen/ |
interface.h | 47 * int32_t (*mem3)(struct ist* b); 56 int32_t (*mem3)(struct ist* b); member in struct:ifaceFoo_1_0
|
/external/clang/test/SemaCXX/ |
default2.cpp | 60 int mem3(int i); 79 int Y::mem3(int i = b) { return i; } // OK; use X::b function in class:Y
|
/external/chromium_org/gpu/command_buffer/client/ |
mapped_memory_unittest.cc | 186 void* mem3 = manager_->Alloc(kSize, &id3, &offset3); local 187 ASSERT_TRUE(mem3 != NULL); 188 EXPECT_NE(mem2, mem3); 192 manager_->Free(mem3); 298 void* mem3 = manager_->Alloc(kSize, &id3, &offset3); local 301 ASSERT_TRUE(mem3); 377 void* mem3 = manager_->Alloc(kSize, &id3, &offset3); local 378 ASSERT_TRUE(mem3);
|
gles2_implementation_unittest.cc | 685 ExpectedMemoryInfo mem3 = GetExpectedMemory(kPaddedString3Size); local 697 kString3Size, mem3.id, mem3.offset); 935 ExpectedMemoryInfo mem3 = GetExpectedMemory(kSize2); local 1019 ExpectedMemoryInfo mem3 = GetExpectedMemory(kSize2); local 1130 ExpectedMemoryInfo mem3 = GetExpectedMemory(kSize2); local 1220 ExpectedMemoryInfo mem3 = GetExpectedMemory(kSize2); local 2196 ExpectedMemoryInfo mem3 = GetExpectedMemory(half_size); local [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
mem3.c | 65 ** We often identify a chunk by its index in mem3.aPool[]. When 73 ** Pointers to the head of the list are stored in mem3.aiSmall[] 74 ** for smaller chunks and mem3.aiHash[] for larger chunks. 88 u32 next; /* Index in mem3.aPool[] of next free chunk */ 89 u32 prev; /* Index in mem3.aPool[] of previous free chunk */ 96 ** into a single structure named "mem3". This is to keep the 139 } mem3 = { 97535575 }; variable in typeref:struct:Mem3Global 141 #define mem3 GLOBAL(struct Mem3Global, mem3) macro 144 ** Unlink the chunk at mem3.aPool[i] from list it is currentl [all...] |
/external/chromium_org/third_party/opus/src/celt/ |
pitch.c | 113 opus_val32 mem0, mem1, mem2, mem3, mem4; local 122 mem3=mem[3]; 130 sum = MAC16_16(sum,num3,mem3); 132 mem4 = mem3; 133 mem3 = mem2; 142 mem[3]=mem3;
|
/external/chromium_org/third_party/sqlite/amalgamation/ |
sqlite3.c | 15262 } mem3 = { 97535575 }; variable in typeref:struct:Mem3Global 15264 #define mem3 macro [all...] |
/external/sqlite/dist/orig/ |
sqlite3.c | 16126 } mem3 = { 97535575 }; variable in typeref:struct:Mem3Global 16128 #define mem3 macro [all...] |
/external/sqlite/dist/ |
sqlite3.c | 16126 } mem3 = { 97535575 }; variable in typeref:struct:Mem3Global 16128 #define mem3 macro [all...] |