HomeSort by relevance Sort by last modified time
    Searched full:levels (Results 1001 - 1025 of 3869) sorted by null

<<41424344454647484950>>

  /external/skqp/tests/
PaintTest.cpp 204 const SkFilterQuality levels[] = { local
250 FOR_SETUP(i, levels, setFilterQuality)
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
config.h 110 // Number of levels to put in the cache.
127 // Minimum number of pyramid levels to use after getting cached value.
  /external/v8/src/compiler/
opcodes.h 723 // The combination of all operators at all levels and the common operators.
732 // Declare an enumeration with all the opcodes at all levels so that they
  /external/webrtc/webrtc/base/
logging.h 90 // still in broad use. The meanings of the levels are:
219 // min_sev_ is the minimum (most verbose) of those levels, and is used
  /frameworks/base/core/java/android/content/
ComponentCallbacks2.java 34 * if you <em>don't</em> trim your resources based on memory levels defined by this callback,
73 * <p>To support API levels lower than 14, you can use the {@link #onLowMemory} method as a
  /frameworks/base/libs/hwui/debug/
gles_decls.in 244 GL_ENTRY(void, glTexStorage2D, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height)
245 GL_ENTRY(void, glTexStorage3D, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth)
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
ConfigurationContainerTests.java 160 // Check configuration on all levels when root override is updated.
184 // Check configuration on all levels when root parent config is updated.
  /frameworks/support/transition/src/androidTest/java/androidx/transition/
FadeTest.java 146 // These won't match on API levels 18 and below due to lack of Animator pause.
182 // These won't match on API levels 18 and below due to lack of Animator pause.
  /hardware/google/av/media/sfplugin/
Codec2InfoBuilder.cpp 162 // TODO: we cannot find levels that are local 'maxima' without knowing the coding
184 ALOGV("query supported levels -> %s | %s",
  /hardware/interfaces/drm/1.1/
IDrmPlugin.hal 119 * Return the currently negotiated and max supported HDCP levels.
132 * indicates the highest of the maximum HDCP levels of all interfaces.
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetPhoneState.java 344 // network signal strength is scaled to BT 1-5 levels.
374 * Convert the cdma / evdo db levels to appropriate icon level.
  /packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
BatteryInfoTest.java 237 private byte[] levels = {99, 98, 97};
247 record.batteryLevel = levels[count];
  /packages/services/Car/car-lib/src/android/car/drivingstate/
CarUxRestrictions.java 200 * Set the maximum number of levels that the user can navigate to when
291 * Get the maximum allowable number of content depth levels or view traversals through any one
  /packages/services/Car/car-lib/src/android/car/hardware/hvac/
CarHvacManager.java 127 * setting, i.e. -3 to 3 for 3 levels of cooling and 3 levels of heating.
  /prebuilts/build-tools/common/bison/
glr.cc 37 # explains why there are so many levels of quotes.
292 /// Type for debugging levels.
  /prebuilts/ndk/r16/sources/android/ndk_helper/
gl3stub.c 498 GLsizei levels,
503 GLsizei levels,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
constraint.py 91 # There is no levels function as specific
92 # levels cannot be used in expressions, only
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
OldLogCatView.java 232 LogLevel[] levels = LogLevel.values(); local
235 String name = levels[i].getStringValue();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_logging.py 142 """Test builtin levels and their inheritance."""
145 #Logging levels in a flat logger namespace.
192 # Logging levels in a nested namespace, all explicitly set.
215 #Logging levels in a nested namespace, inherited from parent loggers.
250 # Logging levels when some parent does not exist yet.
306 # First, we define our levels. There can be as many as you want - the only
310 # mapping dictionary to convert between your application levels and the
327 # Next, we define names for our levels. You don't need to do this - in which
360 """Test various filtering possibilities with custom logging levels."""
377 # Levels >= 'Verbose' are good.
    [all...]
  /external/python/cpython2/Lib/test/
test_logging.py 142 """Test builtin levels and their inheritance."""
145 #Logging levels in a flat logger namespace.
192 # Logging levels in a nested namespace, all explicitly set.
215 #Logging levels in a nested namespace, inherited from parent loggers.
250 # Logging levels when some parent does not exist yet.
308 # First, we define our levels. There can be as many as you want - the only
312 # mapping dictionary to convert between your application levels and the
329 # Next, we define names for our levels. You don't need to do this - in which
362 """Test various filtering possibilities with custom logging levels."""
379 # Levels >= 'Verbose' are good
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_logging.py 144 """Test builtin levels and their inheritance."""
147 #Logging levels in a flat logger namespace.
194 # Logging levels in a nested namespace, all explicitly set.
217 #Logging levels in a nested namespace, inherited from parent loggers.
252 # Logging levels when some parent does not exist yet.
310 # First, we define our levels. There can be as many as you want - the only
314 # mapping dictionary to convert between your application levels and the
331 # Next, we define names for our levels. You don't need to do this - in which
364 """Test various filtering possibilities with custom logging levels."""
381 # Levels >= 'Verbose' are good
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_logging.py 144 """Test builtin levels and their inheritance."""
147 #Logging levels in a flat logger namespace.
194 # Logging levels in a nested namespace, all explicitly set.
217 #Logging levels in a nested namespace, inherited from parent loggers.
252 # Logging levels when some parent does not exist yet.
310 # First, we define our levels. There can be as many as you want - the only
314 # mapping dictionary to convert between your application levels and the
331 # Next, we define names for our levels. You don't need to do this - in which
364 """Test various filtering possibilities with custom logging levels."""
381 # Levels >= 'Verbose' are good
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_logging.py 144 """Test builtin levels and their inheritance."""
147 #Logging levels in a flat logger namespace.
194 # Logging levels in a nested namespace, all explicitly set.
217 #Logging levels in a nested namespace, inherited from parent loggers.
252 # Logging levels when some parent does not exist yet.
310 # First, we define our levels. There can be as many as you want - the only
314 # mapping dictionary to convert between your application levels and the
331 # Next, we define names for our levels. You don't need to do this - in which
364 """Test various filtering possibilities with custom logging levels."""
381 # Levels >= 'Verbose' are good
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_logging.py 144 """Test builtin levels and their inheritance."""
147 #Logging levels in a flat logger namespace.
194 # Logging levels in a nested namespace, all explicitly set.
217 #Logging levels in a nested namespace, inherited from parent loggers.
252 # Logging levels when some parent does not exist yet.
310 # First, we define our levels. There can be as many as you want - the only
314 # mapping dictionary to convert between your application levels and the
331 # Next, we define names for our levels. You don't need to do this - in which
364 """Test various filtering possibilities with custom logging levels."""
381 # Levels >= 'Verbose' are good
    [all...]
  /toolchain/binutils/binutils-2.27/include/opcode/
ChangeLog-9103 953 2000-02-25 Alan Modra <alan@spri.levels.unisa.edu.au>
970 2000-02-24 Alan Modra <alan@spri.levels.unisa.edu.au>
993 2000-01-15 Alan Modra <alan@spri.levels.unisa.edu.au>
997 1999-12-27 Alan Modra <alan@spri.levels.unisa.edu.au>
    [all...]

Completed in 1285 milliseconds

<<41424344454647484950>>