HomeSort by relevance Sort by last modified time
    Searched refs:new (Results 326 - 350 of 1793) sorted by null

<<11121314151617181920>>

  /external/elfutils/tests/
run-ar.sh 26 echo Create a new ar file with the .o files.
36 echo Check new ar file is now empty
run-getsrc-die.sh 27 /home/drepper/gnu/new-bu/build/ttt/f.c:3
28 /home/drepper/gnu/new-bu/build/ttt/b.c:4
  /external/flatbuffers/lua/flatbuffers/
binaryarray.lua 11 -- Create a new binary array of an initial size
12 function m.New(sizeOrString)
39 -- new table to store the slice components
43 -- values into the new table to be concat later
62 -- Grow the binary array to a new size, placing the exisiting data
63 -- at then end of the new array
65 -- the new table to store the data
72 -- add them to the new table at the correct
79 -- update this storage with the new table and size
  /external/flatbuffers/tests/MyGame/Example2/
Monster.cs 15 public static Monster GetRootAsMonster(ByteBuffer _bb) { return GetRootAsMonster(_bb, new Monster()); }
24 return new Offset<Monster>(o);
  /external/flatbuffers/tests/MyGame/
InParentNamespace.cs 15 public static InParentNamespace GetRootAsInParentNamespace(ByteBuffer _bb) { return GetRootAsInParentNamespace(_bb, new InParentNamespace()); }
24 return new Offset<InParentNamespace>(o);
  /external/grpc-grpc/src/ruby/end2end/
sig_int_during_channel_watch_driver.rb 24 server_runner = ServerRunner.new(EchoServerImpl)
  /external/libdivsufsort/
generate_includes.sh 45 Remember to run the following command to add the new headers:
  /external/lzma/CS/7zip/Common/
CRC.cs 11 Table = new uint[256];
44 CRC crc = new CRC();
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
SourceContext.cs 32 new pbr::FileDescriptor[] { },
33 new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] {
34 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.SourceContext), global::Google.Protobuf.WellKnownTypes.SourceContext.Parser, new[]{ "FileName" }, null, null, null)
47 private static readonly pb::MessageParser<SourceContext> _parser = new pb::MessageParser<SourceContext>(() => new SourceContext());
69 return new SourceContext(this);
  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
UnittestImportPublicProto3.cs 31 new pbr::FileDescriptor[] { },
32 new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] {
33 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.PublicImportMessage), global::Google.Protobuf.TestProtos.PublicImportMessage.Parser, new[]{ "E" }, null, null, null)
42 private static readonly pb::MessageParser<PublicImportMessage> _parser = new pb::MessageParser<PublicImportMessage>(() => new PublicImportMessage());
64 return new PublicImportMessage(this);
  /external/python/cpython2/Demo/md5test/
md5driver.py 45 mdContext = md5.new()
60 MDPrint(md5.new(str).digest())
66 mdContext = md5.new()
81 mdContext = md5.new()
  /external/skia/modules/canvaskit/tests/
util.js 11 pixels = new Uint8ClampedArray(pixels.buffer);
12 const imageData = new ImageData(pixels, CANVAS_WIDTH, CANVAS_HEIGHT);
  /external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
restructured_dataset_test.py 49 new = batching._RestructuredDataset(dataset, new_types, new_shape_lists)
51 self.assertEqual(new_types, dataset_ops.get_legacy_output_types(new))
55 nest.flatten(dataset_ops.get_legacy_output_shapes(new))):
70 new = batching._RestructuredDataset(dataset, new_types, new_shape_lists)
  /external/vboot_reference/scripts/image_signing/
set_channel.sh 19 <channel>: The new channel of the image.
  /external/vboot_reference/tests/futility/
test_sign_fw_main.sh 31 # and the new way
39 ${TMP}.vblock.new
42 cmp ${TMP}.vblock.old ${TMP}.vblock.new
  /frameworks/av/drm/mediacas/plugins/clearkey/tests/
Android.mk 30 -Wl,--rpath,\$${ORIGIN}/../../../system/vendor/lib/mediacas -Wl,--enable-new-dtags
  /external/protobuf/csharp/src/Google.Protobuf/
InvalidProtocolBufferException.cs 56 return new InvalidProtocolBufferException(
62 return new InvalidProtocolBufferException(
71 return new InvalidProtocolBufferException(
78 return new InvalidProtocolBufferException(
87 return new InvalidProtocolBufferException(
93 return new InvalidProtocolBufferException("Invalid base64 data", innerException);
98 return new InvalidProtocolBufferException(
104 return new InvalidProtocolBufferException(
111 return new InvalidProtocolBufferException(
118 return new InvalidProtocolBufferException(
    [all...]
  /external/grpc-grpc/src/csharp/Grpc.Core/
ClientBase.cs 33 /// Initializes a new instance of <c>ClientBase</c> class that
43 /// Initializes a new instance of <c>ClientBase</c> class.
51 /// Initializes a new instance of <c>ClientBase</c> class.
59 /// Initializes a new instance of <c>ClientBase</c> class.
67 /// Creates a new client that sets host field for calls explicitly.
79 /// Creates a new instance of client from given <c>ClientBaseConfiguration</c>.
93 /// Initializes a new instance of <c>ClientBase</c> class that
98 protected ClientBase() : this(new UnimplementedCallInvoker())
103 /// Initializes a new instance of <c>ClientBase</c> class.
113 /// Initializes a new instance of <c>ClientBase</c> class
    [all...]
  /external/protobuf/csharp/src/AddressBook/
Addressbook.cs 36 new pbr::FileDescriptor[] { },
37 new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] {
38 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Examples.AddressBook.Person), global::Google.Protobuf.Examples.AddressBook.Person.Parser, new[]{ "Name", "Id", "Email", "Phones" }, null, new[]{ typeof(global::Google.Protobuf.Examples.AddressBook.Person.Types.PhoneType) }, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Examples.AddressBook.Person.Types.PhoneNumber), global::Google.Protobuf.Examples.AddressBook.Person.Types.PhoneNumber.Parser, new[]{ "Number", "Type" }, null, null, null)}),
39 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Examples.AddressBook.AddressBook), global (…)
    [all...]
  /external/testng/doc/
prettify.js 20 var PR_keywords = new Object();
27 "naked namespace new noinline noreturn nothrow novtable operator private " +
37 "float native super while continue for new switch");
46 "interface long native new null package private protected public return " +
96 if (undefined === style) { throw new Error('BAD'); }
97 if ('number' != typeof(end)) { throw new Error('BAD'); }
116 if (undefined === style) { throw new Error('BAD'); }
227 var chunks = new Array();
252 chunks.push(new PR_Token(s.substring(start, pos), PR_PLAIN));
254 chunks.push(new PR_Token(s.substring(pos, i + 1), null));
    [all...]
  /art/test/173-missing-field-type/smali/
BadField.smali 30 new-instance v0, Ljava/lang/Object;
  /art/test/591-new-instance-string/smali/
new-instance.smali 21 new-instance v0, Ljava/lang/String;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
libprep.bat 4 REM SYNTAX: libprep <path-to-new-lib-dir>
  /external/ImageMagick/PerlMagick/demo/
pixel-fx.pl 19 my $orig = Image::Magick->new();
single-pixels.pl 9 my $im=Image::Magick->new();

Completed in 2948 milliseconds

<<11121314151617181920>>