HomeSort by relevance Sort by last modified time
    Searched refs:duplicate (Results 201 - 225 of 343) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/libvpx/libvpx/vp8/encoder/x86/
quantize_sse4.asm 64 ; duplicate zbin_oq_value
  /frameworks/base/core/java/android/security/
IKeystoreService.java 425 public int duplicate(String srcKey, int srcUid, String destKey, int destUid) method in class:IKeystoreService.Stub.Proxy
594 public int duplicate(String srcKey, int srcUid, String destKey, int destUid) method in interface:IKeystoreService
  /prebuilts/python/darwin-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)
  /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/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/tcp/
SelectorKernel.java 137 p.send( data.duplicate(), false, false );
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 195 /// duplicate - Create a duplicate of the Orig instruction in MF. This is like
200 virtual MachineInstr *duplicate(MachineInstr *Orig,
343 /// if-converter to duplicate instructions of specified accumulated
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 134 MachineInstr *duplicate(MachineInstr *Orig, MachineFunction &MF) const;
  /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/src/
unstrip.c 744 size_t *duplicate;
742 size_t *duplicate; member in union:symbol::__anon18221
    [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...]
  /prebuilts/tools/common/m2/internal/jdom/jdom/1.0/
jdom-1.0.jar 
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
PlanetsRenderer.java 202 mSpheres[i].getVertices().duplicate().position(3));
  /external/chromium_org/build/android/
adb_profile_chrome.py 423 'Chrome tracing results in duplicate trace events.')
  /external/libvpx/libvpx/vp8/common/x86/
postproc_sse2.asm 564 pshufd xmm6, xmm6, 0 ; duplicate the last ones
565 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/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Standard_Suite.py 94 def duplicate(self, _object, _attributes={}, **_arguments): member in class:Standard_Suite_Events
95 """duplicate: Copy object(s) and put the copies at a new location.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/
Standard_Suite.py 94 def duplicate(self, _object, _attributes={}, **_arguments): member in class:Standard_Suite_Events
95 """duplicate: Copy object(s) and put the copies at a new location.
  /external/bluetooth/bluedroid/stack/hcic/
hciblecmds.c 329 BOOLEAN btsnd_hcic_ble_set_scan_enable (UINT8 scan_enable, UINT8 duplicate)
346 UINT8_TO_STREAM (pp, duplicate);
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
folder_shortcuts_data_model.js 147 * list, return the index of the existing item without adding a duplicate
  /external/chromium_org/chrome/browser/resources/print_preview/
print_preview_utils.js 57 * Removes duplicate elements from |inArray| and returns a new array.
  /external/chromium_org/remoting/webapp/
client_plugin.js 5 /** @suppress {duplicate} */
clipboard.js 12 /** @suppress {duplicate} */
connection_history.js 12 /** @suppress {duplicate} */
host_screen.js 12 /** @suppress {duplicate} */

Completed in 1014 milliseconds

1 2 3 4 5 6 7 891011>>