Searched refs:NULL (Results 1 – 13 of 13) sorted by relevance
/tools/security/fuzzing/orphans/libffi/ |
D | fuzz_ffi.cc | 60 new_type->elements[num_elements] = NULL; in generateCustomType() 63 ffi_get_struct_offsets(abi, new_type, NULL); in generateCustomType() 69 if (type == NULL) { in getTotalSize() 78 if (type->elements != NULL) { in getTotalSize() 79 for (size_t i=0; type->elements[i] != NULL; i++) { in getTotalSize() 97 return NULL; in getRandomType() 114 return NULL; in genArg() 137 if (type == NULL) { in buildArgArrays() 147 arg_types[num_args+1] = NULL; in buildArgArrays() 148 arg_array[num_args+1] = NULL; in buildArgArrays() [all …]
|
/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/ |
D | main.cpp | 73 if (app->window != NULL) { in engine_handle_cmd() 121 while (ALooper_pollOnce(animating ? 0 : -1, NULL, &events, (void**)&source) >= 0) { in android_main() 124 if (source != NULL) { in android_main()
|
D | shader.cpp | 32 glShaderSource(shader, 1, &pSource, NULL); in loadShader() 42 glGetShaderInfoLog(shader, infoLen, NULL, buf); in loadShader() 83 glGetProgramInfoLog(program, bufLength, NULL, buf); in createProgram()
|
D | renderer.cpp | 113 surface = eglCreateWindowSurface(display, config, window, NULL); in initDisplay() 114 context = eglCreateContext(display, config, NULL, attrib_list); in initDisplay() 207 if (egl.display == NULL) { in draw()
|
/tools/security/gdb/heap_print/test/ |
D | sample_heap_test.cc | 12 if (malloc_ptr != NULL) in main() 32 if (new_ptr != NULL) in main()
|
/tools/netsim/src/util/ |
D | ini_file_test.cc | 31 tempFileName_ = std::tmpnam(NULL); in SetUp() 60 const char *tempFileName = tmpnam(NULL); in TEST() 83 const char *tempFileName = tmpnam(NULL); in TEST()
|
/tools/security/fuzzing/orphans/libexif/ |
D | libexif_fuzzer.cpp | 29 exif_content_foreach_entry(content, dump_value, NULL); in data_func() 34 exif_data_foreach_content(data, data_func, NULL); in data_dump()
|
/tools/tradefederation/core/javatests/test-apps/TradeFedNativeTestApp/ |
D | TradeFedNativeTestApp_test.cpp | 24 char *charArray = NULL; in TEST()
|
/tools/platform-compat/java/android/processor/compat/unsupportedappusage/ |
D | SignatureConverter.java | 160 if (typeVar.getLowerBound().getKind() != TypeKind.NULL) { in getTypeSignature() 162 } else if (typeVar.getUpperBound().getKind() != TypeKind.NULL) { in getTypeSignature()
|
/tools/security/fuzzing/orphans/widevine/trusty/ |
D | dispatch_fuzzer.cpp | 189 int rc = tipc_send(chan, iov, countof(iov), NULL, 0); in Msg()
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | WifiHelper.java | 54 private static final String NULL = "null"; field in WifiHelper 719 if (output == null || output.isEmpty() || NULL.equals(output)) { in stopMonitor()
|
/tools/repohooks/tools/ |
D | checkpatch.pl | 6284 $prevline =~ /^[ \+]\s*if\s*\(\s*(\!\s*|NULL\s*==\s*)?($Lval)(\s*==\s*NULL\s*)?\s*\)/ && 6349 while ($line =~ /\b$LvalOrFunc\s*(==|\!=)\s*NULL\b/g) { 6356 $fixed[$fixlinenr] =~ s/\b\Q$val\E\s*(?:==|\!=)\s*NULL\b/$equal$val/; 7322 …$fixed[$fixlinenr] =~ s/\bDEVICE_ATTR\s*\(\s*$var\s*,\s*\Q$perms\E\s*,\s*$show\s*,\s*NULL\s*\)/DEV… 7330 …$fixed[$fixlinenr] =~ s/\bDEVICE_ATTR\s*\(\s*$var\s*,\s*\Q$perms\E\s*,\s*NULL\s*,\s*$store\s*\)/DE…
|
/tools/dexter/testdata/expected/ |
D | medium.compact_cfg | 110520 313| const-string/jumbo v11, "event_id=? AND attendeeEmail IS NOT NULL"
|