HomeSort by relevance Sort by last modified time
    Searched full:last (Results 176 - 200 of 13702) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/tools/gcc-sdk/
gprof 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
ld 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
nm 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
objcopy 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
objdump 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
ranlib 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
readelf 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
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
  /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/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/marisa-trie/tools/
cmdopt.h 39 char *optarg; // Argument of the last option.
40 int optopt; // Label of the last option.
43 int longindex; // Index of the last long option.
  /external/marisa-trie/v0_1_5/tools/
cmdopt.h 39 char *optarg; // Argument of the last option.
40 int optopt; // Label of the last option.
43 int longindex; // Index of the last long option.
  /external/webkit/Source/WebCore/manual-tests/
autofill_alignment.html 13 <p> Try type some text in the "First name" and "Last name" input box,
16 Double click the "Last name" field, the drop-down box should be opened
21 Last name: <input type="text" name="lname" /><br />
  /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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_heap.h 146 * @param last End of heap + element.
149 * This operation pushes the element at last-1 onto the valid heap over the
150 * range [first,last-1). After completion, [first,last) is a valid heap.
193 * @param last End of heap + element.
197 * This operation pushes the element at last-1 onto the valid heap over the
198 * range [first,last-1). After completion, [first,last) is a valid heap.
268 * @param last End of heap.
271 * This operation pops the top of the heap. The elements first and last-
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_heap.h 148 * @param last End of heap + element.
151 * This operation pushes the element at last-1 onto the valid heap over the
152 * range [first,last-1). After completion, [first,last) is a valid heap.
195 * @param last End of heap + element.
199 * This operation pushes the element at last-1 onto the valid heap over the
200 * range [first,last-1). After completion, [first,last) is a valid heap.
270 * @param last End of heap.
273 * This operation pops the top of the heap. The elements first and last-
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_heap.h 148 * @param last End of heap + element.
151 * This operation pushes the element at last-1 onto the valid heap over the
152 * range [first,last-1). After completion, [first,last) is a valid heap.
195 * @param last End of heap + element.
199 * This operation pushes the element at last-1 onto the valid heap over the
200 * range [first,last-1). After completion, [first,last) is a valid heap.
270 * @param last End of heap.
273 * This operation pops the top of the heap. The elements first and last-
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_heap.h 146 * @param last End of heap + element.
149 * This operation pushes the element at last-1 onto the valid heap over the
150 * range [first,last-1). After completion, [first,last) is a valid heap.
193 * @param last End of heap + element.
197 * This operation pushes the element at last-1 onto the valid heap over the
198 * range [first,last-1). After completion, [first,last) is a valid heap.
268 * @param last End of heap.
271 * This operation pops the top of the heap. The elements first and last-
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_heap.h 146 * @param last End of heap + element.
149 * This operation pushes the element at last-1 onto the valid heap over the
150 * range [first,last-1). After completion, [first,last) is a valid heap.
193 * @param last End of heap + element.
197 * This operation pushes the element at last-1 onto the valid heap over the
198 * range [first,last-1). After completion, [first,last) is a valid heap.
268 * @param last End of heap.
271 * This operation pops the top of the heap. The elements first and last-
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_heap.h 146 * @param last End of heap + element.
149 * This operation pushes the element at last-1 onto the valid heap over the
150 * range [first,last-1). After completion, [first,last) is a valid heap.
193 * @param last End of heap + element.
197 * This operation pushes the element at last-1 onto the valid heap over the
198 * range [first,last-1). After completion, [first,last) is a valid heap.
268 * @param last End of heap.
271 * This operation pops the top of the heap. The elements first and last-
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_heap.h 146 * @param last End of heap + element.
149 * This operation pushes the element at last-1 onto the valid heap over the
150 * range [first,last-1). After completion, [first,last) is a valid heap.
193 * @param last End of heap + element.
197 * This operation pushes the element at last-1 onto the valid heap over the
198 * range [first,last-1). After completion, [first,last) is a valid heap.
268 * @param last End of heap.
271 * This operation pops the top of the heap. The elements first and last-
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_heap.h 148 * @param last End of heap + element.
151 * This operation pushes the element at last-1 onto the valid heap over the
152 * range [first,last-1). After completion, [first,last) is a valid heap.
195 * @param last End of heap + element.
199 * This operation pushes the element at last-1 onto the valid heap over the
200 * range [first,last-1). After completion, [first,last) is a valid heap.
270 * @param last End of heap.
273 * This operation pops the top of the heap. The elements first and last-
    [all...]
  /external/chromium/chrome/browser/
browser_shutdown.h 20 // the last browser window was closed
38 // . When the last browser has been deleted and the message loop has finished
49 // run after the last browser window has closed - the Mac always continues
51 // should not shutdown when the last browser window closes if there are any
55 // initiate a shutdown when the last window closes.

Completed in 5351 milliseconds

1 2 3 4 5 6 78 91011>>