HomeSort by relevance Sort by last modified time
    Searched full:duplicate (Results 726 - 750 of 3770) sorted by null

<<21222324252627282930>>

  /external/chromium_org/content/common/gpu/client/
gpu_video_encode_accelerator_host.cc 127 << "Encode(): failed to duplicate buffer handle for GPU process";
160 << "UseOutputBitstreamBuffer(): failed to duplicate buffer handle "
  /external/chromium_org/content/renderer/pepper/
pepper_broker.cc 233 // handles. Any uses of the socket must duplicate them.
240 // If the broker has its pipe handle, duplicate the plugin's handle.
  /external/chromium_org/mojo/system/
transport_data.h 59 // trusted and able to duplicate handle into the receiver, then just pick
61 // duplicate handles from the receiver, do the |DuplicateHandle()|; iii.
  /external/chromium_org/net/quic/
quic_stream_sequencer.cc 218 // Duplicate frames should have been dropped in IsDuplicate.
247 // A frame is duplicate if the frame offset is smaller than our bytes consumed
  /external/chromium_org/remoting/host/
daemon_process_win.cc 172 PLOG(ERROR) << "Failed to duplicate the desktop process handle";
280 // Duplicate handles to the network process.
  /external/chromium_org/third_party/WebKit/Source/core/dom/
MessagePort.cpp 221 // Walk the incoming array - if there are any duplicate ports, or null ports or cloned ports, throw an error (per section 8.3.3 of the HTML5 spec).
231 type = "a duplicate";
  /external/chromium_org/ui/accessibility/
ax_tree.cc 213 // if a duplicate is found;
217 error_ = base::StringPrintf("Node %d has duplicate child id %d",
  /external/clang/include/clang/Tooling/
Refactoring.h 13 // SourceManager independent form, duplicate changes need to be removed, and
173 /// \brief Removes duplicate Replacements and reports if Replacements conflict
  /external/clang/test/Analysis/
malloc-annotations.c 14 // Duplicate attributes are silly, but not an error.
15 // Duplicate attribute has no extra effect.
  /external/deqp/modules/egl/
teglTestCase.cpp 105 set<EGLint> idSet; // For checking for duplicate config IDs
116 tcu::print("Warning: Duplicate config ID %d\n", id);
  /external/deqp/modules/gles3/functional/
es3fInternalFormatQueryTests.cpp 229 // DEPTH24_STENCIL8, duplicate
230 // DEPTH32F_STENCIL8 duplicate
  /external/icu/icu4c/source/i18n/
collationdata.cpp 193 if(table[firstByte] != 0) { // Duplicate or equivalent script.
212 if(table[firstByte] != 0) { // Duplicate or equivalent script.
  /external/icu/icu4c/source/layout/
LookupProcessor.cpp 277 // any duplicate entries will be removed below.
301 // once, so remove any duplicate entries in the sorted array.
  /external/iproute2/man/man8/
tc-netem.8 41 .B duplicate
110 .SS duplicate
  /external/libnl/include/linux/
pkt_sched.h 453 __u32 duplicate; /* random packet dup (0=none ~0=100%) */ member in struct:tc_netem_qopt
461 __u32 dup_corr; /* duplicate correlation */
  /frameworks/base/core/java/android/hardware/hdmi/
HdmiRecordListener.java 195 * - [Not Programmed Info] is ?Duplicate: already programmed?
206 * - [Not Programmed Info] is ?Duplicate: already programmed?
  /frameworks/base/keystore/java/android/security/
KeyStore.java 302 public boolean duplicate(String srcKey, int srcUid, String destKey, int destUid) { method in class:KeyStore
304 return mBinder.duplicate(srcKey, srcUid, destKey, destUid) == NO_ERROR;
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
Signature.java 226 throw new RuntimeException("Attempting to add duplicate input port '" + name + "'!");
236 throw new RuntimeException("Attempting to add duplicate output port '" + name + "'!");
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldLogManagerTest.java 129 // test duplicate name
130 // add logger with duplicate name has no effect
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
pkt_sched.h 480 __u32 duplicate; /* random packet dup (0=none ~0=100%) */ member in struct:tc_netem_qopt
488 __u32 dup_corr; /* duplicate correlation */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
pkt_sched.h 480 __u32 duplicate; /* random packet dup (0=none ~0=100%) */ member in struct:tc_netem_qopt
488 __u32 dup_corr; /* duplicate correlation */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cfghooks.h 40 be equivalent to E in the case of duplicate edges being removed) or NULL
79 /* Duplicate block A. */
  /external/checkpolicy/
policy_define.c 174 yyerror2("duplicate declaration of class %s", id);
309 yyerror2("duplicate initial SID %s", id);
504 yyerror2("duplicate declaration for common %s\n", id);
517 yyerror("duplicate common definition");
549 yyerror2("duplicate permission %s in common %s", perm,
605 yyerror("duplicate access vector definition");
672 yyerror2("duplicate permission %s", id);
748 yyerror("duplicate declaration of sensitivity level");
786 ("duplicate declaration of sensitivity alias");
917 yyerror("duplicate declaration of category")
    [all...]
  /external/guava/guava/src/com/google/common/collect/
ImmutableSet.java 577 * ignoring duplicate elements (only the first duplicate element is added).
592 * ignoring duplicate elements (only the first duplicate element is added).
610 * ignoring duplicate elements (only the first duplicate element is added).
ImmutableSortedSet.java 504 * ignoring duplicate elements (only the first duplicate element is added).
517 * ignoring duplicate elements (only the first duplicate element is added).
530 * ignoring duplicate elements (only the first duplicate element is added).

Completed in 1124 milliseconds

<<21222324252627282930>>