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

/external/emma/core/java12/com/vladium/jcd/cls/constant/
H A DCONSTANT_String_info.java21 * The value of the string_index item must be a valid index into the constant pool
38 public CONSTANT_String_info (final int string_index) argument
40 m_string_index = string_index;
58 return "CONSTANT_String: [string_index = " + m_string_index + ']';
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
H A Dbignum.cc141 int string_index = length - 1; local
146 current_bigit += HexCharValue(value[string_index--]) << (j * 4);
153 for (int j = 0; j <= string_index; ++j) {
588 int string_index = needed_chars - 1;
589 buffer[string_index--] = '\0';
592 buffer[string_index--] = '0';
598 buffer[string_index--] = HexCharOfValue(current_bigit & 0xF);
605 buffer[string_index--] = HexCharOfValue(most_significant_bigit & 0xF);
/external/chromium_org/tools/relocation_packer/src/
H A Delf_file.cc197 size_t string_index; local
198 elf_getshdrstrndx(elf, &string_index);
215 std::string name = elf_strptr(elf, string_index, section_header->sh_name);
304 size_t string_index; local
305 elf_getshdrstrndx(elf, &string_index);
310 std::string name = elf_strptr(elf, string_index, section_header->sh_name);
572 size_t string_index;
573 elf_getshdrstrndx(elf, &string_index);
576 std::string name = elf_strptr(elf, string_index, section_header->sh_name);
584 name = elf_strptr(elf, string_index, section_heade
[all...]
/external/chromium_org/v8/src/
H A Dbignum.cc118 int string_index = length - 1; local
123 current_bigit += HexCharValue(value[string_index--]) << (j * 4);
130 for (int j = 0; j <= string_index; ++j) {
565 int string_index = needed_chars - 1;
566 buffer[string_index--] = '\0';
569 buffer[string_index--] = '0';
575 buffer[string_index--] = HexCharOfValue(current_bigit & 0xF);
582 buffer[string_index--] = HexCharOfValue(most_significant_bigit & 0xF);
/external/chromium_org/third_party/freetype/src/cff/
H A Dcffload.c1442 CFF_IndexRec string_index; local
1447 FT_ZERO( &string_index );
1477 FT_SET_ERROR( cff_index_init( &string_index,
1481 FT_SET_ERROR( cff_index_get_pointers( &string_index,
1486 font->num_strings = string_index.count;
1645 cff_index_done( &string_index );
/external/chromium_org/third_party/ots/src/
H A Dcff.cc954 CFFIndex string_index; local
955 if (!ParseIndex(&table, &string_index)) {
958 if (string_index.count >= 65000 - kNStdString) {
962 const size_t sid_max = string_index.count + kNStdString;
963 // string_index.count == 0 is allowed.
972 table.set_offset(string_index.offset_to_next);
/external/clang/test/CodeGenCXX/
H A Dcatch-undef-behavior.cpp317 char string_index(int n) { function
/external/freetype/src/cff/
H A Dcffload.c1449 CFF_IndexRec string_index; local
1454 FT_ZERO( &string_index );
1484 FT_SET_ERROR( cff_index_init( &string_index,
1488 FT_SET_ERROR( cff_index_get_pointers( &string_index,
1493 font->num_strings = string_index.count;
1652 cff_index_done( &string_index );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcffload.c1442 CFF_IndexRec string_index; local
1447 FT_ZERO( &string_index );
1477 FT_SET_ERROR( cff_index_init( &string_index,
1481 FT_SET_ERROR( cff_index_get_pointers( &string_index,
1486 font->num_strings = string_index.count;
1645 cff_index_done( &string_index );
/external/chromium_org/v8/test/cctest/
H A Dtest-heap-profiler.cc985 int string_index = static_cast<int>( local
987 CHECK_GT(string_index, 0);
990 v8::Local<v8::String> string = strings_array->Get(string_index)->ToString();
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwindows_usb.h203 uint8_t string_index[3]; // man, prod, ser member in struct:hid_device_priv
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 283 milliseconds