/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/ |
D | ConstantString.java | 35 private int string_index; // Identical to ConstantClass except for this name field in ConstantString 60 public ConstantString(final int string_index) { in ConstantString() argument 62 this.string_index = string_index; in ConstantString() 88 file.writeShort(string_index); in dump() 96 return string_index; in getStringIndex() 103 public final void setStringIndex( final int string_index ) { in setStringIndex() argument 104 this.string_index = string_index; in setStringIndex() 113 return super.toString() + "(string_index = " + string_index + ")"; in toString() 121 final Constant c = cp.getConstant(string_index, Const.CONSTANT_Utf8); in getConstantValue()
|
/external/tensorflow/tensorflow/core/platform/ |
D | macros.h | 30 #define TF_PRINTF_ATTRIBUTE(string_index, first_to_check) \ argument 31 __attribute__((__format__(__printf__, string_index, first_to_check))) 32 #define TF_SCANF_ATTRIBUTE(string_index, first_to_check) \ argument 33 __attribute__((__format__(__scanf__, string_index, first_to_check))) 44 #define TF_PRINTF_ATTRIBUTE(string_index, first_to_check) argument 45 #define TF_SCANF_ATTRIBUTE(string_index, first_to_check) argument 56 #define TF_PRINTF_ATTRIBUTE(string_index, first_to_check) argument 57 #define TF_SCANF_ATTRIBUTE(string_index, first_to_check) argument
|
/external/tensorflow/tensorflow/lite/ |
D | string_util.cc | 130 StringRef GetString(const char* raw_buffer, int string_index) { in GetString() argument 132 GetIntPtr(raw_buffer + sizeof(int32_t) * (string_index + 1)); in GetString() 139 StringRef GetString(const TfLiteTensor* tensor, int string_index) { in GetString() argument 140 return GetString(tensor->data.raw, string_index); in GetString()
|
D | string_util.h | 99 StringRef GetString(const char* raw_buffer, int string_index); 100 StringRef GetString(const TfLiteTensor* tensor, int string_index);
|
/external/boringssl/src/include/openssl/ |
D | base.h | 216 #define OPENSSL_PRINTF_FORMAT_FUNC(string_index, first_to_check) \ argument 218 (__format__(__MINGW_PRINTF_FORMAT, string_index, first_to_check))) 220 #define OPENSSL_PRINTF_FORMAT_FUNC(string_index, first_to_check) \ 221 __attribute__((__format__(__printf__, string_index, first_to_check))) 224 #define OPENSSL_PRINTF_FORMAT_FUNC(string_index, first_to_check)
|
/external/tensorflow/tensorflow/contrib/lite/ |
D | string_util.h | 93 StringRef GetString(const char* raw_buffer, int string_index); 94 StringRef GetString(const TfLiteTensor* tensor, int string_index);
|
/external/emma/core/java12/com/vladium/jcd/cls/constant/ |
D | CONSTANT_String_info.java | 38 public CONSTANT_String_info (final int string_index) in CONSTANT_String_info() argument 40 m_string_index = string_index; in CONSTANT_String_info()
|
/external/icu/icu4c/source/i18n/ |
D | double-conversion-bignum.cpp | 151 int string_index = length - 1; in AssignHexString() local 156 current_bigit += HexCharValue(value[string_index--]) << (j * 4); in AssignHexString() 163 for (int j = 0; j <= string_index; ++j) { in AssignHexString() 601 int string_index = needed_chars - 1; in ToHexString() local 602 buffer[string_index--] = '\0'; in ToHexString() 605 buffer[string_index--] = '0'; in ToHexString() 611 buffer[string_index--] = HexCharOfValue(current_bigit & 0xF); in ToHexString() 618 buffer[string_index--] = HexCharOfValue(most_significant_bigit & 0xF); in ToHexString()
|
/external/v8/src/ |
D | bignum.cc | 117 int string_index = length - 1; in AssignHexString() local 122 current_bigit += HexCharValue(value[string_index--]) << (j * 4); in AssignHexString() 129 for (int j = 0; j <= string_index; ++j) { in AssignHexString() 557 int string_index = needed_chars - 1; in ToHexString() local 558 buffer[string_index--] = '\0'; in ToHexString() 561 buffer[string_index--] = '0'; in ToHexString() 567 buffer[string_index--] = HexCharOfValue(current_bigit & 0xF); in ToHexString() 574 buffer[string_index--] = HexCharOfValue(most_significant_bigit & 0xF); in ToHexString()
|
/external/freetype/include/freetype/internal/services/ |
D | svpscmap.h | 47 (*PS_Adobe_Std_StringsFunc)( FT_UInt string_index ); 79 FT_UInt string_index );
|
/external/libusb/examples/ |
D | xusb.c | 810 uint8_t string_index[3]; // indexes of the string descriptors in test_device() local 849 string_index[0] = dev_desc.iManufacturer; in test_device() 850 string_index[1] = dev_desc.iProduct; in test_device() 851 string_index[2] = dev_desc.iSerialNumber; in test_device() 925 if (string_index[i] == 0) { in test_device() 928 …if (libusb_get_string_descriptor_ascii(handle, string_index[i], (unsigned char*)string, 128) >= 0)… in test_device() 929 printf(" String (0x%02X): \"%s\"\n", string_index[i], string); in test_device()
|
/external/dynamic_depth/internal/base/ |
D | port.h | 396 #define PRINTF_ATTRIBUTE(string_index, first_to_check) \ argument 397 __attribute__((__format__(__printf__, string_index, first_to_check))) 398 #define SCANF_ATTRIBUTE(string_index, first_to_check) \ argument 399 __attribute__((__format__(__scanf__, string_index, first_to_check))) 727 #define PRINTF_ATTRIBUTE(string_index, first_to_check) argument 728 #define SCANF_ATTRIBUTE(string_index, first_to_check) argument
|
/external/v8/src/runtime/ |
D | runtime-regexp.cc | 1649 uint32_t string_index = 0; in RUNTIME_FUNCTION() local 1651 while (string_index < length) { in RUNTIME_FUNCTION() 1653 isolate, RegExpUtils::SetLastIndex(isolate, splitter, string_index)); in RUNTIME_FUNCTION() 1661 string_index = static_cast<uint32_t>( in RUNTIME_FUNCTION() 1662 RegExpUtils::AdvanceStringIndex(string, string_index, unicode)); in RUNTIME_FUNCTION() 1676 string_index = static_cast<uint32_t>( in RUNTIME_FUNCTION() 1677 RegExpUtils::AdvanceStringIndex(string, string_index, unicode)); in RUNTIME_FUNCTION() 1683 factory->NewSubString(string, prev_string_index, string_index); in RUNTIME_FUNCTION() 1712 string_index = prev_string_index; in RUNTIME_FUNCTION()
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cArrayOfArraysTests.cpp | 1900 for (size_t string_index = 0; string_index < sizeof(input) / sizeof(input[0]); string_index++) in test_shader_compilation() local 1905 shader_source += input[string_index]; in test_shader_compilation() 2114 for (size_t string_index = 0; string_index < sizeof(input) / sizeof(input[0]); string_index++) in test_shader_compilation() local 2116 …std::string shader_source = shader_start + " " + input[string_index] + shader_variable_declarat… in test_shader_compilation() 2610 for (size_t string_index = 0; string_index < sizeof(input) / sizeof(input[0]); string_index++) in test_shader_compilation() local 2615 shader_source += input[string_index]; in test_shader_compilation() 3192 …for (size_t string_index = 0; string_index < sizeof(variable_initializations) / sizeof(variable_in… in test_shader_compilation() local 3193 string_index++) in test_shader_compilation() 3196 shader_source += " " + variable_initializations[string_index]; in test_shader_compilation() 3308 for (size_t string_index = 0; string_index < sizeof(input) / sizeof(input[0]); string_index++) in test_shader_compilation() local [all …]
|
/external/googletest/googletest/include/gtest/internal/ |
D | gtest-port.h | 684 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument 685 __attribute__((__format__(__MINGW_PRINTF_FORMAT, string_index, \ 688 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument 689 __attribute__((__format__(__printf__, string_index, first_to_check))) 692 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) argument
|
/external/libusb/libusb/os/ |
D | haiku_usb_raw.h | 138 uint32 string_index; member
|
D | windows_winusb.c | 3016 d.iManufacturer = dev->string_index[0]; in _hid_get_device_descriptor() 3017 d.iProduct = dev->string_index[1]; in _hid_get_device_descriptor() 3018 d.iSerialNumber = dev->string_index[2]; in _hid_get_device_descriptor() 3121 if (_index == (dev->string_index[i])) { in _hid_get_string_descriptor() 3599 priv->hid->string_index[0] = priv->dev_descriptor.iManufacturer; in hid_open() 3600 if (priv->hid->string_index[0] != 0) in hid_open() 3605 priv->hid->string_index[1] = priv->dev_descriptor.iProduct; in hid_open() 3606 if (priv->hid->string_index[1] != 0) in hid_open() 3611 priv->hid->string_index[2] = priv->dev_descriptor.iSerialNumber; in hid_open() 3612 if (priv->hid->string_index[2] != 0) in hid_open()
|
D | windows_winusb.h | 197 uint8_t string_index[3]; // man, prod, ser member
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
D | gtest-port.h | 913 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument 914 __attribute__((__format__(__MINGW_PRINTF_FORMAT, string_index, \ 917 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument 918 __attribute__((__format__(__printf__, string_index, first_to_check))) 921 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) argument
|
/external/freetype/src/cff/ |
D | cffload.c | 2200 CFF_IndexRec string_index; in cff_font_load() local 2205 FT_ZERO( &string_index ); in cff_font_load() 2315 FT_SET_ERROR( cff_index_init( &string_index, in cff_font_load() 2319 FT_SET_ERROR( cff_index_get_pointers( &string_index, in cff_font_load() 2335 font->num_strings = string_index.count; in cff_font_load() 2517 cff_index_done( &string_index ); in cff_font_load()
|
/external/clang/test/CodeGenCXX/ |
D | catch-undef-behavior.cpp | 340 char string_index(int n) { in string_index() function
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowArscAssetManager9.java | 1013 int string_index = -1; in nativeGetResourceStringArrayInfo() local 1015 string_index = (int) (value.get().data); in nativeGetResourceStringArrayInfo() 1019 buffer[(i * 2) + 1] = string_index; in nativeGetResourceStringArrayInfo()
|
D | ShadowArscAssetManager10.java | 1017 int string_index = -1; in nativeGetResourceStringArrayInfo() local 1019 string_index = (int) (value.get().data); in nativeGetResourceStringArrayInfo() 1023 buffer[(i * 2) + 1] = string_index; in nativeGetResourceStringArrayInfo()
|
/external/python/cpython2/Objects/ |
D | stringobject.c | 1774 string_index(PyStringObject *self, PyObject *args) in string_index() function 3655 {"index", (PyCFunction)string_index, METH_VARARGS, index__doc__},
|
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | bcel.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |