HomeSort by relevance Sort by last modified time
    Searched full:duplicate (Results 126 - 150 of 3919) sorted by null

1 2 3 4 56 7 8 91011>>

  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
ts_parser.cpp 249 timestamp *element = NULL,*duplicate = NULL; local
270 duplicate = NULL;
272 duplicate = &phead->input_timestamps[i];
287 if (is_interlaced && duplicate) {
289 duplicate->in_use = false;
290 } else if (is_interlaced && !duplicate) {
  /development/tools/idegen/
excluded-paths 14 # build, so we won't have to worry about duplicate names any more than the
26 # Duplicate R.java files. We'll keep the versions from the "intermediates"
  /external/chromium_org/base/posix/
file_descriptor_shuffle.cc 42 if (!delegate->Duplicate(&temp_fd, i->dest))
86 bool FileDescriptorTableInjection::Duplicate(int* result, int fd) {
  /external/chromium_org/net/quic/
quic_connection_stats.h 30 uint64 bytes_received; // Includes duplicate data for a stream, fec.
45 uint32 packets_dropped; // Duplicate or less than least unacked.
  /external/chromium_org/third_party/skia/dm/
DMPDFTask.cpp 89 (*this, pdfData->duplicate(), fRasterize)));
93 (*this, sourceType, pdfData->duplicate(), ".pdf")));
  /external/clang/test/Sema/
anonymous-struct-union.c 49 int z; // expected-error{{duplicate member 'z'}}
50 void zz(); // expected-error{{duplicate member 'zz'}}
  /external/guava/guava/src/com/google/common/collect/
ImmutableBiMap.java 68 * @throws IllegalArgumentException if duplicate keys or values are added
77 * @throws IllegalArgumentException if duplicate keys or values are added
88 * @throws IllegalArgumentException if duplicate keys or values are added
99 * @throws IllegalArgumentException if duplicate keys or values are added
146 * Associates {@code key} with {@code value} in the built bimap. Duplicate
156 * Duplicate keys or values are not allowed, and will cause {@link #build}
169 * @throws IllegalArgumentException if duplicate keys or values were added
182 * {@code map} somehow contains entries with duplicate keys (for example, if
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
ClassDefinition.java 195 writer.write("# duplicate field ignored\n");
197 System.err.println(String.format("Ignoring duplicate field: %s->%s", classDef.getType(), fieldString));
229 writer.write("# duplicate field ignored\n");
231 System.err.println(String.format("Ignoring duplicate field: %s->%s", classDef.getType(), fieldString));
233 System.err.println(String.format("Duplicate static+instance field found: %s->%s",
268 writer.write("# duplicate method ignored\n");
307 writer.write("# duplicate method ignored\n");
312 System.err.println(String.format("Duplicate direct+virtual method found: %s->%s",
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodeclonegetparentnull.java 31 * The duplicate node returned by the "cloneNode(deep)"
36 * duplicate node returned should return null when the
nodeclonegetparentnull.java 31 * The duplicate node returned by the "cloneNode(deep)"
36 * duplicate node returned should return null when the
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
vp9_idct16x16_add_neon.asm 75 vdup.16 d0, r3 ; duplicate cospi_28_64
76 vdup.16 d1, r12 ; duplicate cospi_4_64
103 vdup.16 d2, r3 ; duplicate cospi_12_64
104 vdup.16 d3, r12 ; duplicate cospi_20_64
162 vdup.16 d30, r12 ; duplicate cospi_24_64
163 vdup.16 d31, r3 ; duplicate cospi_8_64
221 vdup.16 d16, r3; ; duplicate cospi_16_64
322 vdup.16 d12, r3 ; duplicate cospi_30_64
323 vdup.16 d13, r12 ; duplicate cospi_2_64
350 vdup.16 d30, r3 ; duplicate cospi_14_6
    [all...]
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_idct16x16_add_neon.asm 75 vdup.16 d0, r3 ; duplicate cospi_28_64
76 vdup.16 d1, r12 ; duplicate cospi_4_64
103 vdup.16 d2, r3 ; duplicate cospi_12_64
104 vdup.16 d3, r12 ; duplicate cospi_20_64
162 vdup.16 d30, r12 ; duplicate cospi_24_64
163 vdup.16 d31, r3 ; duplicate cospi_8_64
221 vdup.16 d16, r3; ; duplicate cospi_16_64
322 vdup.16 d12, r3 ; duplicate cospi_30_64
323 vdup.16 d13, r12 ; duplicate cospi_2_64
350 vdup.16 d30, r3 ; duplicate cospi_14_6
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_idct16x16_add_neon.asm 75 vdup.16 d0, r3 ; duplicate cospi_28_64
76 vdup.16 d1, r12 ; duplicate cospi_4_64
103 vdup.16 d2, r3 ; duplicate cospi_12_64
104 vdup.16 d3, r12 ; duplicate cospi_20_64
162 vdup.16 d30, r12 ; duplicate cospi_24_64
163 vdup.16 d31, r3 ; duplicate cospi_8_64
221 vdup.16 d16, r3; ; duplicate cospi_16_64
322 vdup.16 d12, r3 ; duplicate cospi_30_64
323 vdup.16 d13, r12 ; duplicate cospi_2_64
350 vdup.16 d30, r3 ; duplicate cospi_14_6
    [all...]
  /art/test/044-proxy/src/
Clash2.java 24 * duplicate methods (primitive types).
  /external/bison/lib/
dup-safer-flag.c 0 /* Duplicate a file descriptor result, avoiding clobbering
strdup.c 37 /* Duplicate S, returning an identical malloc'd string. */
xstrndup.c 0 /* Duplicate a bounded initial segment of a string, with out-of-memory
xstrndup.h 0 /* Duplicate a bounded initial segment of a string, with out-of-memory
  /external/chromium_org/base/power_monitor/
power_monitor_source.cc 31 // Suppress duplicate notifications. Some platforms may
  /external/chromium_org/chrome/browser/extensions/api/context_menus/
context_menus_api_helpers.cc 18 "Cannot create item with duplicate id *";
  /external/chromium_org/chrome/browser/feedback/system_logs/
system_logs_fetcher_base.cc 42 DCHECK(ok) << "Duplicate key found: " << it->first;
  /external/chromium_org/chrome/browser/prerender/
prerender_final_status.cc 53 "Duplicate",
  /external/chromium_org/chrome/browser/ui/app_list/search/people/
people_result.h 29 virtual scoped_ptr<ChromeSearchResult> Duplicate() OVERRIDE;
person.h 29 scoped_ptr<Person> Duplicate();
  /external/chromium_org/content/common/
message_router.cc 31 DLOG(ERROR) << "duplicate routing ID";

Completed in 2306 milliseconds

1 2 3 4 56 7 8 91011>>