HomeSort by relevance Sort by last modified time
    Searched full:info (Results 151 - 175 of 40308) sorted by null

1 2 3 4 5 67 8 91011>>

  /art/runtime/interpreter/mterp/arm64/
close_cfi.S 1 // Close out the cfi info. We're treating mterp as a single function.
  /build/kati/testcase/
ifdef_ret_in_arg.mk 7 $(info $($(x)))
warn_output_pattern_mismatch.mk 8 $(info foo)
ifdef_with_trailing_space.mk 8 $(info PASS)
13 $(info PASS)
19 $(info PASS)
  /external/e2fsprogs/debian/attic/
comerrg-dev.info 4 FILE=com_err.info
  /external/libusb/
NEWS 2 http://libusb.info
  /external/mesa3d/src/gallium/tests/graw/
occlusion-query.c 17 static struct graw_info info; variable in typeref:struct:graw_info
91 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
92 info.ctx->bind_vertex_elements_state(info.ctx, handle);
97 vbuf.buffer = pipe_buffer_create_with_data(info.ctx,
103 info.ctx->set_vertex_buffers(info.ctx, 0, 1, &vbuf);
108 set_vertex_shader(struct graw_info *info)
121 handle = graw_parse_vertex_shader(info->ctx, text)
    [all...]
  /external/valgrind/drd/tests/
boost_thread.vgtest 2 vgopts: --read-var-info=yes
fp_race.vgtest 2 vgopts: --read-var-info=yes
  /external/valgrind/helgrind/tests/
rwlock_race.vgtest 2 vgopts: --read-var-info=yes
  /external/valgrind/memcheck/tests/
varinfo3.vgtest 2 vgopts: --read-var-info=yes -q
  /external/walt/ios/WALT/Assets.xcassets/ic_brightness_medium_24dp.imageset/
Contents.json 8 "info" : {
  /external/walt/ios/WALT/Assets.xcassets/ic_radio_button_checked_24dp.imageset/
Contents.json 8 "info" : {
  /external/walt/ios/WALT/Assets.xcassets/ic_receipt_black_24dp.imageset/
Contents.json 8 "info" : {
  /external/walt/ios/WALT/Assets.xcassets/ic_schedule_black_24dp.imageset/
Contents.json 8 "info" : {
  /external/walt/ios/WALT/Assets.xcassets/ic_settings_black_24dp.imageset/
Contents.json 8 "info" : {
  /external/walt/ios/WALT/Assets.xcassets/ic_swap_horiz_24dp.imageset/
Contents.json 8 "info" : {
  /external/walt/ios/WALT/Assets.xcassets/ic_swap_vert_24dp.imageset/
Contents.json 8 "info" : {
  /external/walt/ios/WALT/Assets.xcassets/ic_timelapse_black_24dp.imageset/
Contents.json 8 "info" : {
  /external/skia/src/core/
SkMallocPixelRef.cpp 37 static bool is_valid(const SkImageInfo& info) {
38 if (info.width() < 0 || info.height() < 0 ||
39 (unsigned)info.colorType() > (unsigned)kLastEnum_SkColorType ||
40 (unsigned)info.alphaType() > (unsigned)kLastEnum_SkAlphaType)
47 sk_sp<SkPixelRef> SkMallocPixelRef::MakeDirect(const SkImageInfo& info,
50 if (!is_valid(info)) {
53 return sk_sp<SkPixelRef>(new SkMallocPixelRef(info, addr, rowBytes, nullptr, nullptr));
58 const SkImageInfo& info,
62 rowBytes = info.minRowBytes()
    [all...]
  /external/skqp/src/core/
SkMallocPixelRef.cpp 37 static bool is_valid(const SkImageInfo& info) {
38 if (info.width() < 0 || info.height() < 0 ||
39 (unsigned)info.colorType() > (unsigned)kLastEnum_SkColorType ||
40 (unsigned)info.alphaType() > (unsigned)kLastEnum_SkAlphaType)
47 sk_sp<SkPixelRef> SkMallocPixelRef::MakeDirect(const SkImageInfo& info,
50 if (!is_valid(info)) {
53 return sk_sp<SkPixelRef>(new SkMallocPixelRef(info, addr, rowBytes, nullptr, nullptr));
58 const SkImageInfo& info,
62 rowBytes = info.minRowBytes()
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
tilegx-dis.c 32 print_insn_tilegx (bfd_vma memaddr, disassemble_info *info)
40 status = (*info->read_memory_func) (memaddr, opbuf,
41 TILEGX_BUNDLE_SIZE_IN_BYTES, info);
44 (*info->memory_error_func) (status, memaddr, info);
48 info->bytes_per_line = TILEGX_BUNDLE_SIZE_IN_BYTES;
49 info->bytes_per_chunk = TILEGX_BUNDLE_SIZE_IN_BYTES;
50 info->octets_per_byte = 1;
51 info->display_endian = BFD_ENDIAN_LITTLE;
58 info->fprintf_func (info->stream, "{ ")
    [all...]
  /external/clang/test/CodeGenCXX/
debug-info-class-limited.test 1 RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited %S/Inputs/debug-info-class-limited.cpp -o - | FileCheck %S/Inputs/debug-info-class-limited.cpp
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
string.swg 11 static swig_type_info* info = 0;
13 info = SWIG_TypeQuery("_p_char");
16 return info;
wstring.swg 12 static swig_type_info* info = 0;
14 info = SWIG_TypeQuery("_p_wchar_t");
17 return info;

Completed in 269 milliseconds

1 2 3 4 5 67 8 91011>>