Home
last modified time | relevance | path

Searched refs:is_source (Results 1 – 12 of 12) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/tools/
Dicu-file-utf8-check.py52 def check_file(file_name, is_source): argument
57 if is_source:
/third_party/icu/icu4c/source/tools/
Dicu-file-utf8-check.py54 def check_file(file_name, is_source): argument
59 if is_source:
/third_party/icu/tools/scripts/
Dicu-file-utf8-check.py64 def check_file(file_name, is_source): argument
70 if is_source:
/third_party/mesa3d/src/freedreno/ir3/
Dir3_ra.c735 physreg_t physreg, bool is_source) in get_reg_specified() argument
738 if (!BITSET_TEST(is_source ? file->available_to_evict : file->available, in get_reg_specified()
754 unsigned *_eviction_count, bool is_source, bool speculative) in try_evict_regs() argument
775 if (!is_source && conflicting->is_killed) in try_evict_regs()
940 unsigned align, bool is_source) in compress_regs_left() argument
973 if (!interval->is_killed && !is_source) { in compress_regs_left()
997 ((intervals[i].interval->is_killed && !is_source) || in compress_regs_left()
1003 (is_source || !intervals[i].interval->is_killed)) { in compress_regs_left()
1060 unsigned align, bool is_source) in find_best_gap() argument
1069 is_source ? file->available_to_evict : file->available; in find_best_gap()
[all …]
/third_party/grpc/bazel/
Dgenerate_cc.bzl24 if not file.is_source and file.path.startswith(file.root.path):
35 if not file.is_source and file.path.startswith(file.root.path):
Dprotobuf.bzl84 if not source_file.is_source and directory.startswith(source_file.root.path):
248 return not source_file.is_source and virtual_folder in source_file.path
Dgenerate_objc.bzl130 if not file.is_source:
/third_party/gn/src/gn/
Dxcode_object.h287 bool is_source() const { return is_source_; } in is_source() function
288 void set_is_source(bool is_source) { is_source_ = is_source; } in set_is_source() argument
/third_party/pulseaudio/src/modules/macosx/
Dmodule-coreaudio-device.c184 bool is_source; in get_latency_us() local
196 is_source = false; in get_latency_us()
202 is_source = true; in get_latency_us()
208 …property_address.mScope = is_source ? kAudioDevicePropertyScopeInput : kAudioDevicePropertyScopeOu… in get_latency_us()
/third_party/gstreamer/gstreamer/gst/
Dgstbin.c1162 gboolean is_sink, is_source, provides_clock, requires_clock; in gst_bin_add_func() local
1173 is_source = GST_OBJECT_FLAG_IS_SET (element, GST_ELEMENT_FLAG_SOURCE); in gst_bin_add_func()
1200 if (is_source && !(bin->priv->suppressed_flags & GST_ELEMENT_FLAG_SOURCE)) { in gst_bin_add_func()
1554 gboolean is_sink, is_source, provides_clock, requires_clock; in gst_bin_remove_func() local
1578 is_source = GST_OBJECT_FLAG_IS_SET (element, GST_ELEMENT_FLAG_SOURCE); in gst_bin_remove_func()
1615 if (is_source && !othersource && child_source) in gst_bin_remove_func()
1645 if (is_source && !othersource in gst_bin_remove_func()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcRobustBufferAccessBehaviorTests.hpp425 void prepareTexture(const glw::Functions& gl, bool is_source, glw::GLuint texture_id);
DglcRobustBufferAccessBehaviorTests.cpp1678 void TexelFetchTest::prepareTexture(const Functions& gl, bool is_source, glw::GLuint texture_id) in prepareTexture() argument
1737 if (false == is_source) in prepareTexture()