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

<<11121314151617181920

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_funcattrs.py 51 # Body of `duplicate' is the exact same as self.b
52 def duplicate(): function in function:FunctionPropertiesTest.test_duplicate_function_equality
55 self.assertNotEqual(self.b, duplicate)
  /external/iproute2/include/linux/
pkt_sched.h 522 __u32 duplicate; /* random packet dup (0=none ~0=100%) */ member in struct:tc_netem_qopt
529 __u32 dup_corr; /* duplicate correlation */
  /external/lldb/source/Interpreter/
Options.cpp 109 // Returns the union of set_a and set_b. Does not put duplicate members into the union.
835 bool duplicate = false; local
840 duplicate = true;
844 if (!duplicate)
    [all...]
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipService.java 466 mSipGroup = new SipSessionGroup(duplicate(localProfile),
490 private SipProfile duplicate(SipProfile p) { method in class:SipService.SipSessionGroupExt
494 loge("duplicate()", e);
495 throw new RuntimeException("duplicate profile", e);
802 // in registration to avoid adding duplicate entries to server
813 mKeepAliveSession = mSession.duplicate();
    [all...]
  /external/elfutils/0.153/src/
unstrip.c 747 size_t *duplicate;
745 size_t *duplicate; member in union:symbol::__anon25932
    [all...]
  /external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
json_value.cpp 85 * @param value Pointer to the string to duplicate. Must be zero-terminated if
89 * @return Pointer on the duplicate instance of string.
193 : cstr_( allocate == duplicate ? duplicateStringValue(cstr)
203 , index_( other.cstr_ ? (other.index_ == noDuplication ? noDuplication : duplicate)
210 if ( cstr_ && index_ == duplicate )
    [all...]
  /external/jsoncpp/chromium-overrides/src/lib_json/
json_value.cpp 79 * @param value Pointer to the string to duplicate. Must be zero-terminated if
83 * @return Pointer on the duplicate instance of string.
187 : cstr_( allocate == duplicate ? duplicateStringValue(cstr)
197 , index_( other.cstr_ ? (other.index_ == noDuplication ? noDuplication : duplicate)
204 if ( cstr_ && index_ == duplicate )
    [all...]
  /external/jsoncpp/src/lib_json/
json_value.cpp 75 * @param value Pointer to the string to duplicate. Must be zero-terminated if
79 * @return Pointer on the duplicate instance of string.
183 : cstr_( allocate == duplicate ? duplicateStringValue(cstr)
193 , index_( other.cstr_ ? (other.index_ == noDuplication ? noDuplication : duplicate)
200 if ( cstr_ && index_ == duplicate )
    [all...]
  /prebuilts/tools/common/m2/repository/jdom/jdom/1.0/
jdom-1.0.jar 
  /bionic/libc/kernel/uapi/linux/
pkt_sched.h 504 __u32 duplicate; member in struct:tc_netem_qopt
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
PlanetsRenderer.java 202 mSpheres[i].getVertices().duplicate().position(3));
  /development/ndk/platforms/android-L/include/linux/
pkt_sched.h 487 __u32 duplicate; member in struct:tc_netem_qopt
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
live_regions.js 57 * Maximum time interval in which to discard duplicate live region announcement.
64 * Maximum time interval in which to discard duplicate live region announcement
  /external/chromium_org/chrome/renderer/resources/extensions/automation/
automation_node.js 424 // if a duplicate is found;
430 ' has duplicate child id ' + childId);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
postproc_sse2.asm 567 pshufd xmm6, xmm6, 0 ; duplicate the last ones
568 pshufd xmm7, xmm7, 0 ; duplicate the last ones
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_linux.cpp 95 return fStream->duplicate();
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
folder_shortcuts_data_model.js 283 * list, return the index of the existing item without adding a duplicate
298 * list, return the index of the existing item without adding a duplicate
  /external/kernel-headers/original/uapi/linux/
pkt_sched.h 539 __u32 duplicate; /* random packet dup (0=none ~0=100%) */ member in struct:tc_netem_qopt
546 __u32 dup_corr; /* duplicate correlation */
  /external/libvpx/libvpx/vp8/common/x86/
postproc_sse2.asm 567 pshufd xmm6, xmm6, 0 ; duplicate the last ones
568 pshufd xmm7, xmm7, 0 ; duplicate the last ones
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 223 /// duplicate - Create a duplicate of the Orig instruction in MF. This is like
228 virtual MachineInstr *duplicate(MachineInstr *Orig,
385 /// if-converter to duplicate instructions of specified accumulated
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 130 MachineInstr *duplicate(MachineInstr *Orig,
  /external/skia/src/ports/
SkFontHost_linux.cpp 89 return fStream->duplicate();
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
postproc_sse2.asm 567 pshufd xmm6, xmm6, 0 ; duplicate the last ones
568 pshufd xmm7, xmm7, 0 ; duplicate the last ones
  /libcore/luni/src/main/java/java/nio/
ByteArrayBuffer.java 74 @Override public ByteBuffer duplicate() { method in class:ByteArrayBuffer
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
pkt_sched.h 504 __u32 duplicate; member in struct:tc_netem_qopt

Completed in 2192 milliseconds

<<11121314151617181920