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

<<31323334353637383940

  /external/bison/data/
yacc.c 50 # Arguments passed to yyerror: user args plus yylloc.
75 # uses only C89 types, so that the user can override the shorter
145 infringing on user name space. This should be done even for local
146 variables, as they might otherwise be expanded by user macros.
149 USER NAME SPACE" below. */
165 /* Copy the first part of user declarations. */
213 /* Copy the second part of user declarations. */
255 # include <stddef.h> /* INFRINGES ON USER NAME SPACE */
267 # include <libintl.h> /* INFRINGES ON USER NAME SPACE */
302 # include <alloca.h> /* INFRINGES ON USER NAME SPACE *
    [all...]
  /external/chromium/chrome/browser/prefs/
pref_service.cc 120 JsonPrefStore* user = new JsonPrefStore( local
131 command_line, user, recommended_platform,
604 // Look for an existing preference in the user store. If it doesn't
605 // exist or isn't the correct type, create a new user preference.
  /external/chromium/chrome/browser/resources/ntp/
most_visited.css 6 -webkit-user-select: none;
  /external/chromium/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/
binaryajax.js 185 if (oHTTP.overrideMimeType) oHTTP.overrideMimeType('text/plain; charset=x-user-defined');
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 16 * response to user events.
37 * options presented to the user.
493 * handles errors in user input.
495 * @param {Event} e DOM event generated by the user's click.
  /external/chromium/net/tools/testserver/
chromiumsync.py 236 """Models the account state of one sync user."""
586 """Attempt to commit one entry to the user's account.
754 response.authenticate.user.email = 'syncjuser@chromium'
755 response.authenticate.user.display_name = 'Sync J User'
768 """Respond to a Commit request by updating the user's account state.
    [all...]
  /external/dbus/dbus/
dbus-sysdeps-util-win.c 234 * Verify that after the fork we can successfully change to this user.
236 * @param user the username given in the daemon configuration
240 _dbus_verify_daemon_user (const char *user)
246 * Changes the user and group the bus is running as.
248 * @param user the user to become
253 _dbus_change_to_daemon_user (const char *user,
772 * Checks to see if the UNIX user ID matches the UID of
775 * @param uid the UNIX user ID
794 * Checks to see if the UNIX user ID is at the console
    [all...]
  /external/ipsec-tools/
setup.c 369 remoteconf->mycert = get_certificate("user", user_certificate);
464 " udprsa <user-private-key> <user-certificate> \\\n"
469 " xauthrsa <user-private-key> <user-certificate> \\\n"
636 char *user, int status)
641 int privsep_xauth_login_system(char *user, char *password)
  /external/libpcap/
pcap-bpf.c 141 pcap_read_bpf(pcap_t *p, int cnt, pcap_handler callback, u_char *user)
183 * used to copy the buffer into user
186 * a kernel debugger shows the user buffer
301 (*callback)(user, &pkthdr, datap);
558 * non-root user to be granted specific access to pcap
653 * XXX - there should be a user-accessible hook to set the
1074 * Free any user-mode filter we might happen to have installed.
  /external/mesa3d/docs/OLD/
MESA_program_debug.spec 43 1. Have the GL call a user-specified function prior to executing
49 user to register a callback function with the GL. The callback will
52 From within the callback, the user may issue Get* commands to
87 3. How do we prevent the user from doing something crazy in the
105 It's a common programming practice to associate a user-supplied
173 registers a user-defined callback function with the GL. <target>
  /external/oprofile/module/x86/
op_model_p4.c 515 ESCR_SET_USR_0(escr, sysctl.ctr[ctr].user);
518 ESCR_SET_USR_1(escr, sysctl.ctr[ctr].user);
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86dga/
XF86DGA.c 531 void* user;
545 vaddr = dmap.a.user;
  /external/v8/test/mjsunit/
value-wrapper.js 28 // When calling user-defined functions on strings, booleans or
  /external/webkit/LayoutTests/storage/
test-authorizer.js 83 // There is no SQL/Javascript API to add user-defined functions to SQLite,
  /external/webkit/Source/WebCore/css/
html.css 412 -webkit-user-select: text;
451 -webkit-user-select: none;
460 -webkit-user-select: none;
481 -webkit-user-select: text;
  /external/webkit/Source/WebCore/inspector/
InspectorCSSAgent.cpp 72 // "disabled" == property disabled by user
108 // origin : <string>, // "" || "user-agent" || "user" || "inspector"
485 DEFINE_STATIC_LOCAL(String, userAgent, ("user-agent"));
486 DEFINE_STATIC_LOCAL(String, user, ("user"));
493 origin = user;
  /external/webkit/Source/WebCore/inspector/front-end/
audits.css 221 -webkit-user-select: text;
  /frameworks/base/libs/utils/
Threads.cpp 798 int Thread::_threadLoop(void* user)
800 Thread* const self = static_cast<Thread*>(user);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesf.h 50 // The abstract base class for buitin and user defined Fieldtypes.
353 // This structure is used for the form's user data field to link the
354 // FORM* to the C++ object and to provide extra space for a user pointer.
356 void* m_user; // the pointer for the user's data
378 inline void set_user(void *user) {
381 uptr->m_user = user;
627 // user data to a field of a form. Its assumed that the user
661 // The same mechanism is used to attach user data to a form
893 // Abstract base class for User-Defined Fieldtype
    [all...]
  /bionic/libc/bionic/
stubs.c 246 /* translate a user/group name like app_1234 into the
247 * corresponding user/group id (AID_APP + 1234)
359 getgrouplist (const char *user, gid_t group,
  /build/core/combo/
TARGET_linux-arm.mk 59 ifeq ($(TARGET_BUILD_VARIANT),user)
  /build/core/
package.mk 133 ifneq ($(filter user userdebug, $(TARGET_BUILD_VARIANT)),)
134 # turn on Proguard by default for user & userdebug build
  /external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/
navigation_collector.js 70 * was generated (i.e. "The user clicked on a link." or "The user submitted
98 * * FORWARD_BACK: User used the forward or back buttons to navigate through
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmppclient.cc 132 d_->engine_->SetUser(buzz::Jid(settings.user(), settings.host(), STR_EMPTY));
  /external/icu4c/test/perf/perldriver/
Output.pm 229 A:hover { color: red; font-weight: normal; text-decoration: none } /* user hovers */

Completed in 973 milliseconds

<<31323334353637383940