Searched refs:here (Results 1 - 20 of 20) sorted by relevance

/fuchsia/zircon/system/dev/usb/usb-peripheral/
H A Drules.mk23 # Set default configuration here, rather than relying on usbctl to do it
/fuchsia/zircon/system/ulib/unittest/
H A Drules.mk21 # N.B. fdio, and thus launchpad, cannot appear here. See ./README.md.
/fuchsia/zircon/system/utest/int-types/
H A Drules.mk11 # The C file here uses a macro to detect whether a type is signed, by
/fuchsia/zircon/third_party/uapp/dash/src/
H A Dparser.c68 /* Used by expandstr to get here-doc like behaviour. */
74 struct heredoc *next; /* next here document in list */
75 union node *here; /* redirection node */ member in struct:heredoc
82 struct heredoc *heredoclist; /* list of here documents to read */
378 * Newline or semicolon here is optional (but note
616 struct heredoc *here = heredoc; local
623 here->eofmark = wordtext;
624 here->next = NULL;
626 heredoclist = here;
629 p->next = here;
646 struct heredoc *here; local
[all...]
/fuchsia/zircon/system/utest/core/pthread/
H A Dpthread.cpp262 uintptr_t here = reinterpret_cast<uintptr_t>(__builtin_frame_address(0)); local
266 low, high, here);
268 ASSERT_LT(low, here, "reported stack base not below actual SP");
269 ASSERT_GT(high, here, "reported stack end not above actual SP");
/fuchsia/zircon/make/
H A Dhcompile.mk42 # clear some variables we set here
H A Decompile.mk33 # clear some variables we set here
H A Dfcompile.mk26 # this dependency here makes the build non-flakey.
75 # clear some variables we set here
H A Dabigen.mk37 # STAMPY ultimately generates most of the files and paths here.
H A Dcompile.mk52 # clear some variables we set here
H A Ducompile.mk57 # clear some variables we set here
H A Dboard.mk152 # clear variables we set here
H A Dengine.mk205 # them. These are recorded here so that modules don't need knowledge of the
326 # anything you add here will be deleted in make clean
362 # any .mk specified here will be included before build.mk
365 # any rules you put here will also be built by the system before considered being complete
368 # any rules you put here will be built if the kernel is also being built
371 # any rules you put here will be depended on in clean builds
697 # Modules are added earlier before the recurse stage, so just print the info here
824 # runtime so we need to explicitly add it here.
860 # the logic to compile and link stuff is in here
H A Dbuild.mk65 # TODO(mcgrathr): Reuse compile.mk $(MODULE_ASMOBJS) commands here somehow.
156 # USER_MANIFEST_DEBUG_INPUTS is a dependency here as the file name to put in
H A Dmodule.mk86 # here where we can tell you what module has the bad deps.
260 # empty out any vars set here
H A Dmodule-userlib.mk318 # There's no point in saving separate debug info here (at least not yet),
/fuchsia/zircon/kernel/target/pc/multiboot/
H A Drules.mk65 # and do `objcopy -O binary` here. But there's no reason to, and having an
/fuchsia/zircon/third_party/uapp/kilo/
H A Drules.mk38 # use absolute paths in the build here. We could install the file to the build
/fuchsia/zircon/kernel/arch/x86/
H A Drules.mk20 # docs/sysret_problem.md for why we subtract 4k here. Subtracting
/fuchsia/zircon/third_party/ulib/backtrace/
H A DMakefile.in540 here=`pwd`; \
572 here=`$(am__cd) $(top_builddir) && pwd` \
574 && gtags -i $(GTAGS_ARGS) "$$here"

Completed in 128 milliseconds