HomeSort by relevance Sort by last modified time
    Searched defs:copy (Results 126 - 150 of 1328) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/content/common/dom_storage/
dom_storage_map.cc 110 DOMStorageMap* copy = new DOMStorageMap(quota_); local
111 copy->values_ = values_;
112 copy->bytes_used_ = bytes_used_;
113 copy->ResetKeyIterator();
114 return copy;
  /external/chromium_org/media/tools/layout_tests/
layouttests.py 11 import copy namespace
72 self.name_map = copy.copy(name_map)
  /external/chromium_org/native_client_sdk/src/build_tools/tests/
parse_dsc_test.py 6 import copy namespace
44 testdesc = copy.deepcopy(BASIC_DESC)
48 testdesc = copy.deepcopy(BASIC_DESC)
52 testdesc = copy.deepcopy(BASIC_DESC)
57 testdesc = copy.deepcopy(BASIC_DESC)
61 testdesc = copy.deepcopy(BASIC_DESC)
65 testdesc = copy.deepcopy(BASIC_DESC)
70 testdesc = copy.deepcopy(BASIC_DESC)
75 testdesc = copy.deepcopy(BASIC_DESC)
80 testdesc = copy.deepcopy(BASIC_DESC
    [all...]
  /external/chromium_org/remoting/tools/
zip2msi.py 48 import copy namespace
95 retval = copy.copy(left)
154 params = copy.copy(parameters)
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSKeyframesRule.h 60 PassRefPtr<StyleRuleKeyframes> copy() const { return adoptRef(new StyleRuleKeyframes(*this)); } function in class:WebCore::FINAL
CSSValueList.cpp 15 * You should have received a copy of the GNU Library General Public License
76 PassRefPtr<CSSValueList> CSSValueList::copy() function in class:WebCore::CSSValueList
MediaList.h 15 * You should have received a copy of the GNU Library General Public License
59 PassRefPtr<MediaQuerySet> copy() const { return adoptRef(new MediaQuerySet(*this)); } function in class:WebCore::MediaQuerySet
MediaQuery.h 58 PassOwnPtr<MediaQuery> copy() const { return adoptPtr(new MediaQuery(*this)); } function in class:WebCore::MediaQuery
  /external/chromium_org/third_party/WebKit/Source/platform/network/
FormData.cpp 16 * You should have received a copy of the GNU Library General Public License
78 PassRefPtr<FormData> FormData::copy() const function in class:WebCore::FormData
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
ordered_dict.py 3 # Permission is hereby granted, free of charge, to any person obtaining a copy
6 # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
64 inst_dict = vars(self).copy()
81 def copy(self): member in class:OrderedDict
  /external/chromium_org/third_party/icu/source/i18n/
utrans.cpp 58 virtual void copy(int32_t start, int32_t limit, int32_t dest);
122 void ReplaceableGlue::copy(int32_t start, int32_t limit, int32_t dest) { function in class:ReplaceableGlue
123 (*func->copy)(rep, start, limit, dest);
457 // Copy the string buffer back to text (only if necessary)
487 // Copy the string buffer back to text (only if necessary)
  /external/chromium_org/third_party/mesa/src/src/glsl/
lower_output_reads.cpp 6 * copy of this software and associated documentation files (the "Software"),
8 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
37 * main() function to copy the final values to the actual shader outputs.
109 * Create an assignment to copy a temporary value back to the actual output.
112 copy(void *ctx, ir_variable *output, ir_variable *temp) function
119 /** Insert a copy-back assignment before a "return" statement */
124 ir->insert_before(copy(ir, (ir_variable *) key, (ir_variable *) data));
127 /** Insert a copy-back assignment at the end of the main() function */
132 sig->body.push_tail(copy(sig, (ir_variable *) key, (ir_variable *) data));
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gl_x86-64_asm.py 7 # copy of this software and associated documentation files (the "Software"),
9 # on the rights to use, copy, modify, merge, publish, distribute, sub
30 import sys, getopt, copy namespace
68 temp = copy.deepcopy(registers)
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs_cse.cpp 5 * copy of this software and associated documentation files (the "Software"),
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
131 fs_inst *copy = new(ralloc_parent(inst)) local
133 entry->generator->insert_after(copy);
138 fs_inst *copy = new(ralloc_parent(inst)) local
140 inst->replace_with(copy);
144 block->end = copy;
147 /* Continue iteration with copy->next */
148 inst = copy;
  /external/chromium_org/third_party/re2/util/
stringpiece.cc 36 int StringPiece::copy(char* buf, size_type n, size_type pos) const { function in class:StringPiece
  /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinystr.h 70 // TiXmlString copy constructor
71 TiXmlString ( const TiXmlString & copy) : rep_(0)
73 init(copy.length());
74 memcpy(start(), copy.data(), length());
78 TIXML_EXPLICIT TiXmlString ( const char * copy) : rep_(0)
80 init( static_cast<size_type>( strlen(copy) ));
81 memcpy(start(), copy, length()); local
97 TiXmlString& operator = (const char * copy)
99 return assign( copy, (size_type)strlen(copy));
    [all...]
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayMovie.cpp 55 SkDisplayMovie* copy = (SkDisplayMovie*) INHERITED::deepCopy(maker); local
56 copy->fMovie.fMaker->fParentMaker = fMovie.fMaker->fParentMaker;
57 copy->fMovie.fMaker->fHostEventSinkID = fMovie.fMaker->fHostEventSinkID;
58 copy->fMovieBuilt = false;
59 *fMovie.fMaker->fParentMaker->fMovies.append() = copy;
60 return copy;
  /external/chromium_org/third_party/tlslite/tlslite/
mathtls.py 153 def copy(self): member in class:MAC_SSL
154 """Return a separate copy of this hashing object.
156 An update to this copy won't affect the original object.
161 other.inner = self.inner.copy()
162 other.outer = self.outer.copy()
172 h = self.outer.copy()
  /external/chromium_org/tools/deep_memory_profiler/subcommands/
map.py 5 import copy namespace
98 def copy(self): member in class:ListAttribute
101 new_list[index] = copy.deepcopy(item)
  /external/chromium_org/tools/deep_memory_profiler/tests/
range_dict_tests.py 35 def copy(self): # pylint: disable=R0201 member in class:ExclusiveRangeDictTest.TestAttribute
  /external/chromium_org/tools/metrics/histograms/
extract_histograms.py 57 import copy namespace
301 # Make a temporary copy of the list of field trials to use as a queue.
359 histograms[new_histogram_name] = copy.deepcopy(
  /external/chromium_org/tools/oopif/
iframe_server.py 30 import copy namespace
194 # Copy current parameters into iframe and make modifications
196 iframe_params = copy.copy(params)
  /external/chromium_org/ui/compositor/
layer_animation_element_unittest.cc 330 TestLayerAnimationDelegate copy = delegate; local
345 copy.GetBoundsForAnimation());
347 copy.GetTransformForAnimation());
349 copy.GetOpacityForAnimation());
351 copy.GetBrightnessForAnimation());
353 copy.GetGrayscaleForAnimation());
  /external/chromium_org/v8/src/
lithium-codegen.cc 133 // Copy the string before recording it in the assembler to avoid
136 Vector<char> copy = Vector<char>::New(static_cast<int>(length) + 1); local
137 OS::MemCopy(copy.start(), builder.Finalize(), copy.length());
138 masm()->RecordComment(copy.start());
  /external/compiler-rt/BlocksRuntime/tests/
fail.c 35 char *copy[argc+1]; // make a copy local
44 copy[counter++] = argv[i];
47 copy[counter] = NULL;
61 int result = execv(copy[0], copy);

Completed in 636 milliseconds

1 2 3 4 56 7 8 91011>>