/external/sepolicy/tools/sepolicy-analyze/ |
Android.mk | 10 LOCAL_SRC_FILES := sepolicy-analyze.c dups.c neverallow.c perm.c typecmp.c booleans.c attribute.c utils.c
|
sepolicy-analyze.c | 5 #include "dups.h" 22 COMP(dups),
|
dups.c | 6 #include "dups.h"
|
README | 34 DUPLICATE ALLOW RULES (dups) 35 sepolicy-analyze out/target/product/<board>/root/sepolicy dups
|
/external/v8/test/preparser/ |
duplicate-parameter.pyt | 65 DuplicateParameterTest("dups", """ 69 DuplicateParameterTest("dups-apart", """ 73 DuplicateParameterTest("dups-escaped", """
|
/frameworks/av/media/libmedia/ |
MemoryLeakTrackUtil.cpp | 84 size_t dups; member in struct:android::__anon21945 113 e->dups = *reinterpret_cast<size_t *>(ptr); 154 snprintf(buffer, SIZE, "size %8i, dup %4i, ", e->size, e->dups);
|
/external/llvm/lib/CodeGen/ |
IfConversion.cpp | 190 bool ValidSimple(BBInfo &TrueBBI, unsigned &Dups, 193 bool FalseBranch, unsigned &Dups, 471 /// in Dups. 472 bool IfConverter::ValidSimple(BBInfo &TrueBBI, unsigned &Dups, 474 Dups = 0; 486 Dups = TrueBBI.NonPredSize; 497 /// if performed in 'Dups'. 499 bool FalseBranch, unsigned &Dups, 501 Dups = 0; 524 Dups = Size [all...] |
LiveRangeEdit.cpp | 365 SmallVector<LiveInterval*, 8> Dups(1, LI); 367 Dups.push_back(&createEmptyIntervalFrom(LI->reg)); 372 VRM->setIsSplitFromReg(Dups.back()->reg, 0); 374 TheDelegate->LRE_DidCloneVirtReg(Dups.back()->reg, LI->reg); 376 ConEQ.Distribute(&Dups[0], MRI); 379 dbgs() << '\t' << *Dups[i] << '\n';
|
SplitKit.cpp | 1089 SmallVector<LiveInterval*, 8> dups; local [all...] |
/external/skia/tests/ |
GeometryTest.cpp | 18 Inspired by this test, which used to assert that the tValues had dups
|
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/ |
TimeZoneData.java | 134 * needed and they are dups but missing proper country codes. e.g. 162 // TODO check for dups 247 // Dups 395 * really needed and they are dups but missing proper
|
/frameworks/wilhelm/src/android/ |
android_LocAVPlayer.cpp | 75 // Binder dups the fd for use by mediaserver, so if we own the fd then OK to close now
|
/external/valgrind/include/ |
pub_tool_hashtable.h | 68 * with duplicate keys are present, the most recently-added of the dups will 69 * be returned, but it's probably better to avoid dups altogether. */
|
/development/tools/axl/ |
chewie.py | 15 # can't just use a dict, because there can be dups
|
/external/libselinux/src/ |
label_android_property.c | 179 * dups.
|
/external/selinux/libselinux/src/ |
label_android_property.c | 177 * dups.
|
/external/libvncserver/x11vnc/ |
xdamage.c | 342 " %d dups: %d %s reg: %p\n", w, h, x, y, w*h, dcount, 494 * certain activities can lead to many 10's of dups 554 " %d dups: %d %s\n", w, h, x, y, w*h, dcount,
|
/external/valgrind/memcheck/tests/ |
unit_oset.c | 100 // Create some elements, with gaps (they're all even) but no dups, 318 // Create some elements, with gaps (they're all even) but no dups, 481 // no dups, and shuffle them randomly.
|
/external/fonttools/Lib/fontTools/ |
merge.py | 450 for i,(table,dups) in enumerate(zip(tables, m.duplicateGlyphsPerFont)): 451 if not dups: continue 481 subtable.mapping = dups
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_fd.cc | 211 // Ignore the case when user dups not yet connected socket.
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pipe_wide_point.c | 131 /* four dups of original vertex */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
LibraryClasspathContainerInitializer.java | 189 // now add a classpath entry for each Java project (this is a set so dups are already 205 // and process the jar files list, but first sanitize it to remove dups.
|
/packages/apps/Messaging/src/com/android/messaging/sms/ |
MmsUtils.java | [all...] |
/external/jpeg/ |
rdtarga.c | 152 sinfo->dup_pixel_count = i & 0x7F; /* number of dups after this one */
|
/external/llvm/lib/Support/ |
CommandLine.cpp | 784 std::vector<char *> Dups; 788 for (std::vector<char *>::iterator I = Dups.begin(), E = Dups.end(); I != E; 796 Dups.push_back(Dup); [all...] |