HomeSort by relevance Sort by last modified time
    Searched defs:Extend (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/chromium-trace/catapult/devil/devil/android/
device_blacklist.py 55 def Extend(self, devices, reason='unknown'):
  /external/libmojo/third_party/catapult/devil/devil/android/
device_blacklist.py 46 def Extend(self, devices, reason='unknown'):
  /external/tensorflow/tensorflow/core/public/
session.h 100 virtual Status Extend(const GraphDef& graph) = 0;
134 virtual Status Extend(const RunOptions& run_options, const GraphDef& graph) {
136 "Extend(const RunOptions& run_options, const GraphDef& graph) is not "
  /external/perfetto/src/protozero/
scattered_stream_writer.cc 40 void ScatteredStreamWriter::Extend() {
49 Extend();
62 // so that one single call to Extend() will definitely give enough headroom.
63 Extend();
  /external/tensorflow/tensorflow/core/lib/hash/
crc32c.cc 212 uint32 Extend(uint32 crc, const char *buf, size_t size) {
  /external/v8/src/
string-builder.cc 75 void IncrementalStringBuilder::Extend() {
106 Extend(); // Attach current part and allocate new part.
handles.cc 52 Object** HandleScope::Extend(Isolate* isolate) {
76 // If we still haven't found a slot for the handle, we extend the
  /test/framework/harnesses/host_controller/tfc/
device_info.py 93 def Extend(self, properties):
  /external/opencv/cvaux/src/
_cvvectrack.h 130 void Extend(CvRect& r, int d)
  /external/tensorflow/tensorflow/core/framework/
tensor_slice.cc 102 void TensorSlice::Extend(int dim) {
  /external/webrtc/webrtc/modules/audio_coding/neteq/
audio_vector.cc 89 void AudioVector::Extend(size_t extra_length) {
100 // does not extend beyond the end of the vector.
114 // does not extend beyond the end of the vector.
  /frameworks/native/libs/vr/libpdx/private/pdx/rpc/
payload.h 51 void Extend(std::size_t size) {
90 this->Extend(size);
127 this->Extend(size);
  /art/runtime/
memory_region.h 190 ALWAYS_INLINE void Extend(const MemoryRegion& region, uintptr_t extra) {
  /external/tensorflow/tensorflow/core/common_runtime/
graph_execution_state.cc 103 // also that the previous version used `Extend()`, which is strictly
116 Status GraphExecutionState::Extend(
139 "GraphDef argument to Extend includes node '%s', which was created "
140 "by a previous call to Create or Extend in this session.",
154 "Can't extend GraphDef at version ", gdef.versions().producer(),
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_session.cc 153 Status GrpcSession::Extend(const GraphDef& graph) {
159 Status GrpcSession::Extend(const RunOptions& run_options,
  /external/v8/src/compiler/
load-elimination.h 53 AbstractChecks const* Extend(Node* node, Zone* zone) const {
86 AbstractElements const* Extend(Node* object, Node* index, Node* value,
126 AbstractField const* Extend(Node* object, Node* value, Zone* zone) const {
170 AbstractMaps const* Extend(Node* object, ZoneHandleSet<Map> maps,
  /external/v8/tools/dev/
gm.py 155 def Extend(self, targets, tests=[]):
217 self.configs[path].Extend(targets, tests)
225 self.configs[c].Extend(**impact)
282 self.configs[c].Extend(self.global_targets, self.global_tests)
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/rrlp_components/
GANSSAuxiliaryInformation.java 125 return Extend.values().length;
134 selection = Extend.values()[ordinal];
290 private static enum Extend implements ChoiceComponent {
296 Extend(@Nullable Asn1Tag tag, boolean isImplicitTagging) {
302 throw new IllegalStateException("Extend template error");
317 throw new IllegalStateException("Extend template error");
347 return Extend.values()[selection.ordinal()]
OTD_MsrsOfOtherSets.java 125 return Extend.values().length;
134 selection = Extend.values()[ordinal];
290 private static enum Extend implements ChoiceComponent {
296 Extend(@Nullable Asn1Tag tag, boolean isImplicitTagging) {
302 throw new IllegalStateException("Extend template error");
317 throw new IllegalStateException("Extend template error");
347 return Extend.values()[selection.ordinal()]
SystemInfoAssistBTS.java 125 return Extend.values().length;
134 selection = Extend.values()[ordinal];
369 private static enum Extend implements ChoiceComponent {
375 Extend(@Nullable Asn1Tag tag, boolean isImplicitTagging) {
381 throw new IllegalStateException("Extend template error");
396 throw new IllegalStateException("Extend template error");
426 return Extend.values()[selection.ordinal()]
SystemInfoAssistBTS_R98_ExpOTD.java 125 return Extend.values().length;
134 selection = Extend.values()[ordinal];
369 private static enum Extend implements ChoiceComponent {
375 Extend(@Nullable Asn1Tag tag, boolean isImplicitTagging) {
381 throw new IllegalStateException("Extend template error");
396 throw new IllegalStateException("Extend template error");
426 return Extend.values()[selection.ordinal()]
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/supl_report/
TimeStamp.java 127 return Extend.values().length;
136 selection = Extend.values()[ordinal];
453 private static enum Extend implements ChoiceComponent {
459 Extend(@Nullable Asn1Tag tag, boolean isImplicitTagging) {
465 throw new IllegalStateException("Extend template error");
480 throw new IllegalStateException("Extend template error");
510 return Extend.values()[selection.ordinal()]
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/supl_response/
SETAuthKey.java 126 return Extend.values().length;
135 selection = Extend.values()[ordinal];
455 private static enum Extend implements ChoiceComponent {
461 Extend(@Nullable Asn1Tag tag, boolean isImplicitTagging) {
467 throw new IllegalStateException("Extend template error");
482 throw new IllegalStateException("Extend template error");
512 return Extend.values()[selection.ordinal()]
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/supl_triggered_start/
TriggerParams.java 125 return Extend.values().length;
134 selection = Extend.values()[ordinal];
290 private static enum Extend implements ChoiceComponent {
296 Extend(@Nullable Asn1Tag tag, boolean isImplicitTagging) {
302 throw new IllegalStateException("Extend template error");
317 throw new IllegalStateException("Extend template error");
347 return Extend.values()[selection.ordinal()]
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/ulp_components/
IPAddress.java 126 return Extend.values().length;
135 selection = Extend.values()[ordinal];
447 private static enum Extend implements ChoiceComponent {
453 Extend(@Nullable Asn1Tag tag, boolean isImplicitTagging) {
459 throw new IllegalStateException("Extend template error");
474 throw new IllegalStateException("Extend template error");
504 return Extend.values()[selection.ordinal()]

Completed in 411 milliseconds

1 2 3