HomeSort by relevance Sort by last modified time
    Searched full:duplicate (Results 251 - 275 of 6812) sorted by null

<<11121314151617181920>>

  /external/trappy/trappy/
utils.py 34 """Handle duplicate values in index
40 will be added to duplicate indices
58 ValueError: cannot reindex from a duplicate axis
60 The function :func:`handle_duplicate_axis` changes the duplicate values
87 # Calculate delta that needs to be added to each duplicate
  /packages/apps/Dialer/java/com/android/dialer/speeddial/
SpeedDialCursor.java 70 boolean duplicate = false;
71 // Iterate backwards through the cursor to check that this isn't a duplicate contact
73 while (strequentCursor.moveToPrevious() && !duplicate) {
74 duplicate |=
78 if (duplicate) {
  /libcore/luni/src/test/java/libcore/java/nio/
BufferTest.java 299 // duplicate always returns a big-endian buffer.
301 assertEquals(ByteOrder.BIG_ENDIAN, b.duplicate().order());
303 assertEquals(ByteOrder.BIG_ENDIAN, b.duplicate().order());
338 assertEquals(bo, b.duplicate().order());
342 assertEquals(bo, b.duplicate().order());
369 assertEquals(bo, b.duplicate().order());
373 assertEquals(bo, b.duplicate().order());
400 assertEquals(bo, b.duplicate().order());
404 assertEquals(bo, b.duplicate().order());
431 assertEquals(bo, b.duplicate().order())
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/testdata/
expr3.src 186 _ = T1{a: 0, s: "foo", u: 0, a /* ERROR "duplicate field" */: 10}
230 _ = A1{0, 1, 2, 0 /* ERROR "duplicate index" */ : 0, 3: 3, 4}
232 _ = A1{5: 5, 6, 7, 3: 3, 4, 5 /* ERROR "duplicate index" */ }
234 _ = A1{5: 5, 6, 7, 3: 3, 1 /* ERROR "overflows" */ <<100: 4, 5 /* ERROR "duplicate index" */ }
262 a3 := [...]int{0, 1, 2, 0 /* ERROR "duplicate index" */ : 0, 3: 3, 4}
296 _ = S0{0, 1, 2, 0 /* ERROR "duplicate index" */ : 0, 3: 3, 4}
298 _ = S0{5: 5, 6, 7, 3: 3, 4, 5 /* ERROR "duplicate index" */ }
299 _ = S0{10: 10, 10 /* ERROR "duplicate index" */ : 10}
300 _ = S0{5: 5, 6, 7, 3: 3, 1 /* ERROR "overflows" */ <<100: 4, 5 /* ERROR "duplicate index" */ }
359 _ = M0{"foo": 1, "bar": 2, "foo" /* ERROR "duplicate key" */ : 3
    [all...]
  /prebuilts/go/linux-x86/src/go/types/testdata/
expr3.src 186 _ = T1{a: 0, s: "foo", u: 0, a /* ERROR "duplicate field" */: 10}
230 _ = A1{0, 1, 2, 0 /* ERROR "duplicate index" */ : 0, 3: 3, 4}
232 _ = A1{5: 5, 6, 7, 3: 3, 4, 5 /* ERROR "duplicate index" */ }
234 _ = A1{5: 5, 6, 7, 3: 3, 1 /* ERROR "overflows" */ <<100: 4, 5 /* ERROR "duplicate index" */ }
262 a3 := [...]int{0, 1, 2, 0 /* ERROR "duplicate index" */ : 0, 3: 3, 4}
296 _ = S0{0, 1, 2, 0 /* ERROR "duplicate index" */ : 0, 3: 3, 4}
298 _ = S0{5: 5, 6, 7, 3: 3, 4, 5 /* ERROR "duplicate index" */ }
299 _ = S0{10: 10, 10 /* ERROR "duplicate index" */ : 10}
300 _ = S0{5: 5, 6, 7, 3: 3, 1 /* ERROR "overflows" */ <<100: 4, 5 /* ERROR "duplicate index" */ }
359 _ = M0{"foo": 1, "bar": 2, "foo" /* ERROR "duplicate key" */ : 3
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
debug.rb 61 duplicate = super
62 @debug_listener.create_node duplicate
63 return duplicate
  /external/guava/guava/src/com/google/common/reflect/
ImmutableTypeToInstanceMap.java 70 * Associates {@code key} with {@code value} in the built map. Duplicate
79 * Associates {@code key} with {@code value} in the built map. Duplicate
91 * @throws IllegalArgumentException if duplicate keys were added
  /external/tensorflow/tensorflow/core/framework/
unique_tensor_references.cc 39 // de-duplicate.
42 // The tensor was a duplicate, so discard the reference.
48 // tensor is a duplicate, so nothing to do.
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
ReadOnlyDoubleBufferTest.java 50 DoubleBuffer duplicate = buf.duplicate(); local
51 assertEquals(buf.hashCode(), duplicate.hashCode());
ReadOnlyFloatBufferTest.java 50 FloatBuffer duplicate = buf.duplicate(); local
51 assertEquals(buf.hashCode(), duplicate.hashCode());
ReadOnlyIntBufferTest.java 50 IntBuffer duplicate = buf.duplicate(); local
51 assertEquals(buf.hashCode(), duplicate.hashCode());
ReadOnlyLongBufferTest.java 50 LongBuffer duplicate = buf.duplicate(); local
51 assertEquals(buf.hashCode(), duplicate.hashCode());
ReadOnlyShortBufferTest.java 50 ShortBuffer duplicate = buf.duplicate(); local
51 assertEquals(buf.hashCode(), duplicate.hashCode());
  /system/core/property_service/libpropertyinfoserializer/
trie_builder.cpp 70 *error = "Duplicate exact match detected for '" + name + "'";
75 *error = "Duplicate prefix match detected for '" + name + "'";
88 *error = "Duplicate prefix match detected for '" + name + "'";
  /external/python/cpython3/Lib/multiprocessing/
reduction.py 68 __all__ += ['DupHandle', 'duplicate', 'steal_handle']
71 def duplicate(handle, target_process=None, inheritable=False): function in function:dump
72 '''Duplicate a handle. (target_process is a handle not a pid!)'''
104 # We just duplicate the handle in the current process and
256 duplicate = duplicate variable in class:AbstractReducer
  /hardware/intel/common/libmix/mix_audio/src/
mixacp.c 100 * @returns: a newly allocated duplicate of the object.
102 * Copy duplicate of the object.
110 MixAudioConfigParams *duplicate = mix_acp_new(); local
111 if (mix_acp_copy(MIX_PARAMS(duplicate), MIX_PARAMS(obj)))
113 ret = MIX_PARAMS(duplicate);
117 mix_acp_unref(duplicate);
mixacpaac.c 102 * @returns: a newly allocated duplicate of the object.
104 * Copy duplicate of the object.
112 MixAudioConfigParamsAAC *duplicate = mix_acp_aac_new(); local
113 if (mix_acp_aac_copy(MIX_PARAMS(duplicate), MIX_PARAMS(obj)))
115 ret = MIX_PARAMS(duplicate);
119 mix_acp_aac_unref(duplicate);
  /hardware/intel/common/libmix/mix_video/src/
mixvideorenderparams.c 122 * @returns: a newly allocated duplicate of the object.
124 * Copy duplicate of the object.
131 MixVideoRenderParams *duplicate = mix_videorenderparams_new(); local
132 if (mix_videorenderparams_copy(MIX_PARAMS(duplicate), MIX_PARAMS(obj))) {
133 ret = MIX_PARAMS(duplicate);
135 mix_videorenderparams_unref(duplicate);
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
ts_parser.cpp 257 timestamp *element = NULL,*duplicate = NULL; local
278 duplicate = NULL;
280 duplicate = &phead->input_timestamps[i];
295 if (is_interlaced && duplicate) {
297 duplicate->in_use = false;
298 } else if (is_interlaced && !duplicate) {
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
ts_parser.cpp 257 timestamp *element = NULL,*duplicate = NULL; local
278 duplicate = NULL;
280 duplicate = &phead->input_timestamps[i];
295 if (is_interlaced && duplicate) {
297 duplicate->in_use = false;
298 } else if (is_interlaced && !duplicate) {
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
ts_parser.cpp 257 timestamp *element = NULL,*duplicate = NULL; local
278 duplicate = NULL;
280 duplicate = &phead->input_timestamps[i];
295 if (is_interlaced && duplicate) {
297 duplicate->in_use = false;
298 } 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/autotest/server/cros/ap_configurators/
belkinF5D7234_ap_configurator.py 38 dup = '//h1[contains(text(), "Duplicate Administrator")]'
40 logging.debug("We got a 'Duplicate Administrator' page "
belkinF6D4230_ap_configurator.py 80 xpath= '//h1[contains(text(), "Duplicate Administrator")]'
82 logging.debug('We got a \'Duplicate Administrator\' page '
  /external/guava/guava/src/com/google/common/collect/
ImmutableBiMap.java 63 * @throws IllegalArgumentException if duplicate keys or values are added
72 * @throws IllegalArgumentException if duplicate keys or values are added
82 * @throws IllegalArgumentException if duplicate keys or values are added
93 * @throws IllegalArgumentException if duplicate keys or values are added
140 * Associates {@code key} with {@code value} in the built bimap. Duplicate
150 * Duplicate keys or values are not allowed, and will cause {@link #build}
163 * @throws IllegalArgumentException if duplicate keys or values were added
179 * {@code map} somehow contains entries with duplicate keys (for example, if

Completed in 354 milliseconds

<<11121314151617181920>>