HomeSort by relevance Sort by last modified time
    Searched refs:More (Results 1 - 25 of 73) 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;
parseSvnDiffFooter.pl 38 use Test::More;
parseSvnDiffHeader.pl 37 use Test::More;
  /external/chromium_org/chrome/common/extensions/docs/server2/test_data/api_data_source/
canned_master_fs.py 205 'Learn More': [
  /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.
  /external/llvm/lib/CodeGen/AsmPrinter/
DIEHash.cpp 68 Byte |= 0x80; // Mark this byte to show that more bytes will follow.
75 bool More;
79 More = !((((Value == 0) && ((Byte & 0x40) == 0)) ||
81 if (More)
82 Byte |= 0x80; // Mark this byte to show that more bytes will follow.
84 } while (More);
  /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');
  /external/chromium_org/v8/test/mjsunit/regress/
regress-490.js 40 // More generalized test.
  /external/chromium_org/third_party/sqlite/src/tool/
omittest.tcl 32 More precisely, the following two invocations must be supported:
  /external/pdfium/core/include/fxcrt/
fx_memory.h 44 FX_BOOL (*More)(struct _FXMEM_SystemMgr2* pMgr, size_t alloc_size, void** new_memory, size_t* new_size);

Completed in 870 milliseconds

1 2 3