Home
last modified time | relevance | path

Searched refs:S (Results 1 – 25 of 113) sorted by relevance

12345

/frameworks/base/libs/hwui/utils/
DPair.h23 template <typename F, typename S>
26 S second;
30 Pair(const F& f, const S& s) : first(f), second(s) { } in Pair()
36 inline const S& getSecond() const { in getSecond()
43 template <typename F, typename S>
44 struct trait_trivial_ctor< uirenderer::Pair<F, S> >
45 { enum { value = aggregate_traits<F, S>::has_trivial_ctor }; };
46 template <typename F, typename S>
47 struct trait_trivial_dtor< uirenderer::Pair<F, S> >
48 { enum { value = aggregate_traits<F, S>::has_trivial_dtor }; };
[all …]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
DAndroid.mk41 ./source/arm_neon_asm_gcc/h264bsdWriteMacroblock.S \
42 ./source/arm_neon_asm_gcc/h264bsdClearMbLayer.S \
43 ./source/arm_neon_asm_gcc/h264bsdFillRow7.S \
44 ./source/arm_neon_asm_gcc/h264bsdCountLeadingZeros.S \
45 ./source/arm_neon_asm_gcc/h264bsdFlushBits.S
59 ./omxdl/arm_neon/vc/m4p10/src_gcc/armVCM4P10_DeblockingChroma_unsafe_s.S \
60 ./omxdl/arm_neon/vc/m4p10/src_gcc/armVCM4P10_DeblockingLuma_unsafe_s.S \
61 ./omxdl/arm_neon/vc/m4p10/src_gcc/armVCM4P10_Interpolate_Chroma_s.S \
62 ./omxdl/arm_neon/vc/m4p10/src_gcc/armVCM4P10_InterpolateLuma_Align_unsafe_s.S \
63 ./omxdl/arm_neon/vc/m4p10/src_gcc/armVCM4P10_InterpolateLuma_Copy_unsafe_s.S \
[all …]
/frameworks/rs/driver/linkloader/include/impl/
DELFObject.hxx145 Inst_t S = (Inst_t)(int64_t)sym->getAddress(EM_ARM); in relocateARM() local
160 if (S == 0 && sym->getType() == STT_NOTYPE) { in relocateARM()
165 S = (Inst_t)(uintptr_t)ext_sym; in relocateARM()
169 *inst = (S + A) | T; in relocateARM()
249 S = (uint32_t)(uintptr_t)stub; in relocateARM()
253 uint32_t result = (S + A - P) >> 2; in relocateARM()
265 uint32_t result = (S + A - P) >> 1; in relocateARM()
300 if (S == 0 && sym->getType() == STT_NOTYPE) { in relocateARM()
305 S = (Inst_t)(uintptr_t)ext_sym; in relocateARM()
310 S >>= 16; in relocateARM()
[all …]
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocator.cpp109 HexagonRelocator::Address S = pReloc.symValue(); in relocB22PCREL() local
113 int32_t result = (int32_t) ((S + A - P) >> 2); in relocB22PCREL()
127 HexagonRelocator::Address S = pReloc.symValue(); in relocB15PCREL() local
131 int32_t result = (int32_t) ((S + A - P) >> 2); in relocB15PCREL()
144 HexagonRelocator::Address S = pReloc.symValue(); in relocB7PCREL() local
148 int32_t result = (int32_t) ((S + A - P) >> 2); in relocB7PCREL()
161 HexagonRelocator::Address S = pReloc.symValue(); in relocLO16() local
164 uint32_t result = (uint32_t) (S + A); in relocLO16()
173 HexagonRelocator::Address S = pReloc.symValue(); in relocHI16() local
176 uint32_t result = (uint32_t) ((S + A) >> 16); in relocHI16()
[all …]
/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.cpp368 ARMRelocator::DWord S = pReloc.symValue(); in abs32() local
375 pReloc.target() = (S + A) | T; in abs32()
382 pReloc.target() = (S + A) | T ; in abs32()
389 S = helper_PLT(pReloc, pParent); in abs32()
408 pReloc.target() = (S + A) | T; in abs32()
416 ARMRelocator::Address S = pReloc.symValue(); in rel32() local
423 S = helper_PLT(pReloc, pParent); in rel32()
429 pReloc.target() = ((S + A) | T) - pReloc.place(); in rel32()
449 ARMRelocator::Address S = pReloc.symValue(); in gotoff32() local
451 pReloc.target() = ((S + A) | T) - GOT_ORG; in gotoff32()
[all …]
/frameworks/native/services/sensorservice/
Dvec.h47 template < template<typename T, size_t S> class VEC,
48 typename TYPE, size_t SIZE, size_t S>
50 vec<TYPE, SIZE>& lhs, const VEC<TYPE, S>& rhs) { in doAssign()
51 const size_t minSize = min(SIZE, S); in doAssign()
52 const size_t maxSize = max(SIZE, S); in doAssign()
62 template<typename T, size_t S> class VLHS,
63 template<typename T, size_t S> class VRHS,
77 template<typename T, size_t S> class VLHS,
78 template<typename T, size_t S> class VRHS,
92 template<typename T, size_t S> class VEC,
[all …]
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Dvibrance.rs25 static float S = 0.f;
41 S = sx+1;
42 MS = 1.0f - S;
51 float Rc = R * (Rt + S) + G * Gt + B * Bt;
52 float Gc = R * Rt + G * (Gt + S) + B * Bt;
53 float Bc = R * Rt + G * Gt + B * (Bt + S);
64 S = Vib + 1;
65 MS = 1.0f - S;
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Dvibrance.rs26 static float S = 0.f;
42 S = sx+1;
43 MS = 1.0f - S;
52 float Rc = R * (Rt + S) + G * Gt + B * Bt;
53 float Gc = R * Rt + G * (Gt + S) + B * Bt;
54 float Bc = R * Rt + G * Gt + B * (Bt + S);
65 S = Vib + 1;
66 MS = 1.0f - S;
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Dvibrance.rs25 static float S = 0.f;
41 S = sx+1;
42 MS = 1.0f - S;
51 float Rc = R * (Rt + S) + G * Gt + B * Bt;
52 float Gc = R * Rt + G * (Gt + S) + B * Bt;
53 float Bc = R * Rt + G * Gt + B * (Bt + S);
64 S = Vib + 1;
65 MS = 1.0f - S;
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsRelocator.cpp191 Relocator::DWord S = pReloc.symValue(); in helper_DynRel() local
195 pReloc.target() = A + S; in helper_DynRel()
222 Relocator::DWord S = pReloc.symValue(); in abs32() local
228 pReloc.target() = S + A; in abs32()
238 pReloc.target() = (S + A); in abs32()
263 int32_t S = pReloc.symValue(); in hi16() local
264 res = ((AHL + S) - (int16_t)(AHL + S)) >> 16; in hi16()
288 int32_t S = pReloc.symValue(); in lo16() local
293 res = ALO + S; in lo16()
316 int32_t S = pReloc.symValue(); in got16() local
[all …]
/frameworks/compile/slang/
Dslang_rs_context.h129 inline void setLicenseNote(const std::string &S) { in setLicenseNote() argument
130 mLicenseNote = new std::string(S); in setLicenseNote()
134 inline void addExportType(const std::string &S) { in addExportType() argument
135 mNeedExportTypes.insert(S); in addExportType()
139 inline void setReflectJavaPackageName(const std::string &S) { in setReflectJavaPackageName() argument
140 mReflectJavaPackageName = S; in setReflectJavaPackageName()
147 inline void setRSPackageName(const std::string &S) { in setRSPackageName() argument
148 mRSPackageName = S; in setRSPackageName()
Dslang_rs_ast_replace.h51 inline bool matchesStmt(const clang::Stmt *S) const { in matchesStmt() argument
53 return mOldStmt == S; in matchesStmt()
69 void VisitStmt(clang::Stmt *S);
Dslang_rs_object_ref_count.cpp119 clang::Stmt *S, in AppendAfterStmt() argument
130 if (!S && ((*bI)->getStmtClass() == clang::Stmt::ReturnStmtClass)) { in AppendAfterStmt()
141 if ((*bI == S) && !Once) { in AppendAfterStmt()
153 if (!S) { in AppendAfterStmt()
221 clang::Stmt *S = NULL; in InsertDestructors() local
227 S = mReplaceStmtStack.top(); in InsertDestructors()
232 if (SM.isBeforeInTranslationUnit(S->getLocStart(), mVarLoc)) { in InsertDestructors()
236 StmtList.push_back(S); in InsertDestructors()
238 BuildCompoundStmt(mCtx, StmtList, S->getLocEnd()); in InsertDestructors()
242 R.ReplaceStmt(mOuterStmt, S, CS); in InsertDestructors()
[all …]
Dslang_rs_ast_replace.cpp64 void RSASTReplace::VisitStmt(clang::Stmt *S) { in VisitStmt() argument
68 for (clang::Stmt::child_iterator I = S->child_begin(), E = S->child_end(); in VisitStmt()
Dslang_rs_check_ast.cpp26 void RSCheckAST::VisitStmt(clang::Stmt *S) { in VisitStmt() argument
30 for (clang::Stmt::child_iterator I = S->child_begin(), E = S->child_end(); in VisitStmt()
Dslang_rs_metadata_spec_encoder.cpp45 llvm::StringRef S(reinterpret_cast<const char*>(&I), sizeof(I)); in EncodeInteger()
46 llvm::MDString *MDS = llvm::MDString::get(C, S); in EncodeInteger()
91 unsigned joinString(const std::string &S);
132 unsigned RSMetadataEncoderInternal::joinString(const std::string &S) { in joinString() argument
133 StringsMapTy::const_iterator I = mStrings.find(S); in joinString()
140 mStrings.insert(std::make_pair(S, mCurStringIndex)); in joinString()
/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp247 Relocator::DWord S = pReloc.symValue(); in abs() local
257 pReloc.target() = S + A; in abs()
273 pReloc.target() = S + A; in abs()
280 S = helper_PLT(pReloc, pParent); in abs()
300 pReloc.target() = S + A; in abs()
311 Relocator::DWord S = pReloc.symValue(); in rel() local
318 pReloc.target() = S + A - P; in rel()
325 S = helper_PLT(pReloc, pParent); in rel()
326 pReloc.target() = S + A - P; in rel()
345 pReloc.target() = S + A - P; in rel()
[all …]
/frameworks/compile/mclinker/lib/Support/
Draw_ostream.cpp99 static mcld::raw_fd_ostream S(STDOUT_FILENO, true); in outs() local
100 return S; in outs()
105 static mcld::raw_fd_ostream S(STDERR_FILENO, false, true); in errs() local
106 return S; in errs()
/frameworks/base/core/java/android/util/
DPair.java26 public class Pair<F, S> {
28 public final S second;
36 public Pair(F first, S second) { in Pair()
/frameworks/base/media/tests/contents/media_api/music/
Dtest_amr_ietf.amr11 …43�__�]����<B:20�Q(���T��A���������=v�`<POI���6��J�*���g�����3�4��<(@S��_��w.��[ը��������#…
54 …r�K`<zXA�5�a��J�ڢ����C��0*h��j@<"/q�ץ�w��[���W�ڼ�U�qԖ?�<F{t��y���ԛS��]�����ڵ��E�<H9�#…
87 …�`�Z��� �D6�ϖ�����~E�<�vm%a�����U��,X�I�ˋ�� Z�2�<������멸��-N7q:�h��Nc�S�}P<Drm�L2��/�nh��…
105 …M�����6�϶��< ]�.614���T�Cm4�|p�:�� }�a=��<~AVx 5��ɚ�8�%��rmG5ݥZ�hu��<0S�r�kE�+jآ�/T����?�D…
111 �4~�����|�E�]�`<�Sl2o�:
125 j78L�<RRp`_:M:���|3-�Ɩ9~+I[go����<�Zm/���s������a�dD[ ^S\˶߰<�b�FV�N�S�hN�ּ�CB^�6�L0<�ɖ…
130 …<�Uqx�״���2�43��A؅�aɉ��÷<4�Vs����߰媇��Xe,}l��L�0�<B{_{<��.�9 ��։'r�S�`�A�N<Bz~{G�U/����…
153 ���K(n�3����aV�T�`<dG�Z!��̾�1�Q*S��f�D�R�]@<�'����8����2���=��������<"dG�3�A��,�Z()N4��d…
161 …<BJB�g}�ԨAK��j'kИ=KH�K��x�U�<0D:Nј��Ũ/�m`< t�VȊT���<0K�G��jr���ߐ�IzS�b�H,d0<x:��%�c…
167 �Oպ�Ѥ���T��0C,\%�<�-k���� 5�e�V�1���!���,~K�v�<�d'�S ���:��h��̒+V0-����I~@<8 7�&=���[�^5{…
[all …]
/frameworks/base/graphics/java/android/graphics/
DColor.java169 float S; in saturation() local
172 S = 0; in saturation()
174 S = (V - temp) / (float) V; in saturation()
177 return S; in saturation()
/frameworks/base/packages/InputDevices/res/raw/
Dkeyboard_layout_english_us_dvorak.kcm46 map key 39 S
275 key S {
276 label: 'S'
278 shift, capslock: 'S'
/frameworks/compile/libbcc/tests/data/src/
Dotcc-ansi.c154 int S(int j, int e) { in S() function
293 m= S(e,m); in O()
310 m= S(e,m); in O()
325 return S(0, 0); in U()
/frameworks/av/services/camera/libcameraservice/camera2/
DParameters.h329 template<typename S, typename P>
332 BaseLock(S &p): in BaseLock()
347 S &mSharedParameters;
/frameworks/rs/scriptc/
Drs_sampler.rsh48 * Get sampler wrap S value
51 * @return wrap S value

12345