HomeSort by relevance Sort by last modified time
    Searched full:levels (Results 226 - 250 of 2263) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/samples/devbytes/animation/ActivityAnimations/res/values/
styles.xml 23 Theme customizations available in newer API levels can go in
  /external/clang/test/CodeGen/
tbaa-for-vptr.cpp 9 // When -fsanitize=thread is used TBAA should be generated at all opt levels
  /external/eigen/test/
sizeoverflow.cpp 41 // there are 2 levels of overflow checking. first in PlainObjectBase.h we check for overflow in rows*cols computations.
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/lodcalc/
LodThreshold.java 42 * terrain should switch Levels of Detail.
  /external/llvm/test/Transforms/LoopVectorize/
duplicated-metadata.ll 7 ; at lower optimization levels, where no extra cleanup is done
  /external/llvm/tools/llvm-readobj/
StreamWriter.h 61 void indent(int Levels = 1) {
62 IndentLevel += Levels;
65 void unindent(int Levels = 1) {
66 IndentLevel = std::max(0, IndentLevel - Levels);
  /external/mockftpserver/branches/1.x_Branch/
README.txt 15 at different levels of abstraction. Currently, however, StubFtpServer is the only one provided,
  /external/mtpd/
mtpd.c 241 static int levels[5] = { local
247 __android_log_vprint(levels[level], "mtpd", format, ap);
250 static char *levels = "DIWEF";
252 fprintf(stderr, "%c: ", levels[level]);
  /external/openssh/
log.h 18 /* Supported syslog facilities and levels. */
  /external/selinux/libselinux/man/man5/
local.users.5 56 The current and clearance levels that the user can run. These are separated by a hyphen '\fB-\fR' as shown in the \fBEXAMPLE\fR section.
  /external/selinux/secilc/
README 69 sensitivities/categories/levels may create an unloaded binary
  /external/v8/test/mjsunit/compiler/
regress-inline-callfunctionstub.js 30 // Test inlined of calls-as-function two levels deep.
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
lpc_tables.h 70 /* quantizer representation levels */
  /frameworks/base/tests/OneMedia/res/values/
styles.xml 9 Theme customizations available in newer API levels can go in
  /frameworks/compile/slang/
slang_version.h 24 // API levels used by the standard Android SDK.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
secur.h 39 /* trust levels */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
secur.h 39 /* trust levels */
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/utils/
ApiHelper.java 24 * Helper to deal with methods only available at certain API levels.
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/
LogCatColorsPage.java 40 // colors preference for different log levels
  /system/core/include/system/
thread_defs.h 38 * Use the levels below when appropriate. Intermediate values are
  /system/media/audio_effects/include/audio_effects/
effect_equalizer.h 37 EQ_PARAM_LEVEL_RANGE, // Returns the minimum and maximum band levels supported.
  /cts/apps/CameraITS/tests/inprog/
test_black_level.py 93 print "Y black levels:", ymodes
94 print "U black levels:", umodes
95 print "V black levels:", vmodes
  /external/clang/tools/diagtool/
ShowEnabledWarnings.cpp 87 // First check our one flag (--levels).
91 if (FirstArg.equals("--no-levels")) {
95 } else if (FirstArg.equals("--levels")) {
  /external/libhevc/common/
ihevc_itrans_recon_16x16.c 163 /* Combining e and o terms at each hierarchy levels to calculate the final spatial domain vector */
213 /* Combining e and o terms at each hierarchy levels to calculate the final spatial domain vector */
265 /* Combining e and o terms at each hierarchy levels to calculate the final spatial domain vector */
339 /* Combining e and o terms at each hierarchy levels to calculate the final spatial domain vector */
410 /* Combining e and o terms at each hierarchy levels to calculate the final spatial domain vector */
460 /* Combining e and o terms at each hierarchy levels to calculate the final spatial domain vector */
512 /* Combining e and o terms at each hierarchy levels to calculate the final spatial domain vector */
586 /* Combining e and o terms at each hierarchy levels to calculate the final spatial domain vector */
681 /* Combining e and o terms at each hierarchy levels to calculate the final spatial domain vector */
731 /* Combining e and o terms at each hierarchy levels to calculate the final spatial domain vector *
    [all...]
  /external/libxml2/win32/wince/
libxml2.vcl 93 C:\ppc\libxml\XML\win32\wince\wincecompat.c(37) : warning C4047: '=' : 'char ' differs in levels of indirection from 'char [2]'
94 C:\ppc\libxml\XML\win32\wince\wincecompat.c(39) : warning C4047: '=' : 'char ' differs in levels of indirection from 'char [2]'
95 C:\ppc\libxml\XML\win32\wince\wincecompat.c(40) : warning C4047: 'return' : 'int ' differs in levels of indirection from 'void *'

Completed in 292 milliseconds

1 2 3 4 5 6 7 8 91011>>