HomeSort by relevance Sort by last modified time
    Searched refs:ent (Results 126 - 150 of 622) sorted by null

1 2 3 4 56 7 8 91011>>

  /hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
iio_utils.h 109 const struct dirent *ent; local
132 while (ent = readdir(dp), ent != NULL)
137 if ((strcmp(builtname, ent->d_name) == 0) ||
138 (strcmp(builtname_generic, ent->d_name) == 0)) {
140 "%s/%s", scan_el_dir, ent->d_name);
203 const struct dirent *ent; local
221 while (ent = readdir(dp), ent != NULL)
222 if ((strcmp(builtname, ent->d_name) == 0) |
286 const struct dirent *ent; local
647 const struct dirent *ent; local
676 const struct dirent *ent; local
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue17318.go 20 type closure func(i, j int) ent
22 type ent int type
24 func (e ent) String() string {
25 return fmt.Sprintf("%d", int(e)) // ERROR "ent.String ... argument does not escape$" "int\(e\) escapes to heap$"
42 f := func(i, j int) ent { // ERROR "func literal escapes to heap$"
43 return ent(i + j)
45 i := foo(f, 3).(ent)
  /prebuilts/go/linux-x86/test/fixedbugs/
issue17318.go 20 type closure func(i, j int) ent
22 type ent int type
24 func (e ent) String() string {
25 return fmt.Sprintf("%d", int(e)) // ERROR "ent.String ... argument does not escape$" "int\(e\) escapes to heap$"
42 f := func(i, j int) ent { // ERROR "func literal escapes to heap$"
43 return ent(i + j)
45 i := foo(f, 3).(ent)
  /external/llvm/test/MC/Mips/
mips-pdr-bad.s 6 .ent # ASM: :[[@LINE]]:14: error: expected identifier after .ent
7 .ent bar, # ASM: :[[@LINE]]:19: error: expected number after comma
8 .ent foo, bar # AMS: :[[@LINE]]:23: error: expected an absolute expression after comma
9 .ent foo, 5, bar # AMS: :[[@LINE]]:20: error: unexpected token, expected end of statement
37 .ent _local_foo_bar
40 .end _local_foo # ASM: :[[@LINE]]:25: error: .end used without .ent
41 .ent _local_foo, 2
42 .end _local_foo_bar # ASM: :[[@LINE]]:29: error: .end symbol does not match .ent symbol
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
ml_sysfs_helper.c 67 const struct dirent *ent; local
81 while (ent = readdir(dp), ent != NULL) {
82 if (strcmp(ent->d_name, ".") != 0 &&
83 strcmp(ent->d_name, "..") != 0 &&
84 strlen(ent->d_name) > strlen(type) &&
85 strncmp(ent->d_name, type, strlen(type)) == 0) {
86 numstrlen = sscanf(ent->d_name + strlen(type),
90 if (strncmp(ent->d_name + strlen(type) + numstrlen,
312 const struct dirent *ent; local
    [all...]
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
ml_sysfs_helper.c 59 const struct dirent *ent; local
73 while (ent = readdir(dp), ent != NULL) {
74 if (strcmp(ent->d_name, ".") != 0 &&
75 strcmp(ent->d_name, "..") != 0 &&
76 strlen(ent->d_name) > strlen(type) &&
77 strncmp(ent->d_name, type, strlen(type)) == 0) {
78 numstrlen = sscanf(ent->d_name + strlen(type),
82 if (strncmp(ent->d_name + strlen(type) + numstrlen,
304 const struct dirent *ent; local
    [all...]
  /frameworks/base/tools/aapt/
StringPool.cpp 155 entry& ent = mEntries.editItemAt(eidx); local
158 configTypeName->string(), ent.configTypeName.string());
160 if (ent.configTypeName.size() <= 0) {
161 ent.configTypeName = *configTypeName;
162 } else if (ent.configTypeName != *configTypeName) {
163 ent.configTypeName = " ";
169 entry& ent = mEntries.editItemAt(eidx); local
171 for (addPos=0; addPos<ent.configs.size(); addPos++) {
172 int cmp = ent.configs.itemAt(addPos).compareLogical(*config);
178 ent.configs.insertAt(*config, addPos)
576 entry& ent = mEntries.editItemAt(mEntryArray[i]); variable
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
mips16-local-stubs-1.s 5 .ent \func
13 .ent stub_for_\func
33 .ent \func
jal-global-overflow.s 7 .ent foo
23 .ent bar
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
iio_utils.h 111 const struct dirent *ent; local
134 while (ent = readdir(dp), ent != NULL)
139 if ((strcmp(builtname, ent->d_name) == 0) ||
140 (strcmp(builtname_generic, ent->d_name) == 0)) {
142 "%s/%s", scan_el_dir, ent->d_name);
205 const struct dirent *ent; local
223 while (ent = readdir(dp), ent != NULL)
224 if ((strcmp(builtname, ent->d_name) == 0) |
287 const struct dirent *ent; local
600 const struct dirent *ent; local
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
iio_utils.h 111 const struct dirent *ent; local
134 while (ent = readdir(dp), ent != NULL)
139 if ((strcmp(builtname, ent->d_name) == 0) ||
140 (strcmp(builtname_generic, ent->d_name) == 0)) {
142 "%s/%s", scan_el_dir, ent->d_name);
205 const struct dirent *ent; local
223 while (ent = readdir(dp), ent != NULL)
224 if ((strcmp(builtname, ent->d_name) == 0) |
287 const struct dirent *ent; local
600 const struct dirent *ent; local
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/mips/
mixed-micromips.s 4 .ent foo
22 .ent bar
mixed-mips16-micromips.s 4 .ent foo
21 .ent bar
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
branch-misc-4.s 6 .ent foo
19 .ent bar
jal-svr4pic-local-newabi.s 6 .ent foo
22 .ent bar
jal-svr4pic-local.s 6 .ent foo
24 .ent bar
jalx-addend.s 8 .ent foo
22 .ent bar
jalx-imm.s 8 .ent foo
22 .ent bar
mips16-branch-addend-0.s 5 .ent foo
21 .ent bar
mips16-branch-addend-1.s 5 .ent bar
16 .ent foo
mips16-branch-addend-2.s 6 .ent foo
22 .ent bar
mips16-branch-reloc-0.s 5 .ent foo
21 .ent bar
mips16-branch-reloc-1.s 5 .ent bar
16 .ent foo
mips16-branch-reloc-2.s 6 .ent foo
22 .ent bar
pcrel-reloc-1.s 4 .ent foo
18 .ent bar

Completed in 1528 milliseconds

1 2 3 4 56 7 8 91011>>