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

  /external/chromium-trace/catapult/devil/devil/android/
device_blacklist.py 46 def Extend(self, devices, reason='unknown'):
  /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
contexts.cc 16 Handle<ScriptContextTable> ScriptContextTable::Extend(
  /external/opencv/cvaux/src/
_cvvectrack.h 130 void Extend(CvRect& r, int d)
  /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.
  /art/runtime/
memory_region.h 158 void Extend(const MemoryRegion& region, uintptr_t extra) {
  /external/chromium-trace/catapult/third_party/pipeline/pipeline/
common.py 169 class Extend(pipeline.Pipeline):
183 combined.extend(value)
222 """Like Extend, but the resulting list has all unique elements."""
  /external/clang/lib/AST/
NestedNameSpecifier.cpp 535 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context,
548 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context,
560 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context,
572 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context,
  /external/clang/lib/Sema/
DeclSpec.cpp 47 void CXXScopeSpec::Extend(ASTContext &Context, SourceLocation TemplateKWLoc,
49 Builder.Extend(Context, TemplateKWLoc, TL, ColonColonLoc);
58 void CXXScopeSpec::Extend(ASTContext &Context, IdentifierInfo *Identifier,
61 Builder.Extend(Context, Identifier, IdentifierLoc, ColonColonLoc);
71 void CXXScopeSpec::Extend(ASTContext &Context, NamespaceDecl *Namespace,
74 Builder.Extend(Context, Namespace, NamespaceLoc, ColonColonLoc);
84 void CXXScopeSpec::Extend(ASTContext &Context, NamespaceAliasDecl *Alias,
87 Builder.Extend(Context, Alias, AliasLoc, ColonColonLoc);
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
repeated_composite_container.cc 313 // extend()
315 PyObject* Extend(RepeatedCompositeContainer* self, PyObject* value) {
350 return Extend(self, other);
708 { "extend", (PyCFunction) Extend, METH_O,
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 248 bool Extend = false;
277 Extend = true;
284 if (Extend) {
624 // Truncate or zero extend offset to target pointer type.
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_coverage_libcdep.cc 87 void Extend(uptr npcs);
273 // In memory-mapped mode we must extend the new file to the known array
278 if (size) Extend(npcs);
300 // Extend coverage PC array to fit additional npcs elements.
301 void CoverageData::Extend(uptr npcs) {
316 // Extend the file and map the new space at the end of pc_array.
320 Printf("failed to extend raw coverage file: %d\n", err);
903 // Extend() calls to update .sancov.map.
906 coverage_data.Extend(npcs);
    [all...]
  /external/v8/src/regexp/
jsregexp.cc     [all...]
  /external/v8/src/arm64/
constants-arm64.h 147 /* Add/substract extend */ \
337 enum Extend {
    [all...]
  /external/vixl/src/vixl/a64/
constants-a64.h 74 /* Add/substract extend */ \
274 enum Extend {
    [all...]

Completed in 1322 milliseconds