HomeSort by relevance Sort by last modified time
    Searched defs:del (Results 1 - 25 of 32) sorted by null

1 2

  /bionic/libc/bionic/
malloc_debug_check_mapinfo.c 89 mapinfo *del; local
91 del = mi;
93 dlfree(del);
malloc_debug_check.c 240 static inline int del(struct hdr *hdr) function
422 if (del(hdr) < 0) {
471 if (del(hdr) < 0) {
532 struct hdr *del; int cnt; local
539 del = head;
541 del->size, user(del), num);
542 if (del_leak(del, &safe)) {
545 user(del), del->size)
    [all...]
pthread_debug.c 183 mapinfo *del; local
185 del = mi;
187 free(del);
  /hardware/ti/omap4xxx/
mapinfo.c 71 mapinfo *del; local
73 del = mi;
75 __real_free(del);
heaptracker.c 198 static inline int del(struct hdr *hdr) function
369 if (del(hdr) < 0) {
417 if (del(hdr) < 0) {
478 struct hdr *del; int cnt; local
485 del = last;
487 del->size, user(del), num);
488 if (del_leak(del, &safe)) {
491 user(del), del->size)
    [all...]
  /external/bluetooth/bluez/network/
common.c 160 struct bnep_conndel_req del; local
162 memset(&del, 0, sizeof(del));
163 memcpy(del.dst, ci[i].dst, ETH_ALEN);
164 del.flags = 0;
165 ioctl(ctl, BNEPCONNDEL, &del);
  /external/chromium/third_party/libevent/
event-internal.h 42 int (*del)(void *, struct event *); member in struct:eventop
  /frameworks/base/core/tests/coretests/src/android/text/
PackedIntVectorTest.java 130 int del = osize / 3; local
132 if (del == 0) {
133 del = 1;
136 int at = (osize - del) / 2;
137 p.deleteAt(at, del);
139 assertEquals(p.size(), osize - del);
  /external/e2fsprogs/misc/
logsave.c 79 int cnt, d, del; local
88 del = 0;
92 del = 1;
97 if (del)
  /external/iptables/utils/
nfnl_osf.c 270 static int osf_load_line(char *buffer, int len, int del)
380 if (del)
390 static int osf_load_entries(char *path, int del)
415 err = osf_load_line(buf, len, del);
428 int ch, del = 0, err; local
437 del = 1;
441 "Usage: %s -f fingerprints -d <del rules> -h\n",
470 err = osf_load_entries(fingerprints, del);
  /external/libxml2/
xmlcatalog.c 38 static int del = 0; variable
242 } else if (!strcmp(command, "del")) {
244 printf("del requires 1\n");
248 printf("del command failed\n");
314 \t--sgml : handle SGML Super catalogs for --add and --del\n\
320 \t--del 'values' : remove values\n\
322 \t used with --add or --del, it saves the catalog changes\n\
376 } else if ((!strcmp(argv[i], "-del")) ||
377 (!strcmp(argv[i], "--del"))) {
379 del++
    [all...]
  /bionic/libc/netbsd/isc/
ev_timers.c 236 evTimer *del = id.opaque; local
240 ctx->cur->u.timer.this == del) {
246 del->inter = evConsTime(0, 0);
250 if (heap_element(ctx->timers, del->index) != del)
253 if (heap_delete(ctx->timers, del->index) < 0)
255 FREE(del);
381 evTimer *del = id.opaque; local
382 idle_timer *tt = del->uap;
  /external/clang/test/SemaCXX/
MicrosoftCompatibility.cpp 168 void del(_Ty *_Ptr) { function in namespace:PR11791
174 del((void*)a); // expected-note {{in instantiation of function template specialization}}
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3collections.h 131 void (*del) (struct ANTLR3_HASH_TABLE_struct * table, void * key); member in struct:ANTLR3_HASH_TABLE_struct
187 void (*del) (struct ANTLR3_LIST_struct * list, ANTLR3_INTKEY key); member in struct:ANTLR3_LIST_struct
266 void (*del) (struct ANTLR3_VECTOR_struct * vector, ANTLR3_UINT32 entry); member in struct:ANTLR3_VECTOR_struct
384 ANTLR3_BOOLEAN (*del) (struct ANTLR3_INT_TRIE_struct * trie, ANTLR3_INTKEY key); member in struct:ANTLR3_INT_TRIE_struct
  /external/bluetooth/bluez/health/
mcap.c 1463 struct mcap_mdl_op_cb *del = mcl->priv_data; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_registrar.c 470 struct wps_uuid_pin *pin, *prev, *del; local
483 del = pin;
486 del->uuid, WPS_UUID_LEN);
487 wps_free_pin(del);
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
syncable.cc 410 bool del = !base::subtle::NoBarrier_AtomicIncrement(&kernel_->refcount, -1); local
411 DCHECK(del) << "Kernel should only have a single ref";
412 if (del)
    [all...]
  /external/opencv/cvaux/src/
cvvecfacetracking.cpp 907 double del = dbXsXs + dbYsYs; local
970 double del = dbXsXs + dbYsYs; local
    [all...]
cvepilines.cpp 1102 double del; local
    [all...]
  /system/security/keystore/
keystore.cpp 960 static ResponseCode del(KeyStore* keyStore, int, uid_t uid, Value* keyName, Value*, Value*) { function
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp 905 NamedDecl *del = filter.next()->getUnderlyingDecl(); local
930 const FunctionDecl *del = cast<FunctionDecl>(ops.getFoundDecl()); local
    [all...]
  /external/linux-tools-perf/util/include/linux/added/
perf_event.h 642 void (*del) (struct perf_event *event, int flags); member in struct:pmu
674 * Will cancel the transaction, assumes ->del() is called
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 2070 DNameListElem *del = *pp; local
2079 DNameListElem *del = AutoRegistrationDomains; local
    [all...]
  /external/v8/benchmarks/
earley-boyer.js 1165 "del": "\177"};
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-earley-boyer.js 1159 "del": "\177"};
    [all...]

Completed in 752 milliseconds

1 2