HomeSort by relevance Sort by last modified time
    Searched full:duplicated (Results 51 - 75 of 1963) sorted by null

1 23 4 5 6 7 8 91011>>

  /tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
PsiMethodItem.kt 215 val duplicated = create(codebase, targetContainingClass as PsiClassItem, psiMethod)
219 duplicated.hidden = true
222 duplicated.removed = true
225 duplicated.docOnly = true
228 duplicated.throwsTypes = throwsTypes
229 return duplicated
  /development/gsi/gsi_util/gsi_util/checkers/
checker.py 80 RuntimeError: When any input check_item is unknown or duplicated.
91 'Duplicated check items: {} in the check list'.format(check_item))
  /external/ltp/testcases/network/stress/tcp/uni-sackoff/
tcp4-uni-sackoff01 65 tst_resm TINFO "Verify that the kernel, when both SACK and Duplicate SACK supports are off, is not crashed by a TCP connection on an unreliable network(Namely, some of the packet is lost, some of them is duplicated)."
76 # Make some packets are duplicated
00_Descriptions.txt 3 the packet is lost, some of them is duplicated).
  /frameworks/compile/mclinker/include/mcld/Support/
MemoryAreaFactory.h 21 * \brief MemoryAreaFactory avoids creating duplicated MemoryAreas of the
24 * Users can give duplicated input files on the command line. In order to
  /frameworks/native/libs/vr/libpdx/private/pdx/
file_handle.h 52 // handles in remote handle space are not duplicated.
94 // owns the new file descriptor. File descriptors are not duplicated when Mode
  /system/libvintf/
KernelConfigParser.cpp 72 mError << "Duplicated key in configs: " << match[1] << "\n";
84 mError << "Duplicated key in configs: " << mRemaining.substr(0, equalPos) << "\n";
  /cts/tools/utils/
rm_dup_holo_imgs.py 33 # A script to find holo images which are duplicated in the landscape and
  /external/cmockery/cmockery_0_1_2/src/example/
key_value_test.c 22 /* This is duplicated here from the module setup_teardown.c to reduce the
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultisetTestSuiteBuilder.java 178 Object[] duplicated = new Object[elements.length * 2]; local
180 duplicated[i] = elements[i];
181 duplicated[i + elements.length] = elements[i];
183 return ((Multiset<E>) gen.create(duplicated)).elementSet();
  /external/libexif/libexif/canon/
exif-mnote-data-canon.h 50 * duplicated here for convenience
  /external/libexif/libexif/fuji/
exif-mnote-data-fuji.h 45 * duplicated here for convenience
  /external/libexif/libexif/olympus/
exif-mnote-data-olympus.h 59 * duplicated here for convenience
  /external/libexif/libexif/pentax/
exif-mnote-data-pentax.h 51 * duplicated here for convenience
  /external/ltp/testcases/network/stress/tcp/uni-dsackoff/
00_Descriptions.txt 3 packet is lost, some of them is duplicated).
  /external/ltp/testcases/network/stress/tcp/uni-pktlossdup/
00_Descriptions.txt 2 network (Namely, some of the packets are lost, some of them is duplicated.)
  /external/mockito/src/main/java/org/mockito/internal/configuration/injection/
SpyOnInjectedFieldsHandler.java 34 // TODO refoctor : code duplicated in SpyAnnotationEngine
  /external/pdfium/testing/resources/
bug_680376.in 42 % Tree node with bad Count, duplicated kids.
  /external/swiftshader/third_party/LLVM/test/Transforms/LoopRotate/
basic.ll 5 ; PR5319 - The "arrayidx" gep should be hoisted, not duplicated. We should
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
Makefile 18 # Note that these flags are duplicated when building individual tests in
  /external/webrtc/webrtc/system_wrappers/include/
utf_util_win.h 12 // Duplicated from talk/base/win32.h.
  /frameworks/av/media/utils/
SchedulingPolicyService.cpp 33 // FIXME merge duplicated code related to service lookup, caching, and error recovery
  /frameworks/compile/mclinker/include/mcld/MC/
ContextFactory.h 18 * \brief ContextFactory avoids the duplicated LDContext of the same file.
  /packages/apps/Dialer/java/com/android/voicemail/impl/scheduling/
PostponePolicy.java 24 * duplicated task is queued during the duration, the task will be postponed further. The task will
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
QueryParameterUtils.java 31 // Duplicated from ContactsProvider2.

Completed in 1308 milliseconds

1 23 4 5 6 7 8 91011>>