HomeSort by relevance Sort by last modified time
    Searched refs:nodep (Results 1 - 18 of 18) sorted by null

  /external/curl/tests/unit/
unit1603.c 57 char *nodep; variable
70 nodep = Curl_hash_add(&hash_static, &key1, strlen(key1), &key1);
71 fail_unless(nodep, "insertion into hash failed");
72 nodep = Curl_hash_pick(&hash_static, &key1, strlen(key1));
73 fail_unless(nodep == key1, "hash retrieval failed");
75 nodep = Curl_hash_add(&hash_static, &key2, strlen(key2), &key2);
76 fail_unless(nodep, "insertion into hash failed");
77 nodep = Curl_hash_pick(&hash_static, &key2, strlen(key2));
78 fail_unless(nodep == key2, "hash retrieval failed");
80 nodep = Curl_hash_add(&hash_static, &key3, strlen(key3), &key3)
    [all...]
unit1602.c 53 int *nodep; variable
63 nodep = Curl_hash_add(&hash_static, &key, klen, value);
64 if(!nodep)
66 abort_unless(nodep, "insertion into hash failed");
73 nodep = Curl_hash_add(&hash_static, &key2, klen, value2);
74 if(!nodep)
76 abort_unless(nodep, "insertion into hash failed");
unit1305.c 123 struct Curl_dns_entry *nodep; variable in typeref:struct:Curl_dns_entry
133 nodep = Curl_hash_add(&hp, data_key, key_len + 1, data_node);
134 abort_unless(nodep, "insertion into hash failed");
  /external/vboot_reference/firmware/stub/
vboot_api_stub_sf.c 68 struct alloc_node **nodep; local
70 for (nodep = &alloc_head; *nodep; nodep = &(*nodep)->next)
71 if ((*nodep)->ptr == ptr)
72 return nodep;
79 struct alloc_node **nodep, *next; local
81 nodep = find_node(ptr);
82 if (nodep) {
    [all...]
  /prebuilts/misc/common/android-support-test/
Android.mk 21 LOCAL_STATIC_JAVA_LIBRARIES := android-support-test-rules-nodep android-support-test-runner-nodep junit hamcrest hamcrest-library android-support-annotations android-support-test-monitor-nodep
25 LOCAL_MODULE := android-support-test-nodep
27 LOCAL_STATIC_JAVA_LIBRARIES := android-support-test-rules-nodep android-support-test-runner-nodep android-support-test-monitor-nodep
31 LOCAL_MODULE := android-support-test-rules-nodep
42 LOCAL_MODULE := android-support-test-runner-nodep
53 LOCAL_MODULE := android-support-test-monitor-nodep
    [all...]
  /packages/apps/StorageManager/tests/app/
Android.mk 13 espresso-contrib-nodep \
14 espresso-intents-nodep \
  /external/elfutils/libebl/
eblstrtab.c 292 copystrings (struct Ebl_Strent *nodep, char **freep, size_t *offsetp)
294 if (nodep->left != NULL)
295 copystrings (nodep->left, freep, offsetp);
298 nodep->offset = *offsetp;
299 *freep = (char *) mempcpy (*freep, nodep->string, nodep->len);
300 *offsetp += nodep->len;
302 for (struct Ebl_Strent *subs = nodep->next; subs != NULL; subs = subs->next)
304 assert (subs->len < nodep->len);
305 subs->offset = nodep->offset + nodep->len - subs->len
    [all...]
eblgstrtab.c 305 copystrings (struct Ebl_GStrent *nodep, char **freep, size_t *offsetp)
309 if (nodep->left != NULL)
310 copystrings (nodep->left, freep, offsetp);
313 nodep->offset = *offsetp;
314 *freep = (char *) mempcpy (*freep, nodep->string, nodep->len * nodep->width);
315 *offsetp += nodep->len * nodep->width;
317 for (subs = nodep->next; subs != NULL; subs = subs->next
    [all...]
eblwstrtab.c 299 copystrings (struct Ebl_WStrent *nodep, wchar_t **freep, size_t *offsetp)
303 if (nodep->left != NULL)
304 copystrings (nodep->left, freep, offsetp);
307 nodep->offset = *offsetp;
308 *freep = wmempcpy (*freep, nodep->string, nodep->len);
309 *offsetp += nodep->len * sizeof (wchar_t);
311 for (subs = nodep->next; subs != NULL; subs = subs->next)
313 assert (subs->len < nodep->len);
314 subs->offset = nodep->offset + nodep->len - subs->len
    [all...]
  /packages/apps/Settings/tests/unit/
Android.mk 19 espresso-contrib-nodep \
20 espresso-intents-nodep \
  /external/ltp/testcases/kernel/lib/
numa_helper.c 218 int i, *nodep; local
229 nodep = va_arg(ap, int *);
231 *nodep = nodes[i];
  /external/jemalloc/include/jemalloc/internal/
rb.h 537 } *pathp, *nodep, path[sizeof(void *) << 4]; \
539 nodep = NULL; /* Silence compiler warning. */ \
552 nodep = pathp; \
563 assert(nodep->node == node); \
581 nodep->node = pathp->node; \
583 if (nodep == path) { \
584 rbtree->rbt_root = nodep->node; \
586 if (nodep[-1].cmp < 0) { \
587 rbtn_left_set(a_type, a_field, nodep[-1].node, \
588 nodep->node);
    [all...]
  /external/elfutils/libcpu/
i386_parse.y 868 nameout (const void *nodep, VISIT value, int level)
871 printf (" %s\n", *(const char **) nodep);
1076 print_op_str (const void *nodep, VISIT value,
1081 const char *str = (*(struct argstring **) nodep)->str;
1084 (*(struct argstring **) nodep)->idx = ++count_op_str;
1085 (*(struct argstring **) nodep)->off = off_op_str;
1092 print_op_str_idx (const void *nodep, VISIT value,
1096 printf (" %d,\n", (*(struct argstring **) nodep)->off);
1101 print_op_fct (const void *nodep, VISIT value,
1106 fprintf (outfile, " FCT_%s,\n", (*(struct argstring **) nodep)->str)
    [all...]
  /libcore/ojluni/src/main/java/java/util/logging/
LogManager.java 812 LogNode nodep = node.parent; local
    [all...]
  /external/libmicrohttpd/src/microhttpd/
daemon.c 312 void **nodep; local
334 if (NULL == (nodep = tsearch (key,
346 node = *nodep;
377 void **nodep; local
390 if (NULL == (nodep = tfind (&search_key,
398 found_key = (struct MHD_IPCount *) *nodep;
    [all...]
  /external/selinux/libsepol/src/
policydb.c     [all...]
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
nashorn.jar 

Completed in 1252 milliseconds