/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
tom.h | 307 virtual HRESULT WINAPI SetIndex(__LONG32 Unit,__LONG32 Index,__LONG32 Extend) = 0; 313 virtual HRESULT WINAPI StartOf(__LONG32 Unit,__LONG32 Extend,__LONG32 *pDelta) = 0; 314 virtual HRESULT WINAPI EndOf(__LONG32 Unit,__LONG32 Extend,__LONG32 *pDelta) = 0; 335 virtual HRESULT WINAPI SetPoint(__LONG32 x,__LONG32 y,__LONG32 Type,__LONG32 Extend) = 0; 369 HRESULT (WINAPI *SetIndex)(ITextRange *This,__LONG32 Unit,__LONG32 Index,__LONG32 Extend); 375 HRESULT (WINAPI *StartOf)(ITextRange *This,__LONG32 Unit,__LONG32 Extend,__LONG32 *pDelta); 376 HRESULT (WINAPI *EndOf)(ITextRange *This,__LONG32 Unit,__LONG32 Extend,__LONG32 *pDelta); 397 HRESULT (WINAPI *SetPoint)(ITextRange *This,__LONG32 x,__LONG32 y,__LONG32 Type,__LONG32 Extend); 433 #define ITextRange_SetIndex(This,Unit,Index,Extend) (This)->lpVtbl->SetIndex(This,Unit,Index,Extend) [all...] |
/external/clang/lib/Sema/ |
SemaCXXScopeSpec.cpp | 479 /// dependent context, for example. Nor will it extend \p SS with the scope 577 SS.Extend(Context, &Identifier, IdentifierLoc, CCLoc); 701 // don't extend the nested-name-specifier. Just return now. 710 SS.Extend(Context, Namespace, IdentifierLoc, CCLoc); 715 SS.Extend(Context, Alias, IdentifierLoc, CCLoc); 758 SS.Extend(Context, SourceLocation(), TLB.getTypeLocInContext(Context, T), 777 // resolve Identifier, then extend the SS with Identifier. This will have 800 SS.Extend(Context, &Identifier, IdentifierLoc, CCLoc); [all...] |
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/vixl/src/aarch64/ |
operands-aarch64.h | 751 // rm, {<extend> {#<shift_amount>}} 752 // where <extend> is one of {UXTB, UXTH, UXTW, UXTX, SXTB, SXTH, SXTW, SXTX}. 754 explicit Operand(Register reg, Extend extend, unsigned shift_amount = 0); 762 // This returns an LSL shift (<= 4) operand as an equivalent extend operand, 791 Extend GetExtend() const { 795 VIXL_DEPRECATED("GetExtend", Extend extend() const) { return GetExtend(); } 809 Extend extend_; 828 Extend extend [all...] |
operands-aarch64.cc | 312 Operand::Operand(Register reg, Extend extend, unsigned shift_amount) 315 extend_(extend), 321 // Extend modes SXTX and UXTX require a 64-bit register. 322 VIXL_ASSERT(reg.Is64Bits() || ((extend != SXTX) && (extend != UXTX))); 334 // No-op extend operations. 390 Extend extend, 397 extend_(extend), [all...] |
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
audio_multi_vector.cc | 56 channels_[i]->Extend(length); 199 channels_[channel]->Extend(extend_length);
|
audio_vector_unittest.cc | 167 // Test the Extend method. 168 TEST_F(AudioVectorTest, Extend) { 171 vec.Extend(5); // Extend with 5 elements, which should all be zeros. 338 // extend beyond the end of the current vector. This is valid, and the vector is
|
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.
|
/external/v8/src/ |
string-builder.h | 124 // extend the array will work. 131 // extend the array will work. 200 // extend the array will work. 318 Extend(); 406 void Extend(); 441 if (current_index_ == part_length_) Extend();
|
handles-inl.h | 103 if (result == data->limit) result = Extend(isolate);
|
handles.cc | 52 Object** HandleScope::Extend(Isolate* isolate) { 76 // If we still haven't found a slot for the handle, we extend the
|
/external/clang/lib/AST/ |
NestedNameSpecifier.cpp | 549 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, 562 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, 574 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, 586 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context,
|
/external/opencv/cvaux/src/ |
_cvvectrack.h | 130 void Extend(CvRect& r, int d)
|
/external/clang/include/clang/CodeGen/ |
CGFunctionInfo.h | 45 /// Extend - Valid only for integer argument types. Same as 'direct' 47 Extend, 137 auto AI = ABIArgInfo(Extend); 237 bool isExtend() const { return TheKind == Extend; } 247 // Direct/Extend accessors 249 assert((isDirect() || isExtend()) && "Not a direct or extend kind"); 253 assert((isDirect() || isExtend()) && "Not a direct or extend kind");
|
/external/protobuf/python/google/protobuf/pyext/ |
repeated_composite_container.cc | 190 // extend() 192 PyObject* Extend(RepeatedCompositeContainer* self, PyObject* value) { 228 return Extend(self, other); 556 { "extend", (PyCFunction) Extend, METH_O,
|
/prebuilts/go/darwin-x86/src/compress/flate/ |
deflatefast.go | 144 // Extend the 4-byte match as long as possible. 213 // Extend the match to be as long as possible. 228 // Extend the match to be as long as possible.
|
/prebuilts/go/linux-x86/src/compress/flate/ |
deflatefast.go | 144 // Extend the 4-byte match as long as possible. 213 // Extend the match to be as long as possible. 228 // Extend the match to be as long as possible.
|
/prebuilts/go/darwin-x86/src/cmd/cgo/ |
godefs.go | 79 // Extend overrides using typedefs:
|
/prebuilts/go/linux-x86/src/cmd/cgo/ |
godefs.go | 79 // Extend overrides using typedefs:
|
/art/runtime/ |
memory_region.h | 189 ALWAYS_INLINE void Extend(const MemoryRegion& region, uintptr_t extra) {
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_coverage_libcdep.cc | 89 void Extend(uptr npcs); 289 // In memory-mapped mode we must extend the new file to the known array 294 if (size) Extend(npcs); 316 // Extend coverage PC array to fit additional npcs elements. 317 void CoverageData::Extend(uptr npcs) { 332 // Extend the file and map the new space at the end of pc_array. 336 Printf("failed to extend raw coverage file: %d\n", err); [all...] |
/external/chromium-trace/catapult/devil/devil/android/tools/ |
provision_devices.py | 128 system_app_remove_list.extend(_SYSTEM_WEBVIEW_NAMES) 171 blacklist.Extend([str(device)], reason='provision_timeout') 177 blacklist.Extend([str(device)], reason='provision_failure')
|
/external/v8/src/arm64/ |
assembler-arm64.h | 585 // rm, <extend> {#<shift_amount>} 586 // where <extend> is one of {UXTB, UXTH, UXTW, UXTX, SXTB, SXTH, SXTW, SXTX}. 589 Extend extend, 608 // This returns an LSL shift (<= 4) operand as an equivalent extend operand, 616 inline Extend extend() const; 630 Extend extend_; 648 Extend extend, 659 Extend extend() const { return extend_; } function in class:v8::internal::MemOperand [all...] |
assembler-arm64-inl.h | 341 Operand::Operand(Register reg, Extend extend, unsigned shift_amount) 345 extend_(extend), 351 // Extend modes SXTX and UXTX require a 64-bit register. 352 DCHECK(reg.Is64Bits() || ((extend != SXTX) && (extend != UXTX))); 411 Extend Operand::extend() const { 460 Extend extend, [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonInstrInfo.h | 348 bool isValidOffset(unsigned Opcode, int Offset, bool Extend = true) const;
|