Searched refs:value_length (Results 1 - 24 of 24) sorted by relevance

/external/tensorflow/tensorflow/core/lib/io/
H A Dblock.cc60 // "*value_length", respectively. Will not dereference past "limit".
66 uint32* value_length) {
70 *value_length = reinterpret_cast<const unsigned char*>(p)[2];
71 if ((*shared | *non_shared | *value_length) < 128) {
78 if ((p = core::GetVarint32Ptr(p, limit, value_length)) == nullptr)
82 if (static_cast<uint32>(limit - p) < (*non_shared + *value_length)) {
159 uint32 shared, non_shared, value_length; variable
162 &non_shared, &value_length);
217 uint32 shared, non_shared, value_length; local
218 p = DecodeEntry(p, limit, &shared, &non_shared, &value_length);
64 DecodeEntry(const char* p, const char* limit, uint32* shared, uint32* non_shared, uint32* value_length) argument
[all...]
/external/libcups/cups/
H A Dsnmp.c738 unsigned value_length; /* Length of value */ local
805 value_length = asn1_get_length(&buffer, bufend);
810 integer = asn1_get_integer(&buffer, bufend, value_length);
813 value_length, integer);
817 integer = asn1_get_integer(&buffer, bufend, value_length);
820 value_length, integer);
824 integer = asn1_get_integer(&buffer, bufend, value_length);
827 value_length, (unsigned)integer);
831 integer = asn1_get_integer(&buffer, bufend, value_length);
834 value_length, (unsigne
[all...]
/external/libchrome/base/
H A Denvironment.cc68 DWORD value_length =
70 if (value_length == 0)
73 std::unique_ptr<wchar_t[]> value(new wchar_t[value_length]);
75 value_length);
/external/tensorflow/tensorflow/contrib/training/python/training/
H A Dsequence_queueing_state_saver.py1371 must all have matching first dimension, called `value_length`. They may
1379 **Note**: if `pad=False`, then `value_length` must always be a multiple
1390 will be inferred and will be equal to `value_length`. If `pad=False` then
1393 at most `value_length` for any given input (see above for the definition
1394 of `value_length`). Batched and total lengths of the current iteration are
1420 (i.e. `value_length`).
1445 # Assert that value_length is a multiple of num_unroll.
1450 value_length = value.dense_shape[0]
1454 math_ops.equal(value_length % num_unroll, 0),
1455 math_ops.not_equal(value_length,
[all...]
H A Dbatch_sequences_with_states_test.py46 self.value_length = 4
52 shape1 = np.array([self.value_length, 6])
67 shape2 = np.array([self.value_length, 3, 4])
88 "seq1": np.random.rand(self.value_length, 5),
89 "seq2": np.random.rand(self.value_length, 4, 2),
231 num_unroll = 2 # Divisor of value_length - so no padding necessary.
239 self.sequences["seq1"][np.newaxis, num_unroll:self.value_length, :],
242 self.sequences["seq2"][np.newaxis, num_unroll:self.value_length, :, :],
321 num_unroll = 3 # Not a divisor of value_length -
366 num_unroll = 3 # Not a divisor of value_length
[all...]
/external/webrtc/webrtc/audio/
H A Daudio_receive_stream_unittest.cc167 size_t value_length) {
176 << (8 * (kExtensionDataLength - value_length));
177 *it = (id << 4) + (value_length - 1);
186 size_t value_length) {
199 extension_value, value_length);
164 BuildOneByteExtension(std::vector<uint8_t>::iterator it, int id, uint32_t extension_value, size_t value_length) argument
183 CreateRtpHeaderWithOneByteExtension( int extension_id, uint32_t extension_value, size_t value_length) argument
/external/python/cpython3/PC/clinic/
H A Dwinreg.c.h901 Py_ssize_clean_t value_length);
911 Py_ssize_clean_t value_length; local
914 clinic_HKEY_converter, &key, &sub_key, &type, &value, &value_length)) {
917 return_value = winreg_SetValue_impl(module, key, sub_key, type, value, value_length);
/external/skia/src/xml/
H A DSkXMLParser.cpp117 int value_length,
113 entity_decl_handler(void *data, const XML_Char *entityName, int is_parameter_entity, const XML_Char *value, int value_length, const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId, const XML_Char *notationName) argument
/external/skqp/src/xml/
H A DSkXMLParser.cpp117 int value_length,
113 entity_decl_handler(void *data, const XML_Char *entityName, int is_parameter_entity, const XML_Char *value, int value_length, const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId, const XML_Char *notationName) argument
/external/libtextclassifier/
H A Dtext-classifier_test.cc1178 const int value_length = type_value_pair.second.size(); local
1181 ElementsAreArray({IsAnnotatedSpan(50000, 50000 + value_length,
1184 std::make_pair(50000, 50000 + value_length));
1187 input_100k, {50000, 50000 + value_length})));
1205 const int value_length = value.size(); local
1209 classifier->ClassifyText(input_100k, {50000, 50000 + value_length});
/external/clang/tools/scan-build-py/libear/
H A Dear.c501 size_t const value_length = strlen(value); local
502 size_t const env_length = key_length + value_length + 2;
/external/python/cpython2/Modules/
H A Dpyexpat.c644 int value_length,
651 conv_string_len_to_utf8(value, value_length),
661 int value_length,
669 ? conv_string_len_to_unicode(value, value_length)
670 : conv_string_len_to_utf8(value, value_length)),
/external/expat/lib/
H A Dexpat.h347 the value_length argument. Since it is legal to have zero-length
363 int value_length,
/external/python/cpython2/Modules/expat/
H A Dexpat.h318 the value_length argument. Since it is legal to have zero-length
334 int value_length,
/external/python/cpython3/Modules/expat/
H A Dexpat.h318 the value_length argument. Since it is legal to have zero-length
334 int value_length,
/external/expat/xmlwf/
H A Dxmlwf.c740 int value_length,
754 characterData(data, value, value_length);
736 metaEntityDecl(void *userData, const XML_Char *entityName, int UNUSED_P(is_param), const XML_Char *value, int value_length, const XML_Char *UNUSED_P(base), const XML_Char *systemId, const XML_Char *publicId, const XML_Char *notationName) argument
/external/python/cpython3/PC/
H A Dwinreg.c1593 Py_ssize_clean_t value_length)
1605 rc = RegSetValueW(key, sub_key, REG_SZ, value, value_length+1);
1591 winreg_SetValue_impl(PyObject *module, HKEY key, Py_UNICODE *sub_key, DWORD type, Py_UNICODE *value, Py_ssize_clean_t value_length) argument
/external/webrtc/webrtc/base/
H A Dhttpclient.cc251 size_t value_length = end_of_value - start_of_value; local
254 std::string value(formatted_header.substr(start_of_value, value_length));
/external/python/cpython3/Modules/
H A Dpyexpat.c493 int value_length,
500 (conv_string_len_to_unicode(value, value_length)),
/external/skia/src/ports/
H A DSkFontMgr_android_parser.cpp596 int value_length,
592 xml_entity_decl_handler(void *data, const XML_Char *entityName, int is_parameter_entity, const XML_Char *value, int value_length, const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId, const XML_Char *notationName) argument
/external/skqp/src/ports/
H A DSkFontMgr_android_parser.cpp596 int value_length,
592 xml_entity_decl_handler(void *data, const XML_Char *entityName, int is_parameter_entity, const XML_Char *value, int value_length, const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId, const XML_Char *notationName) argument
/external/expat/tests/
H A Druntests.c233 int UNUSED_P(value_length),
426 int value_length,
442 if (value_length != (int)xcstrlen(entity_value_to_match) ||
443 xcstrncmp(value, entity_value_to_match, value_length)) {
6603 int value_length,
6613 CharData_AppendXMLChars(storage, value, value_length);
422 param_entity_match_handler(void *UNUSED_P(userData), const XML_Char *entityName, int is_parameter_entity, const XML_Char *value, int value_length, const XML_Char *UNUSED_P(base), const XML_Char *UNUSED_P(systemId), const XML_Char *UNUSED_P(publicId), const XML_Char *UNUSED_P(notationName)) argument
6599 accumulate_entity_decl(void *userData, const XML_Char *entityName, int UNUSED_P(is_parameter_entity), const XML_Char *value, int value_length, const XML_Char *UNUSED_P(base), const XML_Char *UNUSED_P(systemId), const XML_Char *UNUSED_P(publicId), const XML_Char *UNUSED_P(notationName)) argument
/external/libusb/libusb/os/
H A Dwindows_winusb.c426 DWORD value_length = sizeof(DWORD); local
431 (LPBYTE)&libusb0_symboliclink_index, &value_length);
/external/oj-libjdwp/src/share/javavm/export/
H A Djvmti.h493 (jlong class_tag, jlong size, jlong* tag_ptr, const jchar* value, jint value_length, void* user_data);

Completed in 4021 milliseconds