HomeSort by relevance Sort by last modified time
    Searched refs:int32_t (Results 1 - 25 of 6367) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/
tag.h 29 static const int32_t ttcf;
33 static const int32_t cmap;
34 static const int32_t head;
35 static const int32_t hhea;
36 static const int32_t hmtx;
37 static const int32_t maxp;
38 static const int32_t name;
39 static const int32_t OS_2;
40 static const int32_t post;
43 static const int32_t cvt
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
ccaltst.h 58 static void testZones(int32_t, int32_t, int32_t, int32_t, int32_t, int32_t);
76 static void checkDate(UCalendar* c, int32_t y, int32_t m, int32_t d);
78 static void checkDateTime(UCalendar* c, int32_t y, int32_t m, int32_t d,
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ccaltst.h 58 static void testZones(int32_t, int32_t, int32_t, int32_t, int32_t, int32_t);
76 static void checkDate(UCalendar* c, int32_t y, int32_t m, int32_t d);
78 static void checkDateTime(UCalendar* c, int32_t y, int32_t m, int32_t d,
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
byte_array.h 35 int32_t Length();
40 int32_t Size();
45 int32_t SetFilledLength(int32_t filled_length);
50 virtual int32_t Get(int32_t index);
58 virtual int32_t Get(int32_t index, ByteVector* b);
68 virtual int32_t Get(int32_t index
    [all...]
writable_font_data.h 38 static CALLER_ATTACH WritableFontData* CreateWritableFontData(int32_t length);
51 virtual int32_t WriteByte(int32_t index, byte_t b);
60 virtual int32_t WriteBytes(int32_t index,
62 int32_t offset,
63 int32_t length);
70 virtual int32_t WriteBytes(int32_t index, ByteVector* b);
82 virtual int32_t WriteBytesPad(int32_t index
    [all...]
readable_font_data.h 75 virtual int32_t ReadUByte(int32_t index);
81 virtual int32_t ReadByte(int32_t index);
90 virtual int32_t ReadBytes(int32_t index,
92 int32_t offset,
93 int32_t length);
99 virtual int32_t ReadChar(int32_t index)
    [all...]
  /external/chromium_org/third_party/icu/source/tools/toolutil/
denseranges.h 34 U_CAPI int32_t U_EXPORT2
35 uprv_makeDenseRanges(const int32_t values[], int32_t length,
36 int32_t density,
37 int32_t ranges[][2], int32_t capacity);
  /external/clang/test/Sema/
arm_acle.c 10 int32_t test_ssat_const_diag(int32_t t, const int32_t v) {
14 int32_t test_usat_const_diag(int32_t t, const int32_t v) {
  /external/icu/icu4c/source/tools/toolutil/
denseranges.h 34 U_CAPI int32_t U_EXPORT2
35 uprv_makeDenseRanges(const int32_t values[], int32_t length,
36 int32_t density,
37 int32_t ranges[][2], int32_t capacity);
collationinfo.h 26 static void printSizes(int32_t sizeWithHeader, const int32_t indexes[]);
31 static int32_t getDataLength(const int32_t indexes[], int32_t startIndex);
  /cts/tests/tests/opengl/libopengltest/
types.h 19 int32_t mShaderError;
20 int32_t mShaderCount;
21 int32_t mProgramError;
  /external/chromium_org/ppapi/generators/test_cgen_range/
versions.h 33 int32_t (*Bar)(int32_t x, int32_t y, int32_t z);
39 int32_t (*Bar)(int32_t x);
43 int32_t (*Bar)(int32_t x, int32_t y);
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
resample_by_2_internal.h 26 void WebRtcSpl_DownBy2IntToShort(int32_t *in, int32_t len, int16_t *out,
27 int32_t *state);
29 void WebRtcSpl_DownBy2ShortToInt(const int16_t *in, int32_t len,
30 int32_t *out, int32_t *state);
32 void WebRtcSpl_UpBy2ShortToInt(const int16_t *in, int32_t len,
33 int32_t *out, int32_t *state);
35 void WebRtcSpl_UpBy2IntToInt(const int32_t *in, int32_t len, int32_t *out
    [all...]
  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
atomic32.h 31 Atomic32(int32_t initial_value = 0);
35 int32_t operator++();
36 int32_t operator--();
38 int32_t operator+=(int32_t value);
39 int32_t operator-=(int32_t value);
43 bool CompareExchange(int32_t new_value, int32_t compare_value);
44 int32_t Value()
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
bitmap_glyph_info.h 37 BitmapGlyphInfo(int32_t glyph_id,
38 int32_t block_offset,
39 int32_t start_offset,
40 int32_t length,
41 int32_t format);
49 BitmapGlyphInfo(int32_t glyph_id,
50 int32_t start_offset,
51 int32_t length,
52 int32_t format);
54 int32_t glyph_id() const { return glyph_id_;
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
maximum_profile_table.h 43 int32_t TableVersion();
44 void SetTableVersion(int32_t version);
45 int32_t NumGlyphs();
46 void SetNumGlyphs(int32_t num_glyphs);
47 int32_t MaxPoints();
48 void SetMaxPoints(int32_t max_points);
49 int32_t MaxContours();
50 void SetMaxContours(int32_t max_contours);
51 int32_t MaxCompositePoints();
52 void SetMaxCompositePoints(int32_t max_composite_points)
    [all...]
  /external/chromium_org/ppapi/api/
pp_instance.idl 20 [assert_size(4)] typedef int32_t PP_Instance;
pp_module.idl 19 typedef int32_t PP_Module;
pp_resource.idl 26 [assert_size(4)] typedef int32_t PP_Resource;
  /external/chromium_org/third_party/icu/source/test/perf/unisetperf/draft/
unicont.h 25 virtual int32_t span(const UChar *s, int32_t length);
27 virtual int32_t spanNot(const UChar *s, int32_t length);
29 virtual int32_t spanUTF8(const UChar *s, int32_t length);
31 virtual int32_t spanNotUTF8(const UChar *s, int32_t length);
  /external/icu/icu4c/source/test/perf/unisetperf/draft/
unicont.h 25 virtual int32_t span(const UChar *s, int32_t length);
27 virtual int32_t spanNot(const UChar *s, int32_t length);
29 virtual int32_t spanUTF8(const UChar *s, int32_t length);
31 virtual int32_t spanNotUTF8(const UChar *s, int32_t length);
  /external/chromium_org/third_party/skia/tests/
CanvasStateHelpers.h 23 float right, float bottom, int32_t spacer);
32 float left, float top, float right, float bottom, int32_t spacer);
38 void complex_clips_draw(SkCanvas* canvas, int32_t left, int32_t top,
39 int32_t right, int32_t bottom, int32_t clipOp, const SkRegion& localRegion);
48 int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp
    [all...]
  /development/ndk/platforms/android-14/include/android/
rect.h 29 typedef int32_t value_type;
31 int32_t left;
32 int32_t top;
33 int32_t right;
34 int32_t bottom;
  /development/ndk/platforms/android-16/include/android/
rect.h 29 typedef int32_t value_type;
31 int32_t left;
32 int32_t top;
33 int32_t right;
34 int32_t bottom;
  /development/ndk/platforms/android-9/include/android/
rect.h 29 typedef int32_t value_type;
31 int32_t left;
32 int32_t top;
33 int32_t right;
34 int32_t bottom;

Completed in 1102 milliseconds

1 2 3 4 5 6 7 8 91011>>