HomeSort by relevance Sort by last modified time
    Searched defs:FORMAT_INT (Results 1 - 16 of 16) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
formatter_string.c 11 #define FORMAT_INT _PyInt_FormatAdvanced
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
formatter_string.c 11 #define FORMAT_INT _PyInt_FormatAdvanced
  /external/python/cpython2/Python/
formatter_string.c 11 #define FORMAT_INT _PyInt_FormatAdvanced
  /external/deqp/modules/gles31/functional/
es31fInternalFormatQueryTests.cpp 47 FORMAT_INT,
109 const glw::GLenum samplesEnum = (m_type == FORMAT_COLOR) ? (GL_MAX_COLOR_TEXTURE_SAMPLES) : (m_type == FORMAT_INT) ? (GL_MAX_INTEGER_SAMPLES) : (GL_MAX_DEPTH_TEXTURE_SAMPLES);
388 { "rgb10_a2ui", GL_RGB10_A2UI, FormatSamplesCase::FORMAT_INT },
390 { "r8i", GL_R8I, FormatSamplesCase::FORMAT_INT },
391 { "r8ui", GL_R8UI, FormatSamplesCase::FORMAT_INT },
392 { "r16i", GL_R16I, FormatSamplesCase::FORMAT_INT },
393 { "r16ui", GL_R16UI, FormatSamplesCase::FORMAT_INT },
394 { "r32i", GL_R32I, FormatSamplesCase::FORMAT_INT },
395 { "r32ui", GL_R32UI, FormatSamplesCase::FORMAT_INT },
396 { "rg8i", GL_RG8I, FormatSamplesCase::FORMAT_INT },
    [all...]
  /frameworks/base/core/java/android/app/slice/
SliceItem.java 48 * <li>{@link #FORMAT_INT}</li>
69 FORMAT_INT,
99 public static final String FORMAT_INT = "int";
171 * <li>{@link #FORMAT_INT}</li>
236 * @return The color held by this {@link #FORMAT_INT} SliceItem
348 case FORMAT_INT:
369 case FORMAT_INT:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
formatter.h 734 #if defined FORMAT_LONG || defined FORMAT_INT
903 #endif /* defined FORMAT_LONG || defined FORMAT_INT */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
formatter.h 735 #if defined FORMAT_LONG || defined FORMAT_INT
905 #endif /* defined FORMAT_LONG || defined FORMAT_INT */
    [all...]
  /external/curl/lib/
mprintf.c 92 # undef FORMAT_INT
114 FORMAT_INT,
408 vto[i].type = FORMAT_INT;
411 vto[i].type = FORMAT_INT;
415 vto[i].type = FORMAT_INT;
419 vto[i].type = FORMAT_INT;
423 vto[i].type = FORMAT_INT;
427 vto[i].type = FORMAT_INT;
508 case FORMAT_INT:
542 vto[i].type = FORMAT_INT;
    [all...]
  /external/python/cpython2/Objects/stringlib/
formatter.h 734 #if defined FORMAT_LONG || defined FORMAT_INT
911 #endif /* defined FORMAT_LONG || defined FORMAT_INT */
    [all...]
  /external/libxml2/
trio.c 413 #define FORMAT_INT 1
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLLogWrapper.java 39 private static final int FORMAT_INT = 0;
119 arg(name, toString(n, FORMAT_INT, arr, offset));
132 case FORMAT_INT:
235 arg(name, toString(n, FORMAT_INT, buf));
747 return FORMAT_INT;
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.1.0_r7-robolectric-0.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 326 milliseconds