Home
last modified time | relevance | path

Searched refs:bare (Results 1 – 25 of 156) sorted by relevance

1234567

/third_party/node/test/es-module/
Dtest-esm-cjs-named-error.mjs62 await import(`${fixtureBase}/bare-import-single.mjs`);
66 }, 'should support bare specifiers with single quotes');
69 await import(`${fixtureBase}/bare-import-double.mjs`);
73 }, 'should support bare specifiers with double quotes');
/third_party/toybox/scripts/
Dmkflags.c39 int bare = 1; in mark_gaps() local
54 if (bare) *(new++) = 1; in mark_gaps()
64 if (bare) bare = chrtype(c); in mark_gaps()
/third_party/mesa3d/.gitlab-ci/bare-metal/
Dgoogle-power-up.sh10 $CI_PROJECT_DIR/install/bare-metal/google-power-relay.py off $relay
12 $CI_PROJECT_DIR/install/bare-metal/google-power-relay.py on $relay
Deth008-power-up.sh10 $CI_PROJECT_DIR/install/bare-metal/eth008-power-relay.py $ETH_HOST $ETH_PORT off $relay
12 $CI_PROJECT_DIR/install/bare-metal/eth008-power-relay.py $ETH_HOST $ETH_PORT on $relay
Dgoogle-power-down.sh10 $CI_PROJECT_DIR/install/bare-metal/google-power-relay.py off $relay
Deth008-power-down.sh10 $CI_PROJECT_DIR/install/bare-metal/eth008-power-relay.py $ETH_HOST $ETH_PORT off $relay
Dcros-servo.sh7 BM=$CI_PROJECT_DIR/install/bare-metal
Dfastboot.sh3 BM=$CI_PROJECT_DIR/install/bare-metal
Dpoe-powered.sh7 BM=$CI_PROJECT_DIR/install/bare-metal
/third_party/mesa3d/src/freedreno/rnn/
Drnn.c292 int bare = 0; in parseenum() local
301 bare = getboolattrib(db, file, node->line, attr); in parseenum()
329 cur->isinline != isinline || cur->bare != bare) { in parseenum()
336 cur->bare = bare; in parseenum()
397 int bare = 0; in parsebitset() local
406 bare = getboolattrib(db, file, node->line, attr); in parsebitset()
434 cur->isinline != isinline || cur->bare != bare) { in parsebitset()
441 cur->bare = bare; in parsebitset()
669 int bare = 0; in parsedomain() local
678 bare = getboolattrib(db, file, node->line, attr); in parsedomain()
[all …]
Drnn.h92 int bare; member
155 int bare; member
175 int bare; member
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
DXLIFF2ICUConverter.java628 public void write(OutputStream writer, int numIndent, boolean bare){ in write() argument
689 public void write(OutputStream writer, int numIndent, boolean bare){ in write() argument
692 if(bare==true){ in write()
705 public void write(OutputStream writer, int numIndent, boolean bare){ in write() argument
709 if(bare==true){ in write()
721 public void write(OutputStream writer, int numIndent, boolean bare){ in write() argument
725 if(bare==true){ in write()
738 public void write(OutputStream writer, int numIndent, boolean bare){ in write() argument
742 …EMPTY : name)+COLON+IMPORT+ OPENBRACE+QUOTE+external+QUOTE+CLOSEBRACE + ((bare==true) ? EMPTY : L… in write()
745 …((name==null) ? EMPTY : name)+COLON+BIN+ OPENBRACE+internal+CLOSEBRACE+ ((bare==true) ? EMPTY : L… in write()
[all …]
/third_party/gstreamer/gstplugins_bad/po/
Dnb.po170 #~ "delvis kommandokø i stedet for bare ett element."
201 #~ "Videosinken kan være en delvis kommandokø i stedet for bare ett element."
219 #~ "kommandokø i stedet for bare ett element."
237 #~ "kommandokø i stedet for bare ett element."
257 #~ "for bare ett element."
/third_party/json/doc/mkdocs/docs/integration/
Dpkg-config.md3 If you are using bare Makefiles, you can use `pkg-config` to generate the include flags that point …
/third_party/mesa3d/.gitlab-ci/
Dprepare-artifacts.sh28 cp -Rp .gitlab-ci/bare-metal install/
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_NN_vi_surface.txt38 code:nn::code:vi::code:NativeWindowHandle, but its declared type is a bare
DVK_NN_vi_surface.adoc38 code:nn::code:vi::code:NativeWindowHandle, but its declared type is a bare
/third_party/node/deps/npm/node_modules/read-package-json/
DREADME.md112 * { "name": "my-bare-module"
120 { "name": "my-bare-module"
/third_party/flutter/skia/third_party/externals/icu/
DREADME.chromium51 and the bare minimum locale data for other locales will be kept.
96 b. Trim the locale data for non-UI languages to the bare minimum :
144 c. Other locales in Accept-Language list : will only have bare minimum
/third_party/selinux/secilc/
DREADME36 make bare
/third_party/mesa3d/docs/ci/
Dbare-metal.rst4 The bare-metal scripts run on a system with gitlab-runner and Docker,
5 connected to potentially multiple bare-metal boards that run tests of
179 required by your bare-metal script, something like::
/third_party/jinja2/
Dsetup.cfg77 # bare except, handled by bugbear B001
/third_party/python/Lib/lib2to3/fixes/
Dfix_urllib.py49 bare = set()
/third_party/json/third_party/amalgamate/
DREADME.md15 `amalgamate.py` is quite dumb, it only knows the bare minimum about C code
/third_party/mesa3d/src/freedreno/registers/
Drules-ng-ng.txt99 - bare [optional]: if set to "no", all children items will have the domain
108 <domain name="NV_MMIO" size="0x1000000" prefix="chipset" bare="yes">
229 - bare [optional]: only for no-inline enums, behaves like bare attribute
315 <enum name="grobj-class" bare="yes" prefix="chipset">
572 <domain name="NV_OBJECT" bare="yes">

1234567