HomeSort by relevance Sort by last modified time
    Searched refs:more (Results 176 - 200 of 895) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
rex.x 173 tchars more; /* interrupt, kill characters, etc. */
yp.x 144 union ypresp_all switch (bool more) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/
asynchat.py 102 # grab some more data from the socket,
226 data = first.more()
260 def more (self): member in class:simple_producer
  /prebuilts/gdb/linux-x86/lib/python2.7/
asynchat.py 102 # grab some more data from the socket,
226 data = first.more()
260 def more (self): member in class:simple_producer
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
asynchat.py 102 # grab some more data from the socket,
226 data = first.more()
260 def more (self): member in class:simple_producer
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
asynchat.py 102 # grab some more data from the socket,
226 data = first.more()
260 def more (self): member in class:simple_producer
  /system/bt/doc/
directory_layout.md 5 of one or more modules.
  /toolchain/binutils/binutils-2.25/binutils/
configure.com 16 $! GNU General Public License for more details.
  /toolchain/binutils/binutils-2.25/opcodes/
configure.com 19 $! GNU General Public License for more details.
  /external/strace/
strace.spec 243 - Display more IPV6 socket options by name (#162450).
254 - Make some diagnostics more consistent (#159308).
293 - new upstream version, updates ioctl lists (#127398), fixes quotactl (#127393), more ioctl decoding (#126917)
305 - new upstream version, more ioctls (#122257), minor fixes
308 - new upstream version, mq_* calls (#120701), -p vs NPTL (#120462), more fixes (#118694, #120541, #118685)
320 - new upstream version, more fixes (#108012, #105366, #105359, #105358)
332 - new upstream version, more fixes (#101499, #104365)
338 - new upstream version, groks more new system calls, PF_INET6 sockets
341 - new upstream version, more fixes (#90754, #91085)
347 - new upstream version, handles yet more 2.5 syscalls, x86_64 & ia64 fixe
    [all...]
  /external/vboot_reference/futility/
vb1_helper.c 283 * again, but it's more likely due to an error. */
728 uint32_t more = key_block->key_block_size; local
731 fw_preamble = (VbFirmwarePreambleHeader *)(buf + more);
733 VerifyFirmwarePreamble(fw_preamble, len - more, rsa))
737 kern_preamble = (VbKernelPreambleHeader *)(buf + more);
739 VerifyKernelPreamble(kern_preamble, len - more, rsa))
  /external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh 44 for (iter.init (this+coverage); iter.more (); iter.next ()) {
55 for (iter.init (this+coverage); iter.more (); iter.next ()) {
123 for (iter.init (this+coverage); iter.more (); iter.next ()) {
133 for (iter.init (this+coverage); iter.more (); iter.next ()) {
327 for (iter.init (this+coverage); iter.more (); iter.next ()) {
445 for (iter.init (this+coverage); iter.more (); iter.next ()) {
459 for (iter.init (this+coverage); iter.more (); iter.next ()) {
768 for (iter.init (this+coverage); iter.more (); iter.next ()) {
778 for (iter.init (this+coverage); iter.more (); iter.next ()) {
929 for (iter.init (this+coverage); iter.more (); iter.next ())
    [all...]
hb-ot-layout-common-private.hh 732 inline bool more (void) { return i < c->glyphArray.len; } function in struct:OT::CoverageFormat1::Iter
835 inline bool more (void) { return i < c->rangeRecord.len; } function in struct:OT::CoverageFormat2::Iter
840 if (more ())
908 for (iter.init (*this); iter.more (); iter.next ()) {
942 inline bool more (void) { function in struct:OT::Coverage::Iter
944 case 1: return u.format1.more ();
945 case 2: return u.format2.more ();
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_sd.c 6 * See README for more details.
246 u8 frag_id, u8 more,
252 more, 0, 100 + len);
443 * one if there is more than one pending SD query.
444 * Though, that would eat more memory, so there are
625 int more = 0; local
656 more = 1;
662 p2p->sd_frag_id, more,
666 p2p_dbg(p2p, "Send GAS Comeback Response (frag_id %d more=%d frag_len=%d)",
667 p2p->sd_frag_id, more, (int) frag_len)
    [all...]
  /external/libnfc-nci/src/nfa/ee/
nfa_ee_act.c 2234 BOOLEAN more = TRUE; local
    [all...]
  /external/tpm2/
Object.c 48 // This could be made to be more efficient so that a search is not needed.
832 // YES if there are more handles available
842 TPMI_YES_NO more = NO; local
868 more = YES;
873 return more;
  /external/ImageMagick/PerlMagick/
Magick.pm 139 Has all the bugs of ImageMagick and much, much more!
  /external/ImageMagick/PerlMagick/quantum/
quantum.pm 138 Has all the bugs of ImageMagick and much, much more!
  /external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/
transform.py 79 @throws OverflowError when block_size is given and the number takes up more
171 ``OverflowError`` when fill_size is given and the number takes up more
  /external/doclava/src/com/google/doclava/
Comment.java 40 "@more",
130 // if there are no more tags
216 // maybe i wanna make this more elegant
225 * no more starts.
229 * no more starts.
396 // look for "@more" tag, which means that we might go past the first sentence.
397 int more = -1; local
399 if (mInlineTagsList.get(i).name().equals("@more")) {
400 more = i;
403 if (more >= 0)
    [all...]
  /external/elfutils/libdwfl/
core-file.c 23 General Public License for more details.
57 be replaced by more diddling inside libelf internals. */
164 /* Never read more than this much without mmap. */
186 ELF image right now without having to read in anything more. */
229 help us find the whole file, which might be more useful than
280 #define more(size) do_more (size, &phdr, align, elf, start, &ndx, &end, &end_vaddr) macro
317 if (! more (minread))
320 /* See how much more we can get of what the caller wants. */
321 (void) more (*buffer_available);
325 (void) more (elf->maximum_size - start)
    [all...]
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
JSONTokener.java 110 public boolean more() throws JSONException { method in class:JSONTokener
212 * @return A character, or 0 if there are no more characters.
  /external/libunwind/doc/
unw_get_proc_info_by_ip.tex 22 instruction-pointer (IP) instead of a cursor. This is more flexible
25 is more flexible, it also tends to run slower (and often much slower)
  /external/libvorbis/doc/
Vorbis_I_spec.tex 70 % Fake some more DocBook elements
76 % Redefine \~ to generate something that looks more appropriate when used in text.
  /external/llvm/test/MC/X86/AlignedBundling/
nesting.s 12 # Test that bundle alignment mode can be set more than once.

Completed in 675 milliseconds

1 2 3 4 5 6 78 91011>>