/third_party/node/deps/openssl/openssl/include/internal/ |
H A D | der.h | 82 int ossl_DER_w_octet_string_uint32(WPACKET *pkt, int tag, uint32_t value);
|
/third_party/node/deps/uv/src/unix/ |
H A D | os390-syscalls.h | 68 int sem_init(UV_PLATFORM_SEM_T* semid, int pshared, unsigned int value);
|
/third_party/libcoap/include/coap3/ |
H A D | coap_resource_internal.h | 45 coap_str_const_t *value; /**< Value of the attribute (can be NULL) */ member 86 * The next value for the Observe option. This field must be increased each
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/ |
H A D | NumberingSchemes.java | 22 import com.google.auto.value.AutoValue;
|
/third_party/rust/crates/cxx/macro/src/ |
H A D | clang.rs | 39 pub value: Box<str>,
|
/third_party/openssl/test/ |
H A D | confdump.c | 26 printf("%s = %s\n", cv->name, cv->value); in dump_section()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | system_utils_winuwp.cpp | 21 bool SetEnvironmentVar(const char *variableName, const char *value) in SetEnvironmentVar() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/ |
H A D | SurfaceGbm.h | 37 egl::Error querySurfacePointerANGLE(EGLint attribute, void **value) override;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | CLSampler.h | 22 cl_int getInfo(SamplerInfo name, size_t valueSize, void *value, size_t *valueSizeRet) const;
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | text_to_binary.function_test.cpp | 43 Eq(MakeInstruction(SpvOpFunction, {1, 2, GetParam().value(), 3}))); in TEST_P()
|
/third_party/openssl/include/internal/ |
H A D | der.h | 82 int ossl_DER_w_octet_string_uint32(WPACKET *pkt, int tag, uint32_t value);
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
H A D | operand.h | 48 // Finds the operand with value in the table. The type parameter specifies the 54 const uint32_t value,
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | operand.h | 48 // Finds the operand with value in the table. The type parameter specifies the 54 const uint32_t value,
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | text_to_binary.function_test.cpp | 43 Eq(MakeInstruction(SpvOpFunction, {1, 2, GetParam().value(), 3}))); in TEST_P()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | quantityformatter.h | 89 * non-NULL value. 147 * Formats the pattern with the value and adjusts the FieldPosition. 152 const UnicodeString &value,
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | uoptions.h | 55 const char *value; /* output placeholder, will point to the argument string, if any */ member 59 char hasArg; /* enum value: option takes no/requires/may have argument */ 103 * The argument is stored in the value field of the corresponding 112 * argument value will be stored in the value field.
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
H A D | test_postprocessor_large.c | 79 header.value = MHD_HTTP_POST_ENCODING_FORM_URLENCODED; in test_simple_large()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/utils/ |
H A D | LockFreeQueue.h | 31 * int value = 123; 32 * myQueue.push(value); 33 * myQueue.pop(value); 37 * Must be less than the maximum value permissible in INDEX_TYPE 63 static_assert(std::is_unsigned<INDEX_TYPE>::value, "Index type must be unsigned"); 66 * Pop a value off the head of the queue 69 * @return true if value was popped successfully, false if the queue is empty 129 * But because we're returning an unsigned type return value will be as follows: in size() 133 * e.g. if write is 0, read is 150 and the INDEX_TYPE is uint8_t where the max value is in size() 134 * 255 the return value wil in size() [all...] |
/third_party/skia/third_party/externals/oboe/src/common/ |
H A D | FilterAudioStream.cpp | 79 framesWritten += writeResult.value(); in write()
|
/third_party/skia/src/sfnt/ |
H A D | SkOTTable_EBDT.h | 23 static const SK_OT_ULONG TAG = SkOTTableTAG<SkOTTableEmbeddedBitmapData>::value;
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | BindGroup.h | 73 static_assert(std::is_base_of<BindGroupBase, Derived>::value, ""); in BindGroupBase()
|
H A D | Surface.h | 104 Surface::Type value,
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
H A D | GPUTexture.cpp | 60 void GPUTexture::setLabel(Napi::Env, std::optional<std::string> value) { in setLabel() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_wire/ |
H A D | BufferConsumer_impl.h | 52 static_assert(std::is_unsigned<N>::value, "|count| argument of NextN must be unsigned."); in NextN()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-aat-map.hh | 58 HB_INTERNAL void add_feature (hb_tag_t tag, unsigned int value=1);
|