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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
compressed-plt-1b.s 22 .ent testu
export-class-ref-f0.s 13 .ent f0
multi-got-no-shared-1.s 10 .ent func1
multi-got-no-shared-2.s 8 .ent func2
pic-and-nonpic-6-n32c.s 5 .ent __start
pic-and-nonpic-6-n64c.s 5 .ent __start
pic-and-nonpic-6-o32c.s 5 .ent __start
reloc-merge-lo16.s 20 .ent __start
unaligned-jalx-addend-1.s 4 .ent foo
jr-to-b-1.s 5 .ent s
23 .ent t
jr-to-b-2.s 5 .ent s
23 .ent t
mips16-fp-stub-1.s 12 .ent __call_stub_fp_foo
33 .ent main
  /external/libevent/test/
regress_util.c 118 struct ipv4_entry *ent = &ipv4_entries[i]; local
121 r = evutil_inet_pton(AF_INET, ent->addr, &in);
123 if (ent->status != BAD) {
125 ent->addr));
129 if (ent->status == BAD) {
130 TT_FAIL(("%s parsed, but we expected an error", ent->addr));
133 if (ntohl(in.s_addr) != ent->res) {
134 TT_FAIL(("%s parsed to %lx, but we expected %lx", ent->addr,
136 (unsigned long)ent->res));
139 if (ent->status == CANONICAL)
165 struct ipv6_entry *ent = &ipv6_entries[i]; local
236 struct sa_port_ent *ent = &sa_port_ents[i]; local
347 struct sa_pred_ent *ent = &sa_pred_entries[i]; local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationViewHierarchyManager.java 91 NotificationData.Entry ent = activeNotifications.get(i); local
92 if (ent.row.isDismissed() || ent.row.isRemoved()) {
97 int userId = ent.notification.getUserId();
106 boolean needsRedaction = mLockscreenUserManager.needsRedaction(ent);
111 ent.row.setSensitive(sensitive, deviceSensitive);
112 ent.row.setNeedsRedaction(needsRedaction);
113 if (mGroupManager.isChildInGroupWithSummary(ent.row.getStatusBarNotification())) {
115 ent.row.getStatusBarNotification());
122 orderedChildren.add(ent.row)
    [all...]
  /external/llvm/test/MC/Mips/
mips_gprel16.s 21 .ent testvar1
45 .ent testvar2
mips-pdr.s 10 # ASMOUT: .ent _local_foo
44 .ent _local_foo
54 .ent _global_foo
micromips-el-fixup-data.s 14 .ent main
  /external/tensorflow/tensorflow/contrib/lite/testing/
nnapi_example.cc 74 while (struct dirent* ent = readdir(dir)) {
75 string name = ent->d_name;
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/mips/
mixed-mips16.s 4 .ent foo
22 .ent bar
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
elf_e_flags.s 8 .ent foo
25 .ent main
  /external/libevent/
win32select.c 123 do_fd_set(struct win32op *op, struct idx_info *ent, evutil_socket_t s, int read)
127 if (ent->read_pos_plus1 > 0)
130 if (ent->write_pos_plus1 > 0)
141 ent->read_pos_plus1 = set->fd_count+1;
143 ent->write_pos_plus1 = set->fd_count+1;
149 struct win32op *op, struct idx_info *ent, int read)
154 i = ent->read_pos_plus1 - 1;
155 ent->read_pos_plus1 = 0;
157 i = ent->write_pos_plus1 - 1;
158 ent->write_pos_plus1 = 0
    [all...]
  /bionic/libc/private/
bionic_asm_mips.h 35 #define __bionic_asm_custom_entry(f) .ent f
169 .ent x, 0; \
183 .ent x, 0; \
  /external/guice/extensions/persist/test/com/google/inject/persist/jpa/
JpaWorkManagerTest.java 81 JpaTestEntity ent = (JpaTestEntity) o; local
83 assertEquals("Incorrect result returned or not persisted properly" + ent.getText(),
84 UNIQUE_TEXT_3, ent.getText());
  /external/ltp/testcases/kernel/syscalls/ipc/lib/
libipc.c 143 struct passwd *ent; local
146 if ((ent = getpwnam(user)) == NULL) {
151 return (ent->pw_uid);
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetSelector.java 134 int ent = mask[i]; local
135 for (; ent != 0; totalOnes++) {
136 ent &= ent - 1; // clear the least significant bit set

Completed in 306 milliseconds

1 2 3 4 5 6 7 8 91011>>