/external/chromium_org/third_party/icu/source/i18n/ |
timezone.cpp | 196 UnicodeString copy; local 220 copy.setTo(TRUE, u, len); 221 int r = id.compare(copy); [all...] |
/external/chromium_org/third_party/jinja2/ |
compiler.py | 12 from copy import deepcopy 134 def copy(self): member in class:Identifiers 184 def copy(self): member in class:Frame 185 """Create a copy of the current one.""" 219 rv = self.copy() 223 __copy__ = copy 297 self.identifiers = real_identifiers.copy() [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
httpcommon.cc | 431 HttpData::copy(const HttpData& src) { function in class:talk_base::HttpData 516 HttpRequestData::copy(const HttpRequestData& src) { function in class:talk_base::HttpRequestData 519 HttpData::copy(src); 534 // no guarantee that |line| is. Create a local copy that is null-terminated. 603 HttpResponseData::copy(const HttpResponseData& src) { function in class:talk_base::HttpResponseData 606 HttpData::copy(src); 656 // no guarantee that |line| is. Create a local copy that is null-terminated.
|
/external/chromium_org/third_party/mesa/src/src/gallium/include/state_tracker/ |
st_api.h | 5 * obtaining a copy of this software and associated documentation 7 * restriction, including without limitation the rights to use, copy, 380 void (*copy)(struct st_context_iface *stctxi, member in struct:st_context_iface
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
renderer.c | 7 * copy of this software and associated documentation files (the 9 * without limitation the rights to use, copy, modify, merge, publish, 108 } copy; member in union:renderer::__anon13056 610 renderer->u.copy.tex_width = src->texture->width0; 611 renderer->u.copy.tex_height = src->texture->height0; 632 renderer->u.copy.tex_width, 633 renderer->u.copy.tex_height); [all...] |
/external/chromium_org/third_party/mesa/src/src/glsl/ |
linker.cpp | 5 * copy of this software and associated documentation files (the "Software"), 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 517 * have an initializer but a later instance does, copy the 819 ir_variable *copy = ir->var->clone(this->target, NULL); local 821 this->symbols->add_variable(copy); 822 this->instructions->push_head(copy); 823 ir->var = copy; [all...] |
/external/chromium_org/third_party/mesa/src/src/glx/ |
glxcmds.c | 6 * copy of this software and associated documentation files (the "Software"), 8 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 506 ** Copy the source context to the destination context using the 544 ** can be flushed before the copy. 2456 char *copy; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/ |
gtest-internal.h | 1074 Element* const copy = new Element[a_size]; local [all...] |
/external/chromium_org/third_party/pymock/ |
mock.py | 1143 def copy(self): member in class:_patch [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
tcmalloc_unittest.cc | 496 vector<Object> copy; local 503 swap(copy, passed_); 507 for (int i = 0; i < copy.size(); ++i) { 508 const Object& object = copy[i]; [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
tcmalloc_unittest.cc | 496 vector<Object> copy; local 503 swap(copy, passed_); 507 for (int i = 0; i < copy.size(); ++i) { 508 const Object& object = copy[i]; [all...] |
/external/chromium_org/tools/ |
bisect-perf-regression.py | 38 import copy namespace [all...] |
/external/chromium_org/tools/gyp/pylib/gyp/generator/ |
msvs.py | 6 import copy namespace [all...] |
/external/gtest/include/gtest/internal/ |
gtest-internal.h | 1074 Element* const copy = new Element[a_size]; local [all...] |
/external/harfbuzz_ng/src/ |
hb-open-type-private.hh | 8 * license or royalty fees, to use, copy, modify, and distribute this 401 inline Type *copy (void) function in struct:OT::hb_serialize_context_t 499 inline Supplier (const Supplier<Type> &); /* Disallow copy */ 500 inline Supplier<Type>& operator= (const Supplier<Type> &); /* Disallow copy */
|
/external/icu4c/common/ |
unistr.cpp | 78 // need to copy areas that may overlap 485 // we always copy the length 500 // copy all fields, share the reference-counted buffer 515 // -> allocate a new buffer and copy the contents 517 // src is a writable alias; we make a copy of that instead 781 // do not copy anything if we alias dst itself 1433 UnicodeString::copy(int32_t start, int32_t limit, int32_t dest) { function in class:UnicodeString [all...] |
/external/icu4c/test/cintltst/ |
cdattst.c | 64 UDateFormat *copy; local 146 copy=udat_clone(def, &status); 150 /*if(def != copy) 375 udat_close(copy); [all...] |
/external/javassist/src/main/javassist/ |
CtField.java | 64 * Creates a copy of the given field. 92 fi.addAttribute(ainfo.copy(cp, null)); [all...] |
/external/javassist/src/main/javassist/bytecode/ |
Bytecode.java | 38 public final byte[] copy() { method in class:ByteVector 160 * Creates and returns a copy of this object. 204 return copy(); [all...] |
ConstPool.java | 682 public int copy(int n, ConstPool dest, Map classnames) { method in class:ConstPool 687 return info.copy(this, dest, classnames); 1134 public abstract int copy(ConstPool src, ConstPool dest, Map classnames); method in class:ConstInfo 1157 public int copy(ConstPool src, ConstPool dest, Map map) { method in class:ConstInfoPadding 1214 public int copy(ConstPool src, ConstPool dest, Map map) { method in class:ClassInfo 1274 public int copy(ConstPool src, ConstPool dest, Map map) { method in class:NameAndTypeInfo 1310 public int copy(ConstPool src, ConstPool dest, Map map) { method in class:MemberrefInfo 1410 public int copy(ConstPool src, ConstPool dest, Map map) { method in class:StringInfo 1439 public int copy(ConstPool src, ConstPool dest, Map map) { method in class:IntegerInfo 1468 public int copy(ConstPool src, ConstPool dest, Map map) { method in class:FloatInfo 1497 public int copy(ConstPool src, ConstPool dest, Map map) { method in class:LongInfo 1526 public int copy(ConstPool src, ConstPool dest, Map map) { method in class:DoubleInfo 1558 public int copy(ConstPool src, ConstPool dest, Map map) { method in class:Utf8Info [all...] |
SignatureAttribute.java | 77 * Makes a copy. Class names are replaced according to the 80 * @param newCp the constant pool table used by the new copy. 84 public AttributeInfo copy(ConstPool newCp, Map classnames) { method in class:SignatureAttribute
|
/external/llvm/lib/Support/ |
regcomp.c | 985 sopno copy; local 1019 copy = dupl(p, start+1, finish+1); 1020 assert(copy == finish+4); 1021 repeat(p, copy, 1, to-1); 1028 copy = dupl(p, start, finish); 1029 repeat(p, copy, from-1, to-1); 1032 copy = dupl(p, start, finish); 1033 repeat(p, copy, from-1, to); [all...] |
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
gtest-internal.h | 1102 Element* const copy = new Element[a_size]; local [all...] |
/external/mesa3d/src/gallium/include/state_tracker/ |
st_api.h | 5 * obtaining a copy of this software and associated documentation 7 * restriction, including without limitation the rights to use, copy, 380 void (*copy)(struct st_context_iface *stctxi, member in struct:st_context_iface
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
renderer.c | 7 * copy of this software and associated documentation files (the 9 * without limitation the rights to use, copy, modify, merge, publish, 108 } copy; member in union:renderer::__anon23523 610 renderer->u.copy.tex_width = src->texture->width0; 611 renderer->u.copy.tex_height = src->texture->height0; 632 renderer->u.copy.tex_width, 633 renderer->u.copy.tex_height); [all...] |