/external/llvm/include/llvm/Support/ |
D | SourceMgr.h | 58 std::vector<SrcBuffer> Buffers; variable 92 assert(i < Buffers.size() && "Invalid Buffer ID!"); in getBufferInfo() 93 return Buffers[i]; in getBufferInfo() 97 assert(i < Buffers.size() && "Invalid Buffer ID!"); in getMemoryBuffer() 98 return Buffers[i].Buffer; in getMemoryBuffer() 102 return Buffers.size(); in getNumBuffers() 106 assert(i < Buffers.size() && "Invalid Buffer ID!"); in getParentIncludeLoc() 107 return Buffers[i].IncludeLoc; in getParentIncludeLoc() 116 Buffers.push_back(NB); in AddNewSourceBuffer() 117 return Buffers.size() - 1; in AddNewSourceBuffer()
|
/external/chromium_org/third_party/protobuf/java/ |
D | README.txt | 1 Protocol Buffers - Google's data interchange format 4 This directory contains the Java Protocol Buffers runtime library. 9 The Protocol Buffers build is managed using Maven. If you would 46 Building the 'lite' version of the Java Protocol Buffers library is 93 The complete documentation for Protocol Buffers is available via the
|
/external/protobuf/python/ |
D | README.txt | 1 Protocol Buffers - Google's data interchange format 4 This directory contains the Python Protocol Buffers runtime library. 21 The Python implementation of Protocol Buffers is not as mature as the C++ 24 join the Protocol Buffers discussion list and let us know! 70 The complete documentation for Protocol Buffers is available via the
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
D | st_cb_xformfb.c | 101 for (i = 0; i < Elements(sobj->base.Buffers); i++) { in st_delete_transform_feedback() 102 _mesa_reference_buffer_object(ctx, &sobj->base.Buffers[i], NULL); in st_delete_transform_feedback() 120 max_num_targets = MIN2(Elements(sobj->base.Buffers), in st_begin_transform_feedback() 125 struct st_buffer_object *bo = st_buffer_object(sobj->base.Buffers[i]); in st_begin_transform_feedback()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_xformfb.c | 101 for (i = 0; i < Elements(sobj->base.Buffers); i++) { in st_delete_transform_feedback() 102 _mesa_reference_buffer_object(ctx, &sobj->base.Buffers[i], NULL); in st_delete_transform_feedback() 120 max_num_targets = MIN2(Elements(sobj->base.Buffers), in st_begin_transform_feedback() 125 struct st_buffer_object *bo = st_buffer_object(sobj->base.Buffers[i]); in st_begin_transform_feedback()
|
/external/protobuf/ |
D | README.txt | 1 Protocol Buffers - Google's data interchange format 38 To compile a package that uses Protocol Buffers, you need to pass 40 Protocol Buffers integrates with pkg-config to manage this. If you 53 Buffers may not yet integrate with pkg-config to get flags, and may 64 Buffers, you should probably use the PKG_CHECK_MODULES macro in your 127 Protocol Buffers C++ runtime libraries will have compatible ABIs. 140 The Java and Python runtime libraries for Protocol Buffers are located 149 The complete documentation for Protocol Buffers is available via the
|
D | README.android | 9 Protocol Buffers are a way of encoding structured data in an efficient 10 yet extensible format. Google uses Protocol Buffers for almost all
|
D | CONTRIBUTORS.txt | 2 to the public version of Protocol Buffers. 4 Original Protocol Buffers design and implementation: 73 * Emacs mode for Protocol Buffers (editors/protobuf-mode.el).
|
D | protobuf-lite.pc.in | 6 Name: Protocol Buffers
|
D | protobuf.pc.in | 6 Name: Protocol Buffers
|
/external/chromium_org/third_party/protobuf/ |
D | README.txt | 1 Protocol Buffers - Google's data interchange format 38 To compile a package that uses Protocol Buffers, you need to pass 40 Protocol Buffers integrates with pkg-config to manage this. If you 53 Buffers may not yet integrate with pkg-config to get flags, and may 64 Buffers, you should probably use the PKG_CHECK_MODULES macro in your 127 Protocol Buffers C++ runtime libraries will have compatible ABIs. 140 The Java and Python runtime libraries for Protocol Buffers are located 149 The complete documentation for Protocol Buffers is available via the
|
D | CONTRIBUTORS.txt | 2 to the public version of Protocol Buffers. 4 Original Protocol Buffers design and implementation: 73 * Emacs mode for Protocol Buffers (editors/protobuf-mode.el).
|
/external/chromium_org/third_party/protobuf/python/ |
D | README.txt | 1 Protocol Buffers - Google's data interchange format 4 This directory contains the Python Protocol Buffers runtime library. 21 The Python implementation of Protocol Buffers is not as mature as the C++ 24 join the Protocol Buffers discussion list and let us know! 73 The complete documentation for Protocol Buffers is available via the
|
/external/llvm/lib/Support/ |
D | SourceMgr.cpp | 46 while (!Buffers.empty()) { in ~SourceMgr() 47 delete Buffers.back().Buffer; in ~SourceMgr() 48 Buffers.pop_back(); in ~SourceMgr() 77 for (unsigned i = 0, e = Buffers.size(); i != e; ++i) in FindBufferContainingLoc() 78 if (Loc.getPointer() >= Buffers[i].Buffer->getBufferStart() && in FindBufferContainingLoc() 81 Loc.getPointer() <= Buffers[i].Buffer->getBufferEnd()) in FindBufferContainingLoc()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
D | gen7_sol_state.c | 57 intel_buffer_object(xfb_obj->Buffers[i]); in upload_3dstate_so_buffers() 62 if (!xfb_obj->Buffers[i]) { in upload_3dstate_so_buffers() 212 if (xfb_obj->Buffers[i]) { in upload_3dstate_streamout()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | gen7_sol_state.c | 57 intel_buffer_object(xfb_obj->Buffers[i]); in upload_3dstate_so_buffers() 62 if (!xfb_obj->Buffers[i]) { in upload_3dstate_so_buffers() 212 if (xfb_obj->Buffers[i]) { in upload_3dstate_streamout()
|
/external/protobuf/examples/ |
D | README.txt | 1 This directory contains example code that uses Protocol Buffers to manage an 24 These examples are part of the Protocol Buffers tutorial, located at:
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
D | unittest_empty.proto | 1 // Protocol Buffers - Google's data interchange format 32 // Based on original Protocol Buffers design by
|
D | unittest_optimize_for.proto | 1 // Protocol Buffers - Google's data interchange format 32 // Based on original Protocol Buffers design by
|
D | unittest_mset.proto | 1 // Protocol Buffers - Google's data interchange format 32 // Based on original Protocol Buffers design by
|
/external/protobuf/src/google/protobuf/ |
D | unittest_empty.proto | 1 // Protocol Buffers - Google's data interchange format 32 // Based on original Protocol Buffers design by
|
D | unittest_optimize_for.proto | 1 // Protocol Buffers - Google's data interchange format 32 // Based on original Protocol Buffers design by
|
D | unittest_mset.proto | 1 // Protocol Buffers - Google's data interchange format 32 // Based on original Protocol Buffers design by
|
D | unittest_import.proto | 1 // Protocol Buffers - Google's data interchange format 32 // Based on original Protocol Buffers design by
|
D | unittest_embed_optimize_for.proto | 1 // Protocol Buffers - Google's data interchange format 32 // Based on original Protocol Buffers design by
|