Searched refs:It (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/packages/SettingsProvider/test/
H A DAndroid.mk7 # Note we statically link SettingsState to do some unit tests. It's not accessible otherwise
/frameworks/rs/rsov/compiler/
H A DRSAllocationUtils.cpp87 auto It = Mapping.find(U); local
88 if (It != Mapping.end()) {
89 if (It->second == GV) {
96 It->second->print(errs());
/frameworks/av/media/audioserver/
H A DAndroid.mk22 # TODO oboeservice is the old folder name for aaudioservice. It will be changed.
/frameworks/rs/script_api/
H A Drs_io.spec62 It returns true if the message was sent and false if the
H A Drs_time.spec21 system up time. It is not recommended to call these functions inside of a kernel.
H A Drs_object_types.spec175 This enumeration is primarly useful for graphical data. It provides additional information to
H A Drs_for_each.spec51 over, like dimensions. It also contains rarely used indices of the currently processed
78 It is currently used to restrict processing to a subset of cells. In future
H A Drs_math.spec2235 It is valid for inputs from -86.f to 86.f. The precision is no worse than what would be
2262 It is valid for inputs from -37.f to 37.f. The precision is no worse than what would be
2289 It is valid for inputs from -125.f to 125.f. The precision is no worse than what would be
2365 It is not accurate for values very close to zero.
2391 It is not accurate for values very close to zero.
2440 It is not accurate for values very close to zero.
2925 and the sign negative. It returns 0.5f.
/frameworks/base/data/fonts/
H A DAndroid.mk65 # It also serves as the module name and the dest file name.
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s58 ; * performed. It is equal to ac_pred_flag in the bit
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s58 ; * performed. It is equal to ac_pred_flag in the bit
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp687 ResolveConstantsTy::iterator It = local
691 assert(It != ResolveConstants.end() && It->first == *I);
692 NewOp = operator[](It->second);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp962 ResolveConstantsTy::iterator It = local
966 assert(It != ResolveConstants.end() && It->first == *I);
967 NewOp = operator[](It->second);
/frameworks/base/tools/apilint/
H A Dapilint.py18 Enforces common Android public API design patterns. It ignores lint messages from
1256 patterns. It ignores lint messages from a previous API level, if provided.")

Completed in 381 milliseconds