HomeSort by relevance Sort by last modified time
    Searched refs:user (Results 726 - 750 of 979) sorted by null

<<21222324252627282930>>

  /development/samples/BrowserPlugin/jni/audio/
AudioPlugin.cpp 67 static void audioCallback(ANPAudioEvent evt, void* user, ANPAudioBuffer* buffer) {
70 SoundPlay* play = reinterpret_cast<SoundPlay*>(user);
  /external/chromium/chrome/browser/resources/net_internals/
hstsview.js 9 * This UI allows a user to query and update the browser's list of HSTS domains.
  /external/chromium/chrome/browser/ui/webui/options/
personal_options_handler.cc 419 const chromeos::UserManager::User& user = local
421 std::string email = user.email();
  /external/icu4c/extra/uconv/
makedata.mak 33 #Let's see if user has given us a path to ICU
  /external/libpcap/
pcap-pf.c 88 pcap_read_pf(pcap_t *pc, int cnt, pcap_handler callback, u_char *user)
215 (*callback)(user, &h, p);
316 * non-root user to be granted specific access to pcap
567 * a window to annoy the user.
607 fprintf(stderr, "tcpdump: Filtering in user process\n");
  /external/oprofile/utils/
ophelp.c 208 pev1->user == pev2->user) {
589 "See Programming the MIPS64 20Kc Processor Core User's "
599 "See Programming the MIPS64 25Kf Processor Core User's "
620 "Software User's manual available from www.mips.com\n";
625 "See NEC R10000 / R12000 User's Manual\n"
630 "See RM7000 Family User Manual "
635 "See RM9000x2 Family User Manual "
641 "See NEC VR5443 User's Manual, Volume 1\n"
646 "See NEC R10000 / R12000 User's Manual\n
    [all...]
  /external/quake/quake/src/WinQuake/
snd_android.cpp 503 void AndroidQuakeSoundCallback(int event, void* user, void *info) {
571 void AndroidQuakeSoundCallback(int event, void* user, void *info) {
636 0, // user
  /external/tcpdump/
netdissect.h 284 extern void chdlc_if_print(u_char *user, const struct pcap_pkthdr *h,
323 u_char *user, const struct pcap_pkthdr *h,
  /external/valgrind/main/cachegrind/
cg_diff.in 48 options for the user, with defaults in [ ], are:
  /external/valgrind/main/perf/
vg_perf 57 options for the user, with defaults in [ ], are:
214 # Run program N times, return the best user time. Use the POSIX
vg_perf.in 57 options for the user, with defaults in [ ], are:
214 # Run program N times, return the best user time. Use the POSIX
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLSelectElement03.js 85 without an explicit selected attribute, user agent behavior is
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLSelectElement03.js 85 without an explicit selected attribute, user agent behavior is
  /external/webkit/Source/WebCore/css/
wml.css 135 -webkit-user-select: text;
  /external/webkit/Source/WebKit/android/plugins/
android_npapi.h 786 The "user" parameter is the same value that was passed to newTrack()
788 typedef void (*ANPAudioCallbackProc)(ANPAudioEvent event, void* user
    [all...]
  /frameworks/base/cmds/dumpstate/
utils.c 211 static void print_prop(const char *key, const char *name, void *user) {
212 (void) user;
  /frameworks/base/media/libstagefright/
AudioPlayer.cpp 254 void AudioPlayer::AudioCallback(int event, void *user, void *info) {
255 static_cast<AudioPlayer *>(user)->AudioCallback(event, info);
  /hardware/ti/omap4xxx/camera/
CameraHal_Module.cpp 98 void *user)
109 gCameraHals[ti_dev->cameraid]->setCallbacks(notify_cb, data_cb, data_cb_timestamp, get_memory, user);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesm.h 142 // user supplied driver for a menu; you may derive from this class and
214 // This structure is used for the menu's user data field to link the
215 // MENU* to the C++ object and to provide extra space for a user pointer.
217 void* m_user; // the pointer for the user's data
239 inline void set_user(void *user) {
242 uptr->m_user = user;
592 // user data to an item of a menu. Its assumed that the user
621 // The same mechanism is used to attach user data to a menu
  /system/media/wilhelm/src/android/
AudioRecorder_to_android.cpp 211 static void audioRecorder_callback(int event, void* user, void *info) {
212 //SL_LOGV("audioRecorder_callback(%d, %p, %p) entering", event, user, info);
214 CAudioRecorder *ar = (CAudioRecorder *)user;
406 (void*)ar, // user, callback data, here the AudioRecorder
  /external/chromium/chrome/browser/resources/bookmark_manager/js/
main.js 156 // the user goes back and forward in the history.
188 // The list dispatches an event when the user clicks on the URL or the Show in
212 // Do not update the input if the user is actively using the text input.
230 // When the user clicks the button we should navigate "home" and focus the list
248 * Callback for when the user reorders by title.
333 * This returns the user visible path to the folder where the bookmark is
519 // to the user anyway.
1002 * @param {boolean} isRecentOrSearch Whether the user is trying to do a command
    [all...]
  /build/core/
cleanbuild.mk 165 # like "make user" vs. "make sdk". This lets you work with different
170 # $ make -j8 user
envsetup.mk 109 build_variant := $(filter-out eng user userdebug tests,$(TARGET_BUILD_VARIANT))
112 $(error must be empty or one of: eng user userdebug tests)
  /build/core/combo/
TARGET_linux-sh.mk 33 ifeq ($(TARGET_BUILD_VARIANT),user)
TARGET_linux-x86.mk 38 ifeq ($(TARGET_BUILD_VARIANT),user)

Completed in 1026 milliseconds

<<21222324252627282930>>