Home
last modified time | relevance | path

Searched refs:Concatenate (Results 1 – 11 of 11) sorted by relevance

/external/v8/tools/
Dconcatenate-files.py41 def Concatenate(filenames): function
71 exit(0 if Concatenate(args) else 1)
/external/fonttools/Windows/
Dfonttools-win-setup.iss108 { Helper procedure: Concatenate individual dirnames into a path environment variable }
184 // Concatenate directory names into one single path variable
/external/v8/src/heap/
Dspaces.cc2028 intptr_t FreeListCategory::Concatenate(FreeListCategory* category) { in Concatenate() function in v8::internal::FreeListCategory
2159 intptr_t FreeList::Concatenate(FreeList* free_list) { in Concatenate() function in v8::internal::FreeList
2161 free_bytes += small_list_.Concatenate(free_list->small_list()); in Concatenate()
2162 free_bytes += medium_list_.Concatenate(free_list->medium_list()); in Concatenate()
2163 free_bytes += large_list_.Concatenate(free_list->large_list()); in Concatenate()
2164 free_bytes += huge_list_.Concatenate(free_list->huge_list()); in Concatenate()
Dspaces.h1438 intptr_t Concatenate(FreeListCategory* category);
1515 intptr_t Concatenate(FreeList* free_list);
Dmark-compact.cc640 intptr_t freed_bytes = space->free_list()->Concatenate(free_list); in RefillFreeList()
4146 free_list->Concatenate(&private_free_list); in SweepInParallel()
/external/pcre/dist/
DPrepareRelease50 # tidy for online reading. Concatenate all the .3 stuff, but omit the
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/filesystem/
DFileSystem.groovy167 …* Build a path from the two path components. Concatenate path1 and path2. Insert the file system-d…
DDefaultFileSystem.groovy266 …* Build a path from the two path components. Concatenate path1 and path2. Insert the system-depend…
DAbstractFakeFileSystem.groovy381 * Build a path from the two path components. Concatenate path1 and path2. Insert the path
/external/libvpx/libvpx/vp8/common/ppc/
Dloopfilter_filters_altivec.asm32 ;# when we think of them as permutations of address bits: Concatenate a
/external/clang/docs/
DLanguageExtensions.rst1436 // Concatenate every other element of 4-element vectors V1 and V2.
1439 // Concatenate every other element of 8-element vectors V1 and V2.