/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/ |
ThreadLocal.h | 4 // Copyright (C) 2016 Benoit Steiner <benoit.steiner.goog@gmail.com>
|
ThreadEnvironment.h | 4 // Copyright (C) 2014 Benoit Steiner <benoit.steiner.goog@gmail.com>
|
ThreadPoolInterface.h | 4 // Copyright (C) 2014 Benoit Steiner <benoit.steiner.goog@gmail.com>
|
/external/eigen/unsupported/test/ |
cxx11_tensor_empty.cpp | 4 // Copyright (C) 2015 Benoit Steiner <benoit.steiner.goog@gmail.com>
|
cxx11_tensor_lvalue.cpp | 4 // Copyright (C) 2014 Benoit Steiner <benoit.steiner.goog@gmail.com>
|
cxx11_tensor_math.cpp | 4 // Copyright (C) 2015 Benoit Steiner <benoit.steiner.goog@gmail.com>
|
cxx11_tensor_mixed_indices.cpp | 4 // Copyright (C) 2014 Benoit Steiner <benoit.steiner.goog@gmail.com>
|
/external/protobuf/src/google/protobuf/compiler/js/ |
js_generator.h | 54 // Add a `goog.requires()` call for each enum type used. If not set, a forward 55 // declaration with `goog.forwardDeclare` is produced instead. 57 // Set this as a test-only module via `goog.setTestOnly();`. 72 IMPORT_CLOSURE, // goog.require() 117 // Generate goog.provides() calls. 139 // Print the goog.provides() found by the methods above. 144 // Generate goog.setTestOnly() if indicated. 148 // Generate goog.requires() calls.
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/js/ |
js_generator.h | 54 // Add a `goog.requires()` call for each enum type used. If not set, a forward 55 // declaration with `goog.forwardDeclare` is produced instead. 57 // Set this as a test-only module via `goog.setTestOnly();`. 72 IMPORT_CLOSURE, // goog.require() 117 // Generate goog.provides() calls. 139 // Print the goog.provides() found by the methods above. 144 // Generate goog.setTestOnly() if indicated. 148 // Generate goog.requires() calls.
|
/external/protobuf/js/binary/ |
decoder.js | 46 goog.provide('jspb.BinaryDecoder'); 47 goog.provide('jspb.BinaryIterator'); 49 goog.require('goog.asserts'); 50 goog.require('jspb.utils'); 355 this.start_ = goog.isDef(opt_start) ? opt_start : 0; 357 goog.isDef(opt_length) ? this.start_ + opt_length : this.bytes_.length; 410 goog.asserts.assert(this.cursor_ <= this.end_); 497 goog.asserts.fail('Failed to read varint, encoding is invalid.'); 553 goog.asserts.assert(this.cursor_ <= this.end_) [all...] |
/external/protobuf/js/ |
message_test.js | 33 goog.setTestOnly(); 35 goog.require('goog.json'); 36 goog.require('goog.testing.asserts'); 39 goog.require('jspb.Message'); 42 goog.require('proto.jspb.exttest.beta.floatingStrField'); 45 goog.require('proto.jspb.exttest.floatingMsgField'); 48 goog.require('proto.jspb.exttest.floatingMsgFieldTwo'); 51 goog.require('proto.jspb.test.CloneExtension') [all...] |
/external/google-styleguide/ |
javascriptguide.xml | 141 goog.example.TIMEOUT_IN_MILLISECONDS = 60; 159 MyClass.fetchedUrlCache_ = new goog.structs.Map(); 360 <p>For that reason, it is best to use <code>goog.inherits()</code> from 368 goog.base(this) 370 goog.inherits(D, B); 819 goog.provide('sloth'); [all...] |
angularjs-google-style.html | 46 <li> <a target="_self" href="#googprovide">Manage dependencies with Closure's goog.require and 47 goog.provide</a> 75 <h3 id="googprovide">Manage dependencies with Closure's goog.require and goog.provide</h3> 76 <p>Choose a namespace for your project, and use goog.provide and goog.require.</p> 78 goog.provide('hello.about.AboutCtrl'); 79 goog.provide('hello.versions.Versions'); 106 goog.provide('my.submoduleA'); 112 goog.require('my.submoduleA') [all...] |
/frameworks/native/services/vr/hardware_composer/ |
Android.bp | 55 // Warnings in vr_hwc.cpp to be fixed after sync of goog/master. 163 // warnings in vr_composer_test.cpp to be fixed after merge of goog/master
|
/external/eigen/Eigen/src/Core/arch/AVX/ |
TypeCasting.h | 4 // Copyright (C) 2015 Benoit Steiner <benoit.steiner.goog@gmail.com>
|
/external/eigen/Eigen/src/Core/arch/SSE/ |
TypeCasting.h | 4 // Copyright (C) 2015 Benoit Steiner <benoit.steiner.goog@gmail.com>
|
/external/eigen/bench/btl/libs/tensors/ |
main_matmat.cpp | 2 // Copyright (C) 2014 Benoit Steiner <benoit.steiner.goog@gmail.com>
|
main_vecmat.cpp | 2 // Copyright (C) 2014 Benoit Steiner <benoit.steiner.goog@gmail.com>
|
/external/eigen/unsupported/Eigen/CXX11/ |
ThreadPool | 4 // Copyright (C) 2016 Benoit Steiner <benoit.steiner.goog@gmail.com>
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
TensorContractionBlocking.h | 4 // Copyright (C) 2014 Benoit Steiner <benoit.steiner.goog@gmail.com>
|
TensorMacros.h | 4 // Copyright (C) 2015 Benoit Steiner <benoit.steiner.goog@gmail.com>
|
/external/linux-kselftest/android/patches/ |
0008-selftests-exec-use-system-bin-sh.patch | 30 2.16.0.rc1.238.g530d649a79-goog
|
0012-kselftest-vDSO-fix-build-issues.patch | 38 2.16.0.rc1.238.g530d649a79-goog
|
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/ |
HudFragment.java | 134 String name = value.name.replace("goog", ""); 147 String name = value.name.replace("goog", ""); 159 String name = value.name.replace("goog", "").replace("Available", ""); 169 String name = value.name.replace("goog", "");
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
PhoneLookupWithStarPrefixTest.java | 32 "800-GOOG-114"));
|