Home
last modified time | relevance | path

Searched refs:appended (Results 1 – 25 of 362) sorted by relevance

12345678910>>...15

/third_party/gn/src/base/files/
Dfile_path.cc455 StringViewType appended = component; in Append() local
461 appended = StringViewType(without_nuls); in Append()
464 DCHECK(!IsPathAbsolute(appended)); in Append()
466 if (path_.compare(kCurrentDirectory) == 0 && !appended.empty()) { in Append()
474 return FilePath(appended); in Append()
483 if (!appended.empty() && !new_path.path_.empty()) { in Append()
494 new_path.path_.append(appended); in Append()
/third_party/pulseaudio/src/pulsecore/
Dpacket.c41 uint8_t appended[MAX_APPENDED_SIZE]; member
60 p->data = p->per_type.appended; in pa_packet_new()
/third_party/node/deps/npm/node_modules/combined-stream/
DReadme.md83 underlaying streams will be paused right after being appended, as well as when
104 Regardless of how the `stream` is appended, combined-stream always attaches an
111 You should not call this, `combinedStream` takes care of piping the appended
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/glprototypes/
DREADME47 * string. These are appended to the extension name to get a complete
48 * extension name to try. The suffix is also appended to all of the
/third_party/skia/third_party/externals/opengl-registry/extensions/APPLE/
DAPPLE_specular_vector.txt69 Table 2.7 should be appended to include:
76 Table 2.8 should be appended to include:
/third_party/openGLES/extensions/APPLE/
DAPPLE_specular_vector.txt69 Table 2.7 should be appended to include:
76 Table 2.8 should be appended to include:
/third_party/skia/third_party/externals/opengl-registry/extensions/SGI/
DGLX_SGI_cushion.txt113 transferred to the front buffer, which is itself appended onto a queue
117 front buffer is the color buffer most recently appended to the queue
119 will next be appended to this queue.
121 When a buffer is appended onto the queue of displayable buffers, the
/third_party/openGLES/extensions/SGI/
DGLX_SGI_cushion.txt113 transferred to the front buffer, which is itself appended onto a queue
117 front buffer is the color buffer most recently appended to the queue
119 will next be appended to this queue.
121 When a buffer is appended onto the queue of displayable buffers, the
/third_party/pcre2/pcre2/maint/
DGenerateUcd.py675 appended = 0 variable
692 appended = 1 variable
696 if not appended:
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_EXT_swapchain_maintenance1/
DSwapchainPresentModeInfo.adoc45 ename:VK_PRESENT_MODE_FIFO_RELAXED_KHR: Images continue to be appended
54 and subsequent images are appended to the FIFO queue and presented
/third_party/flutter/skia/platform_tools/android/apps/skar_java/
Dproguard-rules.pro2 # By default, the flags in this file are appended to flags specified
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/
Dproguard-rules.pro2 # By default, the flags in this file are appended to flags specified
/third_party/flutter/skia/src/sksl/
Dsksl_pipeline.inc3 // stage is being appended
/third_party/ejdb/src/bindings/ejdb2_react_native/tests/android/app/
Dproguard-rules.pro2 # By default, the flags in this file are appended to flags specified
/third_party/skia/third_party/externals/angle2/src/third_party/libXNVCtrl/
DBUILD.gn5 # This warning disable must be appended to the command line after the general
/third_party/skia/third_party/externals/oboe/samples/hello-oboe/
Dproguard-rules.pro2 # By default, the flags in this file are appended to flags specified
/third_party/flutter/skia/third_party/externals/angle2/src/third_party/libXNVCtrl/
DBUILD.gn5 # This warning disable must be appended to the command line after the general
/third_party/flutter/skia/third_party/externals/sdl/android-project/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified
/third_party/skia/third_party/externals/oboe/samples/audio-device/
Dproguard-rules.pro2 # By default, the flags in this file are appended to flags specified
/third_party/openssl/doc/
Dfingerprints.txt8 as the release but with ".asc" appended. For example, release
/third_party/node/doc/api/
Durl.md1308 * If `urlObject.protocol` is a string, it is appended as-is to `result`.
1312 colon (`:`) character, the literal string `:` will be appended to `result`.
1314 will be appended to `result`:
1320 `urlObject.auth` will be coerced into a string and appended to `result`
1323 * If the `urlObject.hostname` is a string, it is appended to `result`.
1328 * The literal string `:` is appended to `result`, and
1329 * The value of `urlObject.port` is coerced to a string and appended to
1332 `urlObject.host` is coerced to a string and appended to `result`.
1335 (`/`), then the literal string `'/'` is appended to `result`.
1336 * The value of `urlObject.pathname` is appended to `result`.
[all …]
/third_party/python/Lib/test/ziptestdata/
DREADME.md9 These are used to test executable files with an appended zipfile, in a scenario
/third_party/skia/third_party/externals/expat/expat/conftools/
Dax-append-flag.m411 # FLAG is appended to the FLAGS-VARIABLE shell variable, with a space
/third_party/libffi/m4/
Dax_append_flag.m411 # FLAG is appended to the FLAGS-VARIABLE shell variable, with a space
/third_party/vk-gl-cts/external/vulkan-docs/src/style/
Dnaming.txt477 Types defined by extensions have the author ID appended to the end of the
483 // VkSurfaceFormatKHR (structure type with KHR appended)
493 Enumerants defined by extensions have the author ID appended to the end of
512 // VK_COMPOSITE_ALPHA_OPAQUE_BIT_KHR (enumerant with _KHR appended)
523 author ID appended to the end of the name.
528 // vkDestroySurfaceKHR (function with KHR appended)

12345678910>>...15