/device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/ |
FaultTolerantWrite.h | 4 for FTW last write data has been done. The GUID hob will be only built if FTW last write was
27 // FTW Last write data. It will be used as gEdkiiFaultTolerantWriteGuid GUID hob data.
31 /// Target address to be updated in FTW last write.
46 // This GUID will be used to install PPI to inform the check for FTW last write data has been done.
48 // FTW last write was still in progress with SpareComplete set and DestinationComplete not set.
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
GLFace.java | 51 int last = mVertexList.size() - 1; local 52 if (last < 2) { 55 GLVertex vertex = mVertexList.get(last); 61 mVertexList.remove(last + 1); 62 vertex = mVertexList.get(last); 77 int last = mVertexList.size() - 1; local 80 GLVertex vn = mVertexList.get(last); 83 for (int i = 1; i < last; i++) {
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/ |
EncodableDigest.java | 5 * you need to generate a signature on an external device and it allows for "sign with last round", so a copy of the 6 * internal state of the digest, plus the last few blocks of the message are all that needs to be sent, rather than the
|
/external/curl/tests/data/ |
test586 | 15 last line 22 last line
|
/external/curl/tests/unit/ |
unit1308.c | 46 struct curl_httppost *last = NULL; variable in typeref:struct:curl_httppost 50 rc = curl_formadd(&post, &last, CURLFORM_COPYNAME, "name", 57 fail_unless(post == last, "post and last weren't the same"); 59 rc = curl_formadd(&post, &last, CURLFORM_COPYNAME, "htmlcode", 65 rc = curl_formadd(&post, &last, CURLFORM_COPYNAME, "name_for_ptrcontent", 79 post = last = NULL; 81 rc = curl_formadd(&post, &last,
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
sembuf.h | 16 __kernel_time_t sem_otime; /* last semop time */ 17 __kernel_time_t sem_ctime; /* last change time */
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
sembuf.h | 16 __kernel_time_t sem_otime; /* last semop time */ 18 __kernel_time_t sem_ctime; /* last change time */
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
vlc_encode.h | 24 Int PutCoeff_Inter(Int run, Int level, Int last, BitstreamEncVideo *bitstream); 25 Int PutCoeff_Intra(Int run, Int level, Int last, BitstreamEncVideo *bitstream); 33 Int PutCoeff_Inter_RVLC(Int run, Int level, Int last, BitstreamEncVideo *bitstream); 34 Int PutCoeff_Intra_RVLC(Int run, Int level, Int last, BitstreamEncVideo *bitstream); 35 Int PutRunCoeff_Inter(Int run, Int level, Int last, BitstreamEncVideo *bitstream); 36 Int PutRunCoeff_Intra(Int run, Int level, Int last, BitstreamEncVideo *bitstream); 37 Int PutLevelCoeff_Inter(Int run, Int level, Int last, BitstreamEncVideo *bitstream); 38 Int PutLevelCoeff_Intra(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/ |
sembuf.h | 15 __kernel_time_t sem_otime; /* last semop time */ 17 __kernel_time_t sem_ctime; /* last change time */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
stat.h | 73 struct timespec st_atim; /* Time of last access. */ 74 struct timespec st_mtim; /* Time of last modification. */ 75 struct timespec st_ctim; /* Time of last status change. */ 80 __time_t st_atime; /* Time of last access. */ 81 unsigned long int st_atimensec; /* Nscecs of last access. */ 82 __time_t st_mtime; /* Time of last modification. */ 83 unsigned long int st_mtimensec; /* Nsecs of last modification. */ 84 __time_t st_ctime; /* Time of last status change. */ 85 unsigned long int st_ctimensec; /* Nsecs of last status change. */ 119 struct timespec st_atim; /* Time of last access. * [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/ |
sembuf.h | 15 __kernel_time_t sem_otime; /* last semop time */ 17 __kernel_time_t sem_ctime; /* last change time */
|
/prebuilts/go/darwin-x86/src/runtime/pprof/ |
map.go | 14 last *profMapEntry 39 var last *profMapEntry 41 for e := m.hash[h]; e != nil; last, e = e, e.nextHash { 51 if last != nil { 52 last.nextHash = e.nextHash 83 m.last = e 85 m.last.nextAll = e 86 m.last = e
|
/prebuilts/go/linux-x86/src/runtime/pprof/ |
map.go | 14 last *profMapEntry 39 var last *profMapEntry 41 for e := m.hash[h]; e != nil; last, e = e, e.nextHash { 51 if last != nil { 52 last.nextHash = e.nextHash 83 m.last = e 85 m.last.nextAll = e 86 m.last = e
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/ |
globsymw1.s | 13 ;# This must be the last line; the point is that the warning symbol 14 ;# construct is last, but is missing the actual symbol warned about.
|
/external/python/cpython2/Lib/idlelib/ |
ReplaceDialog.py | 33 last = text.index("sel.last") 35 last = None 37 last = last or first 38 self.show_hit(first, last) 96 first = last = None 111 last = "%d.%d" % (line, j) 113 text.mark_set("insert", last) 116 if first != last [all...] |
/external/syslinux/com32/cmenu/libmenu/ |
tui.c | 34 char *last; // The current last char of string local 53 last = str; 54 while (*last) { 55 last++; 89 p = last; 112 if (p < last) 133 if (last > str) 134 last--; 146 while (q <= last) { [all...] |
/external/python/cpython3/Lib/test/ |
test_extcall.py | 53 Traceback (most recent call last): 57 Traceback (most recent call last): 61 Traceback (most recent call last): 88 Traceback (most recent call last): 93 Traceback (most recent call last): 98 Traceback (most recent call last): 103 Traceback (most recent call last): 119 Traceback (most recent call last): 128 Traceback (most recent call last): 163 Traceback (most recent call last) [all...] |
test_unpack_ex.py | 90 Traceback (most recent call last): 118 Traceback (most recent call last): 123 Traceback (most recent call last): 142 Traceback (most recent call last): 147 Traceback (most recent call last): 152 Traceback (most recent call last): 157 Traceback (most recent call last): 164 Traceback (most recent call last): 171 Traceback (most recent call last): 223 Traceback (most recent call last) [all...] |
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_utilities_indexing.cpp | 36 void db_LeanPartitionOnPivot(double pivot,double *dest,const double *source,long first,long last,long *first_equal,long *last_equal) 45 s_top=source+last; 47 d_top=dest+last; 62 long last=nr_elements-1; local 76 for(;last-first>2;) 78 pivot=db_TripleMedian(source[first],source[last],source[(first+last)/2]); 79 db_LeanPartitionOnPivot(pivot,dest,source,first,last,&first_equal,&last_equal); 81 if(first_equal>pos) last=first_equal-1; 95 pivot=db_TripleMedian(source[first],source[last],source[(first+last)/2]) [all...] |
/external/f2fs-tools/fsck/ |
xattr.c | 118 struct f2fs_xattr_entry *here, *last; local 164 last = here; 165 while (!IS_XATTR_LAST_ENTRY(last)) 166 last = XATTR_NEXT_ENTRY(last); 177 free = MIN_OFFSET - ((char *)last - (char *)base_addr); 195 memmove(here, next, (char *)last - (char *)next); 196 last = (struct f2fs_xattr_entry *)((char *)last - oldsize); 197 memset(last, 0, oldsize) [all...] |
/prebuilts/go/darwin-x86/src/strings/ |
search.go | 16 // badCharSkip[b] contains the distance between the last byte of pattern 53 // last is the index of the last character in the pattern. 54 last := len(pattern) - 1 61 // The loop condition is < instead of <= so that the last byte does not 63 // that it is not in the last position. 64 for i := 0; i < last; i++ { 65 f.badCharSkip[pattern[i]] = last - i 71 lastPrefix := last 72 for i := last; i >= 0; i-- [all...] |
/prebuilts/go/linux-x86/src/strings/ |
search.go | 16 // badCharSkip[b] contains the distance between the last byte of pattern 53 // last is the index of the last character in the pattern. 54 last := len(pattern) - 1 61 // The loop condition is < instead of <= so that the last byte does not 63 // that it is not in the last position. 64 for i := 0; i < last; i++ { 65 f.badCharSkip[pattern[i]] = last - i 71 lastPrefix := last 72 for i := last; i >= 0; i-- [all...] |
/bionic/libc/upstream-freebsd/lib/libc/string/ |
wcsrchr.c | 35 const wchar_t *last; local 37 last = NULL; 40 last = s; 46 return ((wchar_t *)last);
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/main/ |
atgroup_03.css | 7 @page :last {
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/main/out/ |
atgroup_03.out | 1 @media all and (min-width:500px){@document url(http://www.w3.org/),url-prefix(http://www.w3.org/Style/),domain(mozilla.org),regexp("https:.*"){@page :last{margin:3in}}
|