HomeSort by relevance Sort by last modified time
    Searched refs:more (Results 276 - 300 of 1733) sorted by null

<<11121314151617181920>>

  /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;
  /build/soong/genrule/
genrule.go 49 // command to run on one or more input files. Available variables for substitution:
50 // $in: one or more input files
  /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.
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
symshift.pl 90 (Read perl source for more explanations)
  /external/v8/test/mjsunit/
debug-receiver.js 124 'one or more tests did not enter the debugger');
126 'one or more tests did not have its result checked');
md5.js 33 // See http://pajhome.org.uk/crypt/md5 for more info.
202 Once more, on pain of death, all men depart.\n"
  /external/v8/tools/vim/
ninja-build.vim 36 # it is, the more likely it's wrong. The longer it is, the more likely it is to
  /frameworks/compile/slang/tests/
test.py 194 ' -v, --verbose Verbose output. Enter multiple -v to get more verbose.\n'
  /packages/apps/Messaging/
version.mk 19 # M - major version (one or more digits)
45 # NOTE: arch needs to be more significant than density because x86 devices support running ARM
  /prebuilts/go/darwin-x86/src/encoding/binary/
varint.go 20 // be more dense: a full 64-bit value needs an extra byte just to hold bit 63.
22 // know there can't be more than 64 bits. This is a trivial improvement and
  /prebuilts/go/darwin-x86/src/runtime/
mem_linux.go 52 // prevents us from allocating more stack.
99 // which prevents us from allocating more stack.
  /prebuilts/go/darwin-x86/src/syscall/
syscall.go 12 // The primary use of syscall is inside other packages that provide a more
25 // See https://golang.org/s/go1.4-syscall for more information.
  /prebuilts/go/linux-x86/src/encoding/binary/
varint.go 20 // be more dense: a full 64-bit value needs an extra byte just to hold bit 63.
22 // know there can't be more than 64 bits. This is a trivial improvement and
  /prebuilts/go/linux-x86/src/runtime/
mem_linux.go 52 // prevents us from allocating more stack.
99 // which prevents us from allocating more stack.
  /prebuilts/go/linux-x86/src/syscall/
syscall.go 12 // The primary use of syscall is inside other packages that provide a more
25 // See https://golang.org/s/go1.4-syscall for more information.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
ulh-reloc.d 47 # Would be more efficient to apply the offset to the base register.
63 # Would be more efficient to apply the offset to the base register.

Completed in 554 milliseconds

<<11121314151617181920>>