HomeSort by relevance Sort by last modified time
    Searched defs:goog (Results 1 - 5 of 5) sorted by null

  /external/protobuf/js/
node_loader.js 32 * @fileoverview Loader that handles goog.require() for Node.JS.
35 var oldLoader = goog.global.CLOSURE_IMPORT_SCRIPT;
37 goog.global.CLOSURE_IMPORT_SCRIPT = function(src, opt_sourceText) {
  /external/grpc-grpc/examples/node/static_codegen/
helloworld_pb.js 9 var goog = jspb; variable
12 goog.exportSymbol('proto.helloworld.HelloReply', null, global);
13 goog.exportSymbol('proto.helloworld.HelloRequest', null, global);
28 goog.inherits(proto.helloworld.HelloRequest, jspb.Message);
29 if (goog.DEBUG && !COMPILED) {
187 goog.inherits(proto.helloworld.HelloReply, jspb.Message);
188 if (goog.DEBUG && !COMPILED) {
332 goog.object.extend(exports, proto.helloworld);
  /external/grpc-grpc/examples/node/static_codegen/route_guide/
route_guide_pb.js 9 var goog = jspb; variable
12 goog.exportSymbol('proto.routeguide.Feature', null, global);
13 goog.exportSymbol('proto.routeguide.Point', null, global);
14 goog.exportSymbol('proto.routeguide.Rectangle', null, global);
15 goog.exportSymbol('proto.routeguide.RouteNote', null, global);
16 goog.exportSymbol('proto.routeguide.RouteSummary', null, global);
31 goog.inherits(proto.routeguide.Point, jspb.Message);
32 if (goog.DEBUG && !COMPILED) {
217 goog.inherits(proto.routeguide.Rectangle, jspb.Message);
218 if (goog.DEBUG && !COMPILED)
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
ImageReaderDecoderTest.java 320 private Decoder[] decoders(MediaAssets assets, boolean goog) {
326 if (info.isEncoder() || info.isAlias() || !info.isVendor() != goog) {
341 private Decoder[] goog(MediaAssets assets) { method in class:ImageReaderDecoderTest
342 return decoders(assets, true /* goog */);
346 return decoders(assets, false /* goog */);
349 private Decoder[] googH265() { return goog(H265_ASSETS); }
350 private Decoder[] googH264() { return goog(H264_ASSETS); }
351 private Decoder[] googH263() { return goog(H263_ASSETS); }
352 private Decoder[] googMpeg4() { return goog(MPEG4_ASSETS); }
353 private Decoder[] googVP8() { return goog(VP8_ASSETS);
    [all...]
VideoEncoderTest.java 1170 private Encoder[] goog(String mime) { method in class:VideoEncoderTest
    [all...]

Completed in 6223 milliseconds