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

<<31323334353637383940>>

  /build/core/
Makefile 15 # Define rules to copy PRODUCT_COPY_FILES defined by the product.
19 # The filter part means "only eval the copy-one-file rule if this
22 define check-product-copy-files
35 $(call check-product-copy-files,$(cf)) \
40 $(eval $(call copy-xml-file-checked,$(_src),$(_fulldest))),\
41 $(eval $(call copy-one-file,$(_src),$(_fulldest)))) \
489 # original notice files instead of making rules to copy them somwehere.
537 $(copy-file-to-target)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptSource.js     [all...]
  /bionic/libc/upstream-netbsd/libc/regex/
regcomp.c 1144 sopno copy; local
1184 copy = dupl(p, start+1, finish+1);
1185 assert(copy == finish+4);
1186 repeat(p, copy, 1, to-1, reclimit);
1193 copy = dupl(p, start, finish);
1194 repeat(p, copy, from-1, to-1, reclimit);
1197 copy = dupl(p, start, finish);
1198 repeat(p, copy, from-1, to, reclimit);
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapTest.java 6 * You may obtain a copy of the License at
103 mBitmap.copy(Config.RGB_565, false);
110 Bitmap bitmap = mBitmap.copy(Config.ARGB_8888, false);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DecisionProbe.java 687 /** Report the list of predicates found for each alternative; copy
693 Map copy = new HashMap(); local
694 copy.putAll(altPredicateContext);
695 stateToAltSetWithSemanticPredicatesMap.put(d,copy);
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
StringBuilderTest.java 7 * the License. You may obtain a copy of the License at
1579 String copy = sb.toString(); local
    [all...]
  /external/bison/lib/
bbitset.h 18 You should have received a copy of the GNU General Public License
128 void (*copy) (bitset, bitset); member in struct:bitset_vtable
214 #define BITSET_COPY_(DST, SRC) (SRC)->b.vtable->copy (DST, SRC)
  /external/chromium/chrome/browser/chromeos/login/
screen_locker.cc 594 GdkEvent* copy = gdk_event_copy(event); local
595 copy->button.window = dest_;
596 g_object_ref(copy->button.window);
597 copy->button.x -= offset_.x();
598 copy->button.y -= offset_.y();
600 gdk_event_put(copy);
601 gdk_event_free(copy);
603 GdkEvent* copy = gdk_event_copy(event); local
604 copy->motion.window = dest_;
605 g_object_ref(copy->motion.window)
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 40 import copy namespace
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-internal.h 1067 Element* const copy = new Element[a_size]; local
    [all...]
  /external/chromium/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);
600 HttpResponseData::copy(const HttpResponseData& src) { function in class:talk_base::HttpResponseData
603 HttpData::copy(src);
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
mux.py 39 import copy namespace
    [all...]
  /external/chromium_org/base/
values.cc 23 // Make a deep copy of |node|, but don't include empty lists or dictionaries
24 // in the copy. It's possible for this function to return NULL and it
31 ListValue* copy = new ListValue; local
36 copy->Append(child_copy);
38 if (!copy->empty())
39 return copy;
41 delete copy;
47 DictionaryValue* copy = new DictionaryValue; local
51 copy->SetWithoutPathExpansion(it.key(), child_copy);
53 if (!copy->empty()
776 Value* copy = CopyWithoutEmptyChildren(this); local
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host.cc 1177 AnimationRegistrar::AnimationControllerMap copy = local
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 40 import copy namespace
    [all...]
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
ImeAdapter.java 441 * Send a request to the native counterpart of ImeAdapter to copy the selected text.
444 public boolean copy() { method in class:ImeAdapter
  /external/chromium_org/native_client_sdk/src/build_tools/tests/
update_nacl_manifest_test.py 6 import copy namespace
298 test_bundle = copy.copy(bundle)
406 bundle = copy.deepcopy(B18_NONE)
461 canary_bundle = copy.deepcopy(BCANARY_NONE)
471 canary_bundle = copy.deepcopy(BCANARY_NONE)
481 test_bundle = copy.deepcopy(B21_0_1166_0_MW)
486 self.manifest = MakeManifest(copy.deepcopy(BCANARY_NONE))
499 canary_bundle = copy.deepcopy(BCANARY_NONE)
525 self.manifest = MakeManifest(copy.deepcopy(BCANARY_NONE)
    [all...]
  /external/chromium_org/net/dns/
host_resolver_impl_unittest.cc 153 CaptureList copy; local
156 copy = capture_list_;
158 return copy;
    [all...]
  /external/chromium_org/sync/tools/testserver/
chromiumsync.py 13 import copy namespace
560 # The definitive copy of this client's items: a map from ID string to a
595 self._entries[entry.id_string] = copy.deepcopy(entry)
772 filtered = [copy.deepcopy(item) for item in batch
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-internal.h 995 Element* const copy = new Element[a_size]; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditingStyle.cpp 586 PassRefPtr<EditingStyle> EditingStyle::copy() const function in class:WebCore::EditingStyle
588 RefPtr<EditingStyle> copy = EditingStyle::create(); local
590 copy->m_mutableStyle = m_mutableStyle->mutableCopy();
591 copy->m_shouldUseFixedDefaultFontSize = m_shouldUseFixedDefaultFontSize;
592 copy->m_fontSizeDelta = m_fontSizeDelta;
593 return copy;
    [all...]
Editor.cpp 194 // normally selectable to implement copy/paste (like divs, or a document body).
369 return !dispatchCPPEvent(EventTypeNames::copy, ClipboardWritable);
947 void Editor::copy() function in class:WebCore::Editor
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyleDefs.h 22 You should have received a copy of the GNU Library General Public License
114 PassRefPtr<StyleFillData> copy() const { return adoptRef(new StyleFillData(*this)); } function in class:WebCore::StyleFillData
138 PassRefPtr<StyleStrokeData> copy() const { return adoptRef(new StyleStrokeData(*this)); } function in class:WebCore::StyleStrokeData
168 PassRefPtr<StyleStopData> copy() const { return adoptRef(new StyleStopData(*this)); } function in class:WebCore::StyleStopData
187 PassRefPtr<StyleTextData> copy() const { return adoptRef(new StyleTextData(*this)); } function in class:WebCore::StyleTextData
206 PassRefPtr<StyleMiscData> copy() const { return adoptRef(new StyleMiscData(*this)); } function in class:WebCore::StyleMiscData
230 PassRefPtr<StyleResourceData> copy() const { return adoptRef(new StyleResourceData(*this)); } function in class:WebCore::StyleResourceData
251 PassRefPtr<StyleInheritedResourceData> copy() const { return adoptRef(new StyleInheritedResourceData(*this)); } function in class:WebCore::StyleInheritedResourceData
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
mux.py 39 import copy namespace
    [all...]
  /external/chromium_org/third_party/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 */

Completed in 922 milliseconds

<<31323334353637383940>>