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

<<21222324252627282930>>

  /bionic/libc/private/
KernelArgumentBlock.h 39 // The end of the environment block is marked by two NULL pointers.
  /build/tools/droiddoc/templates-ds/assets/scroller/
jquery.mousewheel.min.js 4 * Thanks to: http://adomas.org/javascript-mouse-wheel/ for some pointers.
  /dalvik/libdex/
CmdUtils.h 26 * allocated storage. Maintaining local pointers to items in the shared area
  /dalvik/vm/alloc/
HeapInternal.h 30 * that we find while recursing. The "next" pointers are hidden
  /dalvik/vm/oo/
Resolve.h 17 * Resolve "constant pool" references into pointers to VM structs.
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ACBTree.h 45 __strong ACBTree **btNodes; /* pointers to btNodes */
  /external/chromium/base/
atomicops_internals_atomicword_compat.h 14 // fundamental types, their pointers are incompatible.
  /external/chromium/chrome/browser/
blocked_content_container.h 38 // Returns the contained TabContents pointers. |blocked_contents| must be
  /external/chromium/chrome/browser/bookmarks/
bookmark_model_observer.h 60 // stale node pointers.
  /external/chromium/chrome/browser/net/
resolve_proxy_msg_helper.h 25 // the stored IPC::Message pointers for pending requests.
  /external/chromium/chrome/browser/ui/webui/
chrome_url_data_manager_backend.h 74 // destructed to ensure that the pointers in this map remain valid.
  /external/chromium/crypto/
scoped_capi_types.h 46 // pointers, the existing scoped classes, such as scoped_ptr_malloc, are
  /external/chromium_org/base/
atomicops_internals_atomicword_compat.h 13 // fundamental types, their pointers are incompatible.
environment.h 78 // is a null-terminated list of pointers to null-terminated strings. The
location.h 34 // a difference), and then pointers as secondary keys (just to get some
  /external/chromium_org/base/memory/
shared_memory_unittest.cc 170 EXPECT_NE(memory1.memory(), memory2.memory()); // Compare the pointers.
338 scoped_ptr<int*[]> pointers(new int*[count]);
340 ASSERT_TRUE(pointers.get());
347 pointers[i] = ptr;
354 pointers[j][0] = 100;
356 pointers[j][0] = 0;
358 // make sure there is no bleeding of the 100 into the other pointers
361 EXPECT_EQ(100, pointers[j][0]);
363 EXPECT_EQ(0, pointers[j][0]);
  /external/chromium_org/base/power_monitor/
power_monitor_device_source.h 90 // Holds pointers to system event notification observers.
  /external/chromium_org/chrome/app/
delay_load_hook_win.cc 19 // object file (as opposed to indirectly through a library), these pointers
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_tag_model_observer.h 58 // to avoid holding onto stale node pointers.
  /external/chromium_org/chrome/browser/chromeos/contacts/
fake_contact_store.h 91 // ownership of these, but we hang on to the pointers so that tests can
  /external/chromium_org/chrome/browser/chromeos/drive/
drive_url_request_job.h 86 // invalidate its weak pointers before other members are destroyed.
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
create_file_operation.h 90 // invalidate the weak pointers before any other members are destroyed.
get_file_for_saving_operation.h 90 // invalidate the weak pointers before any other members are destroyed.
open_file_operation.h 94 // invalidate its weak pointers before any other members are destroyed.
truncate_operation.h 77 // invalidate the weak pointers before any other members are destroyed.

Completed in 4644 milliseconds

<<21222324252627282930>>