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

<<31323334353637383940

  /build/core/
Makefile 7 FILE_NAME_TAG := eng.$(USER)
105 ifeq ($(TARGET_BUILD_VARIANT),user)
106 # User builds should show:
116 # Non-user builds should show detailed build information
196 ro.build.user= \
316 $(call module-names-for-tag-list,user), \
581 # Targets for user images
    [all...]
  /bootable/recovery/mtdutils/
mtdutils.c 25 #include <mtd/mtd-user.h>
341 // Read complete blocks directly into the user's buffer
495 // Write complete blocks directly from the user's buffer
  /development/tools/emulator/opengl/system/gralloc/
gralloc.cpp 21 # include <sys/user.h>
  /device/samsung/crespo/libcamera/
SecCameraHWInterface.cpp 437 void *user)
443 mCallbackCookie = user;
    [all...]
  /external/chromium/chrome/browser/resources/touch_ntp/standalone/
standalone_hack.js 370 * In particular, if the user delays briefly between first touching and starting
371 * to drag, when the user releases a click event will be generated.
  /external/iproute2/doc/
ip-tunnels.tex 374 From kernel and user viewpoints there are no differences between
414 using methods typical for another NBMA networks f.e.\ to start user
ip-cref.tex 25 from the \verb|iproute2| package. It is not a tutorial or user's guide.
173 because the user didn't give enough information.
501 a user level daemon snapping it periodically.
    [all...]
  /external/oprofile/daemon/
opd_ibs.c 130 * only if the user either specifies a range, or vmlinux.
428 ibs_vc[ibs_selected_size].user = 1;
  /external/oprofile/utils/
opcontrol 156 "default" or "name:count:unitmask:kernel:user", where :
162 user: whether to profile userspace: 0 or 1
640 USER=`echo $GOTEVENT | awk -F: '{print $5}'`
651 if test -z "$USER"; then
652 USER=1
655 set_event $f "$EVENT:$COUNT:$UNIT_MASK:$KERNEL:$USER"
1207 # Check if all user/kernel flags per-counter are matching.
1209 USER_CK=$USER
1212 if test $USER_CK != $USER \
1214 echo "ERROR: All kernel/user event flags must match.
    [all...]
  /external/webkit/Source/WebCore/platform/network/cf/
SocketStreamHandleCFNet.cpp 362 login = storedCredential.user();
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
queues.py 68 make_option("--no-confirm", action="store_false", dest="confirm", default=True, help="Do not ask the user for confirmation before running the queue. Dangerous!"),
114 response = self._tool.user.prompt("Are you sure? Type \"yes\" to continue: ")
116 error("User declined.")
  /external/webkit/Tools/Scripts/webkitpy/tool/
mocktool.py 571 return "Mock user response"
599 log("MOCK: user.open_url: file://...")
601 log("MOCK: user.open_url: %s" % url)
744 self.user = MockUser()
  /frameworks/base/telephony/java/com/android/internal/telephony/
CommandsInterface.java 137 static final int SERVICE_CLASS_NONE = 0; // no user input
366 * @param what User-defined message code.
367 * @param obj User object.
376 * @param what User-defined message code.
377 * @param obj User object.
390 * @param what User-defined message code.
391 * @param obj User object.
413 * @param what User-defined message code.
414 * @param obj User object.
424 * @param what User-defined message code
    [all...]
  /packages/apps/Settings/src/com/android/settings/vpn2/
VpnSettings.java 119 // Currently we are the only user of profiles in KeyStore.
436 config.user = profile.key;
  /system/core/init/
init.c 30 #include <mtd/mtd-user.h>
  /device/samsung/crespo/
device_base.mk 102 ifeq ($(TARGET_BUILD_VARIANT),user)
  /external/chromium/chrome/browser/resources/net_internals/
dataview.js 175 // Third value in first set of parentheses in user-agent string.
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
popuplib.js 151 // that will cause the user to see the logged-in experience in the current page.
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 42 (* If it wasn't a builtin binary operator, it must be a user defined
  /external/v8/benchmarks/
base.js 176 // we have a result which can be reported to the user if needed.
  /frameworks/base/media/libmedia/
ToneGenerator.cpp     [all...]
  /hardware/ti/omap4xxx/camera/
AppCallbackNotifier.cpp 208 void *user)
219 mCallbackCookie = user;
    [all...]
  /external/chromium/chrome/browser/resources/ntp4/
new_tab.js 214 * response to a getApps request. For example, when a user installs/uninstalls
540 // Tell chrome to uninstall the app (prompting the user)
616 // Add an extra blank page in case the user wants to create a new page
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.js 226 * response to a getApps request. For example, when a user installs/uninstalls
650 // Tell chrome to uninstall the app (prompting the user)
726 // Add an extra blank page in case the user wants to create a new page
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 1267 milliseconds

<<31323334353637383940