HomeSort by relevance Sort by last modified time
    Searched refs:levels (Results 26 - 50 of 173) sorted by null

12 3 4 5 6 7

  /external/openssl/crypto/x509v3/
pcy_lib.c 82 return tree->levels + i;
pcy_int.h 160 X509_POLICY_LEVEL *levels; member in struct:X509_POLICY_TREE_st
  /external/qemu/android/utils/
path.h 86 extern char* path_parent( const char* path, int levels );
path.c 65 path_parent( const char* path, int levels )
70 while (levels > 0) {
82 if (end == base+1 && base[0] == '.' && levels == 1)
92 levels += 1;
96 levels -= 1;
  /libcore/luni/src/main/native/
java_text_Bidi.cpp 78 // Copy the new embedding levels from the Java heap to the native heap.
121 const UBiDiLevel* levels = ubidi_getLevels(uBiDi(ptr), &status); local
127 env->SetByteArrayRegion(result, 0, len, reinterpret_cast<const jbyte*>(levels));
169 const UBiDiLevel* levels = reinterpret_cast<const UBiDiLevel*>(levelBytes.get()); local
172 ubidi_reorderVisual(levels, length, &indexMap[0]);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
target.h 134 /* Sets of optimization levels at which an option may be enabled by
138 OPT_LEVELS_NONE, /* No levels (mark end of array). */
139 OPT_LEVELS_ALL, /* All levels (used by targets to disable options
152 /* Description of options to enable by default at given levels. */
155 /* The levels at which to enable the option. */
156 enum opt_levels levels; member in struct:default_options
162 those in LEVELS (in order to handle changes to the optimization
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
target.h 134 /* Sets of optimization levels at which an option may be enabled by
138 OPT_LEVELS_NONE, /* No levels (mark end of array). */
139 OPT_LEVELS_ALL, /* All levels (used by targets to disable options
152 /* Description of options to enable by default at given levels. */
155 /* The levels at which to enable the option. */
156 enum opt_levels levels; member in struct:default_options
162 those in LEVELS (in order to handle changes to the optimization
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
target.h 134 /* Sets of optimization levels at which an option may be enabled by
138 OPT_LEVELS_NONE, /* No levels (mark end of array). */
139 OPT_LEVELS_ALL, /* All levels (used by targets to disable options
152 /* Description of options to enable by default at given levels. */
155 /* The levels at which to enable the option. */
156 enum opt_levels levels; member in struct:default_options
162 those in LEVELS (in order to handle changes to the optimization
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
target.h 134 /* Sets of optimization levels at which an option may be enabled by
138 OPT_LEVELS_NONE, /* No levels (mark end of array). */
139 OPT_LEVELS_ALL, /* All levels (used by targets to disable options
152 /* Description of options to enable by default at given levels. */
155 /* The levels at which to enable the option. */
156 enum opt_levels levels; member in struct:default_options
162 those in LEVELS (in order to handle changes to the optimization
  /libcore/luni/src/main/java/java/text/
Bidi.java 36 * even levels while right-to-left runs have odd levels.
530 * Reorders a range of objects according to their specified levels. This is
533 * objectStart + count} will be reordered according to the range of levels
536 * @param levels
539 * the start offset of the range of the levels.
548 * is negative; if {@code count > levels.length - levelStart} or
551 public static void reorderVisually(byte[] levels, int levelStart,
554 || count > levels.length - levelStart
556 throw new IllegalArgumentException("Invalid ranges (levels=" + levels.length
    [all...]
  /frameworks/av/media/libmedia/
MediaProfiles.cpp 342 ImageEncodingQualityLevels *levels = mImageEncodingQualityLevels[i]; local
343 if (levels->mCameraId == cameraId) {
344 return levels;
355 ImageEncodingQualityLevels *levels = findImageEncodingQualityLevels(cameraId); local
357 if (levels == NULL) {
358 levels = new ImageEncodingQualityLevels();
359 levels->mCameraId = cameraId;
360 mImageEncodingQualityLevels.add(levels);
363 levels->mLevels.add(quality);
840 ImageEncodingQualityLevels *levels = new ImageEncodingQualityLevels() local
1137 ImageEncodingQualityLevels *levels = findImageEncodingQualityLevels(cameraId); local
    [all...]
  /external/eigen/demos/opengl/
icosphere.cpp 36 IcoSphere::IcoSphere(unsigned int levels)
50 while(mIndices.size()<levels)
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/libexec/gcc/arm-eabi/4.6.x-google/install-tools/
fixinc.sh 193 levels=2
197 while [ -n "$dirs" ] && [ $levels -gt 0 ]
199 levels=`expr $levels - 1`
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/libexec/gcc/arm-linux-androideabi/4.6.x-google/install-tools/
fixinc.sh 193 levels=2
197 while [ -n "$dirs" ] && [ $levels -gt 0 ]
199 levels=`expr $levels - 1`
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/libexec/gcc/arm-eabi/4.6.x-google/install-tools/
fixinc.sh 193 levels=2
197 while [ -n "$dirs" ] && [ $levels -gt 0 ]
199 levels=`expr $levels - 1`
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/libexec/gcc/arm-linux-androideabi/4.6.x-google/install-tools/
fixinc.sh 193 levels=2
197 while [ -n "$dirs" ] && [ $levels -gt 0 ]
199 levels=`expr $levels - 1`
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/libexec/gcc/i686-linux/4.4.3/install-tools/
fixinc.sh 193 levels=2
197 while [ -n "$dirs" ] && [ $levels -gt 0 ]
199 levels=`expr $levels - 1`
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/libexec/gcc/i686-linux/4.6.x-google/install-tools/
fixinc.sh 193 levels=2
197 while [ -n "$dirs" ] && [ $levels -gt 0 ]
199 levels=`expr $levels - 1`
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/libexec/gcc/x86_64-linux/4.6.x-google/install-tools/
fixinc.sh 193 levels=2
197 while [ -n "$dirs" ] && [ $levels -gt 0 ]
199 levels=`expr $levels - 1`
  /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/libpcap/
optimize.c 157 struct block **levels; variable in typeref:struct:block
235 b->link = levels[level];
236 levels[level] = b;
240 * Level graph. The levels go from 0 at the leaves to
241 * N_LEVELS at the root. The levels[] array points to the
249 memset((char *)levels, 0, n_blocks * sizeof(*levels));
279 for (b = levels[i]; b; b = b->link) {
320 for (b = levels[i]; b != 0; b = b->link) {
349 for (b = levels[i]; b; b = b->link)
    [all...]
  /external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/
MeshLoader.java 532 List<VertexBuffer> levels = lodLevels.get(index); local
533 if (levels == null) {
534 // Create the LOD levels list
535 levels = new ArrayList<VertexBuffer>();
538 levels.add(originalIndexBuffer);
539 lodLevels.put(index, levels);
541 levels.add(vb);
552 List<VertexBuffer> levels = entry.getValue(); local
553 VertexBuffer[] levelArray = new VertexBuffer[levels.size()];
554 levels.toArray(levelArray)
    [all...]
  /development/samples/RenderScript/Levels/src/com/android/rs/levels/
LevelsRSActivity.java 17 package com.android.rs.levels;
178 mScript = new ScriptC_levels(mRS, getResources(), R.raw.levels);
  /external/guava/guava/src/com/google/common/net/
InternetDomainName.java 468 * Returns the ancestor of the current domain at the given number of levels
469 * "higher" (rightward) in the subdomain list. The number of levels must be
475 private InternetDomainName ancestor(int levels) {
476 return from(DOT_JOINER.join(parts.subList(levels, parts.size())));
  /external/icu4c/common/unicode/
ubidi.h     [all...]

Completed in 1208 milliseconds

12 3 4 5 6 7