Searched refs:IS (Results 1 – 25 of 314) sorted by relevance
12345678910>>...13
/frameworks/compile/slang/ |
D | slang_rs_ast_replace.cpp | 130 void RSASTReplace::VisitIfStmt(clang::IfStmt *IS) { in VisitIfStmt() argument 131 if (matchesExpr(IS->getCond())) { in VisitIfStmt() 132 IS->setCond(mNewExpr); in VisitIfStmt() 133 } else if (matchesStmt(IS->getThen())) { in VisitIfStmt() 134 IS->setThen(mNewStmt); in VisitIfStmt() 135 } else if (matchesStmt(IS->getElse())) { in VisitIfStmt() 136 IS->setElse(mNewStmt); in VisitIfStmt() 138 VisitStmt(IS); in VisitIfStmt()
|
/frameworks/webview/chromium/ |
D | LICENSE | 17 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 18 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
/frameworks/base/obex/ |
D | NOTICE | 19 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
/frameworks/native/opengl/tests/angeles/ |
D | license-BSD.txt | 24 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 25 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/ |
D | patent_disclaimer.txt | 2 THIS IS NOT A GRANT OF PATENT RIGHTS.
|
/frameworks/av/media/libstagefright/codecs/amrwb/ |
D | patent_disclaimer.txt | 2 THIS IS NOT A GRANT OF PATENT RIGHTS.
|
/frameworks/av/media/libstagefright/codecs/avc/ |
D | patent_disclaimer.txt | 2 THIS IS NOT A GRANT OF PATENT RIGHTS.
|
/frameworks/av/media/libstagefright/codecs/amrnb/ |
D | patent_disclaimer.txt | 2 THIS IS NOT A GRANT OF PATENT RIGHTS.
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/ |
D | patent_disclaimer.txt | 2 THIS IS NOT A GRANT OF PATENT RIGHTS.
|
/frameworks/av/media/libstagefright/codecs/aacenc/ |
D | patent_disclaimer.txt | 2 THIS IS NOT A GRANT OF PATENT RIGHTS.
|
/frameworks/av/media/libstagefright/codecs/mp3dec/ |
D | patent_disclaimer.txt | 2 THIS IS NOT A GRANT OF PATENT RIGHTS.
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
D | vignette_approx_relaxed.fs | 11 * distributed under the License is distributed on an "AS IS" BASIS,
|
D | fisheye_relaxed.fs | 11 * distributed under the License is distributed on an "AS IS" BASIS,
|
D | fisheye_approx_relaxed.fs | 11 * distributed under the License is distributed on an "AS IS" BASIS,
|
D | levels_relaxed.fs | 11 * distributed under the License is distributed on an "AS IS" BASIS,
|
D | vignette_relaxed.fs | 11 * distributed under the License is distributed on an "AS IS" BASIS,
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
D | p_med_ol.tab | 12 ** distributed under the License is distributed on an "AS IS" BASIS,
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
D | fisheye_relaxed.fs | 11 * distributed under the License is distributed on an "AS IS" BASIS,
|
D | vignette_relaxed.fs | 11 * distributed under the License is distributed on an "AS IS" BASIS,
|
D | fisheye_approx_relaxed.fs | 11 * distributed under the License is distributed on an "AS IS" BASIS,
|
D | vignette_approx_relaxed.fs | 11 * distributed under the License is distributed on an "AS IS" BASIS,
|
D | levels_relaxed.fs | 11 * distributed under the License is distributed on an "AS IS" BASIS,
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
D | fisheye_approx_relaxed.fs | 11 * distributed under the License is distributed on an "AS IS" BASIS,
|
D | levels_relaxed.fs | 11 * distributed under the License is distributed on an "AS IS" BASIS,
|
D | fisheye_relaxed.fs | 11 * distributed under the License is distributed on an "AS IS" BASIS,
|
12345678910>>...13