HomeSort by relevance Sort by last modified time
    Searched full:last (Results 276 - 300 of 22121) sorted by null

<<11121314151617181920>>

  /prebuilts/tools/gcc-sdk/
size 17 suffix_m32=${options##* -m32 } # suffix after the last -m32
18 suffix_m64=${options##* -m64 } # suffix after the last -m64
20 len_m32=${#suffix_m32} # length of suffix after the last -m32
21 len_m64=${#suffix_m64} # length of suffix after the last -m64
strings 17 suffix_m32=${options##* -m32 } # suffix after the last -m32
18 suffix_m64=${options##* -m64 } # suffix after the last -m64
20 len_m32=${#suffix_m32} # length of suffix after the last -m32
21 len_m64=${#suffix_m64} # length of suffix after the last -m64
strip 17 suffix_m32=${options##* -m32 } # suffix after the last -m32
18 suffix_m64=${options##* -m64 } # suffix after the last -m64
20 len_m32=${#suffix_m32} # length of suffix after the last -m32
21 len_m64=${#suffix_m64} # length of suffix after the last -m64
  /toolchain/binutils/binutils-2.25/gas/
gdbinit.in 36 # Put this last, in case it fails.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
b-bend1.d 7 #error: invalid mmo file: lop_end not last item in file
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
unwind-2.s 19 # last text section has unwind information. Linker should append a
  /build/soong/androidmk/parser/
make_strings.go 11 // substitutions, where the first and last entries in the list must be raw
14 // variable will have an empty last raw string. Two sequential Variables
53 last := len(ms.Strings) - 1
54 ms.Strings[last] += other.Strings[0]
138 last := len(ms.Strings) - 1
139 ms.Strings[last] = strings.TrimRightFunc(ms.Strings[last], unicode.IsSpace)
143 last := len(ms.Strings) - 1
144 if len(ms.Strings[last]) > 1 {
145 ms.Strings[last] = ms.Strings[last][0 : len(ms.Strings[last])-1
    [all...]
  /device/google/contexthub/firmware/inc/
osApi.h 44 #define SYSCALL_OS_LAST 2 // always last. holes are allowed, but not immediately before this
50 #define SYSCALL_OS_DRV_LAST 3 // always last. holes are allowed, but not immediately before this
61 #define SYSCALL_OS_DRV_GPIO_LAST 7 // always last. holes are allowed, but not immediately before this
67 #define SYSCALL_OS_DRV_I2CM_LAST 3 // always last. holes are allowed, but not immediately before this
75 #define SYSCALL_OS_DRV_I2CS_LAST 5 // always last. holes are allowed, but not immediately before this
84 #define SYSCALL_OS_MAIN_LAST 6 // always last. holes are allowed, but not immediately before this
93 #define SYSCALL_OS_MAIN_EVTQ_LAST 6 // always last. holes are allowed, but not immediately before this
97 #define SYSCALL_OS_MAIN_LOG_LAST 1 // always last. holes are allowed, but not immediately before this
110 #define SYSCALL_OS_MAIN_SENSOR_LAST 10 // always last. holes are allowed, but not immediately before this
116 #define SYSCALL_OS_MAIN_TIME_LAST 3 // always last. holes are allowed, but not immediately before thi
    [all...]
  /external/autotest/site_utils/
count_jobs.py 7 """Counts the number of jobs created in the last 24 hours."""
20 """Returns the number of jobs kicked off in the last |duration| minutes.
29 """Counts the number of AFE jobs in the last day, then pushes the count to statsd"""
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/paddings/
BlockCipherPadding.java 31 * Note: this assumes that the last block of plain text is always
34 * should be the same as the last block of plain text. The reason
36 * base the padding on the last byte of plain text.
  /external/curl/tests/data/
test1511 14 Last-Modified: Mon, 22 Apr 2013 17:45:05 GMT
26 Last-Modified: Mon, 22 Apr 2013 17:45:05 GMT
34 Last-Modified: Mon, 22 Apr 2013 17:45:05 GMT
  /external/e2fsprogs/lib/ext2fs/tdb/
build-tdb 17 grep "^Last Changed Rev" .svninfo | sed -e 's/Last Changed //' >> tdb.c
18 grep "^Last Changed Date" .svninfo >> tdb.c
  /external/pdfium/xfa/src/fxbarcode/
BC_Utils.cpp 10 FX_DWORD last,
13 if (first > last || count <= 0) {
16 dst.Delete(first, last - first);
  /external/selinux/libsepol/cil/src/
cil_list.c 173 struct cil_list_item *last = item; local
183 while (last->next != NULL) {
184 last = last->next;
189 list->tail = last;
194 list->tail = last;
200 struct cil_list_item *last = item; local
210 while (last->next != NULL) {
211 last = last->next
    [all...]
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/tokens/
AliasTokenTest.java 26 Mark mark = new Mark("test1", 0, 0, 0, "*The first line.\nThe last line.", 0);
32 Mark mark = new Mark("test1", 0, 0, 0, "*The first line.\nThe last line.", 0);
38 Mark mark = new Mark("test1", 0, 0, 0, "*The first line.\nThe last line.", 0);
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
bitrate.h 40 // Packet rate last second, updated roughly every 100 ms.
43 // Bitrate last second, updated roughly every 100 ms.
46 // Bitrate last second, updated now.
  /external/zlib/src/contrib/ada/
read.adb 66 Last : out Stream_Element_Offset);
83 Last : out Stream_Element_Offset) is
85 Last := Stream_Element_Offset'Min
86 (Item'Last,
89 for J in Item'First .. Last loop
109 Read_First := Read_Buffer'Last + 1;
110 Read_Last := Read_Buffer'Last;
137 Last : Stream_Element_Offset;
139 Read (Filter, Buffer, Last);
141 Pack_Size := Pack_Size + Last - Buffer'First + 1
    [all...]
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
IResultLogger.java 21 * (based on the last entry in the log, and not the current time)
27 * Get the current average speed of the last period of the transfer.
28 * (based on the last entry in the log, and not the current time)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_extcall.py 63 Traceback (most recent call last):
68 Traceback (most recent call last):
73 Traceback (most recent call last):
78 Traceback (most recent call last):
94 Traceback (most recent call last):
103 Traceback (most recent call last):
153 Traceback (most recent call last):
158 Traceback (most recent call last):
163 Traceback (most recent call last):
168 Traceback (most recent call last)
    [all...]
test_syntax.py 7 Traceback (most recent call last):
31 Traceback (most recent call last):
36 Traceback (most recent call last):
45 Traceback (most recent call last):
50 Traceback (most recent call last):
55 Traceback (most recent call last):
60 Traceback (most recent call last):
65 Traceback (most recent call last):
70 Traceback (most recent call last):
75 Traceback (most recent call last)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_extcall.py 63 Traceback (most recent call last):
68 Traceback (most recent call last):
73 Traceback (most recent call last):
78 Traceback (most recent call last):
94 Traceback (most recent call last):
103 Traceback (most recent call last):
153 Traceback (most recent call last):
158 Traceback (most recent call last):
163 Traceback (most recent call last):
168 Traceback (most recent call last)
    [all...]
test_syntax.py 7 Traceback (most recent call last):
31 Traceback (most recent call last):
36 Traceback (most recent call last):
45 Traceback (most recent call last):
50 Traceback (most recent call last):
55 Traceback (most recent call last):
60 Traceback (most recent call last):
65 Traceback (most recent call last):
70 Traceback (most recent call last):
75 Traceback (most recent call last)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_extcall.py 63 Traceback (most recent call last):
68 Traceback (most recent call last):
73 Traceback (most recent call last):
78 Traceback (most recent call last):
94 Traceback (most recent call last):
103 Traceback (most recent call last):
153 Traceback (most recent call last):
158 Traceback (most recent call last):
163 Traceback (most recent call last):
168 Traceback (most recent call last)
    [all...]
test_syntax.py 7 Traceback (most recent call last):
31 Traceback (most recent call last):
36 Traceback (most recent call last):
45 Traceback (most recent call last):
50 Traceback (most recent call last):
55 Traceback (most recent call last):
60 Traceback (most recent call last):
65 Traceback (most recent call last):
70 Traceback (most recent call last):
75 Traceback (most recent call last)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_extcall.py 63 Traceback (most recent call last):
68 Traceback (most recent call last):
73 Traceback (most recent call last):
78 Traceback (most recent call last):
94 Traceback (most recent call last):
103 Traceback (most recent call last):
153 Traceback (most recent call last):
158 Traceback (most recent call last):
163 Traceback (most recent call last):
168 Traceback (most recent call last)
    [all...]

Completed in 2039 milliseconds

<<11121314151617181920>>