HomeSort by relevance Sort by last modified time
    Searched refs:new (Results 226 - 250 of 3568) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-recognizers.rb 11 TrivialToken = Struct.new(:type) do
27 src = TestSource.new
42 stream = StringStream.new('foo')
43 TLexer.new(stream)
  /external/elfutils/config/
Makefile.am 52 sed "/^%changelog/r $$tmpname" $@ > $@.new; \
54 mv -f $@.new $@
  /external/icu/icu4c/source/tools/memcheck/
ICUMemCheck.pl 51 if ($symbols =~ /U +operator new\(unsigned int\)/) {
54 if ($symbols =~ /U +operator new\[\]\(unsigned int\)/) {
  /external/lzma/CS/7zip/Compress/LZMA/
LzmaDecoder.cs 13 BitDecoder m_Choice = new BitDecoder();
14 BitDecoder m_Choice2 = new BitDecoder();
15 BitTreeDecoder[] m_LowCoder = new BitTreeDecoder[Base.kNumPosStatesMax];
16 BitTreeDecoder[] m_MidCoder = new BitTreeDecoder[Base.kNumPosStatesMax];
17 BitTreeDecoder m_HighCoder = new BitTreeDecoder(Base.kNumHighLenBits);
24 m_LowCoder[posState] = new BitTreeDecoder(Base.kNumLowLenBits);
25 m_MidCoder[posState] = new BitTreeDecoder(Base.kNumMidLenBits);
66 public void Create() { m_Decoders = new BitDecoder[0x300]; }
113 m_Coders = new Decoder2[numStates];
135 LZ.OutWindow m_OutWindow = new LZ.OutWindow();
    [all...]
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaAlone.cs 48 throw (new Exception("can't Write"));
52 throw (new Exception("can't Seek"));
56 throw (new Exception("can't SetLength"));
115 throw (new Exception("Command line error"));
129 SwitchForm[] kSwitchForms = new SwitchForm[13];
131 kSwitchForms[sw++] = new SwitchForm("?", SwitchType.Simple, false);
132 kSwitchForms[sw++] = new SwitchForm("H", SwitchType.Simple, false);
133 kSwitchForms[sw++] = new SwitchForm("A", SwitchType.UnLimitedPostString, false, 1);
134 kSwitchForms[sw++] = new SwitchForm("D", SwitchType.UnLimitedPostString, false, 1);
135 kSwitchForms[sw++] = new SwitchForm("FB", SwitchType.UnLimitedPostString, false, 1);
    [all...]
  /external/valgrind/massif/tests/
deep-B.stderr.exp 4 Massif: operator new(unsigned)
5 Massif: operator new(unsigned long)
7 Massif: operator new[](unsigned)
8 Massif: operator new[](unsigned long)
14 Massif: operator new(unsigned, std::nothrow_t const&)
15 Massif: operator new[](unsigned, std::nothrow_t const&)
16 Massif: operator new(unsigned long, std::nothrow_t const&)
17 Massif: operator new[](unsigned long, std::nothrow_t const&)
deep-C.stderr.exp 4 Massif: operator new(unsigned)
5 Massif: operator new(unsigned long)
7 Massif: operator new[](unsigned)
8 Massif: operator new[](unsigned long)
14 Massif: operator new(unsigned, std::nothrow_t const&)
15 Massif: operator new[](unsigned, std::nothrow_t const&)
16 Massif: operator new(unsigned long, std::nothrow_t const&)
17 Massif: operator new[](unsigned long, std::nothrow_t const&)
realloc.stderr.exp 4 Massif: operator new(unsigned)
5 Massif: operator new(unsigned long)
7 Massif: operator new[](unsigned)
8 Massif: operator new[](unsigned long)
14 Massif: operator new(unsigned, std::nothrow_t const&)
15 Massif: operator new[](unsigned, std::nothrow_t const&)
16 Massif: operator new(unsigned long, std::nothrow_t const&)
17 Massif: operator new[](unsigned long, std::nothrow_t const&)
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug026.go 21 v := new(Vector);
22 v.Insert(0, new(I));
bug035.go 10 i := 9 // ERROR "redecl|no new"
11 f := float64(9) // ERROR "redecl|no new"
gcc61253.go 14 v := new(int)
15 b := new(bool)
  /prebuilts/go/darwin-x86/test/
varerr.go 15 new = 1 // ERROR "use of builtin new not in function call|invalid left hand side"
  /prebuilts/go/linux-x86/test/fixedbugs/
bug026.go 21 v := new(Vector);
22 v.Insert(0, new(I));
bug035.go 10 i := 9 // ERROR "redecl|no new"
11 f := float64(9) // ERROR "redecl|no new"
gcc61253.go 14 v := new(int)
15 b := new(bool)
  /prebuilts/go/linux-x86/test/
varerr.go 15 new = 1 // ERROR "use of builtin new not in function call|invalid left hand side"
  /external/icu/icu4c/source/test/perf/perldriver/
Dataset.pm 17 # Create a new Dataset with the given data.
18 sub new { subroutine
30 my $stats = Statistics::Descriptive::Full->new();
73 # Divide two Datasets and return a new one, maintaining the
74 # mean+/-error. The new Dataset has no data points.
84 my $result = Dataset->new();
91 # subtracts two Datasets and return a new one, maintaining the
92 # mean+/-error. The new Dataset has no data points.
97 my $result = Dataset->new();
104 # adds two Datasets and return a new one, maintaining th
    [all...]
  /external/icu/icu4j/perf-tests/perldriver/
Dataset.pm 15 # Create a new Dataset with the given data.
16 sub new { subroutine
28 my $stats = Statistics::Descriptive::Full->new();
71 # Divide two Datasets and return a new one, maintaining the
72 # mean+/-error. The new Dataset has no data points.
82 my $result = Dataset->new();
89 # subtracts two Datasets and return a new one, maintaining the
90 # mean+/-error. The new Dataset has no data points.
95 my $result = Dataset->new();
102 # adds two Datasets and return a new one, maintaining th
    [all...]
  /external/python/cpython3/Tools/scripts/
parse_html5_entities.py 32 def compare_dicts(old, new):
33 """Compare the old and new dicts and print the differences."""
34 added = new.keys() - old.keys()
38 print(' {!r}: {!r}'.format(name, new[name]))
39 removed = old.keys() - new.keys()
45 for name in (old.keys() & new.keys()):
46 if old[name] != new[name]:
47 changed.add((name, old[name], new[name]))
73 # with --create print the new html5 dict
  /external/autotest/client/site_tests/video_WebRtcMediaRecorder/
mediarecorder_test_utils.js 9 return new Promise(function(resolve, reject) {
20 return new Promise(function(resolve, reject) {
21 var startTime = new Date();
24 var elapsed = new Date() - startTime;
26 startTime = new Date();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
hashlib.py 9 new(name, string='') - returns a new hash object implementing the
14 than using new():
57 # This tuple and __get_builtin_constructor() must be modified if a new
63 __all__ = __always_supported + ('new', 'algorithms')
70 return _sha.new
73 return _md5.new
107 """new(name, string='') - Return a new hashing object using the named algorithm;
114 """new(name, string='') - Return a new hashing object using the named algorithm;
132 new = __py_new variable
    [all...]
  /external/autotest/client/tools/
diffprofile 28 new = {} variable
43 if new.has_key(key):
44 new[key] += count
46 new[key] = count
52 if len(orig) < 2* results_per_sign or len(new) < 2 * results_per_sign:
  /prebuilts/gdb/darwin-x86/lib/python2.7/
hashlib.py 9 new(name, string='') - returns a new hash object implementing the
14 than using new():
57 # This tuple and __get_builtin_constructor() must be modified if a new
63 __all__ = __always_supported + ('new', 'algorithms')
70 return _sha.new
73 return _md5.new
107 """new(name, string='') - Return a new hashing object using the named algorithm;
114 """new(name, string='') - Return a new hashing object using the named algorithm
132 new = __py_new variable
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
hashlib.py 9 new(name, string='') - returns a new hash object implementing the
14 than using new():
57 # This tuple and __get_builtin_constructor() must be modified if a new
63 __all__ = __always_supported + ('new', 'algorithms')
70 return _sha.new
73 return _md5.new
107 """new(name, string='') - Return a new hashing object using the named algorithm;
114 """new(name, string='') - Return a new hashing object using the named algorithm
132 new = __py_new variable
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
hashlib.py 9 new(name, string='') - returns a new hash object implementing the
14 than using new():
57 # This tuple and __get_builtin_constructor() must be modified if a new
63 __all__ = __always_supported + ('new', 'algorithms')
70 return _sha.new
73 return _md5.new
107 """new(name, string='') - Return a new hashing object using the named algorithm;
114 """new(name, string='') - Return a new hashing object using the named algorithm
132 new = __py_new variable
    [all...]

Completed in 883 milliseconds

1 2 3 4 5 6 7 8 91011>>