HomeSort by relevance Sort by last modified time
    Searched full:hook (Results 201 - 225 of 1568) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/protobuf/editors/
protobuf-mode.el 43 ;; `protobuf-mode-hook'. For example, the following would make protocol-mode
50 ;; (add-hook 'protobuf-mode-hook
196 The hook `c-mode-common-hook' is run with no argument at mode
197 initialization, then `protobuf-mode-hook'.
215 (c-run-mode-hooks 'c-mode-common-hook 'protobuf-mode-hook)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
decode_test_driver.h 113 // Hook to be called before decompressing every frame.
117 // Hook to be called on every decompressed frame.
vp9_thread_test.cc 51 int return_value = 1; // return successfully from the hook
52 worker_.hook = ThreadHook;
74 int return_value = 0; // return failure from the hook
75 worker_.hook = ThreadHook;
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
AppWorkaroundsTests.java 51 // To this end, our base class InputTestsBase offers a hook for us to touch the EditorInfo.
52 // We override this hook to write the package name that we need.
  /external/iproute2/tc/
m_ipt.c 401 __u32 hook = 0, index = 0; local
487 hook = NF_IP_PRE_ROUTING;
489 hook = NF_IP_POST_ROUTING;
495 fprintf(stdout, "tablename: %s hook: %s\n ", tname, ipthooks[hook]);
511 addattr_l(n, MAX_MSG, TCA_IPT_HOOK, &hook, 4);
559 fprintf(f, "[NULL ipt hook name ]\n ");
562 __u32 hook; local
563 hook = rta_getattr_u32(tb[TCA_IPT_HOOK]);
564 fprintf(f, " hook: %s \n", ipthooks[hook])
    [all...]
  /build/core/
host_shared_library_internal.mk 25 $(call host-shared-library-hook)
  /development/ndk/platforms/android-3/include/linux/netfilter_ipv4/
ip_queue.h 22 unsigned int hook; member in struct:ipq_packet_msg
  /external/bison/lib/
close.c 24 #include "fd-hook.h"
  /external/dhcpcd/dhcpcd-hooks/
50-dhcpcd-compat 1 # Compat enter hook shim for older dhcpcd versions
50-yp.conf 1 # Sample dhcpcd hook for ypbind
  /external/icu/icu4c/source/i18n/
remtrans.cpp 34 * System registration hook.
remtrans.h 40 * System registration hook.
  /external/icu/icu4c/source/samples/ufortune/
Makefile 32 # hook variables to tell rules.mk we want subdirectory processing
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
RemoveTransliterator.java 22 * System registration hook.
  /external/iptables/include/linux/netfilter_ipv4/
ipt_ULOG.h 39 unsigned int hook; member in struct:ulog_packet_msg
  /external/jsilver/src/org/clearsilver/
CSFileLoader.java 22 * Interface for CS file hook
  /external/kernel-headers/original/uapi/linux/netfilter_ipv4/
ipt_ULOG.h 39 unsigned int hook; member in struct:ulog_packet_msg
  /external/libedit/doc/
Makefile.am 12 install-data-hook: $(EL_MAN_LINKS)
  /external/libvorbis/
Makefile.am 32 dist-hook:
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_buffer_objects.h 48 * Hook the bufferobject implementation into mesa:
  /external/skia/
HASHTAGS 1 # This file is used by the post upload hook in the PRESUBMIT file to
  /frameworks/support/v4/donut/android/support/v4/view/
LayoutInflaterFactory.java 30 * Hook you can supply that is called when inflating from a LayoutInflater.
  /frameworks/wilhelm/src/objects/
C3DGroup.c 22 /** \brief Hook called by Object::Destroy before a 3D group is about to be destroyed */
CEngine.c 50 /** \brief Hook called by Object::Realize when an engine is realized */
77 /** \brief Hook called by Object::Resume when an engine is resumed */
85 /** \brief Hook called by Object::Destroy when an engine is destroyed */
147 /** \brief Hook called by Object::Destroy before an engine is about to be destroyed */
CMediaPlayer.c 47 /** \brief Hook called by Object::Destroy when a media player is destroyed */

Completed in 2071 milliseconds

1 2 3 4 5 6 7 891011>>