/external/grub/netboot/ |
osdep.h | 13 /* Taken from /usr/include/linux/hfs_sysdep.h */
|
/external/iproute2/netem/ |
paretonormal.c | 10 * Taken from the uncopyrighted NISTnet code.
|
stats.c | 3 * Taken from the uncopyrighted NISTnet code (public domain).
|
/external/jmonkeyengine/ |
README | 4 Subversion snapshot taken on 2012.02.24. It includes the engine/src directory
|
/external/kernel-headers/original/linux/ |
resource.h | 13 * Definition of struct rusage taken from BSD 4.3 Reno
|
route.h | 10 * Authors: Original taken from Berkeley UNIX 4.3, (c) UCB 1986-1988
|
/external/llvm/test/Analysis/ScalarEvolution/ |
2008-11-18-Stride1.ll | 2 ; RUN: | grep {Loop %bb: Unpredictable backedge-taken count\\.}
|
2008-12-08-FiniteSGE.ll | 1 ; RUN: opt < %s -analyze -scalar-evolution | grep {backedge-taken count is 255}
|
/external/llvm/test/Transforms/LoopDeletion/ |
dcetest.ll | 1 ; This is the test case taken from Appel's book that illustrates a hard case
|
/external/markdown/docs/extensions/ |
Fenced_Code_Blocks.txt | 20 Thus, the following text (taken from the above referenced PHP documentation):
|
/external/oprofile/events/i386/p4/ |
unit_masks | 4 0x01 branch not-taken predicted 5 0x02 branch not-taken mispredicted 6 0x04 branch taken predicted 7 0x08 branch taken mispredicted
|
/external/oprofile/events/ppc/e300/ |
events | 12 event:0xd counters:0,1,2,3 um:zero minimum:500 name:TAKEN_BRANCHES_FINISHED : Taken branches finished 28 event:0x56 counters:0,1,2,3 um:zero minimum:500 name:INTERRUPTS : Number of interrupts taken 29 event:0x57 counters:0,1,2,3 um:zero minimum:500 name:EXTERNAL_INTERRUPTS : Number of external input interrupts taken 30 event:0x58 counters:0,1,2,3 um:zero minimum:500 name:CRITICAL_INTERRUPTS : Number of critical input interrupts taken
|
/external/ppp/pppd/plugins/radius/ |
pppd-radius.8 | 39 is taken as the radiusclient configuration file. If this option is not
|
/frameworks/av/media/libstagefright/ |
ThrottledSource.cpp | 61 // How long would it have taken to transfer everything we ever
|
/frameworks/base/core/tests/coretests/src/android/widget/scroll/ |
ButtonAboveTallInternalSelectionViewTest.java | 55 assertTrue("internal selection view should have taken focus",
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
qosti_dspdecl.h | 98 * taken as the Scratch Group/Mutex Id
|
/libcore/luni/src/main/java/libcore/io/ |
StructAddrinfo.java | 22 * Information returned/taken by getaddrinfo(3). Corresponds to C's {@code struct addrinfo} from
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
resource.h | 13 * Definition of struct rusage taken from BSD 4.3 Reno
|
route.h | 10 * Authors: Original taken from Berkeley UNIX 4.3, (c) UCB 1986-1988
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
resource.h | 13 * Definition of struct rusage taken from BSD 4.3 Reno
|
route.h | 10 * Authors: Original taken from Berkeley UNIX 4.3, (c) UCB 1986-1988
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
resource.h | 13 * Definition of struct rusage taken from BSD 4.3 Reno
|
route.h | 10 * Authors: Original taken from Berkeley UNIX 4.3, (c) UCB 1986-1988
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/ |
AutoLockTest.java | 401 * Compares two images taken under the same lighting, Image 1 without AE 423 * Compares two images taken under different lighting, Image 1 without AE 425 * taken. Image 2 is taken under a bright light. Image 1 is expected to be 446 * Compares two images taken under different light, both with AE locked 447 * under the same lighting. Image 1 is taken under a brighter light. 470 * Compares two images taken under different light, Image 1 with AE locked 472 * Image 1 is taken under a bright light and Image 2 is taken in the normal 494 * Compares two images taken under different lighting, Image 1 withou [all...] |
/external/llvm/include/llvm/Analysis/ |
ScalarEvolution.h | 254 /// which a loop exit's branch condition evaluates to the not-taken path. 289 /// getNextExit - Return a pointer to the next exit's not-taken info. 297 /// BackedgeTakenInfo - Information about the backedge-taken count 301 /// ExitNotTaken - A list of computable exits and their not-taken counts. 305 /// Max - An expression indicating the least maximum backedge-taken 324 /// getExact - Return an expression indicating the exact backedge-taken 336 /// getMax - Get the max backedge taken count for the loop. 343 /// BackedgeTakenCounts - Cache the backedge-taken count of the loops for 462 /// backedge-taken count. [all...] |