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

<<11121314

  /external/chromium_org/remoting/webapp/
host_dispatcher.js 21 /** @suppress {duplicate} */
host_list.js 12 /** @suppress {duplicate} */
host_setup_dialog.js 7 /** @suppress {duplicate} */
host_table_entry.js 12 /** @suppress {duplicate} */
oauth2.js 19 /** @suppress {duplicate} */
remoting.js 7 /** @suppress {duplicate} */
server_log_entry.js 12 /** @suppress {duplicate} */
session_connector.js 12 /** @suppress {duplicate} */
client_plugin_async.js 16 /** @suppress {duplicate} */
format_iq.js 12 /** @suppress {duplicate} */
host_native_messaging.js 12 /** @suppress {duplicate} */
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipSessionGroup.java 596 SipSessionImpl duplicate() { method in class:SipSessionGroup.SipSessionImpl
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
ExtractDecodeEditEncodeMuxTest.java     [all...]
  /external/llvm/lib/CodeGen/
TailDuplication.cpp 1 //===-- TailDuplication.cpp - Duplicate blocks into predecessors' tails ---===//
195 /// TailDuplicateAndUpdate - Tail duplicate the block and cleanup.
299 /// branched to and do not fall through. Tail-duplicate their instructions
414 /// DuplicateInstruction - Duplicate a TailBB instruction to PredBB and update
422 MachineInstr *NewMI = TII->duplicate(MI, MF);
477 // There could be duplicate phi source entries. FIXME: Should sdisel
497 // If we didn't duplicate a bb into a particular predecessor, we
534 /// shouldTailDuplicate - Determine if it is profitable to duplicate this block.
539 // Only duplicate blocks that end with unconditional branches.
543 // Don't try to tail-duplicate single-block loops
    [all...]
  /libcore/harmony-tests/src/test/java/tests/api/java/nio/charset/
CharsetEncoderTest.java 702 out = out.duplicate();
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
findertools.py 67 return finder.duplicate(src_fss, to=dst_fss)
  /external/bluetooth/bluedroid/stack/include/
hcimsgs.h     [all...]
  /external/elfutils/libcpu/
i386_parse.c     [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCameraParameters.cpp 861 int duplicate = INT_MAX; local
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraParameters.cpp 861 int duplicate = INT_MAX; local
    [all...]
  /art/runtime/
class_linker.cc 3545 bool duplicate = false; local
    [all...]
  /external/chromium_org/v8/test/mjsunit/
strict-mode.js 110 // Duplicate function parameter name.
119 // Function constructor: duplicate parameter name.
169 // Duplicate data properties.
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 1278 ARMBaseInstrInfo::duplicate(MachineInstr *Orig, MachineFunction &MF) const { function in class:ARMBaseInstrInfo
    [all...]
  /external/v8/test/mjsunit/
strict-mode.js 110 // Duplicate function parameter name.
119 // Function constructor: duplicate parameter name.
169 // Duplicate data properties.
    [all...]
  /system/security/keystore/
keystore.cpp 2167 int32_t duplicate(const String16& srcKey, int32_t srcUid, const String16& destKey, function in class:android::KeyStoreProxy
    [all...]

Completed in 1208 milliseconds

<<11121314