HomeSort by relevance Sort by last modified time
    Searched refs:keeping (Results 1 - 25 of 37) sorted by null

1 2

  /frameworks/av/media/libstagefright/
DataURISource.cpp 47 char *keeping = cleansed; local
55 *keeping++ = c;
58 memset(keeping, 0, left);
  /build/soong/android/
util.go 125 // FirstUniqueStrings returns all unique elements of a slice of strings, keeping the first copy of
142 // LastUniqueStrings returns all unique elements of a slice of strings, keeping the last copy of
paths.go 406 // FirstUniquePaths returns all unique elements of a Paths, keeping the first copy of each. It
423 // LastUniquePaths returns all unique elements of a Paths, keeping the last copy of each. It
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/X64/
MpFuncs.asm 46 db 66h, 8Bh, 14h ; mov edx,dword ptr [si] ; EDX is keeping the start address of wakeup buffer
50 db 66h, 8Bh, 0Ch ; mov ecx,dword ptr [si] ; ECX is keeping the value of CR3
MpFuncs.S 60 .byte 0x66,0x8B,0x14 # mov edx,dword ptr [si] ; EDX is keeping the start address of wakeup buffer
64 .byte 0x66,0x8B,0xC # mov ecx,dword ptr [si] ; ECX is keeping the value of CR3
  /build/soong/java/
java_resources.go 88 // Convert java_resources properties to arguments to soong_zip -jar, keeping files that should
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
MpFuncs.S 63 .byte 0x66,0x8B,0x14 # mov edx,dword ptr [si] ; EDX is keeping the start address of wakeup buffer
67 .byte 0x66,0x8B,0xC # mov ecx,dword ptr [si] ; ECX is keeping the value of CR3
MpFuncs.asm 64 db 66h, 8Bh, 14h ; mov edx,dword ptr [si] ; EDX is keeping the start address of wakeup buffer
68 db 66h, 8Bh, 0Ch ; mov ecx,dword ptr [si] ; ECX is keeping the value of CR3
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
MpFuncs.S 60 .byte 0x66,0x8B,0x14 # mov edx,dword ptr [si] ; EDX is keeping the start address of wakeup buffer
MpFuncs.asm 64 db 66h, 8Bh, 14h ; mov edx,dword ptr [si] ; EDX is keeping the start address of wakeup buffer
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/IA32/
MpFuncs.asm 56 db 66h, 8Bh, 0Ch ; mov ecx,dword ptr [si] ; ECX is keeping the start address of wakeup buffer
MpFuncs.S 55 .byte 0x66,0x8B,0xC # mov ecx,dword ptr [si] ; ECX is keeping the start address of wakeup buffer
  /external/libavc/common/arm/
ih264_deblk_luma_a9.s 101 mov r6, r0 @keeping backup of pointer to p1
103 mov r7, r0 @keeping backup of pointer to p0
    [all...]
  /build/soong/ui/logger/
logger.go 96 // existing files to <filename>.#.<ext>, keeping up to maxCount files.
  /external/tensorflow/tensorflow/contrib/verbs/
patch_notes_verbs_with_0_copies.md 5 Following HKUST research on the use of GPU direct, and their [GDR implementation](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/contrib/gdr/README.md), we wish to adopt the 0 copies approach and apply it to the current verbs implementation, while keeping the current implementation advantages, such as configurability and the use of RDMA for control messages.
  /external/syzkaller/vendor/golang.org/x/net/http2/hpack/
hpack.go 134 // while still decoding and keeping in-sync with decoder state, but
  /external/syzkaller/vendor/golang.org/x/net/internal/timeseries/
timeseries.go 131 pendingTime time.Time // what time are we keeping in pending
  /external/antlr/runtime/Ruby/lib/antlr3/
streams.rb 48 fashion. They also need some book-keeping about the input to provide useful
    [all...]
  /external/llvm/test/MC/ARM/
basic-thumb-instructions.s 14 @ This gives us good coverage while keeping the overall size of the test
  /external/swiftshader/third_party/LLVM/test/MC/ARM/
basic-thumb-instructions.s 13 @ This gives us good coverage while keeping the overall size of the test
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
basic-thumb-instructions.s 14 @ This gives us good coverage while keeping the overall size of the test
  /external/python/httplib2/
libhttplib2.tex 64 \item[Keep-Alive] Supports HTTP 1.1 Keep-Alive, keeping the socket open and performing multiple requests over the same connection if possible.
  /external/dtc/Documentation/
dtc-paper.tex 271 covered. We intend to create new bindings for such buses, in keeping
  /build/soong/cc/
cc.go 863 // So, keeping only the final instance of A and of B ensures that A is earlier in the output
    [all...]
  /external/bcc/tests/lua/
luaunit.lua 308 -- print('Keeping : '..t[idx] )
    [all...]

Completed in 5323 milliseconds

1 2