HomeSort by relevance Sort by last modified time
    Searched refs:STR (Results 76 - 100 of 337) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/wpa_supplicant_8/wpa_supplicant/
config_file.c 735 #define STR(t) write_str(f, #t, ssid)
741 STR(ssid);
749 STR(sae_password);
757 STR(bgscan);
758 STR(autoscan);
759 STR(scan_freq);
762 STR(identity);
763 STR(anonymous_identity);
764 STR(imsi_identity);
765 STR(password)
    [all...]
  /external/ltp/testcases/kernel/syscalls/llseek/
llseek03.c 94 #define STR "abcdefgh"
95 SAFE_WRITE(cleanup, 1, fd, STR, sizeof(STR) - 1);
  /external/ltp/testcases/kernel/syscalls/madvise/
madvise01.c 38 #define STR "abcdefghijklmnopqrstuvwxyz12345\n"
79 SAFE_WRITE(1, fd, STR, strlen(STR));
madvise02.c 55 #define STR "abcdefghijklmnopqrstuvwxyz12345\n"
133 SAFE_WRITE(1, fd, STR, sizeof(STR) - 1);
  /external/syslinux/gpxe/src/config/
config.c 36 #undef STR
37 #define XSTR(s) STR(s)
38 #define STR(s) #s
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
node.h 21 char *str, int lineno, int col_offset);
31 #define STR(n) ((n)->n_str)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
node.h 21 char *str, int lineno, int col_offset);
30 #define STR(n) ((n)->n_str)
  /external/honggfuzz/
sanitizers.c 20 #define STR(x) XSTR(x)
77 "allocator_may_return_null=1:" kSAN_COMMON ":exitcode=" STR(HF_SAN_EXIT_CODE)
90 #define kUBSAN_OPTS kSAN_COMMON ":exitcode=" STR(HF_SAN_EXIT_CODE)
94 kSAN_COMMON ":exit_code=" STR(HF_SAN_EXIT_CODE) ":" \
  /external/libxaac/decoder/armv7/
ixheaacd_apply_scale_fac.s 59 STR r10, [r0], #4
60 STR r10, [r0], #4
61 STR r10, [r0], #4
62 STR r10, [r0], #4
ixheaacd_shiftrountine_with_rnd_eld.s 33 @STR r7,[r1,r3,LSL #2]
34 @STR r5,[r0,r3,LSL #2]
35 @STR r6,[r1],#4
36 @STR r4,[r0],#4
ixheaacd_autocorr_st2.s 30 STR r0 , [sp, #-4]!
31 STR r1 , [sp, #-4]!
173 STR r12, [r0, #4]
174 STR r11, [r0]
215 STR r11, [r0, #16]
216 STR r8 , [r0, #8]
240 STR r9 , [r0, #20]
242 STR r10, [r0, #28]
251 STR r1 , [sp, #-4]!
388 STR r12, [r0, #12
    [all...]
ixheaacd_complex_fft_p2.s 16 STR r1, [sp, #0x14]
19 STR r1, [sp, #-4]!
76 STR r12, [sp, #0x1c]
80 STR r3, [sp, #0x34]
83 STR r4, [sp, #0x18]
84 STR r1, [sp, #0x20]
89 STR r1, [sp, #0x10]
148 STR r1, [sp, #0x24]
156 STR r3, [sp, #-4]!
168 STR r4, [sp, #8+4
    [all...]
ixheaacd_complex_ifft_p2.s 16 STR r1, [sp, #0x14]
19 STR r1, [sp, #-4]!
76 STR r12, [sp, #0x1c]
80 STR r3, [sp, #0x34]
83 STR r4, [sp, #0x18]
84 STR r1, [sp, #0x20]
89 STR r1, [sp, #0x10]
148 STR r1, [sp, #0x24]
156 STR r3, [sp, #-4]!
168 STR r4, [sp, #8+4
    [all...]
  /external/ltp/testcases/kernel/numa/
support_numa.c 49 #define STR "abcdefghijklmnopqrstuvwxyz12345\n"
120 rc = write(fd, STR, strlen(STR));
121 if (rc == -1 || ((size_t)rc != strlen(STR)))
  /external/one-true-awk/
awk.h 84 int tval; /* type info: STR|NUM|ARR|FCN|FLD|CON|DONTFREE */
105 #define STR 02 /* string value is valid */
192 #define isstr(n) ((n)->tval & STR)
200 #define freeable(p) ( ((p)->tval & (STR|DONTFREE)) == STR )
  /external/python/cpython2/Include/
node.h 21 char *str, int lineno, int col_offset);
31 #define STR(n) ((n)->n_str)
  /external/python/cpython3/Include/
node.h 21 char *str, int lineno, int col_offset);
33 #define STR(n) ((n)->n_str)
  /prebuilts/gdb/darwin-x86/include/python2.7/
node.h 21 char *str, int lineno, int col_offset);
33 #define STR(n) ((n)->n_str)
  /prebuilts/gdb/linux-x86/include/python2.7/
node.h 21 char *str, int lineno, int col_offset);
33 #define STR(n) ((n)->n_str)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
node.h 21 char *str, int lineno, int col_offset);
33 #define STR(n) ((n)->n_str)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
node.h 21 char *str, int lineno, int col_offset);
33 #define STR(n) ((n)->n_str)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
node.c 79 PyNode_AddChild(register node *n1, int type, char *str, int lineno, int col_offset)
107 n->n_str = str;
136 if (STR(n) != NULL)
137 PyObject_FREE(STR(n));
  /external/skia/bench/
ShaderMaskBench.cpp 16 #define STR "Hamburgefons"
42 fText.set(STR);
  /external/skqp/bench/
ShaderMaskBench.cpp 16 #define STR "Hamburgefons"
42 fText.set(STR);
  /external/llvm/unittests/IR/
ValueTest.cpp 137 #define CHECK_PRINT(INST, STR) \
143 EXPECT_EQ(STR, OS.str()); \
149 EXPECT_EQ(STR, OS.str()); \
156 #define CHECK_PRINT_AS_OPERAND(INST, TYPE, STR) \
162 EXPECT_EQ(StringRef(STR), StringRef(OS.str())); \
168 EXPECT_EQ(StringRef(STR), StringRef(OS.str())); \
    [all...]

Completed in 831 milliseconds

1 2 34 5 6 7 8 91011>>