/external/jmonkeyengine/engine/src/core/com/jme3/util/ |
BufferUtils.java | 752 * consider using Buffer.duplicate(). 814 * Buffer.duplicate(). 877 * Buffer.duplicate(). 955 * Buffer.duplicate(). [all...] |
/external/llvm/lib/Transforms/Utils/ |
Local.cpp | 687 /// EliminateDuplicatePHINodes - Check for and eliminate duplicate PHI 731 // Otherwise it's either a duplicate or a hash collision. 734 // A duplicate. Replace this PHI with its duplicate. 740 // A non-duplicate hash collision. [all...] |
/libcore/luni/src/main/java/java/net/ |
URI.java | 731 private URI duplicate() { method in class:URI [all...] |
/external/elfutils/src/ |
unstrip.c | 744 size_t *duplicate; 742 size_t *duplicate; member in union:symbol::__anon8009 [all...] |
/external/llvm/lib/Transforms/Scalar/ |
JumpThreading.cpp | 46 cl::desc("Max block size to duplicate for jump threading"), [all...] |
/external/chromium/net/base/ |
cookie_monster.cc | 874 // Avoid ever letting cookies with duplicate creation times into the store; 893 LOG(ERROR) << base::StringPrintf("Found cookies with duplicate creation [all...] |
/external/llvm/lib/CodeGen/ |
IfConversion.cpp | 460 /// number of instructions that the ifcvt would need to duplicate if performed 486 /// returns the number of instructions that the ifcvt would need to duplicate 555 // Count duplicate instructions at the beginning of the true and false blocks. 581 // Now, in preparation for counting duplicate instructions at the ends of the 594 // If Dups1 includes all of a block, then don't count duplicate 599 // Count duplicate instructions at the ends of the blocks. [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/ |
i686-linux-addr2line | |
i686-linux-strings | |
/external/apache-xml/src/main/java/org/apache/xpath/ |
NodeSetDTM.java | 172 // Do not reorder or strip duplicate nodes from the given DOM nodelist 748 // i = -2; // Duplicate, suppress insert 814 i = -2; // Duplicate, suppress insert [all...] |
/external/chromium/chrome/browser/autocomplete/ |
history_url_provider.cc | 673 // Remove duplicate matches (caused by the search string appearing in one of 686 // the lower-quality duplicate(s), since otherwise the returned results won't 688 // element of a duplicate pair. [all...] |
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
p2ptransportchannel.cc | 413 // connection; however, the other side can send a duplicate candidate. 460 // Make sure this candidate is not a duplicate. 463 LOG(INFO) << "Duplicate candidate: " [all...] |
/external/clang/test/CXX/expr/expr.const/ |
p2-0x.cpp | 137 case (unsigned int)10000000000ll: // expected-error {{duplicate case value}} 139 case (int)(float)1e300: // expected-error {{constant expression}} expected-note {{value 1.0E+300 is outside the range of representable values of type 'float'}} expected-error {{duplicate case value '2147483647'}} expected-note {{previous case defined here}} 141 case (int)(__fp16)65536: // expected-error {{constant expression}} expected-note {{value 65536 is outside the range of representable values of type 'half'}} expected-error {{duplicate case value '2147483647'}}
|
/external/libxml2/ |
dict.c | 770 * Check for duplicate and insertion location. 901 * Check for duplicate and insertion location. 1009 * Check for duplicate and insertion location.
|
/external/libyuv/files/source/ |
scale_argb.cc | 241 movdqa [esi + edi], xmm0 // duplicate last pixel for filtering 324 movdqa [esi + edi], xmm0 // duplicate last pixel for filtering 780 // Duplicate the last pixel (4 bytes) for filtering. [all...] |
/external/openfst/src/include/fst/ |
determinize.h | 588 // subsets may contain duplicate states. 640 // Found duplicate state: sums state weight and deletes dup. 648 // Saves element so we can check for duplicate for this state. [all...] |
/external/oprofile/ |
ChangeLog-2007 | 154 an extra_images to ensure no duplicate error message occur nor we 157 with opreport where the same error message was duplicate because in 503 remove some duplicate code and add some extra events
|
/external/quake/quake/src/WinQuake/ |
net_dgrm.cpp | 412 Con_DPrintf("Duplicate ACK received\n"); 1019 // is this a duplicate connection reqeust? 1022 // yes, so send a duplicate reply [all...] |
/external/tremolo/Tremolo/ |
framing.c | 178 /* duplicate a reference (pointing to the same actual buffer memory) 184 /* duplicate the reference chain; increment refcounts */ 208 /* duplicate the reference chain; increment refcounts */
|
/external/v8/test/mjsunit/ |
strict-mode.js | 110 // Duplicate function parameter name. 119 // Function constructor: duplicate parameter name. 169 // Duplicate data properties. [all...] |
/bionic/libc/kernel/tools/ |
kernel.py | 317 if name in self.items: # aarg, duplicate value
|
/build/core/ |
node_fns.mk | 166 $(eval ### "Clear the child so DAGs don't create duplicate entries" ) \
|
/cts/tests/tests/content/src/android/content/cts/ |
SharedPreferencesTest.java | 109 // result in a duplicate write-out to disk.
|
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
RegisterSpecList.java | 331 * @param duplicateFirst whether to duplicate the first number
|
/dalvik/dx/src/com/android/dx/rop/code/ |
RegisterSpecList.java | 367 * @param duplicateFirst whether to duplicate the first number
|