OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:duplicate
(Results
226 - 250
of
3770
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/libcore/luni/src/main/java/java/nio/
CharArrayBuffer.java
65
@Override public CharBuffer
duplicate
() {
method in class:CharArrayBuffer
129
CharBuffer result =
duplicate
();
CharSequenceAdapter.java
51
return
duplicate
();
60
public CharBuffer
duplicate
() {
method in class:CharSequenceAdapter
/packages/apps/Launcher3/src/com/android/launcher3/
UninstallShortcutReceiver.java
91
boolean
duplicate
= data.getBooleanExtra(Launcher.EXTRA_SHORTCUT_DUPLICATE, true);
112
if (!
duplicate
) {
/art/test/044-proxy/src/
Clash.java
24
*
duplicate
methods (primitive vs. object).
Clash3.java
24
*
duplicate
methods (type tree with interface).
Clash4.java
24
*
duplicate
methods (tree of types).
/external/chromium_org/apps/shell/browser/
shell_network_controller_chromeos.h
51
// hasn't succeeded or failed yet. This is tracked to avoid sending
duplicate
/external/chromium_org/base/win/
scoped_process_information.h
34
// Populates this instance with
duplicate
handles and the thread/process IDs
/external/chromium_org/chrome/browser/sync/test/integration/
dictionary_helper.h
45
// if |word| is valid and not a
duplicate
. Otherwise returns false.
/external/chromium_org/chrome/browser/ui/app_list/search/
search_webstore_result.cc
59
scoped_ptr<ChromeSearchResult> SearchWebstoreResult::
Duplicate
() {
/external/chromium_org/chrome/browser/ui/app_list/search/webstore/
webstore_result.h
41
virtual scoped_ptr<ChromeSearchResult>
Duplicate
() OVERRIDE;
/external/chromium_org/chromeos/test/data/network/
invalid_settings_with_repairs.json
2
"
duplicate
-network-guid": {
27
"repaired-
duplicate
-network-guid": {
42
"
duplicate
-cert-guid": {
53
"repaired-
duplicate
-cert-guid": {
/external/chromium_org/components/sync_driver/
non_blocking_data_type_manager.cc
23
<< "
Duplicate
registration of type " << ModelTypeToString(type);
/external/chromium_org/extensions/browser/
process_map_unittest.cc
26
// Test inserting a
duplicate
item.
/external/chromium_org/net/cookies/
canonical_cookie.h
128
// Returns a
duplicate
of this cookie.
129
CanonicalCookie*
Duplicate
();
141
//
Duplicate
() must be updated to copy the new member accordingly.
163
// implementation of
Duplicate
() must be updated to copy the new member
/external/chromium_org/net/third_party/nss/ssl/
os2_err.h
13
/* NSPR doesn't make these functions public, so we have to
duplicate
win32err.h
13
/* NSPR doesn't make these functions public, so we have to
duplicate
/external/chromium_org/remoting/webapp/
fullscreen.js
12
/** @suppress {
duplicate
} */
fullscreen_v1.js
12
/** @suppress {
duplicate
} */
host.js
12
/** @suppress {
duplicate
} */
/external/chromium_org/remoting/webapp/js_proto/
remoting_proto.js
8
/** @suppress {
duplicate
} */
/external/chromium_org/sandbox/win/src/
handle_policy.cc
60
// The only action supported is ASK_BROKER which means
duplicate
the handle.
/external/chromium_org/third_party/angle/tests/gles_conformance_tests/
generate_gles_conformance_tests.py
29
# Remove
duplicate
tests
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
vp9_dc_only_idct_add_neon.asm
47
vdup.16 q0, r0; ;
duplicate
a1
vp9_idct4x4_1_add_neon.asm
47
vdup.s16 q0, r0 ;
duplicate
a1
Completed in 574 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>