HomeSort by relevance Sort by last modified time
    Searched full:pointers (Results 76 - 100 of 6207) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/ppapi/api/dev/
ppb_memory_dev.idl 16 * The PPB_Memory_Dev interface contains pointers to functions related to memory
ppp_text_input_dev.idl 15 * <code>PPP_TextInput_Dev</code> is a set of function pointers that the
  /external/chromium_org/remoting/client/plugin/
pepper_plugin_thread_delegate.h 10 // Macro useful for writing cross-platform function pointers.
  /external/chromium_org/third_party/WebKit/Source/wtf/
StaticConstructors.h 44 // - We do this with a pragma, so that all of the static initializer pointers
46 // be nice if the section was discarded, because we don't want the pointers.
58 // Define an correctly-sized array of pointers to avoid static initialization.
59 // Use an array of pointers instead of an array of char in case there is some alignment issue.
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
RenderTarget11.h 7 // RenderTarget11.h: Defines a DX11-specific wrapper for ID3D11View pointers
  /external/chromium_org/third_party/freetype/include/freetype/internal/
ftpic.h 21 /* can instead define pointers here. */
  /external/chromium_org/third_party/skia/include/utils/
SkPictureUtils.h 25 * so the returned pointers are only valid while the picture is in scope
  /external/chromium_org/tools/gn/
import_manager.h 34 // Owning pointers to the scopes.
  /external/clang/test/Analysis/
casts.m 15 // Test casts from void* to function pointers.
  /external/clang/test/SemaObjC/
interface-1.m 24 INT1 b[3]; // expected-error {{array of interface 'INT1' is invalid (probably should be an array of pointers)}}
  /external/compiler-rt/lib/lsan/lit_tests/TestCases/
use_unaligned.cc 1 // Test that unaligned pointers are detected correctly.
  /external/dropbear/libtommath/
bn_mp_exch.c 19 * mp_int pointers around
  /external/freetype/include/freetype/internal/
ftpic.h 21 /* can instead define pointers here. */
  /external/llvm/docs/HistoricalNotes/
2001-02-06-TypeNotationDebateResp1.txt 28 > that most programmers TODAY do not understand pointers to member
35 In either case, I would have to look up an example to write pointers to
38 But pointers to member functions are nowhere near as common as arrays. And
43 make function pointers easier but makes arrays much more difficult seems
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_GL_GetProcAddress.3 11 Returns the address of the GL function \fBproc\fR, or \fBNULL\fR if the function is not found\&. If the GL library is loaded at runtime, with \fI\fBSDL_GL_LoadLibrary\fP\fR, then \fIall\fP GL functions must be retrieved this way\&. Usually this is used to retrieve function pointers to OpenGL extensions\&.
  /external/skia/include/utils/
SkPictureUtils.h 25 * so the returned pointers are only valid while the picture is in scope
  /frameworks/base/media/mca/filterpacks/native/imageproc/
to_rgba.c 33 // Get the input and output pointers
64 // Get the input and output pointers
96 // Get the input and output pointers
128 // Get the input and output pointers
  /external/chromium_org/base/memory/
weak_ptr.h 5 // Weak pointers are pointers to an object that do not affect its lifetime,
9 // Weak pointers are useful when an object needs to be accessed safely by one
50 // Weak pointers may be passed safely between threads, but must always be
254 // control how it exposes weak pointers to itself. This is helpful if you only
255 // need weak pointers within the implementation of a class. This class is also
273 // Call this method to invalidate all existing weak pointers.
279 // Call this method to determine if any weak pointers exist.
291 // A class may extend from SupportsWeakPtr to let others take weak pointers to
293 // pointers. However, since SupportsWeakPtr's destructor won't invalidat
    [all...]
  /external/antlr/antlr-3.4/runtime/C/doxygen/
doxygengroups.dox 11 /// The typedefs contain data and function pointers, which together define
24 /// and their pointers) are the C equivalent of objects. They correspond
26 /// data elements for a particular interface as well as all the pointers
32 /// function pointers, before using the interface 'object' you have created.
53 /// Some typedef structures contain either pointers to 'inherited' objects (usual)
54 /// or embedded structures/typedefs (unusual). In some cases, the pointers passed
55 /// around by the paresr or tree parser are actually the pointers to these embedded
57 /// pointers to their encapsulating objects. This is the equivalent of passing
  /external/chromium/base/memory/
weak_ptr.h 5 // Weak pointers help in cases where you have many objects referring back to a
10 // A common alternative to weak pointers is to have the shared object hold a
48 // WARNING: weak pointers are not threadsafe!!! You must only use a WeakPtr
194 // A class may extend from SupportsWeakPtr to expose weak pointers to itself.
218 // control how it exposes weak pointers to itself. This is helpful if you only
219 // need weak pointers within the implementation of a class. This class is also
232 // Call this method to invalidate all existing weak pointers.
237 // Call this method to determine if any weak pointers exist.
  /external/chromium_org/cloud_print/virtual_driver/win/port_monitor/
port_monitor.h 22 // Implementations for the function pointers in the MONITOR2 structure
70 // Implementations for the function pointers in the MONITORUI structure
  /external/chromium_org/jingle/notifier/base/
weak_xmpp_client.h 5 // A thin wrapper around buzz::XmppClient that exposes weak pointers
37 // Invalidates all weak pointers to this object. (This method is
  /external/chromium_org/ppapi/api/
ppp_messaging.idl 7 * This file defines the PPP_Messaging interface containing pointers to
18 * The <code>PPP_Messaging</code> interface contains pointers to functions
  /external/chromium_org/third_party/libjingle/overrides/
init_webrtc.h 38 // as well as provide pointers back to a couple webrtc factory functions.
39 // The reason we get pointers to these functions this way is to avoid having
  /external/chromium_org/third_party/libxml/src/include/libxml/
xpointer.h 2 * Summary: API to handle XML Pointers
3 * Description: API to handle XML Pointers

Completed in 1185 milliseconds

1 2 34 5 6 7 8 91011>>