HomeSort by relevance Sort by last modified time
    Searched refs:NR (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/strace/tests/
match.awk 31 NR > lines { next }
34 if (s[NR]) {
35 if ($0 == s[NR])
37 print "Line " NR " does not match expected string: " s[NR]
39 if (match($0, r[NR]))
41 print "Line " NR " does not match expected pattern: " r[NR]
48 if (fail == 0 && NR != lines) {
50 print "Expected " lines " lines, found " NR " line(s).
    [all...]
  /external/strace/tests-m32/
match.awk 31 NR > lines { next }
34 if (s[NR]) {
35 if ($0 == s[NR])
37 print "Line " NR " does not match expected string: " s[NR]
39 if (match($0, r[NR]))
41 print "Line " NR " does not match expected pattern: " r[NR]
48 if (fail == 0 && NR != lines) {
50 print "Expected " lines " lines, found " NR " line(s).
    [all...]
  /external/strace/tests-mx32/
match.awk 31 NR > lines { next }
34 if (s[NR]) {
35 if ($0 == s[NR])
37 print "Line " NR " does not match expected string: " s[NR]
39 if (match($0, r[NR]))
41 print "Line " NR " does not match expected pattern: " r[NR]
48 if (fail == 0 && NR != lines) {
50 print "Expected " lines " lines, found " NR " line(s).
    [all...]
  /external/e2fsprogs/e2fsck/
mtrace.awk 6 print "+", $2, "Alloc", NR, "duplicate:", allocated[$2];
15 print "-", $2, "Free", NR, "was never alloc'd";
20 print "-", $2, "Realloc", NR, "was never alloc'd";
23 print "+", $2, "Realloc", NR, "duplicate:", allocated[$2];
  /packages/apps/LegacyCamera/jni/
mosaic_renderer_jni.h 22 const int NR = 2; // Number of resolution modes
31 extern unsigned char* gPreviewImage[NR];
32 extern int gPreviewImageWidth[NR];
33 extern int gPreviewImageHeight[NR];
feature_mos_jni.cpp 45 int tWidth[NR];
46 int tHeight[NR];
48 ImageType tImage[NR][MAX_FRAMES];// = {{ImageUtils::IMAGE_TYPE_NOIMAGE}}; // YVU24 format image
49 Mosaic *mosaic[NR] = {NULL,NULL};
54 float gProgress[NR];
56 bool gCancelComputation[NR];
67 bool quarter_res[NR] = {false,false};
68 float thresh_still[NR] = {5.0f,0.0f};
mosaic_renderer_jni.cpp 42 unsigned char* gPreviewImage[NR];
44 int gPreviewImageWidth[NR];
46 int gPreviewImageHeight[NR];
70 SurfaceTextureRenderer gSurfTexRenderer[NR];
73 FrameBuffer gBufferInput[NR];
76 YVURenderer gYVURenderer[NR];
78 FrameBuffer gBufferInputYVU[NR];
  /external/ltp/testcases/kernel/syscalls/ptrace/
syscalls.h 2 long nr; member in struct:sysnums
5 #define P(NR) { .nr = SYS_##NR, .snr = #NR, },
10 const char *get_sysnum(long nr)
14 if (sysnums[i].nr == nr)
  /external/llvm/lib/Support/
IntervalMap.cpp 39 // NR is the subtree containing our left sibling.
40 NodeRef NR = path[l].subtree(path[l].offset - 1);
44 NR = NR.subtree(NR.size() - 1);
45 return NR;
63 // NR is the subtree containing our left sibling.
65 NodeRef NR = subtree(l);
69 path[l] = Entry(NR, NR.size() - 1)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
IntervalMap.cpp 39 // NR is the subtree containing our left sibling.
40 NodeRef NR = path[l].subtree(path[l].offset - 1);
44 NR = NR.subtree(NR.size() - 1);
45 return NR;
63 // NR is the subtree containing our left sibling.
65 NodeRef NR = subtree(l);
69 path[l] = Entry(NR, NR.size() - 1)
    [all...]
  /toolchain/binutils/binutils-2.25/gprof/
gen-c-prog.awk 0 NR == 1 {
  /external/libpng/contrib/tools/
intgamma.sh 105 bc -lqws <<END | awk '{ printf "%5d %s\n", 12-NR, $0 }'
  /external/ltp/testcases/kernel/include/
regen.sh 44 #define ltp_syscall(NR, ...) ({ \\
46 if (NR == __LTP__NR_INVALID_SYSCALL) { \\
50 __ret = syscall(NR, ##__VA_ARGS__); \\
54 "syscall(%d) " #NR " not supported on your arch", \\
55 NR); \\
60 #define tst_syscall(NR, ...) ({ \\
62 if (NR == __LTP__NR_INVALID_SYSCALL) { \\
66 tst_ret = syscall(NR, ##__VA_ARGS__); \\
69 tst_brk(TCONF, "syscall(%d) " #NR "not supported", NR); \\
    [all...]
  /external/libpng/scripts/
dfn.awk 26 NR==1 && out == "/dev/null" {
76 if (lineno == "") lineno=NR
193 print "line", NR, "incorrectly formatted PNG_DFN line:"
  /external/e2fsprogs/misc/
e2fuzz.sh 142 NR="$(( (FS_SZ * 4 / 10) / SRC_SZ ))"
143 if [ "${NR}" -lt 1 ]; then
144 NR=1
146 echo "+ make ${NR} copies"
147 seq 1 "${NR}" | while read nr; do
148 cp -pRdu "${SRCDIR}" "${TESTMNT}/test.${nr}" 2> /dev/null
  /external/tcpdump/
send-ack.awk 13 if (NR <= 1) {
  /art/test/
Android.run-test-jvmti-java-library.mk 136 $(foreach NR,$(JVMTI_RUN_TEST_GENERATED_NUMBERS),$(GENERATED_SRC_DIR)/results.$(NR).expected.txt)
150 $(foreach NR,$(JVMTI_RUN_TEST_GENERATED_NUMBERS),\
151 $(eval $(call GEN_JVMTI_RUN_TEST_GENERATED_FILE,$(NR))))
  /external/clang/test/Analysis/
dtor.cpp 470 struct NR {
471 ~NR() __attribute__((noreturn));
475 NR nr; local
485 if (! x) NR();
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
Styles.java 80 public static final String NR = "nr";
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCRegisterInfo.h 154 void InitMCRegisterInfo(const MCRegisterDesc *D, unsigned NR, unsigned RA,
157 NumRegs = NR;
  /system/nfc/src/nfc/include/
llcp_defs.h 42 #define LLCP_GET_SEQUENCE(NS, NR) (((uint8_t)(NS) << 4) | (uint8_t)(NR))
  /external/llvm/unittests/ExecutionEngine/Orc/
ObjectLinkingLayerTest.cpp 236 NullResolver NR;
237 auto H = ObjLayer.addObjectSet(std::move(Obj1Set), &SMMW, &NR);
238 ObjLayer.addObjectSet(std::move(Obj2Set), &SMMW, &NR);
  /prebuilts/go/darwin-x86/src/crypto/aes/
gcm_amd64.s 211 #define NR DX
215 MOVQ ks_len+16(FP), NR
217 SHRQ $2, NR
218 DECQ NR
244 CMPQ NR, $12
316 #undef NR
435 #define NR R13
485 MOVQ ks_len+80(FP), NR
487 SHRQ $2, NR
488 DECQ NR
    [all...]
  /prebuilts/go/linux-x86/src/crypto/aes/
gcm_amd64.s 211 #define NR DX
215 MOVQ ks_len+16(FP), NR
217 SHRQ $2, NR
218 DECQ NR
244 CMPQ NR, $12
316 #undef NR
435 #define NR R13
485 MOVQ ks_len+80(FP), NR
487 SHRQ $2, NR
488 DECQ NR
    [all...]
  /external/llvm/include/llvm/ADT/
IntervalMap.h     [all...]

Completed in 1427 milliseconds

1 2 3 4