/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/ |
H A D | 1-1.c | 8 * Test that the sigqueue() function shall send signal signo and value 12 * value VALTOTEST for the pid of the child 23 #define VALTOTEST 100 /* Application-defined value sent by sigqueue */ 36 ("sigqueue()'s signo and value parameters were passed to the child process.\n"); in myhandler() 61 union sigval value; in main() local 62 value.sival_int = VALTOTEST; in main() 65 if (sigqueue(pid, SIGTOTEST, value) != 0) { in main()
|
H A D | 8-1.c | 45 union sigval value; in main() local 53 value.sival_int = 0; /* 0 is just an arbitrary value */ in main() 59 if (sigqueue(pid, SIGTOTEST, value) != 0) { in main()
|
H A D | 4-1.c | 44 union sigval value; in main() local 57 value.sival_int = i; /* i is just an arbitrary value */ in main() 58 if (sigqueue(pid, SIGTOTEST, value) != 0) { in main()
|
H A D | 5-1.c | 42 union sigval value; in main() local 50 value.sival_int = 0; /* 0 is just an arbitrary value */ in main() 56 if (sigqueue(pid, SIGTOTEST, value) != 0) { in main()
|
H A D | 12-1.c | 60 union sigval value; in main() local 61 value.sival_int = 0; /* 0 is just an arbitrary value */ in main() 73 if (-1 == sigqueue(1, 0, value)) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigwaitinfo/ |
H A D | 2-1.c | 41 union sigval value; in main() local 57 value.sival_int = 5; /* 5 is just an arbitrary value */ in main() 61 if (sigqueue(pid, rtsig, value) != 0) { in main()
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-regexp.h | 25 * The kLinear value ('l') is experimental and can only be used with 83 * Returns the value of the source property: a string representing 93 V8_INLINE static RegExp* Cast(Value* value) { in Cast() argument 95 CheckCast(value); in Cast() 97 return static_cast<RegExp*>(value); in Cast()
|
/third_party/node/deps/v8/include/ |
H A D | v8-regexp.h | 25 * The kLinear value ('l') is experimental and can only be used with 82 * Returns the value of the source property: a string representing 92 V8_INLINE static RegExp* Cast(Value* value) { in Cast() argument 94 CheckCast(value); in Cast() 96 return static_cast<RegExp*>(value); in Cast()
|
/third_party/node/deps/v8/src/base/ |
H A D | ring-buffer.h | 22 void Push(const T& value) { in Push() argument 24 elements_[start_++] = value; in Push() 28 elements_[count_++] = value; in Push()
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-collection-inl.h | 54 Object value = table.ValueAt(entry); in CurrentValue() local 55 DCHECK(!value.IsTheHole()); in CurrentValue() 56 return value; in CurrentValue()
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
H A D | eventfd_write.c | 22 * @tc.desc : Write the value through this function 27 eventfd_t value; in eventfd_write_0100() local 47 ret = eventfd_read(fd, &value); in eventfd_write_0100() 51 if (value != 3U) { in eventfd_write_0100() 52 t_error("%s value is %d, not three\n", __func__); in eventfd_write_0100() 59 * @tc.desc : When the file descriptor is invalid, test the return value of this function 72 * @tc.desc : When the eventfd_t value is invalid, test the return value of this function
|
H A D | getxattr.c | 22 const char *value = "dat"; variable 42 int ret = setxattr(path, name, value, strlen(value), XATTR_CREATE); in getxattr_0100()
|
H A D | lremovexattr.c | 22 const char *value = "dat"; variable 42 int ret = lsetxattr(path, name, value, strlen(value), XATTR_CREATE); in lremovexattr_0100()
|
H A D | lsetxattr.c | 22 const char *value = "dat"; variable 42 int ret = lsetxattr(path, name, value, strlen(value), XATTR_CREATE); in lsetxattr_0100()
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/third_party/perf/ |
H A D | perf_result_reporter.h | 45 void AddResult(const std::string &metric_suffix, size_t value); 46 void AddResult(const std::string &metric_suffix, double value); 47 void AddResult(const std::string &metric_suffix, const std::string &value);
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
H A D | DebugAndroid.hpp | 83 #define UNREACHABLE(value) do { \ 85 __FUNCTION__, __FILE__, __LINE__, #value, value); \
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | local_redundancy_elimination.cpp | 28 // Keeps track of all ids that contain a given value number. We keep in Process() 29 // track of multiple values because they could have the same value, but in Process() 49 uint32_t value = vnTable.GetValueNumber(inst); in EliminateRedundanciesInBB() 51 if (value == 0) { in EliminateRedundanciesInBB() 55 auto candidate = value_to_ids->insert({value, inst->result_id()}); in EliminateRedundanciesInBB()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | local_redundancy_elimination.cpp | 28 // Keeps track of all ids that contain a given value number. We keep in Process() 29 // track of multiple values because they could have the same value, but in Process() 49 uint32_t value = vnTable.GetValueNumber(inst); in EliminateRedundanciesInBB() 51 if (value == 0) { in EliminateRedundanciesInBB() 55 auto candidate = value_to_ids->insert({value, inst->result_id()}); in EliminateRedundanciesInBB()
|
/third_party/skia/src/sfnt/ |
H A D | SkTTCFHeader.h | 22 static const SK_OT_ULONG TAG = SkOTTableTAG<SkTTCFHeader>::value; 38 static const SK_OT_ULONG TAG = SkOTTableTAG<dsigType_None>::value; 45 static const SK_OT_ULONG TAG = SkOTTableTAG<dsigType_Format1>::value;
|
H A D | SkOTTableTypes.h | 40 * SkOTTableTAG<T>::value is the big endian value of an OpenType table tag. 43 static const SK_OT_ULONG value = SkTEndian_SwapBE32( member in SkOTTableTAG 48 /** SkOTSetUSHORTBit<N>::value is an SK_OT_USHORT with the Nth BE bit set. */ 52 static const SK_OT_USHORT value = SkTEndian_SwapBE16(bit); 55 /** SkOTSetULONGBit<N>::value is an SK_OT_ULONG with the Nth BE bit set. */ 59 static const SK_OT_ULONG value = SkTEndian_SwapBE32(bit);
|
/third_party/skia/tests/ |
H A D | SkSharedMutexTest.cpp | 27 int value = 0; in DEF_TEST() local 46 value += 1; in DEF_TEST() 48 shared[i] = value; in DEF_TEST()
|
/third_party/skia/third_party/externals/freetype/src/gxvalid/ |
H A D | gxvmort4.c | 73 16bit value array | 75 | value | <-------+ 89 GXV_LookupValueDesc value; in gxv_mort_subtable_type4_lookupfmt4_transit() local 99 value.u = FT_NEXT_USHORT( p ); in gxv_mort_subtable_type4_lookupfmt4_transit() 101 return value; in gxv_mort_subtable_type4_lookupfmt4_transit()
|
/third_party/python/Lib/test/ |
H A D | test_stable_abi_ctypes.py | 32 for name, value in WINDOWS_FEATURE_MACROS.items(): 33 if value != 'maybe': 35 self.assertEqual(feature_macros[name], value)
|
/third_party/skia/third_party/externals/tint/src/utils/ |
H A D | map.h | 23 /// Lookup is a utility function for fetching a value from an unordered map if 27 /// @param if_missing the value to return if the map does not contain the given 28 /// key. Defaults to the zero-initializer for the value type. 29 /// @return the map item value, or `if_missing` if the map does not contain the 45 /// @return the value of the item with the given key, or the newly created item 54 V value = create(); in GetOrCreate() local 55 map.emplace(key, value); in GetOrCreate() 56 return value; in GetOrCreate()
|
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
H A D | scalar_constant_test.cc | 35 a.value.b = true; in TEST_F() 37 b.value.b = true; in TEST_F() 53 EXPECT_EQ(c.value.u32, 123u); in TEST_F()
|