Searched refs:not (Results 1 - 25 of 30) sorted by relevance

12

/fuchsia/zircon/third_party/ulib/musl/include/
H A Diso646.h10 #define not! macro
/fuchsia/zircon/bootloader/lib/
H A Dinet.c8 #error __BYTE_ORDER__ not defined!
12 #error __ORDER_LITTLE_ENDIAN__ not defined!
/fuchsia/zircon/scripts/
H A Dnetboot-zircon13 echo Build directory ${BUILD_DIR} not found
H A Dsymbolize99 # It's not necessarily a bug though, so for now only report in debug mode.
124 if not found_path:
127 if not dso.endswith(".so"):
129 if not found_path:
148 if user_provided_path is not None:
174 # The caller passes in a list of arguments, this is not a varargs function.
218 if not code_start or not bias:
235 if not os.path.exists(zircon_build_dir):
395 if self.prev_sp is not Non
[all...]
/fuchsia/zircon/make/
H A Dboard.mk11 $(error PLATFORM_BOARD_NAME not defined)
19 $(error PLATFORM_USE_SHIM not supported for target $(TARGET))
47 $(error PLATFORM_BOARD_NAME not defined)
50 $(error PLATFORM_KERNEL_OFFSET not defined)
53 $(error PLATFORM_MEMBASE not defined)
56 $(error PLATFORM_CMDLINE not defined)
112 $(error PLATFORM_BOARD_NAME not defined)
115 $(error PLATFORM_BOOT_PARTITION_SIZE not defined)
H A Dmodule-userapp.mk9 $(error $(MODULE) $(MODULE_TYPE) modules must use MODULE_{LIBS,STATIC_LIBS}, not MODULE_DEPS)
12 $(error $(MODULE) $(MODULE_TYPE) modules must not use MODULE_{LIBS,STATIC_LIBS}, not MODULE_HOST_{LIBS,SYSLIBS})
40 # make sure we're linking that in if we're not already.
H A Dmodule-hostlib.mk9 $(error $(MODULE) $(MODULE_TYPE) modules must not use MODULE_{DEPS,LIBS,STATIC_LIBS,FIDL_LIBS})
H A Dmodule-efilib.mk9 $(error $(MODULE) $(MODULE_TYPE) modules must not use MODULE_{DEPS,LIBS,STATIC_LIBS,FIDL_LIBS})
H A Dmodule-userlib.mk9 $(error $(MODULE) $(MODULE_TYPE) modules must use MODULE_{LIBS,STATIC_LIBS}, not MODULE_DEPS)
12 $(error $(MODULE) $(MODULE_TYPE) modules must use MODULE_{LIBS,STATIC_LIBS}, not MODULE_HOST_{LIBS,SYSLIBS})
15 # Things that are library-like but not "userlib" do not
48 # make sure we're linking that in if we're not already.
96 # stub gets DT_NEEDED entries. These are not strictly part of the ABI.
104 # another DSO that is not directly included in the link, and in that
107 # the link, so if it were the only linker we would not add these
317 # These files live on the development host, not the target.
318 # There's no point in saving separate debug info here (at least not ye
[all...]
H A Dmodule-hostapp.mk9 $(error $(MODULE) $(MODULE_TYPE) modules must not use MODULE_{DEPS,LIBS,STATIC_LIBS,FIDL_LIBS})
H A Dmodule.mk57 # If there's not a rules.mk that corresponds to our srcdir,
91 $(error Module '$(MODULE)' depends on '$(mod)' which does not exist)))
248 $(error $(MODULE) kernel modules may not use MODULE_LIBS, MODULE_STATIC_LIBS, or MODULE_FIDL_LIBS)
H A Dengine.mk18 # default them to something so when they're referenced in the make instance they're not undefined
194 # GCC supports "-Wformat-signedness" but Clang currently does not.
239 # The unwind information is part of the loaded binary. It's not that much space
293 # not have this misfeature. Since ulib/musl needs ulib/zircon and
314 # all module objects for the target (does not include hostapp)
356 # (since submodules do not contribute to ALLMODULES)
572 # since we're not using Clang and its '-fsanitize=fuzzer' flag as a driver to
/fuchsia/zircon/system/ulib/runtime/
H A Drules.mk26 # This code is used in early startup, where safe-stack setup is not ready yet.
/fuchsia/zircon/third_party/ulib/linenoise/
H A Drules.mk4 # you may not use this file except in compliance with the License.
/fuchsia/zircon/system/ulib/zircon/
H A Drules.mk11 # This library should not depend on libc.
51 # does not need any writable data (except its caller's stack).
/fuchsia/zircon/third_party/uapp/kilo/
H A Drules.mk4 # you may not use this file except in compliance with the License.
37 # zircon source tree. We do not expose a source directory, and we don't want to
/fuchsia/zircon/third_party/tools/android/avb/
H A Davbtool54 These errors represent issues for which a stack-trace should not be
307 these numbers are not co-prime.
311 return None # modular inverse does not exist
331 ValueError: If the number could not be parsed.
360 # but unfortunately PyCrypto is not available in the builder. So
380 if not pout.lower().startswith(self.MODULUS_PREFIX):
460 if signing_helper_with_files is not None:
472 if signing_helper is not None:
504 public key. Also returns True if the vbmeta blob is not signed.
548 # is OK since 'avbtool verify_image' is not expecte
[all...]
/fuchsia/zircon/system/core/userboot/
H A Drules.mk10 # not really a "driver", but a "driver" is a dso that's not
26 # kernel image and does not need to be installed in the filesystem at all.
/fuchsia/zircon/kernel/lib/libc/include/
H A Dendian.h13 #error Compiler does not provide __BYTE_ORDER__
/fuchsia/zircon/system/ulib/ddk/include/ddk/
H A Dprotodefs.h8 #error Internal use only. Do not include.
11 // Do not publish aliases in /dev/class/...
/fuchsia/zircon/system/utest/fidl-compiler/
H A Drules.mk54 // Autogenerated: Do not modify!\n\
/fuchsia/zircon/third_party/uapp/dash/
H A Drules.mk65 MODULE_CFLAGS += -Wno-logical-not-parentheses
/fuchsia/zircon/third_party/lib/acpica/source/common/
H A Ddmextern.c230 * If ParentPath is not just a simple '\', increment the length
235 /* For External() statements, we do not want a leading '\' */
397 fprintf (stderr, "Could not open external reference file \"%s\"\n",
470 "Did not find any external methods in reference file \"%s\"\n",
504 * name is simply not found in the constructed namespace.
548 * parent prefixes (^). Note: path will not contain a leading '\'.
771 * Note: The external name should not include a root prefix
772 * (backslash). We do not want External() statements to contain
784 * 1) The name was simply not found in the namespace.
1208 Without the SSDTs, the AML does not contai
[all...]
/fuchsia/zircon/third_party/tools/android/
H A Dmkbootimg5 # you may not use this file except in compliance with the License.
79 if 'maxlen' not in kwargs:
/fuchsia/zircon/third_party/uapp/dash/src/bltin/
H A Dprintf.c290 * %b string octal constants are not like those in C.
354 * Although C99 does not guarantee it, we assume PRIiMAX,
441 warnx("%s: not completely converted", s);

Completed in 94 milliseconds

12