/sdk/layoutlib_api/sample/testproject/ |
build.properties | 4 # integral to the build system of your project.
|
/sdk/testapps/aidlTest/libWithAidl/ |
ant.properties | 4 # integral to the build system of your project.
|
/sdk/testapps/aidlTest/mainProject/ |
ant.properties | 4 # integral to the build system of your project.
|
/sdk/testapps/basicProjectWithAidl/ |
build.properties | 4 # integral to the build system of your project.
|
/sdk/testapps/buildConfigTest/app/ |
ant.properties | 4 # integral to the build system of your project.
|
/sdk/testapps/customViewTest/libWithCustomView/ |
ant.properties | 4 # integral to the build system of your project.
|
/sdk/testapps/customViewTest/mainProject/ |
ant.properties | 4 # integral to the build system of your project.
|
/sdk/testapps/gridlayoutTest/app/ |
ant.properties | 4 # integral to the build system of your project.
|
/sdk/testapps/jarCheckTests1/app/ |
ant.properties | 4 # integral to the build system of your project.
|
/sdk/testapps/jarCheckTests1/lib1/ |
ant.properties | 4 # integral to the build system of your project.
|
/sdk/testapps/jarCheckTests1/lib2/ |
ant.properties | 4 # integral to the build system of your project.
|
/sdk/testapps/jarCheckTests2/app/ |
ant.properties | 4 # integral to the build system of your project.
|
/sdk/testapps/jarCheckTests2/lib1/ |
ant.properties | 4 # integral to the build system of your project.
|
/sdk/testapps/jarCheckTests2/lib2/ |
ant.properties | 4 # integral to the build system of your project.
|
/sdk/testapps/jarCheckTests3/app/ |
ant.properties | 4 # integral to the build system of your project.
|
/sdk/testapps/jarCheckTests3/lib1/ |
ant.properties | 4 # integral to the build system of your project.
|
/sdk/testapps/jarCheckTests3/lib2/ |
ant.properties | 4 # integral to the build system of your project.
|
/bionic/libc/tzcode/ |
difftime.c | 36 ** time_t is integral and unsigned. 45 ** time_t is integral and signed.
|
/external/clang/test/CXX/dcl.dcl/dcl.enum/ |
p5.cpp | 17 // initializing value has an unspecified integral type. 26 // type is an unspecified integral type sufficient to contain the
|
/external/freetype/src/psaux/ |
psconv.c | 148 FT_Fixed integral; local 166 integral = PS_Conv_ToInt( &p, limit ) << 16; 168 integral = 0; 188 if ( !integral && power_ten > 0 ) 213 integral *= 10; 220 integral /= 10; 226 integral += FT_DivFix( decimal, divider ); 229 integral = -integral; 233 return integral; [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
mathcalls.h | 103 /* Break VALUE into a normalized fraction and an integral power of 2. */ 115 /* Break VALUE into integral and fractional parts. */ 134 /* Return the base 2 signed integral exponent of X. */ 178 /* Smallest integral value not less than X. */ 304 /* Round X to integral value in floating-point format using current 308 /* Round X to nearest integral value, rounding halfway cases away from 312 /* Round X to the integral value in floating-point format nearest but 317 and magnitude congruent `mod 2^n' to the magnitude of the integral 324 /* Round X to nearest integral value according to current rounding 329 /* Round X to nearest integral value, rounding halfway cases away fro [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
mathcalls.h | 103 /* Break VALUE into a normalized fraction and an integral power of 2. */ 115 /* Break VALUE into integral and fractional parts. */ 134 /* Return the base 2 signed integral exponent of X. */ 178 /* Smallest integral value not less than X. */ 304 /* Round X to integral value in floating-point format using current 308 /* Round X to nearest integral value, rounding halfway cases away from 312 /* Round X to the integral value in floating-point format nearest but 317 and magnitude congruent `mod 2^n' to the magnitude of the integral 324 /* Round X to nearest integral value according to current rounding 329 /* Round X to nearest integral value, rounding halfway cases away fro [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
mathcalls.h | 103 /* Break VALUE into a normalized fraction and an integral power of 2. */ 115 /* Break VALUE into integral and fractional parts. */ 134 /* Return the base 2 signed integral exponent of X. */ 178 /* Smallest integral value not less than X. */ 304 /* Round X to integral value in floating-point format using current 308 /* Round X to nearest integral value, rounding halfway cases away from 312 /* Round X to the integral value in floating-point format nearest but 317 and magnitude congruent `mod 2^n' to the magnitude of the integral 324 /* Round X to nearest integral value according to current rounding 329 /* Round X to nearest integral value, rounding halfway cases away fro [all...] |
/external/clang/include/clang/AST/ |
OperationKinds.h | 138 /// CK_IntegralToPointer - Integral to pointer. A special kind of 145 /// CK_PointerToIntegral - Pointer to integral. A special kind of 165 /// CK_IntegralCast - A cast between integral types (other than to 172 /// CK_IntegralToBoolean - Integral to boolean. A check against zero. 176 /// CK_IntegralToFloating - Integral to floating point. 180 /// CK_FloatingToIntegral - Floating point to integral. Rounds 231 /// \brief Converts from a floating complex to an integral complex. 235 /// \brief Converts from an integral real to an integral complex 241 /// \brief Converts an integral complex to an integral real of th [all...] |
/external/libvorbis/doc/ |
vorbis-clip.txt | 24 limited to streams that contain an integral number of packets. 37 necessarily contain integral numbers of packets, but that isn't 55 File length a non-integral number of frames: 58 integral number of packets; such a file is encoded with the last 85 Beginning point not on integral packet boundary: 89 really begins after an integral packet boundary, a situation analagous 91 integral packet boundary. The easiest example is taking a clip out of
|