HomeSort by relevance Sort by last modified time
    Searched defs:mem3 (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/base/memory/
ref_counted_memory_unittest.cc 59 scoped_refptr<RefCountedMemory> mem3 = RefCountedString::TakeString(&s3); local
61 EXPECT_FALSE(mem1->Equals(mem3));
62 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 185 void* mem3 = manager_->Alloc(kSize, &id3, &offset3); local
186 ASSERT_TRUE(mem3 != NULL);
187 EXPECT_NE(mem2, mem3);
191 manager_->Free(mem3);
297 void* mem3 = manager_->Alloc(kSize, &id3, &offset3); local
300 ASSERT_TRUE(mem3);
gles2_implementation_unittest.cc 678 ExpectedMemoryInfo mem3 = GetExpectedMemory(kPaddedString3Size); local
690 kString3Size, mem3.id, mem3.offset);
928 ExpectedMemoryInfo mem3 = GetExpectedMemory(kSize2); local
1012 ExpectedMemoryInfo mem3 = GetExpectedMemory(kSize2); local
1123 ExpectedMemoryInfo mem3 = GetExpectedMemory(kSize2); local
1213 ExpectedMemoryInfo mem3 = GetExpectedMemory(kSize2); local
2189 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/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...]

Completed in 1762 milliseconds