Home
last modified time | relevance | path

Searched refs:IS (Results 1 – 25 of 361) sorted by relevance

12345678910>>...15

/frameworks/compile/slang/
Dslang_rs_ast_replace.cpp122 void RSASTReplace::VisitIfStmt(clang::IfStmt *IS) { in VisitIfStmt() argument
123 if (matchesExpr(IS->getCond())) { in VisitIfStmt()
124 IS->setCond(mNewExpr); in VisitIfStmt()
125 } else if (matchesStmt(IS->getThen())) { in VisitIfStmt()
126 IS->setThen(mNewStmt); in VisitIfStmt()
127 } else if (matchesStmt(IS->getElse())) { in VisitIfStmt()
128 IS->setElse(mNewStmt); in VisitIfStmt()
130 VisitStmt(IS); in VisitIfStmt()
/frameworks/webview/chromium/
DLICENSE17 // 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/
DNOTICE19 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
/frameworks/native/opengl/tests/angeles/
Dlicense-BSD.txt24 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
25 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
/frameworks/data-binding/compilerCommon/
DXMLParser.g417 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
DXMLLexer.g417 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
/frameworks/av/media/libstagefright/codecs/amrnb/
Dpatent_disclaimer.txt2 THIS IS NOT A GRANT OF PATENT RIGHTS.
/frameworks/av/media/libstagefright/codecs/amrwb/
Dpatent_disclaimer.txt2 THIS IS NOT A GRANT OF PATENT RIGHTS.
/frameworks/av/media/libstagefright/codecs/amrwbenc/
Dpatent_disclaimer.txt2 THIS IS NOT A GRANT OF PATENT RIGHTS.
/frameworks/av/media/libstagefright/codecs/avc/
Dpatent_disclaimer.txt2 THIS IS NOT A GRANT OF PATENT RIGHTS.
/frameworks/av/media/libstagefright/codecs/mp3dec/
Dpatent_disclaimer.txt2 THIS IS NOT A GRANT OF PATENT RIGHTS.
/frameworks/av/media/libstagefright/codecs/aacenc/
Dpatent_disclaimer.txt2 THIS IS NOT A GRANT OF PATENT RIGHTS.
/frameworks/av/media/libstagefright/codecs/m4v_h263/
Dpatent_disclaimer.txt2 THIS IS NOT A GRANT OF PATENT RIGHTS.
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
Dp_med_ol.tab12 ** distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/data-binding/samples/BindingDemo/
Dsettings.gradle11 * distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/data-binding/developmentPlugins/localizeMavenPlugin/src/main/resources/META-INF/gradle-plugins/
Dcom.android.databinding.localizemaven.properties11 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/data-binding/integration-tests/MultiModuleTestApp/
Dsettings.gradle11 * distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/data-binding/integration-tests/IndependentLibrary/
Dsettings.gradle10 …or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/data-binding/developmentPlugins/bintrayPlugin/src/main/resources/META-INF/gradle-plugins/
Dcom.android.databinding.bintray.properties11 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/data/keyboards/
DAVRCP.idc10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/data-binding/gradlePlugin/src/main/resources/META-INF/gradle-plugins/
Dcom.android.databinding.properties11 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/data-binding/integration-tests/App With Spaces/
Dsettings.gradle11 * distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/compile/mclinker/
DLICENSE.TXT35 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Dip.rsh11 * distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Dip.rsh11 * distributed under the License is distributed on an "AS IS" BASIS,

12345678910>>...15