Home
last modified time | relevance | path

Searched defs:is_source (Results 1 – 8 of 8) sorted by relevance

/third_party/icu/icu4c/source/tools/
Dicu-file-utf8-check.py54 def check_file(file_name, is_source): argument
/third_party/flutter/skia/third_party/externals/icu/source/tools/
Dicu-file-utf8-check.py52 def check_file(file_name, is_source): argument
/third_party/icu/tools/scripts/
Dicu-file-utf8-check.py64 def check_file(file_name, is_source): argument
/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()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_ra.c735 physreg_t physreg, bool is_source) in get_reg_specified()
754 unsigned *_eviction_count, bool is_source, bool speculative) in try_evict_regs()
940 unsigned align, bool is_source) in compress_regs_left()
1060 unsigned align, bool is_source) in find_best_gap()
1117 bool is_source) in get_reg()
/third_party/pulseaudio/src/modules/macosx/
Dmodule-coreaudio-device.c184 bool is_source; in get_latency_us() local
/third_party/gstreamer/gstreamer/gst/
Dgstbin.c1162 gboolean is_sink, is_source, provides_clock, requires_clock; in gst_bin_add_func() local
1554 gboolean is_sink, is_source, provides_clock, requires_clock; in gst_bin_remove_func() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcRobustBufferAccessBehaviorTests.cpp1678 void TexelFetchTest::prepareTexture(const Functions& gl, bool is_source, glw::GLuint texture_id) in prepareTexture()