HomeSort by relevance Sort by last modified time
    Searched refs:Int (Results 26 - 50 of 1491) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/valgrind/include/
pub_tool_aspacehl.h 42 extern Addr* VG_(get_segment_starts)( UInt kind_mask, /*OUT*/Int* n_acquired );
pub_tool_clientstate.h 62 extern Int VG_(args_for_valgrind_noexecpass);
pub_tool_signals.h 45 typedef void (*fault_catcher_t)(Int sig, Addr addr);
  /external/valgrind/callgrind/
costs.h 47 Int size;
48 Int used;
55 ULong* CLG_(get_costarray)(Int size);
events.h 50 Int size;
55 EventGroup* CLG_(register_event_group) (int id, const HChar*);
56 EventGroup* CLG_(register_event_group2)(int id, const HChar*, const HChar*);
57 EventGroup* CLG_(register_event_group3)(int id, const HChar*, const HChar*,
59 EventGroup* CLG_(register_event_group4)(int id, const HChar*, const HChar*,
61 EventGroup* CLG_(get_event_group)(int id);
69 Int count;
70 Int size;
71 Int offset[MAX_EVENTGROUP_COUNT];
75 EventSet* CLG_(get_event_set)(Int id)
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
bitstream_io.h 30 BitstreamEncVideo *BitStreamCreateEnc(Int bufferSize);
32 PV_STATUS BitstreamPutBits(BitstreamEncVideo *stream, Int Length, UInt Value);
33 PV_STATUS BitstreamPutGT16Bits(BitstreamEncVideo *stream, Int Length, ULong Value);
35 PV_STATUS BitstreamSavePartial(BitstreamEncVideo *stream, Int *fraction);
36 Int BitstreamGetPos(BitstreamEncVideo *stream);
39 Int BitstreamShortHeaderByteAlignStuffing(BitstreamEncVideo *stream);
40 Int BitstreamMpeg4ByteAlignStuffing(BitstreamEncVideo *stream);
44 PV_STATUS BitstreamRepos(BitstreamEncVideo *bitstream, Int byteCount, Int bitCount);
45 PV_STATUS BitstreamFlushBits(BitstreamEncVideo *bitstream1, Int num_bit_left)
    [all...]
dct.h 21 const static Int ColThInter[32] = {0, 0x1C, 0x4C, 0x6C, 0x9C, 0xBC, 0xEC, 0x10C,
27 const static Int ColThIntra[32] = {0, 0x1C, 0x3C, 0x5C, 0x7C, 0x9C, 0xBC, 0xDC,
60 void idct_rowInter(Short *srce, UChar *rec, Int lx);
61 void idct_row0Inter(Short *blk, UChar *rec, Int lx);
62 void idct_row1Inter(Short *blk, UChar *rec, Int lx);
63 void idct_row2Inter(Short *blk, UChar *rec, Int lx);
64 void idct_row3Inter(Short *blk, UChar *rec, Int lx);
65 void idct_row4Inter(Short *blk, UChar *rec, Int lx);
66 void idct_row0x40Inter(Short *blk, UChar *rec, Int lx);
67 void idct_row0x20Inter(Short *blk, UChar *rec, Int lx)
    [all...]
  /frameworks/support/core/ktx/src/main/java/androidx/core/content/res/
TypedArray.kt 29 private fun TypedArray.checkAttribute(@StyleableRes index: Int) {
42 fun TypedArray.getBooleanOrThrow(@StyleableRes index: Int): Boolean {
55 fun TypedArray.getColorOrThrow(@StyleableRes index: Int): Int {
67 fun TypedArray.getColorStateListOrThrow(@StyleableRes index: Int): ColorStateList {
81 fun TypedArray.getDimensionOrThrow(@StyleableRes index: Int): Float {
94 fun TypedArray.getDimensionPixelOffsetOrThrow(@StyleableRes index: Int): Int {
107 fun TypedArray.getDimensionPixelSizeOrThrow(@StyleableRes index: Int): Int {
    [all...]
  /external/valgrind/coregrind/m_ume/
priv_ume.h 37 extern Int VG_(do_exec_inner)(const HChar *exe, ExeInfo *info);
41 extern Int VG_(load_ELF) ( Int fd, const HChar *name, ExeInfo *info );
44 extern Int VG_(load_macho) ( Int fd, const HChar *name, ExeInfo *info );
50 extern Int VG_(load_script) ( Int fd, const HChar *name, ExeInfo *info );
  /external/valgrind/coregrind/
pub_core_clientstate.h 60 extern Int VG_(cl_exec_fd);
71 extern Int VG_(cl_cmdline_fd);
74 extern Int VG_(cl_auxv_fd);
78 extern Int VG_(cl_psinfo_fd);
90 extern Int VG_(fd_soft_limit);
91 extern Int VG_(fd_hard_limit);
127 extern Int* VG_(vfork_fildes_addr);
pub_core_debuglog.h 59 void VG_(debugLog_startup) ( Int level, const HChar* who );
70 Int VG_(debugLog_getLevel) ( void );
76 void VG_(debugLog) ( Int level, const HChar* modulename,
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue9604b.go 24 func (t *_type) testvalues() []*big.Int {
25 var a []*big.Int
51 func (t *_type) trunc(x *big.Int) *big.Int {
52 r := new(big.Int)
53 m := new(big.Int)
57 if t.signed && r.Bit(int(t.bits)-1) == 1 {
76 _type{"int", 8 * uint(unsafe.Sizeof(int(0))), true},
83 eval func(x, y *big.Int) *big.In
    [all...]
  /prebuilts/go/linux-x86/test/fixedbugs/
issue9604b.go 24 func (t *_type) testvalues() []*big.Int {
25 var a []*big.Int
51 func (t *_type) trunc(x *big.Int) *big.Int {
52 r := new(big.Int)
53 m := new(big.Int)
57 if t.signed && r.Bit(int(t.bits)-1) == 1 {
76 _type{"int", 8 * uint(unsafe.Sizeof(int(0))), true},
83 eval func(x, y *big.Int) *big.In
    [all...]
  /developers/build/prebuilts/gradle/RuntimePermissionsBasic/kotlinApp/Application/src/main/java/com/example/android/basicpermissions/util/
ViewExt.kt 22 fun View.showSnackbar(msgId: Int, length: Int) {
26 fun View.showSnackbar(msg: String, length: Int) {
31 msgId: Int,
32 length: Int,
33 actionMessageId: Int,
41 length: Int,
  /developers/samples/android/system/RuntimePermissionsBasic/kotlinApp/Application/src/main/java/com/example/android/basicpermissions/util/
ViewExt.kt 22 fun View.showSnackbar(msgId: Int, length: Int) {
26 fun View.showSnackbar(msg: String, length: Int) {
31 msgId: Int,
32 length: Int,
33 actionMessageId: Int,
41 length: Int,
  /external/valgrind/cachegrind/
cg_arch.h 36 Int size; // bytes
37 Int assoc;
38 Int line_size; // bytes
  /external/clang/test/PCH/
cxx-templates.cpp 24 typedef int type;
30 void test(const int (&a6)[17]) {
31 int x = templ_f<int, 5>(3);
34 S<int, char>::partial();
35 S<int, float>::explicit_special();
41 S3<int> s3;
46 S6<const int[17]>::t2 b6 = a6;
49 template struct S4<int>;
51 S7<int[5]> s7_5
    [all...]
  /frameworks/support/navigation/runtime/ktx/src/main/java/androidx/navigation/
NavController.kt 25 @IdRes id: Int = 0,
26 @IdRes startDestination: Int,
NavHost.kt 25 @IdRes id: Int = 0,
26 @IdRes startDestination: Int,
  /frameworks/support/core/ktx/src/main/java/androidx/core/graphics/
Bitmap.kt 47 * is a [color int][android.graphics.Color] in the sRGB color space.
49 inline operator fun Bitmap.get(x: Int, y: Int) = getPixel(x, y)
52 * Writes the specified [color int][android.graphics.Color] into the bitmap
56 inline operator fun Bitmap.set(x: Int, y: Int, @ColorInt color: Int) = setPixel(x, y, color)
69 inline fun Bitmap.scale(width: Int, height: Int, filter: Boolean = true): Bitmap {
84 width: Int,
    [all...]
  /developers/build/prebuilts/gradle/MultiWindowPlayground/kotlinApp/Application/src/main/java/com/android/multiwindowplayground/logger/
LogNode.kt 39 fun println(priority: Int, tag: String?, msg: String, tr: Throwable?)
  /developers/build/prebuilts/gradle/RecyclerView/kotlinApp/app/src/main/java/com/example/android/common/logger/
LogNode.kt 37 fun println(priority: Int, tag: String?, msg: String?, tr: Throwable?)
  /developers/build/prebuilts/gradle/RuntimePermissions/kotlinApp/app/src/main/java/com/example/android/system/runtimepermissions/extensions/
CollectionsExts.kt 18 fun IntArray.containsOnly(num: Int): Boolean = filter { it == num }.isNotEmpty(
  /developers/samples/android/system/RuntimePermissions/kotlinApp/app/src/main/java/com/example/android/system/runtimepermissions/extensions/
CollectionsExts.kt 18 fun IntArray.containsOnly(num: Int): Boolean = filter { it == num }.isNotEmpty(
  /developers/samples/android/ui/views/RecyclerView/kotlinApp/app/src/main/java/com/example/android/common/logger/
LogNode.kt 37 fun println(priority: Int, tag: String?, msg: String?, tr: Throwable?)

Completed in 512 milliseconds

12 3 4 5 6 7 8 91011>>