HomeSort by relevance Sort by last modified time
    Searched full:newform (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/subzero/tests_lit/reader_tests/
binop-forms.test 7 ; RUN: -threads=0 -bitcode-as-text %p/Inputs/binop-newform.tbc \
  /external/curl/lib/
formdata.c 828 struct FormData *newform; local
834 newform = malloc(sizeof(struct FormData));
835 if(!newform)
837 newform->next = NULL;
850 newform->line = malloc((size_t)length+1);
851 if(!newform->line) {
855 alloc2 = newform->line;
856 memcpy(newform->line, line, (size_t)length);
859 newform->line[(size_t)length]=0;
862 newform->line = (char *)line
    [all...]
  /libcore/ojluni/src/main/java/java/lang/invoke/
MethodType.java     [all...]
MethodHandle.java     [all...]

Completed in 126 milliseconds