/aosp12/art/tools/ahat/etc/ |
H A D | hprofdump.py | 59 def showty(ty): argument 64 if ty == TY_CHAR: 66 if ty == TY_FLOAT: 70 if ty == TY_BYTE: 74 if ty == TY_INT: 76 if ty == TY_LONG: 114 def valsize(ty): argument 119 if ty == TY_CHAR: 129 if ty == TY_INT: 267 val = readval(ty, hprof) ; length -= valsize(ty) [all …]
|
/aosp12/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
H A D | e_rem_pio2l.h | 66 double tx[5],ty[3]; in __ieee754_rem_pio2l() local 129 n = __kernel_rem_pio2(tx,ty,e0,nx,3); in __ieee754_rem_pio2l() 130 t = (long double)ty[2] + ty[1]; in __ieee754_rem_pio2l() 131 r = t + ty[0]; in __ieee754_rem_pio2l() 132 w = ty[0] - (r - t); in __ieee754_rem_pio2l()
|
/aosp12/system/bt/gd/rust/gddi/macros/ |
H A D | lib.rs | 25 return t.ty.clone(); in provides() 61 ty: Type, field 106 let ty = input.parse()?; in parse() localVariable 109 Ok(ProviderDef { ty, ident, parts }) in parse() 139 let types = providers.clone().map(|p| p.ty.clone()); in module() 142 let parting_functions = providers.filter_map(|p| match &p.ty { in module() 143 Type::Path(ty) if p.parts => Some(format_ident!( in module() 145 ty.path.get_ident().unwrap().to_string().to_lowercase() in module() 190 let field_types = fields.iter().map(|f| f.ty.clone()); in part_out()
|
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/ |
H A D | e_rem_pio2f.c | 50 double tx[1],ty[1]; in __ieee754_rem_pio2f() local 75 n = __kernel_rem_pio2(tx,ty,e0,1,0); in __ieee754_rem_pio2f() 76 if(hx<0) {*y = -ty[0]; return -n;} in __ieee754_rem_pio2f() 77 *y = ty[0]; return n; in __ieee754_rem_pio2f()
|
H A D | e_rem_pio2.c | 58 double tx[3],ty[2]; in __ieee754_rem_pio2() local 177 n = __kernel_rem_pio2(tx,ty,e0,nx,1); in __ieee754_rem_pio2() 178 if(hx<0) {y[0] = -ty[0]; y[1] = -ty[1]; return -n;} in __ieee754_rem_pio2() 179 y[0] = ty[0]; y[1] = ty[1]; return n; in __ieee754_rem_pio2()
|
/aosp12/frameworks/base/startop/scripts/trace_analyzer/ |
H A D | queries_mark_write_join.sql | 37 CAST(ty.predictor_name AS integer) AS atrace_pid, 42 (SELECT * FROM tracing_mark_write_split_array WHERE gen = 2) AS ty 43 ON tx.predictorset_id = ty.predictorset_id
|
/aosp12/art/test/utils/python/ |
H A D | generate_java_main.py | 132 def __init__(self, main, ty): argument 136 self.ty = ty 145 return "TEST_NAME_"+self.ty 163 return self.INSTANCE_TEST_TEMPLATE.format(test_name=self.get_name(), ty=self.ty,
|
/aosp12/frameworks/native/libs/gui/ |
H A D | GLConsumerUtils.cpp | 62 float tx = 0.0f, ty = 0.0f, sx = 1.0f, sy = 1.0f; in computeTransformMatrix() local 101 ty = (float(bufferHeight - cropRect.bottom) + shrinkAmount) / in computeTransformMatrix() 111 tx, ty, 0, 1 in computeTransformMatrix()
|
H A D | WindowInfo.cpp | 99 parcel->writeFloat(transform.ty()) ?: in writeToParcel() 142 float dsdx, dtdx, tx, dtdy, dsdy, ty; in readFromParcel() local 157 parcel->readFloat(&ty) ?: in readFromParcel() 192 transform.set({dsdx, dtdx, tx, dtdy, dsdy, ty, 0, 0, 1}); in readFromParcel()
|
/aosp12/frameworks/base/rs/java/android/renderscript/ |
H A D | AllocationAdapter.java | 49 int ty = mAdaptedAllocation.mType.getY(); in initLOD() local 53 if ((tx==1) && (ty == 1) && (tz == 1)) { in initLOD() 58 if (ty > 1) ty >>= 1; in initLOD() 63 mCurrentDimY = ty; in initLOD()
|
/aosp12/frameworks/native/libs/binder/rust/src/parcel/ |
H A D | parcelable.rs | 242 impl $trait:ident for $ty:ty = $fn:path; 245 $(impl_parcelable!{$trait, $ty, $fn})* 250 {Serialize, $ty:ty, $write_fn:path} => { 251 impl Serialize for $ty { 263 {Deserialize, $ty:ty, $read_fn:path} => { 264 impl Deserialize for $ty { 279 {SerializeArray, $ty:ty, $write_array_fn:path} => { 280 impl SerializeArray for $ty { 303 {DeserializeArray, $ty:ty, $read_array_fn:path} => { 304 impl DeserializeArray for $ty {
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
H A D | UT_blur_validation.java | 65 Type ty = typeBuilder.create(); in run() local 67 input2D = Allocation.createTyped(RS, ty); in run() 68 output2D = Allocation.createTyped(RS, ty); in run()
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
H A D | UT_blur_validation.java | 67 Type ty = typeBuilder.create(); in run() local 69 input2D = Allocation.createTyped(RS, ty); in run() 70 output2D = Allocation.createTyped(RS, ty); in run()
|
/aosp12/frameworks/rs/tests/java_api/RsMinimalTest/src/com/android/rs/minimaltest/ |
H A D | UT_blur_validation.java | 65 Type ty = typeBuilder.create(); in run() local 67 input2D = Allocation.createTyped(RS, ty); in run() 68 output2D = Allocation.createTyped(RS, ty); in run()
|
/aosp12/system/security/keystore2/src/ |
H A D | key_parameter.rs | 133 ($t:ty) => { 149 ($t:ty) => { 270 ($enum_name:ident; $($vname:ident$(($vtype:ty))? $tag_name:ident),*) => { 307 $($(#[$emeta:meta])* $vname:ident$(($vtype:ty))?),* $(,)? 340 [$vname:ident($vtype:ty) $tag_name:ident, $($in:tt)*] 365 ($enum_name:ident; $($vname:ident$(($vtype:ty))? $tag_name:ident),*) => { 390 [$vname:ident($vtype:ty), $($in:tt)*] 416 ($enum_name:ident; $($vname:ident$(($vtype:ty))?),*) => { 636 $vname:ident$(($vtype:ty))? 664 $vname:ident$(($vtype:ty))?, [all …]
|
/aosp12/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/xerox/ |
H A D | MDnsUtils.java | 38 String ty = getString(attributes.get(ATTRIBUTE__TY)); in isVendorPrinter() local 42 return (containsVendor(product, vendorValues) || containsVendor(ty, vendorValues) || in isVendorPrinter() 44 !(containsString(ty, EXCLUDE_FUJI) || containsString(product, EXCLUDE_FUJI) || in isVendorPrinter()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
H A D | EyePosition.java | 127 float ty = -1 + t * y; in onAccelerometerChanged() local 130 float length = (float) Math.sqrt(tx * tx + ty * ty + tz * tz); in onAccelerometerChanged() 137 + ty * USER_ANGEL_SIN / length) * mUserDistance, in onAccelerometerChanged()
|
/aosp12/frameworks/rs/ |
H A D | rsType.cpp | 102 uint32_t ty = mHal.state.dimY; in compute() local 108 mHal.state.lodDimY[lod] = ty; in compute() 110 mCellCount += tx * rsMax(ty, 1u) * rsMax(tz, 1u); in compute() 112 if (ty > 1) ty >>= 1; in compute() 124 mHal.state.lodDimY[0] = ty; in compute()
|
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/ |
H A D | test_generator.py | 51 def Dequantize(v, ty): argument 52 v -= ty.zeroPoint 53 if ty.scale != 0: 54 v *= ty.scale 56 v *= ty.extraParams.GetScalesBroadcastArray(ty.dimensions) 60 def Quantize(v, ty): argument 61 if ty.scale != 0: 62 v /= ty.scale 64 v = v / ty.extraParams.GetScalesBroadcastArray(ty.dimensions) 65 v += ty.zeroPoint [all …]
|
/aosp12/packages/apps/WallpaperPicker/src/com/android/photos/views/ |
H A D | TiledImageRenderer.java | 442 for (int ty = r.top, i = 0; ty < r.bottom; ty += size, i++) { in draw() 446 drawTile(canvas, tx, ty, level, x, y, length); in draw() 597 int tx, int ty, int level, float x, float y, float length) { in drawTile() argument 603 Tile tile = getTile(tx, ty, level); in drawTile() 626 source.set(tx * scaleX, ty * scaleY, (tx + size) * scaleX, in drawTile() 627 (ty + size) * scaleY); in drawTile()
|
/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/ |
H A D | TiledImageRenderer.java | 439 for (int ty = r.top, i = 0; ty < r.bottom; ty += size, i++) { in draw() 443 drawTile(canvas, tx, ty, level, x, y, length); in draw() 594 int tx, int ty, int level, float x, float y, float length) { in drawTile() argument 600 Tile tile = getTile(tx, ty, level); in drawTile() 623 source.set(tx * scaleX, ty * scaleY, (tx + size) * scaleX, in drawTile() 624 (ty + size) * scaleY); in drawTile()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
H A D | TileImageView.java | 435 for (int ty = r.top, i = 0; ty < r.bottom; ty += size, i++) { in render() 439 drawTile(canvas, tx, ty, level, x, y, length); in render() 590 int tx, int ty, int level, float x, float y, float length) { in drawTile() argument 596 Tile tile = getTile(tx, ty, level); in drawTile() 617 source.set(tx * scaleX, ty * scaleY, (tx + size) * scaleX, in drawTile() 618 (ty + size) * scaleY); in drawTile()
|
/aosp12/packages/apps/Gallery2/src/com/android/photos/views/ |
H A D | TiledImageRenderer.java | 442 for (int ty = r.top, i = 0; ty < r.bottom; ty += size, i++) { in draw() 446 drawTile(canvas, tx, ty, level, x, y, length); in draw() 597 int tx, int ty, int level, float x, float y, float length) { in drawTile() argument 603 Tile tile = getTile(tx, ty, level); in drawTile() 626 source.set(tx * scaleX, ty * scaleY, (tx + size) * scaleX, in drawTile() 627 (ty + size) * scaleY); in drawTile()
|
/aosp12/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/hp/ |
H A D | MDnsUtils.java | 41 String ty = getString(attributes.get(ATTRIBUTE__TY)); in isVendorPrinter() local 44 …return containsVendor(product, vendorValues) || containsVendor(ty, vendorValues) || containsVendor… in isVendorPrinter()
|
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | MovingSurfaceViewActivity.java | 67 public void setMyTranslationY(float ty) { in setMyTranslationY() argument 68 setTranslationY(ty); in setMyTranslationY()
|