| /prebuilts/go/darwin-x86/src/regexp/ |
| regexp.go | 110 // Copy returns a new Regexp object copied from re. 113 // its own copy helps to avoid lock contention. 114 func (re *Regexp) Copy() *Regexp { 115 // It is not safe to copy Regexp by value 476 // ReplaceAllString returns a copy of src, replacing matches of the Regexp 490 // ReplaceAllLiteralString returns a copy of src, replacing matches of the Regexp 499 // ReplaceAllStringFunc returns a copy of src in which all matches of the 531 // Copy the unmatched characters before this match. 538 // Now insert a copy of the replacement string, but not for a 565 // Copy the unmatched characters after the last match [all...] |
| /prebuilts/go/darwin-x86/src/text/template/ |
| exec_test.go | 183 copy(*p, n) 204 func (t *T) Copy() *T { 564 {"bug13", "{{print (.Copy).I}}", "17", tVal, true}, [all...] |
| /prebuilts/go/darwin-x86/src/text/template/parse/ |
| node.go | 24 // Copy does a deep copy of the Node and all its components. 27 Copy() Node 110 n.append(elem.Copy()) 115 func (l *ListNode) Copy() Node { 139 func (t *TextNode) Copy() Node { 191 decl = append(decl, d.Copy().(*VariableNode)) 195 n.append(c.Copy().(*CommandNode)) 200 func (p *PipeNode) Copy() Node { 228 func (a *ActionNode) Copy() Node [all...] |
| /prebuilts/go/linux-x86/src/cmd/go/internal/load/ |
| pkg.go | 244 // We modify p.Imports in place, so make copy now. 246 copy(p.Imports, pp.Imports) 308 func (s *ImportStack) Copy() []string { 474 ImportStack: stk.Copy(), 494 ImportStack: stk.Copy(), 503 ImportStack: stk.Copy(), 650 ImportStack: stk.Copy(), 660 p.Error.ImportStack = stk.Copy() 726 ImportStack: stk.Copy(), 772 ImportStack: stk.Copy(), [all...] |
| /prebuilts/go/linux-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/ |
| ast.go | 23 // Copy an AST with possible transformations. 24 // If the skip function returns true, no copy is required. 25 // If the copy function returns nil, no copy is required. 26 // Otherwise the AST returned by copy is used in a copy of the full AST. 27 // Copy itself returns either a copy or nil. 28 Copy(copy func(AST) AST, skip func(AST) bool) AS [all...] |
| /prebuilts/go/linux-x86/src/encoding/xml/ |
| xml.go | 63 // Copy creates a new copy of StartElement. 64 func (e StartElement) Copy() StartElement { 66 copy(attrs, e.Attr) 88 copy(b1, b) 92 // Copy creates a new copy of CharData. 93 func (c CharData) Copy() CharData { return CharData(makeCopy(c)) } 99 // Copy creates a new copy of Comment [all...] |
| /prebuilts/go/linux-x86/src/math/big/ |
| float.go | 268 mant.Copy(x) 316 z.Copy(mant) 428 copy(z.mant, z.mant[m-n:]) // move n last words to front 658 // Copy sets z to x, with the same precision, rounding mode, and 661 func (z *Float) Copy(x *Float) *Float { [all...] |
| /prebuilts/go/linux-x86/src/regexp/ |
| regexp.go | 110 // Copy returns a new Regexp object copied from re. 113 // its own copy helps to avoid lock contention. 114 func (re *Regexp) Copy() *Regexp { 115 // It is not safe to copy Regexp by value 476 // ReplaceAllString returns a copy of src, replacing matches of the Regexp 490 // ReplaceAllLiteralString returns a copy of src, replacing matches of the Regexp 499 // ReplaceAllStringFunc returns a copy of src in which all matches of the 531 // Copy the unmatched characters before this match. 538 // Now insert a copy of the replacement string, but not for a 565 // Copy the unmatched characters after the last match [all...] |
| /prebuilts/go/linux-x86/src/text/template/ |
| exec_test.go | 183 copy(*p, n) 204 func (t *T) Copy() *T { 564 {"bug13", "{{print (.Copy).I}}", "17", tVal, true}, [all...] |
| /prebuilts/go/linux-x86/src/text/template/parse/ |
| node.go | 24 // Copy does a deep copy of the Node and all its components. 27 Copy() Node 110 n.append(elem.Copy()) 115 func (l *ListNode) Copy() Node { 139 func (t *TextNode) Copy() Node { 191 decl = append(decl, d.Copy().(*VariableNode)) 195 n.append(c.Copy().(*CommandNode)) 200 func (p *PipeNode) Copy() Node { 228 func (a *ActionNode) Copy() Node [all...] |
| /system/iot/attestation/at-factory-tool/ |
| atft_unittest.py | 5 # You may obtain a copy of the License at 72 def Copy(self): [all...] |
| /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
| Sd.h | 91 UINT32 Copy:1; // Copy flag (OTP) [14:14]
133 UINT32 Copy:1; // Copy flag (OTP) [14:14]
|
| /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/ |
| Ip6ConfigImpl.c | 557 // Copy the fixed size part of the interface info.
909 IP6_ADDRESS_INFO *Copy;
971 Copy = AllocateCopyPool (sizeof (IP6_ADDRESS_INFO), CurrentAddrInfo);
972 if (Copy == NULL) {
976 InsertTailList (&CurrentSourceList, &Copy->Link);
[all...] |
| /external/llvm/lib/CodeGen/ |
| TailDuplicator.cpp | 203 MachineInstr *Copy = Copies[i]; 204 if (!Copy->isCopy()) 206 unsigned Dst = Copy->getOperand(0).getReg(); 207 unsigned Src = Copy->getOperand(1).getReg(); 210 // Copy is the only use. Do trivial copy propagation here. 212 Copy->eraseFromParent(); 273 // block (which is why we need to copy the information). 301 /// Process PHI node in TailBB by turning it into a copy in PredBB. Remember the 316 // Insert a copy from source to the end of the block. The def register is th [all...] |
| /external/llvm/lib/Target/Hexagon/ |
| RDFLiveness.cpp | 255 // Make a copy of the preexisting definitions and add the newly found ones. 833 auto Copy = LiveIn; 836 for (auto I : Copy) { [all...] |
| /external/pdfium/core/fxge/dib/ |
| cfx_dibitmap.cpp | 84 bool CFX_DIBitmap::Copy(const RetainPtr<CFX_DIBSource>& pSrc) { [all...] |
| /external/pdfium/xfa/fxfa/ |
| cxfa_ffwidget.cpp | 483 Optional<WideString> CXFA_FFWidget::Copy() {
|
| /external/skia/tests/ |
| PictureTest.cpp | 154 static sk_sp<SkPicture> Copy(SkPictureRecorder* recorder) { 210 sk_sp<SkPicture> copy(SkPictureRecorderReplayTester::Copy(&recorder)); 212 // The extra save and restore comes from the Copy process. 213 check_save_state(reporter, copy.get(), 2, 1, 3); 221 // The copy shouldn't pick up any operations added after it was made 222 check_save_state(reporter, copy.get(), 2, 1, 3); 234 sk_sp<SkPicture> copy(SkPictureRecorderReplayTester::Copy(&recorder)); 235 check_balance(reporter, copy.get()) [all...] |
| /external/skqp/tests/ |
| PictureTest.cpp | 154 static sk_sp<SkPicture> Copy(SkPictureRecorder* recorder) { 210 sk_sp<SkPicture> copy(SkPictureRecorderReplayTester::Copy(&recorder)); 212 // The extra save and restore comes from the Copy process. 213 check_save_state(reporter, copy.get(), 2, 1, 3); 221 // The copy shouldn't pick up any operations added after it was made 222 check_save_state(reporter, copy.get(), 2, 1, 3); 234 sk_sp<SkPicture> copy(SkPictureRecorderReplayTester::Copy(&recorder)); 235 check_balance(reporter, copy.get()) [all...] |
| /external/swiftshader/third_party/LLVM/lib/CodeGen/ |
| TailDuplication.cpp | 269 MachineInstr *Copy = Copies[i]; 270 if (!Copy->isCopy()) 272 unsigned Dst = Copy->getOperand(0).getReg(); 273 unsigned Src = Copy->getOperand(1).getReg(); 276 // Copy is the only use. Do trivial copy propagation here. 278 Copy->eraseFromParent(); 342 // block (which is why we need to copy the information). 372 /// ProcessPHI - Process PHI node in TailBB by turning it into a copy in PredBB. 389 // Insert a copy from source to the end of the block. The def register is th [all...] |
| /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
| NaClBitCodes.h | 320 NaClBitCodeAbbrev *Copy() const {
|
| /external/v8/src/crankshaft/ |
| hydrogen-check-elimination.cc | 153 return pred_state->Copy(succ_block, pred_block, zone); 176 // Copy state to successor block. 177 HCheckTable* Copy(HBasicBlock* succ, HBasicBlock* from_block, Zone* zone) { 178 HCheckTable* copy = new(zone) HCheckTable(phase_); local 182 HCheckTableEntry* new_entry = ©->entries_[i]; 196 copy->cursor_ = cursor_; 197 copy->size_ = size_; 208 HCheckTableEntry* pred_entry = copy->Find(phi_operand); 211 copy->Insert(phi, NULL, pred_entry->maps_, pred_entry->state_); 225 HCheckTableEntry* entry = copy->Find(object) [all...] |
| hydrogen-gvn.cc | 37 HInstructionMap* Copy(Zone* zone) const { 720 map_ = copy_map ? map->Copy(zone) : map; 741 // No need to copy the map for the last child in the dominator tree.
|
| /external/v8/src/ |
| feedback-vector.cc | 243 Handle<FeedbackVector> FeedbackVector::Copy(Isolate* isolate, [all...] |
| /packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
| WebViewContextMenu.java | 7 * You may obtain a copy of the License at 137 // For our copy menu items. 138 private class Copy extends AnalyticsClick { 141 public Copy(CharSequence text, String analyticsLabel) { 313 // Copy 315 setOnMenuItemClickListener(new Copy(extra, "copy_phone")); 326 setOnMenuItemClickListener(new Copy(extra, "copy_email")); 345 setOnMenuItemClickListener(new Copy(extra, "copy_geo")); 379 setOnMenuItemClickListener(new Copy(extra, "copy_link"));
|