HomeSort by relevance Sort by last modified time
    Searched refs:More (Results 1 - 25 of 75) sorted by null

1 2 3

  /external/llvm/include/llvm/Support/
LEB128.h 24 bool More;
29 More = !((((Value == 0 ) && ((Byte & 0x40) == 0)) ||
31 if (More)
32 Byte |= 0x80; // Mark this byte to show that more bytes will follow.
34 } while (More);
44 Byte |= 0x80; // Mark this byte to show that more bytes will follow.
65 Byte |= 0x80; // Mark this byte to show that more bytes will follow.
  /external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
Lexer.pm 3 use Test::More;
Exception.pm 3 use Test::More;
ANTLRStringStream.pm 4 use Test::More;
CommonToken.pm 3 use Test::More;
BitSet.pm 3 use Test::More;
  /external/antlr/antlr-3.4/runtime/Perl5/t/lib/My/Test/
Class.pm 3 use Test::More;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
runCommand.pl 30 use Test::More;
fixChangeLogPatchThenSetChangeLogDateAndReviewer.pl 31 use Test::More;
48 + Changed some more code on 2010-05-08.
66 + Changed some more code on 2010-05-08.
prepareParsedPatch.pl 30 use Test::More;
parseDiffHeader.pl 36 use Test::More;
parsePatch.pl 30 use Test::More;
parseChunkRange.pl 38 use Test::More;
45 # FIXME: We should make this set of tests more comprehensive.
setChangeLogDateAndReviewer.pl 30 use Test::More;
parseSvnPropertyValue.pl 38 use Test::More;
  /external/chromium_org/third_party/JSON/JSON-2.59/t/
e08_decode.t 5 use Test::More;
xe08_decode.t 5 use Test::More;
e09_encode.t 5 use Test::More;
07_pc_esc.t 8 use Test::More;
  /external/grub/util/
grub-set-default 14 # General Public License for more details.
62 echo "More than one entries?" 1>&2
grub-set-default.in 14 # General Public License for more details.
62 echo "More than one entries?" 1>&2
  /external/chromium_org/third_party/JSON/JSON-2.59/
Makefile 20 # PREREQ_PM => { Test::More=>q[0] }
513 $(NOECHO) $(ECHO) ' Test::More: 0' >> META_new.yml
798 $(NOECHO) $(ECHO) ' <REQUIRE NAME="Test::More" />' >> $(DISTNAME).ppd
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
do-webcore-rename 51 -v|--verbose More verbose output
188 # Find the longest key in %renames which matches this more permissive regexp.
  /ndk/tests/build/topological-sort/jni/
Android.mk 24 # Due to the way the linker works, this will fail. More specifically,
  /external/chromium_org/content/test/data/indexeddb/
object_store_test.js 59 debug('More data added');

Completed in 1362 milliseconds

1 2 3