HomeSort by relevance Sort by last modified time
    Searched refs:string_index (Results 1 - 18 of 18) sorted by null

  /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/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/freetype/include/freetype/internal/services/
svpscmap.h 47 (*PS_Adobe_Std_StringsFunc)( FT_UInt string_index );
79 FT_UInt string_index );
  /external/freetype/include/freetype/internal/services/
svpscmap.h 47 (*PS_Adobe_Std_StringsFunc)( FT_UInt string_index );
79 FT_UInt 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 140 int string_index = length - 1; local
145 current_bigit += HexCharValue(value[string_index--]) << (j * 4);
152 for (int j = 0; j <= string_index; ++j) {
587 int string_index = needed_chars - 1;
588 buffer[string_index--] = '\0';
591 buffer[string_index--] = '0';
597 buffer[string_index--] = HexCharOfValue(current_bigit & 0xF);
604 buffer[string_index--] = HexCharOfValue(most_significant_bigit & 0xF);
  /external/v8/src/
bignum.cc 139 int string_index = length - 1; local
144 current_bigit += HexCharValue(value[string_index--]) << (j * 4);
151 for (int j = 0; j <= string_index; ++j) {
586 int string_index = needed_chars - 1;
587 buffer[string_index--] = '\0';
590 buffer[string_index--] = '0';
596 buffer[string_index--] = HexCharOfValue(current_bigit & 0xF);
603 buffer[string_index--] = HexCharOfValue(most_significant_bigit & 0xF);
  /external/clang/test/CodeGenCXX/
catch-undef-behavior.cpp 317 char string_index(int n) { function
  /external/chromium_org/third_party/freetype/src/cff/
cffload.c 1438 CFF_IndexRec string_index; local
    [all...]
  /external/freetype/src/cff/
cffload.c 1442 CFF_IndexRec string_index; local
    [all...]
  /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/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/v8/test/cctest/
test-heap-profiler.cc 663 int string_index = static_cast<int>( local
665 CHECK_GT(string_index, 0);
668 v8::Local<v8::String> string = strings_array->Get(string_index)->ToString();
    [all...]
  /external/chromium_org/v8/test/cctest/
test-heap-profiler.cc 753 int string_index = static_cast<int>( local
755 CHECK_GT(string_index, 0);
758 v8::Local<v8::String> string = strings_array->Get(string_index)->ToString();
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /external/emma/lib/
emma.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 2075 milliseconds