/external/kernel-headers/original/uapi/linux/ |
securebits.h | 46 /* When set, a process cannot add new capabilities to its ambient set. */
|
/external/libcap/libcap/include/uapi/linux/ |
securebits.h | 46 /* When set, a process cannot add new capabilities to its ambient set. */
|
/external/mesa3d/src/mesa/main/ |
light.c | 111 if (TEST_EQ_4V(light->Ambient, params)) 114 COPY_4V( light->Ambient, params ); 347 COPY_4V( params, ctx->Light.Light[l].Ambient ); 397 params[0] = FLOAT_TO_INT(ctx->Light.Light[l].Ambient[0]); 398 params[1] = FLOAT_TO_INT(ctx->Light.Light[l].Ambient[1]); 399 params[2] = FLOAT_TO_INT(ctx->Light.Light[l].Ambient[2]); 400 params[3] = FLOAT_TO_INT(ctx->Light.Light[l].Ambient[3]); 463 if (TEST_EQ_4V( ctx->Light.Model.Ambient, params )) 466 COPY_4V( ctx->Light.Model.Ambient, params ); 646 SCALE_3V( light->_MatAmbient[0], light->Ambient, [all...] |
/frameworks/base/core/java/com/android/internal/os/ |
WrapperInit.java | 170 * Copy current capabilities to ambient capabilities. This is required for apps using 172 * empty. Ambient capabilities have to be set to inherit them effectively. 214 // ambient capability. It may crash after fork, but at least we'll try. 215 Slog.e(RuntimeInit.TAG, "RuntimeInit: Failed to raise ambient capability "
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
EmbossMaskFilter_Delegate.java | 58 /*package*/ static long nativeConstructor(float[] direction, float ambient,
|
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/ |
eigen.h | 48 // Note, the use of N-1 is because the parameter passed to Eigen is the ambient
|
/developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/ |
InteractiveWatchFaceService.java | 73 * Whether the display supports fewer bits for each color in ambient mode. When true, we 74 * disable anti-aliasing in ambient mode. 154 + ", low-bit ambient = " + mLowBitAmbient);
|
OpenGLWatchFaceService.java | 40 * when the watch enters ambient mode. 76 /** The view transformation matrix to use in ambient mode */ 415 Log.d(TAG, "onTimeTick: ambient = " + isInAmbientMode()); 429 // background should always be black in ambient mode. The view projection matrix used is 430 // overhead in ambient. In interactive mode, it's tilted depending on the current time. 452 // Draw triangles from back to front. Don't draw the second hand in ambient mode.
|
/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/ |
InteractiveWatchFaceService.java | 73 * Whether the display supports fewer bits for each color in ambient mode. When true, we 74 * disable anti-aliasing in ambient mode. 154 + ", low-bit ambient = " + mLowBitAmbient);
|
OpenGLWatchFaceService.java | 40 * when the watch enters ambient mode. 76 /** The view transformation matrix to use in ambient mode */ 415 Log.d(TAG, "onTimeTick: ambient = " + isInAmbientMode()); 429 // background should always be black in ambient mode. The view projection matrix used is 430 // overhead in ambient. In interactive mode, it's tilted depending on the current time. 452 // Draw triangles from back to front. Don't draw the second hand in ambient mode.
|
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/ |
InteractiveWatchFaceService.java | 71 * Whether the display supports fewer bits for each color in ambient mode. When true, we 72 * disable anti-aliasing in ambient mode. 152 + ", low-bit ambient = " + mLowBitAmbient);
|
AnalogWatchFaceService.java | 46 * Sample analog watch face with a ticking second hand. In ambient mode, the second hand isn't 47 * shown. On devices with low-bit ambient mode, the hands are drawn without anti-aliasing in ambient 217 Log.d(TAG, "onPropertiesChanged: low-bit ambient = " + mLowBitAmbient); 323 * ambient mode. That means we don't want devices that support burn-in 325 * edges) and low ambient mode (degrades image quality). 440 /* Draw rectangle behind peek card in ambient mode to improve readability. */
|
SweepWatchFaceService.java | 43 * Sample analog watch face with a sweep second hand. In ambient mode, the second hand isn't shown. 44 * On devices with low-bit ambient mode, the hands are drawn without anti-aliasing in ambient mode. 183 Log.d(TAG, "onPropertiesChanged: low-bit ambient = " + mLowBitAmbient); 288 * ambient mode. That means we don't want devices that support burn-in 290 * edges) and low ambient mode (degrades image quality). 405 /* Draw rectangle behind peek card in ambient mode to improve readability. */
|
OpenGLWatchFaceService.java | 38 * when the watch enters ambient mode. 74 /** The view transformation matrix to use in ambient mode */ 413 Log.d(TAG, "onTimeTick: ambient = " + isInAmbientMode()); 427 // background should always be black in ambient mode. The view projection matrix used is 428 // overhead in ambient. In interactive mode, it's tilted depending on the current time. 450 // Draw triangles from back to front. Don't draw the second hand in ambient mode.
|
/external/linux-kselftest/tools/testing/selftests/capabilities/ |
test_execve.c | 196 bool eff, bool perm, bool inh, bool ambient) 199 (perm ? "1" : "0"), (inh ? "1" : "0"), (ambient ? "1" : "0"), 204 static void exec_validate_cap(bool eff, bool perm, bool inh, bool ambient) 206 exec_other_validate_cap("./validate_cap", eff, perm, inh, ambient); 272 /* We should not be able to add ambient caps yet. */
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nv20_state_tnl.c | 243 if (USE_COLOR_MATERIAL(AMBIENT, side)) { 245 COPY_3V(c_factor, ctx->Light.Model.Ambient); 249 ctx->Light.Model.Ambient); 267 float *c_light = (USE_COLOR_MATERIAL(AMBIENT, side) ? 268 l->Ambient :
|
/frameworks/base/services/core/java/com/android/server/display/ |
AutomaticBrightnessController.java | 123 // The currently accepted nominal ambient light level. 129 // The ambient light level threshold at which to brighten or darken the screen. 142 // A ring buffer containing all of the recent ambient light sensor readings. 356 Slog.e(TAG, "calculateAmbientLux: No ambient light readings available"); 424 // estimate of the current ambient light level. 467 // If one of the transitions is ready to occur, but the total weighted ambient lux doesn't 472 // weighted ambient lux or not. 476 Slog.d(TAG, "updateAmbientLux: Scheduling ambient lux update for " 688 // Some light sensors only produce data upon a change in the ambient light 689 // levels, so we need to consider the previous measurement as the ambient ligh [all...] |
/external/mesa3d/docs/ |
conform.html | 162 Ambient Material test passed. 163 Ambient Scene test passed. 275 Ambient Material test passed. 276 Ambient Scene test passed. 388 Ambient Material test passed. 389 Ambient Scene test passed. 501 Ambient Material test passed. 502 Ambient Scene test passed. 614 Ambient Material test passed. 615 Ambient Scene test passed [all...] |
/external/eigen/Eigen/src/Geometry/ |
ParametrizedLine.h | 27 * \tparam _AmbientDim the dimension of the ambient space, can be a compile time value or Dynamic. 52 * of the ambient space */ 142 * \warning the ambient space must have dimension 2 such that the hyperplane actually describes a line
|
/cts/tests/sensor/src/android/hardware/cts/helpers/ |
SensorNotSupportedException.java | 66 return "Ambient Temperature";
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
LocalEnd.java | 34 * is implicit in the ambient local variable state, but other code
|
/developers/build/prebuilts/gradle/AlwaysOn/Wearable/src/main/ |
AndroidManifest.xml | 39 To update the screen more than once per minute in ambient mode, developers should set
|
/developers/build/prebuilts/gradle/WearComplicationProvidersTestSuite/Wearable/src/main/java/com/example/android/wearable/wear/wearcomplicationproviderstestsuite/ |
IconProviderService.java | 65 // ambient mode.
|
/developers/samples/android/wearable/wear/AlwaysOn/Wearable/src/main/ |
AndroidManifest.xml | 39 To update the screen more than once per minute in ambient mode, developers should set
|
/developers/samples/android/wearable/wear/WearComplicationProvidersTestSuite/Wearable/src/main/java/com/example/android/wearable/wear/wearcomplicationproviderstestsuite/ |
IconProviderService.java | 65 // ambient mode.
|