HomeSort by relevance Sort by last modified time
    Searched refs:so (Results 401 - 425 of 1864) sorted by null

<<11121314151617181920>>

  /external/qemu/slirp-android/
tcp_var.h 136 #define sototcpcb(so) ((so)->so_tcpcb)
  /hardware/invensense/60xx/libsensors_iio/
Android.mk 84 LOCAL_SRC_FILES := libmplmpu.so
87 LOCAL_MODULE_SUFFIX := .so
98 LOCAL_SRC_FILES := libmllite.so
101 LOCAL_MODULE_SUFFIX := .so
  /hardware/libhardware_legacy/
Android.mk 3 # Setting LOCAL_PATH will mess up all-subdir-makefiles, so do it beforehand.
  /hardware/ti/omap4-aah/hwc/
Android.mk 5 # hw/<HWCOMPOSE_HARDWARE_MODULE_ID>.<ro.product.board>.so
  /ndk/tests/build/prebuilt-copy/
build.sh 79 SHARED_LIB=$(ls $OUT/*$ABI/libfoo.so 2>/dev/null)
  /packages/apps/Mms/
Android.mk 36 # This finds and builds the test apk as well, so a single make does both.
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_usrreq.c 112 srandom(getpid()); /* so inp->sctp_ep.random_numbers are truly random... */
311 /* Clear any time so NO RTT is being done */
406 struct socket *so; local
473 so = SCTP_INP_SO(inp);
476 SCTP_SOCKET_LOCK(so, 1);
482 SCTP_SOCKET_UNLOCK(so, 1);
673 sctp_abort(struct socket *so)
678 inp = (struct sctp_inpcb *)so->so_pcb;
700 SOCK_LOCK(so);
701 SCTP_SB_CLEAR(so->so_snd)
    [all...]
  /external/chromium_org/chrome/browser/resources/net_internals/
main.js 57 // This must be initialized before the tabs, so they can register as
61 // This must be the first constants observer, so other constants observers
94 // Tracks if we're viewing a loaded log file, so views can behave
95 // appropriately. Global so safe to call during construction.
106 // This is exposed both so the log import/export code can enumerate all the
113 * Prevents receiving/sending events to/from the browser, so loaded data
127 // If there's a file name, a log file was loaded, so swap out the status
129 // hiding cookies, so if the log dump has them, they'll be displayed.
135 // Don't disable hiding cookies, so created log dumps won't have them,
182 // the running OS should be created, so they can load log dumps from othe
    [all...]
  /external/valgrind/main/helgrind/
hg_main.c 75 // from our mappings, so that the associated SO can be freed up
248 acquired, so as to produce better lock-order error messages. */
304 acquired, so as to produce better lock-order error messages. */
750 found. So assert it is non-null; that in effect asserts that we
1681 SO* so; local
2155 SO* so; \/* libhb-allocated SO *\/ member in struct:__anon37437
2180 SO* so = libhb_so_alloc(); local
2676 SO* so; local
2700 SO* so; local
2728 SO* so; local
2777 SO* so; local
2805 SO* so; local
3012 SO* so = libhb_so_alloc(); local
3216 SO* so = libhb_so_alloc(); local
3226 SO* so = (SO*)valW; local
3247 SO* so; local
3272 SO* so; local
    [all...]
  /art/build/
Android.common.mk 52 ART_HOST_SHLIB_EXTENSION ?= .so
  /bionic/libc/arch-x86/bionic/
__bionic_clone.S 32 # An error occurred, so set errno and return -1.
syscall.S 38 # Yes, so set errno.
  /bionic/linker/
Android.mk 42 # we don't want crtbegin.o (because we have begin.o), so unset it
61 # Leave the symbols in the shared library so that stack unwinders can produce
  /build/core/
executable_prefer_symlink.mk 15 # We support both 32 and 64 bit apps, so we will have to
48 # We need this so that the installed files could be picked up based on the
  /cts/build/
test_gtest_package.mk 22 # Disable by default so "m cts" will work in emulator builds
56 # Have the module name depend on the cts files; so the cts files get generated when you run mm/mmm/mma/mmma.
test_target_java_library.mk 19 # Disable by default so "m cts" will work in emulator builds
48 # Have the module name depend on the cts files; so the cts files get generated when you run mm/mmm/mma/mmma.
  /dalvik/
Android.mk 35 # DONT_INSTALL_DEX_FILES is already false, so a normal make takes care of it.
59 # so a normal make takes care of it.
  /device/asus/deb/self-extractors/qcom/staging/proprietary/
Android.mk 21 LOCAL_SRC_FILES := libacdbloader.so
22 LOCAL_MODULE_SUFFIX := .so
  /device/asus/flo/self-extractors/qcom/staging/proprietary/
Android.mk 21 LOCAL_SRC_FILES := libacdbloader.so
22 LOCAL_MODULE_SUFFIX := .so
  /device/asus/grouper/self-extractors/broadcom/staging/proprietary/
Android.mk 50 LOCAL_SRC_FILES := gps.tegra3.so
51 LOCAL_MODULE_SUFFIX := .so
  /device/asus/tilapia/self-extractors/broadcom/staging/proprietary/
Android.mk 50 LOCAL_SRC_FILES := gps.tegra3.so
51 LOCAL_MODULE_SUFFIX := .so
  /device/lge/hammerhead/self-extractors/qcom/staging/proprietary/
Android.mk 21 LOCAL_SRC_FILES := libacdbloader.so
22 LOCAL_MODULE_SUFFIX := .so
  /device/lge/mako/self-extractors/qcom/staging/proprietary/
Android.mk 21 LOCAL_SRC_FILES := libacdbloader.so
22 LOCAL_MODULE_SUFFIX := .so
  /device/samsung/manta/
BoardConfig.mk 17 # These two variables are set first, so they can be overridden
47 OVERRIDE_RS_DRIVER := libRSDriverArm.so
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
filter-mode.rb 47 /** QID cannot see beyond end of token so using QID '.*'? somewhere won't
181 /** QID cannot see beyond end of token so using QID '.*'? somewhere won't

Completed in 648 milliseconds

<<11121314151617181920>>