Home
last modified time | relevance | path

Searched defs:string_index (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/core/platform/
Dmacros.h30 #define TF_PRINTF_ATTRIBUTE(string_index, first_to_check) \ argument
32 #define TF_SCANF_ATTRIBUTE(string_index, first_to_check) \ argument
43 #define TF_PRINTF_ATTRIBUTE(string_index, first_to_check) argument
44 #define TF_SCANF_ATTRIBUTE(string_index, first_to_check) argument
55 #define TF_PRINTF_ATTRIBUTE(string_index, first_to_check) argument
56 #define TF_SCANF_ATTRIBUTE(string_index, first_to_check) argument
/external/emma/core/java12/com/vladium/jcd/cls/constant/
DCONSTANT_String_info.java38 public CONSTANT_String_info (final int string_index) in CONSTANT_String_info()
/external/googletest/googletest/include/gtest/internal/
Dgtest-port.h894 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument
898 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument
902 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) argument
/external/tensorflow/tensorflow/contrib/lite/
Dstring_util.cc108 StringRef GetString(const TfLiteTensor* tensor, int string_index) { in GetString()
/external/v8/src/
Dbignum.cc118 int string_index = length - 1; in AssignHexString() local
558 int string_index = needed_chars - 1; in ToHexString() local
/external/clang/test/CodeGenCXX/
Dcatch-undef-behavior.cpp340 char string_index(int n) { in string_index() function
/external/deqp/external/openglcts/modules/gles31/
Des31cArrayOfArraysTests.cpp1900 for (size_t string_index = 0; string_index < sizeof(input) / sizeof(input[0]); string_index++) in test_shader_compilation() local
2114 for (size_t string_index = 0; string_index < sizeof(input) / sizeof(input[0]); string_index++) in test_shader_compilation() local
2610 for (size_t string_index = 0; string_index < sizeof(input) / sizeof(input[0]); string_index++) in test_shader_compilation() local
3192 …for (size_t string_index = 0; string_index < sizeof(variable_initializations) / sizeof(variable_in… in test_shader_compilation() local
3308 for (size_t string_index = 0; string_index < sizeof(input) / sizeof(input[0]); string_index++) in test_shader_compilation() local
4285 for (size_t string_index = 0; string_index < sizeof(input) / sizeof(input[0]); string_index++) in test_shader_compilation() local
4422 for (size_t string_index = 0; in test_shader_compilation() local
/external/boringssl/src/include/openssl/
Dbase.h188 #define OPENSSL_PRINTF_FORMAT_FUNC(string_index, first_to_check) \ argument
/external/libusb/libusb/os/
Dhaiku_usb_raw.h138 uint32 string_index; member
Dwindows_winusb.h197 uint8_t string_index[3]; // man, prod, ser member
/external/libusb/examples/
Dxusb.c810 uint8_t string_index[3]; // indexes of the string descriptors in test_device() local
/external/freetype/src/cff/
Dcffload.c2175 CFF_IndexRec string_index; in cff_font_load() local
/external/v8/src/runtime/
Druntime-regexp.cc1451 uint32_t string_index = 0; in RUNTIME_FUNCTION() local
/external/python/cpython2/Objects/
Dstringobject.c1768 string_index(PyStringObject *self, PyObject *args) in string_index() function