Home
last modified time | relevance | path

Searched defs:flag (Results 401 - 425 of 2564) sorted by relevance

1...<<11121314151617181920>>...103

/third_party/ltp/utils/sctp/func_tests/
H A Dtest_1_to_1_send.c70 int sk,sk1,pf_class,lstn_sk,acpt_sk,acpt1_sk, flag, count; in main() local
[all...]
/third_party/node/deps/v8/src/base/
H A Dflags.h31 constexpr Flags(flag_type flag) // NOLINT(runtime/explicit) in Flags() argument
65 Flags& operator&=(flag_type flag) { return operator&=(Flags(flag)); } in operator &=() argument
66 Flags& operator|=(flag_type flag) { return operator|=(Flags(flag)); } in operator |=() argument
67 operator ^=(flag_type flag) operator ^=() argument
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/locale/
H A Dsetlocale_sup.c147 const char *flag = ";"; in setlocale_0600() local
/third_party/musl/libc-test/src/functionalext/supplement/lock_info/
H A Dpthread_internal_lock_info.c43 bool flag = false; in CheckHiLogPrint() local
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_lowering_helper.cpp122 Value *flag = bld.getSSA(1, FILE_FLAGS); in handleMAXMIN() local
/third_party/musl/libc-test/src/functionalext/backtrace/
H A Dunittest_backtrace.c37 int flag = 0; in checkString() local
/third_party/musl/libc-test/src/functionalext/locale/
H A Dsetlocale.c156 const char *flag = ";"; in setlocale_0600() local
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_debug.h62 SVGA_DBG( unsigned flag, const char *fmt, ... ) in SVGA_DBG() argument
/third_party/musl/libc-test/src/functionalext/supplement/misc/
H A Dnftw.c35 static int nftw_callback(const char *pathname, const struct stat *sb, int flag, struct FTW *ftw) in nftw_callback() argument
203 int flag[TEST_FLAG_SIZE] = {FTW_PHYS, FTW_MOUNT, FTW_CHDIR, FTW_DEPTH}; in nftw_0100() local
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/network/
H A Dgetpeername.c50 int flag = 1; in SampleServerTask() local
H A Drecv.c57 int flag = 1; in SampleServerTask() local
H A Drecvmsg.c70 void send_message(int flag, const char *msg) in send_message() argument
106 int recv_message(int flag, const char *msg) in recv_message() argument
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dfopen.c240 int32_t flag = INIT_LEN; in fopen_0700() local
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkSemaphore.hpp70 void wait(const VkPipelineStageFlags &flag) in wait() argument
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dir_loader.h68 void SetExtraLineTracking(bool flag) { extra_line_tracking_ = flag; } in SetExtraLineTracking() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dir_loader.h68 void SetExtraLineTracking(bool flag) { extra_line_tracking_ = flag; } in SetExtraLineTracking() argument
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dflagparser.cpp117 static int32_t extractFlag(char* buffer, int32_t bufferSize, char* flag, int32_t flagSize, const char **flagNames, int32_t numOfFlags, UErrorCode *status) { in extractFlag() argument
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
H A Dtest_struct_namevalue.c38 bool flag; variable
/third_party/skia/third_party/icu/
H A DSkLoadICU.cpp101 static std::once_flag flag; in SkLoadICU() local
/third_party/toybox/toys/pending/
H A Dipcs.c41 #define flag(x) (toys.optflags & FLAG_ ## x) macro
[all...]
/third_party/pulseaudio/src/tests/
H A Datomic-test.c59 pa_atomic_t *flag; member
101 pa_atomic_t flag = PA_ATOMIC_INIT(0); in START_TEST() local
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
H A Dcall_once.h188 inline std::atomic<uint32_t>* ControlWord(once_flag* flag) { in ControlWord() argument
193 void LowLevelCallOnce(absl::once_flag* flag, Callable&& fn, Args&&... args) { in LowLevelCallOnce() argument
206 void call_once(absl::once_flag& flag, Callable&& fn, Args&&... args) { in call_once() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/
H A Dusage_test.cc119 const auto* flag = absl::FindCommandLineFlag("usage_reporting_test_flag_01"); in TEST_F() local
131 const auto* flag = absl::FindCommandLineFlag("usage_reporting_test_flag_02"); in TEST_F() local
143 const auto* flag = absl::FindCommandLineFlag("usage_reporting_test_flag_03"); in TEST_F() local
155 const auto* flag = absl::FindCommandLineFlag("usage_reporting_test_flag_04"); in TEST_F() local
167 const auto* flag in TEST_F() local
[all...]
/third_party/skia/modules/sksg/src/
H A DSkSGNode.cpp18 ScopedFlag(Node* node, uint32_t flag) in ScopedFlag() argument
/third_party/skia/modules/skparagraph/include/
H A DFontCollection.h100 static std::once_flag flag; in SetAdapterTextHeightEnabled() local

Completed in 16 milliseconds

1...<<11121314151617181920>>...103