HomeSort by relevance Sort by last modified time
    Searched full:condition (Results 1101 - 1125 of 7248) sorted by null

<<41424344454647484950>>

  /external/webrtc/webrtc/examples/androidapp/
build.xml 36 <condition property="sdk.dir" value="${env.ANDROID_SDK_ROOT}">
38 </condition>
  /external/webrtc/webrtc/examples/androidtests/
build.xml 36 <condition property="sdk.dir" value="${env.ANDROID_SDK_ROOT}">
38 </condition>
  /external/wpa_supplicant_8/src/wps/
httpread.h 97 * Might return NULL in some error condition.
103 * Might return NULL in some error condition.
  /frameworks/av/cmds/screenrecord/
Overlay.h 105 Condition mStartCond;
116 Condition mEventCond;
  /frameworks/av/services/camera/libcameraservice/device3/
StatusTracker.h 20 #include <utils/Condition.h>
88 Condition mPendingChangeSignal;
  /frameworks/base/core/java/android/app/
INotificationManager.aidl 29 import android.service.notification.Condition;
94 oneway void notifyConditions(String pkg, in IConditionProvider provider, in Condition[] conditions);
  /frameworks/base/libs/hwui/renderthread/
RenderProxy.h 25 #include <utils/Condition.h>
141 Condition mSyncCondition;
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/samples/simplecamera/
IfElseFilterTest.java 71 injectInputFrame("condition", conditionFrame);
103 injectInputFrame("condition", conditionFrame);
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraStateHolder.java 79 * @return Whether the condition holds.
87 * condition is successful.
  /frameworks/native/libs/gui/tests/
SurfaceTextureGLThreadToGL.h 150 Condition mFrameAvailableCondition;
151 Condition mFrameFinishCondition;
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsUt.java 149 public void queryCallForward(int condition, String number, Message result) {
151 log("queryCallForward :: Ut=" + miUt + ", condition=" + condition
157 int id = miUt.queryCallForward(condition, number);
348 public void updateCallForward(int action, int condition, String number,
352 + ", condition=" + condition + ", number=" + number
358 int id = miUt.updateCallForward(action, condition, number, serviceClass, timeSeconds);
  /frameworks/volley/
build.xml 36 <condition property="sdk.dir" value="${env.ANDROID_HOME}">
38 </condition>
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
gen_msvs_vcxproj.sh 169 Condition="'\$(Configuration)|\$(Platform)'=='$cfg|$plat'"
171 Condition="'\$(Configuration)|\$(Platform)'=='$cfg|$plat'"
173 Condition="'\$(Configuration)|\$(Platform)'=='$cfg|$plat'"
181 # Separate file names with Condition?
375 Condition="'\$(Configuration)|\$(Platform)'=='$config|$plat'" \
427 Condition="exists('\$(UserRootDir)\\Microsoft.Cpp.\$(Platform).user.props')" \
438 Condition="'\$(Configuration)|\$(Platform)'=='$config|$plat'"
456 Condition="'\$(Configuration)|\$(Platform)'=='$config|$plat'"
  /libcore/luni/src/main/java/java/util/concurrent/locks/
Lock.java 16 * {@link Condition} objects.
134 * @see Condition
311 * Returns a new {@link Condition} instance that is bound to this
314 * <p>Before waiting on the condition the lock must be held by the
316 * A call to {@link Condition#await()} will atomically release the lock
321 * <p>The exact operation of the {@link Condition} instance depends on
325 * @return A new {@link Condition} instance for this {@code Lock} instance
329 Condition newCondition();
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_warnings_off.h 45 # pragma option -w-ccc // -w-8008 Condition is always true OR Condition is always false
  /packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
ImageShadowTask.java 29 import java.util.concurrent.locks.Condition;
54 private Condition mSignal;
  /packages/apps/Settings/src/com/android/settings/dashboard/
DashboardAdapter.java 41 import com.android.settings.dashboard.conditional.Condition;
76 private List<Condition> mConditions;
85 private Condition mExpandedCondition = null;
89 List<Condition> conditions) {
136 public void setConditions(List<Condition> conditions) {
260 ConditionAdapterUtils.bindViews((Condition) mItems.get(position), holder,
386 mExpandedCondition = (Condition) v.getTag();
399 mExpandedCondition = (Condition) v.getTag();
  /packages/apps/Settings/src/com/android/settings/dashboard/conditional/
Condition.java 28 public abstract class Condition {
41 Condition(ConditionManager manager) {
  /packages/apps/Settings/src/com/android/settings/notification/
ZenModeSettings.java 127 private String appendLowercase(String s, boolean condition, int resId) {
128 if (condition) {
  /packages/apps/Settings/src/com/android/settings/utils/
ZenServiceListing.java 94 // Setting could contain: the component name of the condition provider, the package name of
95 // the condition provider, the component name of the notification listener.
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
SizeFileFilter.java 99 String condition = acceptLarger ? ">=" : "<";
100 return super.toString() + "(" + condition + size + ")";
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ada/gcc-interface/
ada-tree.def 70 /* Conditionally exit a loop. EXIT_STMT_COND is the condition, which, if
71 true, will cause the loop to be exited. If no condition is specified,
  /prebuilts/go/darwin-x86/src/cmd/cover/testdata/
main.go 89 // We can have a closing brace for a range on the same line as a condition for an "else if"
90 // and we don't want that brace to steal the count for the condition on the "if".
  /prebuilts/go/linux-x86/src/cmd/cover/testdata/
main.go 89 // We can have a closing brace for a range on the same line as a condition for an "else if"
90 // and we don't want that brace to steal the count for the condition on the "if".
  /prebuilts/misc/common/swig/include/2.0.11/r/
srun.swg 116 function(condition, message = "")
118 if(!condition)

Completed in 1630 milliseconds

<<41424344454647484950>>