/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/linux/ |
pkt_sched.h | 380 __u32 duplicate; member in struct:tc_netem_qopt
|
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/linux/ |
pkt_sched.h | 380 __u32 duplicate; member in struct:tc_netem_qopt
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/ |
pkt_sched.h | 380 __u32 duplicate; member in struct:tc_netem_qopt
|
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/ |
pkt_sched.h | 380 __u32 duplicate; member in struct:tc_netem_qopt
|
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/ |
pkt_sched.h | 380 __u32 duplicate; member in struct:tc_netem_qopt
|
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/ |
pkt_sched.h | 380 __u32 duplicate; member in struct:tc_netem_qopt
|
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/ |
pkt_sched.h | 380 __u32 duplicate; member in struct:tc_netem_qopt
|
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/ |
pkt_sched.h | 380 __u32 duplicate; member in struct:tc_netem_qopt
|
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/ |
pkt_sched.h | 380 __u32 duplicate; member in struct:tc_netem_qopt
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/ |
pkt_sched.h | 380 __u32 duplicate; member in struct:tc_netem_qopt
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/ |
pkt_sched.h | 380 __u32 duplicate; member in struct:tc_netem_qopt
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
WorkingSetGroup.java | 60 // One choice is to duplicate the class in our project.
|
/external/sonivox/arm-fm-22k/host_src/ |
eas_hostmm.c | 27 * can eliminate the duplicate handle logic, and simply copy the 28 * base memory pointer and file read pointer to the duplicate handle. 75 * to support the ability to create duplicate handles 104 /* need to track file opens for duplicate handles */ 485 * Duplicate a file handle 511 /* set the duplicate handle flag */ 542 /* check for duplicate handle */ 549 /* check for duplicate */ 552 /* is there more than one duplicate? */ 560 /* this is the first duplicate found * [all...] |
/external/sonivox/arm-hybrid-22k/host_src/ |
eas_hostmm.c | 27 * can eliminate the duplicate handle logic, and simply copy the 28 * base memory pointer and file read pointer to the duplicate handle. 75 * to support the ability to create duplicate handles 104 /* need to track file opens for duplicate handles */ 485 * Duplicate a file handle 511 /* set the duplicate handle flag */ 542 /* check for duplicate handle */ 549 /* check for duplicate */ 552 /* is there more than one duplicate? */ 560 /* this is the first duplicate found * [all...] |
/external/sonivox/arm-wt-22k/misc/ |
eas_host.c | 23 * If the file system supports duplicate file handles and buffering, 80 * to support the ability to create duplicate handles 82 * duplicate file handles natively, this code can be 115 /* need to track file opens for duplicate handles */ 610 * Duplicate a file handle 636 /* set the duplicate handle flag */ 670 /* check for duplicate handle */ 677 /* check for duplicate */ 680 /* is there more than one duplicate? */ 688 /* this is the first duplicate found * [all...] |
/cts/tools/dasm/src/java_cup/ |
terminal.java | 36 // throw new internal_error("Duplicate terminal (" + nm + ") created"); 37 (new internal_error("Duplicate terminal (" + nm + ") created")).crash();
|
/external/clang/test/Analysis/ |
malloc-annotations.c | 14 // Duplicate attributes are silly, but not an error. 15 // Duplicate attribute has no extra effect.
|
/external/icu4c/layout/ |
LookupProcessor.cpp | 261 // any duplicate entries will be removed below. 285 // once, so remove any duplicate entries in the sorted array.
|
/external/iproute2/include/linux/ |
pkt_sched.h | 448 __u32 duplicate; /* random packet dup (0=none ~0=100%) */ member in struct:tc_netem_qopt 455 __u32 dup_corr; /* duplicate correlation */
|
/external/kernel-headers/original/linux/ |
pkt_sched.h | 480 __u32 duplicate; /* random packet dup (0=none ~0=100%) */ member in struct:tc_netem_qopt 488 __u32 dup_corr; /* duplicate correlation */
|
/external/llvm/include/llvm/Support/ |
TargetRegistry.h | 553 // Ignore duplicate registration. 569 // Ignore duplicate registration. 584 // Ignore duplicate registration. 593 // Ignore duplicate registration. 608 // Ignore duplicate registration. 624 // Ignore duplicate registration. 640 // Ignore duplicate registration. 683 // Ignore duplicate registration. [all...] |
/external/webkit/Source/WebCore/WebCore.gyp/scripts/ |
action_cssvaluekeywords.py | 121 # Make sure there aren't any duplicate lines in the in files. Lowercase 134 raise KeyError, 'Duplicate value %s' % line
|
/external/webkit/Source/WebKit/mac/WebView/ |
WebViewEventHandling.mm | 79 // duplicate copies of this method. 128 // duplicate copies of this method.
|
/frameworks/base/keystore/java/android/security/ |
KeyStore.java | 285 public boolean duplicate(String srcKey, int srcUid, String destKey, int destUid) { method in class:KeyStore 287 return mBinder.duplicate(srcKey, srcUid, destKey, destUid) == NO_ERROR;
|
/libcore/luni/src/test/java/libcore/java/util/logging/ |
OldLogManagerTest.java | 129 // test duplicate name 130 // add logger with duplicate name has no effect
|