Home
last modified time | relevance | path

Searched refs:thin (Results 1 – 25 of 96) sorted by relevance

1234

/third_party/skia/third_party/externals/egl-registry/specs/
Digstyle.css136 border: thin dashed #146A68;
142 border: thin solid;
148 border-bottom: thin solid;
152 border: thin dotted;
156 border-bottom: thin solid;
/third_party/EGL/specs/
Digstyle.css136 border: thin dashed #146A68;
142 border: thin solid;
148 border-bottom: thin solid;
152 border: thin dotted;
156 border-bottom: thin solid;
/third_party/rust/crates/cxx/book/src/binding/
Drawptr.md82 // and https://internals.rust-lang.org/t/pre-rfc-make-cstr-a-thin-pointer/6258
83 // is implemented, and CStr pointers become thin, we can sidestep this step
/third_party/mbedtls/tests/scripts/
Dlist-identifiers.sh61 use. It is a thin wrapper around list_internal_identifiers.py.
/third_party/node/deps/v8/src/objects/
Dstring.tq231 case (thin: ThinString): {
232 dcheck(!Is<ConsString>(thin.actual));
233 return thin.actual;
Dstring.cc345 ThinString thin = ThinString::cast(*this); in MakeThin() local
346 Address thin_end = thin.address() + ThinString::kSize; in MakeThin()
349 if (!Heap::IsLargeObject(thin)) { in MakeThin()
775 ThinString thin = ThinString::cast(string); in SlowGetFlatContent() local
776 string = thin.actual(cage_base); in SlowGetFlatContent()
/third_party/skia/gn/
Doh_skia.gni53 skia_common_cflags += [ "-flto=thin" ]
/third_party/node/deps/npm/node_modules/node-gyp/lib/
Dnode-gyp.js49 thin: String, // 'configure' property
Dcreate-config-gypi.js82 variables.standalone_static_library = gyp.opts.thin ? 0 : 1
/third_party/python/Doc/library/
Dtk.rst18 The :mod:`tkinter` package is a thin object-oriented layer on top of Tcl/Tk. To
Dnis.rst14 The :mod:`nis` module gives a thin wrapper around the NIS library, useful for
/third_party/skia/third_party/externals/imgui/misc/freetype/
DREADME.md29 Small, thin anti-aliased fonts are typically benefiting a lots from Freetype's hinting:
/third_party/python/Doc/c-api/
Dfloat.rst67 precision, minimum and maximum values of a float. It's a thin wrapper
/third_party/libwebsockets/lib/drivers/
DREADME.md20 LWS drivers provide a thin wrapper to eliminate the OS dependencies while
/third_party/node/deps/npm/node_modules/node-gyp/
Daddon.gypi55 # set to `1` to *disable* the -T thin archive 'ld' flag.
DREADME.md211 | `--thin=yes` | Enable thin static libraries
/third_party/skia/tools/doxygen/
Dcustomdoxygen.css99 border: solid thin var(--gray);
/third_party/node/deps/uv/
Dcommon.gypi143 'standalone_static_library': 1, # disable thin archive which needs binutils >= 2.19
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_cube_map.txt61 The idea is if we are simulating thin film reflections or something like
68 the first case fixes the environment to the viewers head (needed by thin
/third_party/openGLES/extensions/SGIX/
DSGIX_cube_map.txt61 The idea is if we are simulating thin film reflections or something like
68 the first case fixes the environment to the viewers head (needed by thin
/third_party/ltp/tools/sparse/sparse-src/
DREADME4 2. thin; not thick or dense: "sparse hair"
/third_party/node/doc/contributing/maintaining/
Dmaintaining-shared-library-support.md34 The node executable is a thin wrapper around libnode which is
/third_party/node/deps/v8/tools/
Dlogreader.mjs96 * A thin wrapper around shell's 'read' function showing a file name on error.
/third_party/libwebsockets/READMEs/
DREADME.plugin-acme.md11 "from thin air" that are accepted by all the major browsers. It also manages
/third_party/libinput/doc/user/
Darchitecture.rst94 in ``evdev.c``. Much of the libinput public API is also a thin wrapper around

1234