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

<<31323334353637383940

  /hardware/msm7k/libcamera/
QualcommCameraHardware.cpp 866 void *user)
885 mAutoFocusCallbackCookie = user;
893 void* user)
    [all...]
  /ndk/build/core/
init.mk 272 # 3/ In case we fail horribly, allow the user to define NDK_USE_CYGPATH to '1'
354 # Allow the user to define NDK_TOOLCHAIN to a custom toolchain name.
add-application.mk 104 # the value of APP_ABI is the user enforces it on the command-line
  /system/core/adb/
jdwp_service.c 444 jdwp_control_event(int s, unsigned events, void* user);
  /build/tools/droiddoc/templates-sdk/
sdkpage.cs 78 libraries that allow you to build activities, handle user input, use hardware sensors,
  /external/chromium/chrome/browser/chromeos/login/
screen_locker.cc 130 // |active_input_method_list| so that the user can always use the hardware
625 // A event observer used to unlock the screen upon user's action
662 // user action: mouse or keyboard interactions.
699 ScreenLocker::ScreenLocker(const UserManager::User& user)
706 user_(user),
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/css/
file_manager.css 12 -webkit-user-select: none;
  /external/chromium/chrome/browser/resources/picasaweb_uploader/js/
upload_page.js 96 // If user logged in before, skip the login page.
  /external/chromium/third_party/libjingle/source/talk/base/
socketadapters.cc 125 // TODO: Do something better like forwarding the error to the user.
373 ss << "User-Agent: " << agent_ << "\r\n";
751 // Handle either no-auth (0) or user/pass auth (2)
778 std::string user, pass;
781 !request->ReadString(&user, user_len) ||
  /external/kernel-headers/original/linux/
fb.h 630 int (*fb_open)(struct fb_info *info, int user);
631 int (*fb_release)(struct fb_info *info, int user);
    [all...]
mm.h 560 * On an anonymous page mapped into a user virtual memory area,
566 * refers to user virtual address space into which the page is mapped.
653 int shmem_lock(struct file *file, int lock, struct user_struct *user);
658 struct user_struct *user)
    [all...]
sched.h 210 extern void update_process_times(int user);
311 atomic_t mm_users; /* How many users with user space? */
494 * user-space. This allows kernel threads to set their
495 * priority to a value higher than any user task. Note:
511 * Some day this will be a full-fledged user tracking system..
515 atomic_t processes; /* How many processes does this user have? */
516 atomic_t files; /* How many open files does this user have? */
517 atomic_t sigpending; /* How many pending signals does this user have? */
519 atomic_t inotify_watches; /* How many inotify watches does this user have? */
520 atomic_t inotify_devs; /* How many inotify devs does this user have opened? *
862 struct user_struct *user; member in struct:task_struct
    [all...]
  /external/libpcap/
pcap-dag.c 189 dag_read(pcap_t *p, int cnt, pcap_handler callback, u_char *user)
220 * If non-block is specified it will return immediately. The user
461 /* Call the user supplied callback function */
462 callback(user, &pcap_header, dp);
468 /* Reached the user-specified limit. */
pcap-dlpi.c 244 pcap_read_dlpi(pcap_t *p, int cnt, pcap_handler callback, u_char *user)
361 (*callback)(user, &pkthdr, pk);
1228 return ("User data exceeded provider limit");
    [all...]
pcap-linux.c 446 pcap_read_linux(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user)
452 return pcap_read_packet(handle, callback, user);
457 * the user. Returns the number of packets received or -1 if an
562 * If the user only wants incoming packets, reject it.
569 * If the user only wants outgoing packets, reject it.
736 /* Call the user supplied callback function */
948 * Run user level packet filter by default. Will be overriden if
    [all...]
  /external/libpng/
example.c 238 if (/* We have a user-defined screen gamma value */)
240 screen_gamma = user-defined screen_gamma;
257 * by the user at run time by the user. It is strongly suggested that
  /external/mesa3d/docs/
MESA_texture_signed_rgba.spec 113 Also, it is ok to store incoming GL_BYTE user data as-is, without
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86dga/
XF86DGA2.c 905 void* user;
919 pMap->virtual = dmap.a.user;
  /external/tinyxml/
tinyxml.h 201 void SetUserData( void* user ) { userData = user; }
334 /// Field containing a generic user pointer
    [all...]
  /external/valgrind/main/cachegrind/
cg_annotate.in 38 # user time
147 options for the user, with defaults in [ ], are:
478 print("User annotated: $user_ann_file\n");
761 # File header (distinguish between user- and auto-selected files).
764 (defined $user_ann_files{$src_file} ? "User" : "Auto");
  /external/valgrind/main/massif/
ms_print.in 67 options for the user, with defaults in [ ], are:
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.c 995 struct eap_user *user)
999 identity_len, phase2, user);
  /hardware/ti/omap4xxx/camera/inc/
CameraHal.h 566 void *user);
922 void *user);
    [all...]
  /external/ppp/pppd/
eap.c 196 * eap_init - Initialize state for an EAP user. This is currently
515 /* Look up user in secrets database. */
1197 char *user, *path, *file; local
1203 if (pw == NULL || (user = pw->pw_dir) == NULL || user[0] == 0) {
1208 pl = strlen(user) + strlen(file) + 2;
1212 (void) slprintf(path, pl, "%s/%s", user, file);
    [all...]
  /external/qemu/target-arm/
translate.c 64 int user; member in struct:DisasContext
81 #define IS_USER(s) (s->user)
7541 int j, n, user, loaded_base; local
8703 int user; local
    [all...]

Completed in 1744 milliseconds

<<31323334353637383940