/external/libvpx/libvpx/vpx_dsp/arm/ |
loopfilter_4_neon.asm | 36 vld1.8 {d0[]}, [r2] ; duplicate *blimit 40 vld1.8 {d1[]}, [r3] ; duplicate *limit 41 vld1.8 {d2[]}, [r2] ; duplicate *thresh 85 vld1.8 {d0[]}, [r2] ; duplicate *blimit 86 vld1.8 {d1[]}, [r3] ; duplicate *limit 91 vld1.8 {d2[]}, [r3] ; duplicate *thresh
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
Internal.java | 132 // Make a duplicate of the source ByteBuffer and read data from the 133 // duplicate. This is to avoid affecting the source ByteBuffer's state. 134 ByteBuffer temp = source.duplicate(); 324 return a.duplicate().clear().equals(b.duplicate().clear()); 373 final ByteBuffer duplicated = bytes.duplicate();
|
/external/tensorflow/tensorflow/core/framework/ |
op_def_util_test.cc | 88 "Duplicate name: a"); 92 "Duplicate name: a"); 96 "Duplicate name: a"); 99 "Duplicate name: a"); 102 "Duplicate name: a"); 105 "Duplicate name: a");
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
IPACM_Conntrack_NATApp.cpp | 233 /* Check for duplicate entries */ 248 rule->target_port,"Duplicate Rule\n"); 387 IPACMERR("Duplicate rule. Ignore it\n"); 611 /* check for duplicate events */ 748 IPACMDBG("Received duplicate Temp entry\n"); 970 IPACMERR("Duplicate rule. Ignore it\n");
|
/libcore/ojluni/src/main/java/java/security/cert/ |
X509CRLSelector.java | 108 * Note that the {@code names} parameter can contain duplicate 157 * Note that the {@code names} parameter can contain duplicate 217 * If the specified name is a duplicate, it may be ignored. 241 * If the specified name is a duplicate, it may be ignored. 258 * is a duplicate, it may be ignored. 485 * {@code Collection} returned may contain duplicate names.
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/ |
NetBuffer.c | 282 @param[in, out] Duplicate Pointer to the net buffer to duplicate to, if
294 IN OUT NET_BUF *Duplicate OPTIONAL,
302 if (Duplicate == NULL) {
303 Duplicate = NetbufAlloc (Nbuf->TotalSize + HeadSpace);
306 if (Duplicate == NULL) {
314 CopyMem (Duplicate->ProtoData, Nbuf->ProtoData, NET_PROTO_DATA);
315 NetbufReserve (Duplicate, HeadSpace);
317 Dst = NetbufAllocSpace (Duplicate, Nbuf->TotalSize, NET_BUF_TAIL);
320 return Duplicate;
[all...] |
/frameworks/native/opengl/tools/glgen/src/ |
JniCodeEmitter.java | 76 boolean duplicate; 81 // Don't emit duplicate functions 85 duplicate = false; 87 duplicate = true; 92 if (!duplicate) { 99 if (!duplicate) { 111 duplicate = false; 113 duplicate = true; 118 if (!duplicate) { 124 if (!duplicate) { [all...] |
/external/e2fsprogs/e2fsck/ |
problem.c | 591 /* Duplicate or bad blocks in use! */ 593 N_("Duplicate or bad @b in use!\n"), [all...] |
/external/deqp/framework/delibs/depool/ |
deMemPool.c | 531 * \brief Duplicate a piece of memory into a memory pool. 533 * \param ptr Piece of memory to duplicate. 545 * \brief Duplicate a string into a memory pool. 547 * \param str String to duplicate. 560 * \brief Duplicate a string into a memory pool, with a maximum length. 562 * \param str String to duplicate. 563 * \param maxLength Maximum number of characters to duplicate.
|
/external/squashfs-tools/ |
CHANGES | 4 functionality, duplicate checking optimisations, 93 - Mksquashfs: optimise duplicate checking when appending 95 - Mksquashfs: significantly optimise fragment duplicate checking 342 1.4. File duplicate checking has been optimised, and split into two 465 4. Duplicate fragment checking and appending optimised in mksquashfs, 567 3. File duplicate check routine optimised, 580 The append option with file duplicate detection, means squashfs can be
|
/frameworks/native/libs/input/ |
KeyCharacterMap.cpp | 811 ALOGE("%s: Duplicate keyboard 'type' declaration.", 876 ALOGE("%s: Duplicate entry for key %s '%s'.", mTokenizer->getLocation().string(), [all...] |
/external/selinux/checkpolicy/ |
policy_define.c | 181 yyerror2("duplicate declaration of class %s", id); 316 yyerror2("duplicate initial SID %s", id); 512 yyerror2("duplicate declaration for common %s\n", id); 525 yyerror("duplicate common definition"); 557 yyerror2("duplicate permission %s in common %s", perm, 613 yyerror("duplicate access vector definition"); 680 yyerror2("duplicate permission %s", id); 756 yyerror("duplicate declaration of sensitivity level"); 794 ("duplicate declaration of sensitivity alias"); 925 yyerror("duplicate declaration of category") [all...] |
/external/syslinux/bios/com32/lib/ |
libcom32.elf | |
/external/syslinux/efi32/com32/lib/ |
libcom32.elf | |
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/ |
Ip6If.c | 171 // Thus queue the address to be processed in Duplicate Address Detection module
256 // Perform DAD - Duplicate Address Detection.
301 IP6_DAD_ENTRY *Duplicate;
328 Duplicate = NET_LIST_HEAD (&Interface->DupAddrDetectList, IP6_DAD_ENTRY, Link);
330 FreePool (Duplicate);
|
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3collections.h | 57 * Stores the original key so that duplicate keys can be rejected 93 * may be NULL). Duplicate entries are chained from 105 /** Indicates whether the table allows duplicate keys 342 struct ANTLR3_TRIE_ENTRY_struct * next; /* Allows duplicate entries for same key in insertion order */ 380 ANTLR3_BOOLEAN allowDups; /* Whether this trie accepts duplicate keys */
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
CollationData.java | 374 "setReorderCodes(): duplicate UScript.UNKNOWN"); 382 if(table[index] != 0) { // Duplicate or equivalent script. 384 "setReorderCodes(): duplicate or equivalent script " + 399 if(table[index] != 0) { // Duplicate or equivalent script. 401 "setReorderCodes(): duplicate or equivalent script " +
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
CollationData.java | 372 "setReorderCodes(): duplicate UScript.UNKNOWN"); 380 if(table[index] != 0) { // Duplicate or equivalent script. 382 "setReorderCodes(): duplicate or equivalent script " + 397 if(table[index] != 0) { // Duplicate or equivalent script. 399 "setReorderCodes(): duplicate or equivalent script " +
|
/external/libjpeg-turbo/ |
jdmainct.c | 100 * At top and bottom of the image, we diddle the pointer lists to duplicate 199 * pointers to duplicate the first actual data line. This only needs 211 /* Change the pointer lists to duplicate the last sample row at the bottom 235 /* Duplicate the last real sample row rgroup*2 times; this pads out the 365 /* Check for bottom of image: if so, tweak pointers to "duplicate"
|
/external/libmojo/mojo/android/javatests/src/org/chromium/mojo/system/impl/ |
CoreImplTest.java | 244 SharedBufferHandle handle2 = handle.duplicate(null); 515 handle.duplicate(null).close(); 517 handle.duplicate(new SharedBufferHandle.DuplicateOptions()).close(); 528 SharedBufferHandle newHandle = handle.duplicate(null); 634 SharedBufferHandle newHandle = handle.duplicate(null);
|
/external/tensorflow/tensorflow/core/graph/ |
graph_test.cc | 523 // Test removing a duplicate control edge. 524 // Note that unless allow_duplicates is true, the duplicate edge 600 // Duplicate functions are ignored 605 // Duplicate names corresponding to different functions trigger an error 631 // Duplicate gradients are ignored
|
/external/tensorflow/tensorflow/python/tools/ |
optimize_for_inference_lib.py | 136 raise ValueError("Duplicate node names detected for ", node.name) 221 ValueError: If the graph is badly formed with duplicate node names. 228 raise ValueError("Duplicate node names detected for ", node.name) 385 ValueError: If the graph is badly formed with duplicate node names. 393 raise ValueError("Duplicate node names detected for ", node.name)
|
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/ |
AsyncListUtil.java | 240 TileList.Tile<T> duplicate = mTileList.addOrReplace(tile); 241 if (duplicate != null) { 242 Log.e(TAG, "duplicate tile @" + duplicate.mStartPosition); 243 mBackgroundProxy.recycleTile(duplicate);
|
/system/tools/aidl/ |
aidl.cpp | 234 // prevent duplicate methods 382 // We found a duplicate id, so throw an error. 384 "%s:%d Found duplicate method id (%d) for method: %s\n", 429 LOG(ERROR) << "Found duplicate constant name '" << int_constant->GetName() 440 LOG(ERROR) << "Found duplicate constant name '" << string_constant->GetName()
|
/test/vts-testcase/hal/media/omx/V1_0/host_omxstore/ |
VtsHalMediaOmxStoreV1_0HostTest.py | 98 # duplicate attribute names. 288 # role_set is used for checking if there are duplicate roles. 319 # node_set is used for checking if there are duplicate node names 414 # IOmx::listNodes() should not list duplicate node names. 417 'IOmx::listNodes() lists duplicate nodes "' + node + '".')
|