HomeSort by relevance Sort by last modified time
    Searched defs:NULL (Results 426 - 450 of 1005) sorted by null

<<11121314151617181920>>

  /external/python/cpython2/Lib/plat-irix5/
FL.py 18 NULL = 0
  /external/python/cpython2/Lib/plat-irix6/
FL.py 18 NULL = 0
IN.py 43 NULL = 0L
WAIT.py 74 NULL = 0L
  /external/python/cpython2/Lib/plat-unixware7/
STROPTS.py 25 NULL = 0
227 NULL = 0
  /external/python/cpython2/PC/bdist_wininst/
install.c 151 char *failure_reason = NULL;
173 { NULL, NULL },
182 { NULL, NULL },
225 } *file_list = NULL;
412 return NULL;
421 return NULL;
441 return NULL;
450 return NULL;
    [all...]
  /external/python/cpython3/PC/bdist_wininst/
install.c 151 char *failure_reason = NULL;
180 { NULL, NULL },
189 { NULL, NULL },
232 } *file_list = NULL;
309 // Convert a "char *" string to "whcar_t *", or NULL on error.
315 int src_len = strlen(src) + 1; // include NULL term in all ops
317 /* NOTE: this will include the null-term in the length */
318 dest_cch = MultiByteToWideChar(CP_ACP, 0, src, src_len, NULL, 0)
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm_ocaml.c 558 LLVMSetMetadata(Val, Int_val(MDKindID), NULL);
933 LLVMSetInitializer(GlobalVar, NULL);
    [all...]
  /external/syslinux/lzo/src/
lzo_supp.h 708 #ifndef NULL
710 #define NULL __null
712 #define NULL 0
714 #define NULL ((void*)0)
    [all...]
  /external/v8/src/ia32/
assembler-ia32.cc 485 DCHECK(reloc_info_writer.last_pc() != NULL);
772 DCHECK(reloc_info_writer.last_pc() != NULL);
    [all...]
  /external/v8/src/x64/
assembler-x64.cc     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_cli.c 50 static const char *client_socket_dir = NULL;
51 static char *ctrl_ifname = NULL;
52 static const char *pid_file = NULL;
53 static const char *action_file = NULL;
56 static char *ifname_prefix = NULL;
93 print_help(NULL);
102 if (start == NULL)
122 if (ctrl_conn == NULL)
128 mon_conn = NULL;
130 char *cfile = NULL;
    [all...]
  /frameworks/base/tools/aapt/
Resource.cpp 110 if (mGroup != NULL && mGroupPos < mGroup->getFiles().size()) {
256 ssize_t nameIndex = block.indexOfAttribute(NULL, "package");
330 NULL,
350 status_t status = preProcessImage(mBundle, mAssets, mFile, NULL);
491 if ((strIdx=table.resolveReference(&value, 0x10000000, NULL, &specFlags)) < 0) {
501 if (pool != NULL) {
505 specFlags, strIdx, str != NULL ? String8(str).string() : "???");
516 if (pool == NULL) {
522 if ((str=pool->stringAt(value.data, &len)) == NULL) {
584 ssize_t index = parser.indexOfAttribute(NULL, "id")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
opencl-c.h 150 #define NULL ((void*)0)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
opencl-c.h 150 #define NULL ((void*)0)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
opencl-c.h 150 #define NULL ((void*)0)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
opencl-c.h 150 #define NULL ((void*)0)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
opencl-c.h 150 #define NULL ((void*)0)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
opencl-c.h 150 #define NULL ((void*)0)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
opencl-c.h 150 #define NULL ((void*)0)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
opencl-c.h 150 #define NULL ((void*)0)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
opencl-c.h 150 #define NULL ((void*)0)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
opencl-c.h 150 #define NULL ((void*)0)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/
opencl-c.h 150 #define NULL ((void*)0)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/
opencl-c.h 150 #define NULL ((void*)0)
    [all...]

Completed in 1009 milliseconds

<<11121314151617181920>>