/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/ |
pb_bufmgr.h | 75 const struct pb_desc *desc); 112 const struct pb_desc *desc); 143 const struct pb_desc *desc); 154 const struct pb_desc *desc);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/ |
vl_mpeg12_bitstream.h | 38 struct pipe_mpeg12_picture_desc *desc; member in struct:vl_mpg12_bs
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_state_inlines.h | 343 const struct util_format_description *desc; local 346 desc = util_format_description(format); 348 if (desc->layout != UTIL_FORMAT_LAYOUT_PLAIN) { 354 if (desc->channel[i].type != UTIL_FORMAT_TYPE_VOID) { 359 switch (desc->channel[i].type) { 362 switch (desc->channel[i].size) { 365 if (desc->nr_channels > 2) { 372 result = R300_DATA_TYPE_FLOAT_1 + (desc->nr_channels - 1); 382 switch (desc->channel[i].size) { 387 if (desc->nr_channels > 2) 413 const struct util_format_description *desc = util_format_description(format); local [all...] |
r300_texture.c | 111 const struct util_format_description *desc; local 121 desc = util_format_description(format); 124 switch (desc->colorspace) { 180 result |= r300_get_swizzle_combined(desc->swizzle, swizzle_view, 183 result |= r300_get_swizzle_combined(desc->swizzle, swizzle_view, 189 if (desc->layout == UTIL_FORMAT_LAYOUT_S3TC) { 212 if (desc->layout == UTIL_FORMAT_LAYOUT_RGTC) { 241 if (desc->channel[i].type == UTIL_FORMAT_TYPE_FIXED || 242 ((desc->channel[i].type == UTIL_FORMAT_TYPE_SIGNED || 243 desc->channel[i].type == UTIL_FORMAT_TYPE_UNSIGNED) & 521 const struct util_format_description *desc; local 809 struct r300_texture_desc *desc = &tex->tex; local [all...] |
/external/chromium_org/third_party/skia/include/views/ |
SkOSWindow_Android.h | 36 virtual void onPDFSaved(const char title[], const char desc[],
|
/external/chromium_org/third_party/skia/src/core/ |
SkOnce.h | 126 void AnnotateBenignRace(const char* file, int line, const volatile void* mem, const char* desc); 128 #define ANNOTATE_BENIGN_RACE(mem, desc) AnnotateBenignRace(__FILE__, __LINE__, mem, desc) 130 #define ANNOTATE_BENIGN_RACE(mem, desc)
|
/external/chromium_org/v8/src/ |
proxy.js | 108 var desc = this.getPropertyDescriptor(name) 109 if (IS_UNDEFINED(desc)) { return desc } 110 if ('value' in desc) { 111 return desc.value 113 if (IS_UNDEFINED(desc.get)) { return desc.get } 114 // The proposal says: desc.get.call(receiver) 115 return %_CallFunction(receiver, desc.get) 120 var desc = this.getOwnPropertyDescriptor(name [all...] |
/external/llvm/include/llvm/Support/ |
PluginLoader.h | 33 cl::desc("Load the specified plugin"));
|
/external/llvm/lib/Target/Hexagon/ |
HexagonSubtarget.cpp | 27 cl::desc("Enable Hexagon V3 instructions.")); 33 cl::desc( 40 cl::desc( 47 cl::desc("Generate non-chopped conversion from fp to int."));
|
/external/mesa3d/src/gallium/auxiliary/pipebuffer/ |
pb_bufmgr.h | 75 const struct pb_desc *desc); 112 const struct pb_desc *desc); 143 const struct pb_desc *desc); 154 const struct pb_desc *desc);
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
vl_mpeg12_bitstream.h | 38 struct pipe_mpeg12_picture_desc *desc; member in struct:vl_mpg12_bs
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_state_inlines.h | 343 const struct util_format_description *desc; local 346 desc = util_format_description(format); 348 if (desc->layout != UTIL_FORMAT_LAYOUT_PLAIN) { 354 if (desc->channel[i].type != UTIL_FORMAT_TYPE_VOID) { 359 switch (desc->channel[i].type) { 362 switch (desc->channel[i].size) { 365 if (desc->nr_channels > 2) { 372 result = R300_DATA_TYPE_FLOAT_1 + (desc->nr_channels - 1); 382 switch (desc->channel[i].size) { 387 if (desc->nr_channels > 2) 413 const struct util_format_description *desc = util_format_description(format); local [all...] |
r300_texture.c | 111 const struct util_format_description *desc; local 121 desc = util_format_description(format); 124 switch (desc->colorspace) { 180 result |= r300_get_swizzle_combined(desc->swizzle, swizzle_view, 183 result |= r300_get_swizzle_combined(desc->swizzle, swizzle_view, 189 if (desc->layout == UTIL_FORMAT_LAYOUT_S3TC) { 212 if (desc->layout == UTIL_FORMAT_LAYOUT_RGTC) { 241 if (desc->channel[i].type == UTIL_FORMAT_TYPE_FIXED || 242 ((desc->channel[i].type == UTIL_FORMAT_TYPE_SIGNED || 243 desc->channel[i].type == UTIL_FORMAT_TYPE_UNSIGNED) & 521 const struct util_format_description *desc; local 809 struct r300_texture_desc *desc = &tex->tex; local [all...] |
/external/qemu/hw/ |
boards.h | 15 const char *desc; member in struct:QEMUMachine
|
/external/skia/include/views/ |
SkOSWindow_Android.h | 36 virtual void onPDFSaved(const char title[], const char desc[],
|
/external/skia/src/core/ |
SkOnce.h | 126 void AnnotateBenignRace(const char* file, int line, const volatile void* mem, const char* desc); 128 #define ANNOTATE_BENIGN_RACE(mem, desc) AnnotateBenignRace(__FILE__, __LINE__, mem, desc) 130 #define ANNOTATE_BENIGN_RACE(mem, desc)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/ |
_endian.py | 30 for desc in value: 31 name = desc[0] 32 typ = desc[1] 33 rest = desc[2:]
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/ |
_endian.py | 30 for desc in value: 31 name = desc[0] 32 typ = desc[1] 33 rest = desc[2:]
|
/development/tools/mkstubs/src/com/android/mkstubs/sourcer/ |
ClassSourcer.java | 103 public AnnotationVisitor visitAnnotation(String desc, boolean visible) { 104 mOutput.write("@%s", desc); 115 public FieldVisitor visitField(int access, String name, String desc, String signature, 122 return new FieldSourcer(mOutput, access, name, desc, signature); 126 public MethodVisitor visitMethod(int access, String name, String desc, String signature, 130 return new MethodSourcer(mOutput, mClassName, access, name, desc, signature, exceptions); 140 public void visitOuterClass(String owner, String name, String desc) {
|
/external/chromium_org/content/browser/renderer_host/pepper/ |
pepper_truetype_font_list_win.cc | 46 ppapi::proxy::SerializedTrueTypeFontDesc desc; local 47 desc.family = UTF16ToUTF8(lf.lfFaceName); 49 desc.style = PP_TRUETYPEFONTSTYLE_ITALIC; 50 desc.weight = static_cast<PP_TrueTypeFontWeight_Dev>(lf.lfWeight); 51 desc.width = PP_TRUETYPEFONTWIDTH_NORMAL; // TODO(bbudge) support widths. 52 desc.charset = 54 fonts_in_family->push_back(desc);
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
win32windowpicker.cc | 59 WindowDescription desc(id, title); 60 descriptions->push_back(desc); 73 DesktopDescription desc(id, ""); 80 desc.set_primary(primary); 82 desktop_desc->push_back(desc); 95 LPARAM desc = reinterpret_cast<LPARAM>(descriptions); local 96 return EnumWindows(Win32WindowPicker::EnumProc, desc) != FALSE;
|
/frameworks/compile/slang/ |
llvm-rs-as.cpp | 39 InputFilename(cl::Positional, cl::desc("<input .llvm file>"), cl::init("-")); 42 OutputFilename("o", cl::desc("Override output filename"), 46 Force("f", cl::desc("Enable binary output on terminals")); 49 DisableOutput("disable-output", cl::desc("Disable output"), cl::init(false)); 52 DumpAsm("d", cl::desc("Print assembly as parsed"), cl::Hidden); 56 cl::desc("Do not run verifier on input LLVM (dangerous!)")); 63 cl::desc("Set the bitcode version to be written:"),
|
/external/guava/guava/src/com/google/common/base/ |
Preconditions.java | 291 * @param desc the text to use to describe this index in an error message 298 int index, int size, @Nullable String desc) { 301 throw new IndexOutOfBoundsException(badElementIndex(index, size, desc)); 306 private static String badElementIndex(int index, int size, String desc) { 308 return format("%s (%s) must not be negative", desc, index); 312 return format("%s (%s) must be less than size (%s)", desc, index, size); 341 * @param desc the text to use to describe this index in an error message 348 int index, int size, @Nullable String desc) { 351 throw new IndexOutOfBoundsException(badPositionIndex(index, size, desc)); 356 private static String badPositionIndex(int index, int size, String desc) { [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/ |
Preconditions.java | 280 * @param desc the text to use to describe this index in an error message 286 public static int checkElementIndex(int index, int size, String desc) { 289 throw new IndexOutOfBoundsException(badElementIndex(index, size, desc)); 294 private static String badElementIndex(int index, int size, String desc) { 296 return format("%s (%s) must not be negative", desc, index); 300 return format("%s (%s) must be less than size (%s)", desc, index, size); 329 * @param desc the text to use to describe this index in an error message 335 public static int checkPositionIndex(int index, int size, String desc) { 338 throw new IndexOutOfBoundsException(badPositionIndex(index, size, desc)); 343 private static String badPositionIndex(int index, int size, String desc) { [all...] |
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
Preconditions.java | 280 * @param desc the text to use to describe this index in an error message 286 public static int checkElementIndex(int index, int size, String desc) { 289 throw new IndexOutOfBoundsException(badElementIndex(index, size, desc)); 294 private static String badElementIndex(int index, int size, String desc) { 296 return format("%s (%s) must not be negative", desc, index); 300 return format("%s (%s) must be less than size (%s)", desc, index, size); 329 * @param desc the text to use to describe this index in an error message 335 public static int checkPositionIndex(int index, int size, String desc) { 338 throw new IndexOutOfBoundsException(badPositionIndex(index, size, desc)); 343 private static String badPositionIndex(int index, int size, String desc) { [all...] |