HomeSort by relevance Sort by last modified time
    Searched full:string_index (Results 1 - 25 of 26) sorted by null

1 2

  /external/ceres-solver/internal/ceres/
stringprintf.h 57 #define CERES_PRINTF_ATTRIBUTE(string_index, first_to_check) \
58 __attribute__((__format__ (__printf__, string_index, first_to_check)))
59 #define CERES_SCANF_ATTRIBUTE(string_index, first_to_check) \
60 __attribute__((__format__ (__scanf__, string_index, first_to_check)))
62 #define CERES_PRINTF_ATTRIBUTE(string_index, first_to_check)
  /external/chromium_org/tools/relocation_packer/src/
debug.h 35 #define PRINTF_ATTRIBUTE(string_index, first_to_check) \
36 __attribute__((__format__(__printf__, string_index, first_to_check)))
38 #define PRINTF_ATTRIBUTE(string_index, first_to_check)
elf_file.cc 161 size_t string_index; local
162 elf_getshdrstrndx(elf_, &string_index);
180 std::string name = elf_strptr(elf_, string_index, section_header->sh_name);
288 size_t string_index; local
289 elf_getshdrstrndx(elf, &string_index);
294 std::string name = elf_strptr(elf, string_index, section_header->sh_name);
475 size_t string_index;
476 elf_getshdrstrndx(elf, &string_index);
478 elf_strptr(elf, string_index, section_header->sh_name);
543 std::string name = elf_strptr(elf, string_index, section_header->sh_name)
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/internal/services/
svpscmap.h 47 (*PS_Adobe_Std_StringsFunc)( FT_UInt string_index );
79 FT_UInt string_index );
  /external/freetype/include/internal/services/
svpscmap.h 47 (*PS_Adobe_Std_StringsFunc)( FT_UInt string_index );
79 FT_UInt string_index );
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/services/
svpscmap.h 47 (*PS_Adobe_Std_StringsFunc)( FT_UInt string_index );
79 FT_UInt string_index );
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/services/
svpscmap.h 47 (*PS_Adobe_Std_StringsFunc)( FT_UInt string_index );
79 FT_UInt string_index );
  /external/emma/core/java12/com/vladium/jcd/cls/constant/
CONSTANT_String_info.java 21 * 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)
40 m_string_index = string_index;
58 return "CONSTANT_String: [string_index = " + m_string_index + ']';
  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
bignum.cc 141 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/v8/src/
bignum.cc 117 int string_index = length - 1; local
122 current_bigit += HexCharValue(value[string_index--]) << (j * 4);
129 for (int j = 0; j <= string_index; ++j) {
564 int string_index = needed_chars - 1;
565 buffer[string_index--] = '\0';
568 buffer[string_index--] = '0';
574 buffer[string_index--] = HexCharOfValue(current_bigit & 0xF);
581 buffer[string_index--] = HexCharOfValue(most_significant_bigit & 0xF);
  /external/chromium_org/third_party/ots/src/
cff.cc 954 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/chromium_org/third_party/freetype/src/cff/
cffload.c 1442 CFF_IndexRec string_index; local
    [all...]
  /external/freetype/src/cff/
cffload.c 1449 CFF_IndexRec string_index; local
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cffload.c 1442 CFF_IndexRec string_index; local
    [all...]
  /art/compiler/dex/quick/
dex_file_method_inliner.cc 587 uint32_t string_index = dex_file->GetIndexForStringId(*string_id); local
589 const DexFile::TypeId* type_id = dex_file->FindTypeId(string_index);
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
windows_usb.c     [all...]
windows_usb.h 203 uint8_t string_index[3]; // man, prod, ser member in struct:hid_device_priv
  /external/clang/test/CodeGenCXX/
catch-undef-behavior.cpp 317 char string_index(int n) { function
  /external/chromium_org/v8/test/cctest/
test-heap-profiler.cc 904 int string_index = static_cast<int>( local
    [all...]
  /external/javassist/src/main/javassist/bytecode/
ConstPool.java 578 * @return the string specified by <code>string_index</code>.
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/python/linux-x86/2.7.5/bin/
python 
python2 

Completed in 1807 milliseconds

1 2