/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/ |
index.php | 4 * program logs the user in with Google's Federated Login API (OpenID), fetches 8 * 1. This user has FREE_TRIAL access to this application ( appId: 1 ) 9 * 2. This user has FULL access to this application ( appId: 1 ) 10 * 3. This user has NO access to this application ( appId: 1 ) 13 * of the user being redirected to the Google login page, a popup window opens 14 * to the login page, keeping the user on the main application page. See 131 echo 'User has canceled authentication!'; 171 This user has <span class="<%= accessLevel.toLowerCase() %>"><%= accessLevel %></span> access to this application ( appId: <%= appId %> ) 173 This user has <span class="<%= result.toLowerCase() %>"><%= result %></span> access to this application ( appId: <%= appId %> ) 191 <input type="submit" value="Check user's access" / [all...] |
/external/chromium/chrome/common/extensions/docs/js/ |
bootstrap.js | 17 // or if the user-agent is chrome AND the document is being served
|
/external/chromium/third_party/libjingle/source/talk/examples/call/ |
callclient.h | 101 void InviteFriend(const std::string& user); 103 void InviteToMuc(const std::string& user, const std::string& room);
|
/external/iptables/iptables/ |
xshared.c | 13 * Print out any special helps. A user might like to be able to add a --help 146 strcpy(m->m->u.user.name, m->name); 147 m->m->u.user.revision = m->revision;
|
/external/kernel-headers/original/linux/ |
kernel.h | 56 struct user; 139 extern void dump_thread(struct pt_regs *regs, struct user *dump);
|
key.h | 46 #define KEY_USR_VIEW 0x00010000 /* user permissions... */ 125 struct key_user *user; /* owner of this key */ member in struct:key 195 * user's quota will hold the payload 337 extern int alloc_uid_keyring(struct user_struct *user,
|
/external/libpcap/ |
pcap-nit.c | 99 pcap_read_nit(pcap_t *p, int cnt, pcap_handler callback, u_char *user) 183 (*callback)(user, &h, cp);
|
/external/libxml2/include/libxml/ |
xpath.h | 118 void *user; member in struct:_xmlXPathObject 309 void *user; /* function to free */ member in struct:_xmlXPathContext 341 void *userData; /* user specific data block */
|
/external/protobuf/ |
configure.ac | 65 AC_MSG_RESULT([use user-supplied: $CXXFLAGS])
|
/external/skia/src/animator/ |
SkAnimatorScript.cpp | 36 { SkType_EventKind, "none|keyChar|keyPress|keyPressUp|mouseDown|mouseDrag|mouseMove|mouseUp|onEnd|onLoad|user" }, 99 bool SkAnimatorScript::Box(void* user, SkScriptValue* scriptValue) { 100 SkAnimatorScript* engine = (SkAnimatorScript*) user; 167 bool SkAnimatorScript::EvalID(const char* token, size_t len, void* user, SkScriptValue* value) { 168 SkAnimatorScript* engine = (SkAnimatorScript*) user; 372 bool SkAnimatorScript::Infinity(const char* token, size_t len, void* user, SkScriptValue* value) { 427 bool SkAnimatorScript::NaN(const char* token, size_t len, void* user, SkScriptValue* value) { 436 bool SkAnimatorScript::ObjectToString(void* object, void* user, SkScriptValue* value) { 437 SkTDict<SkDisplayable*>* ids = (SkTDict<SkDisplayable*>*) user;
|
/external/tcpdump/ |
tcpdump.c | 371 int initgroups(const char *user, gid_t group) {return 0;} 403 fprintf(stderr, "tcpdump: Couldn't find user '%.32s'\n", 844 * trace file, as that might let the user read other 894 * Let user own process after socket has been opened. 1156 dump_packet_and_trunc(u_char *user, const struct pcap_pkthdr *h, const u_char *sp) 1165 dump_info = (struct dump_info *)user; 1207 dump_packet(u_char *user, const struct pcap_pkthdr *h, const u_char *sp) 1213 pcap_dump(user, h, sp); 1216 pcap_dump_flush((pcap_dumper_t *)user); 1225 print_packet(u_char *user, const struct pcap_pkthdr *h, const u_char *sp [all...] |
/external/valgrind/main/coregrind/ |
launcher-linux.c | 56 #include <linux/user.h> 58 #include <sys/user.h>
|
/external/webkit/LayoutTests/fast/url/script-tests/ |
segments-from-data-url.js | 5 ["http://user:pass@foo:21/bar;par?b#c", ["http:","foo","21","/bar;par","?b","#c"]],
|
/external/webkit/Source/WebCore/css/ |
mediaControlsQtFullscreen.css | 56 -webkit-user-select: none;
|
/external/webkit/Source/WebCore/xml/ |
XMLHttpRequest.h | 91 void open(const String& method, const KURL&, bool async, const String& user, ExceptionCode&); 92 void open(const String& method, const KURL&, bool async, const String& user, const String& password, ExceptionCode&);
|
XMLHttpRequest.idl | 69 // void open(in DOMString method, in DOMString url, in boolean async, in DOMString user); 70 [Custom] void open(in DOMString method, in DOMString url, in boolean async, in DOMString user, in DOMString password)
|
/frameworks/base/services/camera/libcameraservice/ |
CameraHardwareStub.cpp | 117 void* user) 123 mCallbackCookie = user;
|
CameraService.cpp | 486 // from the user directly, or called by the destructor. 919 sp<CameraService::Client> CameraService::Client::getClientFromCookie(void* user) { 920 sp<Client> client = gCameraService->getClientById((int) user); 965 int32_t ext2, void* user) { 968 sp<Client> client = getClientFromCookie(user); 984 const sp<IMemory>& dataPtr, camera_frame_metadata_t *metadata, void* user) { 987 sp<Client> client = getClientFromCookie(user); [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/ |
armtime | 95 /^(real|user|sys)/ {
|
/sdk/emulator/tools/ |
Android.mk | 37 # we don't want this in 'user' builds which don't have
|
/external/bluetooth/glib/gio/ |
glocalfileinfo.c | 442 gboolean user, 455 if (user) 488 if ((user && g_str_has_prefix (attr, "user.")) || 489 (!user && !g_str_has_prefix (attr, "user."))) 494 if (user) 532 if (user) 533 a = g_strconcat ("user.", unescaped_attribute, NULL); 539 if (user) [all...] |
/external/dbus/bus/ |
activation.c | 72 char *user; member in struct:__anon5383 248 dbus_free (entry->user); 262 char *name, *exec, *user, *exec_tmp, *systemd_service; local 272 user = NULL; 313 /* user is not _required_ unless we are using system activation */ 317 &user, &tmp_error)) 330 dbus_free (user); 331 user = NULL; 386 entry->user = user; [all...] |
/build/core/ |
base_rules.mk | 63 # Installable modules without tags fall back to user (which is changed to user eng below) 64 LOCAL_MODULE_TAGS := user 72 ifneq ($(filter-out user debug eng tests optional samples shell_ash shell_mksh,$(LOCAL_MODULE_TAGS)),) 76 ifneq ($(filter $(LOCAL_MODULE_TAGS),user),) 102 $(error user tag detected on new module - user tags are only supported on legacy modules) 118 # If this module is listed on CUSTOM_MODULES, promote it to "user" 122 LOCAL_MODULE_TAGS := $(sort $(LOCAL_MODULE_TAGS) user) 143 # As of 20100110 there are no apps with the user tag [all...] |
/external/chromium/chrome/browser/chromeos/ |
user_cros_settings_provider.cc | 138 LOG(WARNING) << "Failed to retrieve user whitelist."; 145 const UserManager::User& self = UserManager::Get()->logged_in_user(); 152 DictionaryValue* user = new DictionaryValue; local 153 user->SetString("email", email); 154 user->SetString("name", ""); 155 user->SetBoolean("owner", is_owner && email == self.email()); 156 user_list->Append(user); 235 VLOG(1) << "Setting user whitelist is not implemented. Please use "
|
/external/chromium/chrome/browser/resources/ |
print_preview.js | 9 // user has selected. 12 // The previously selected pages by the user. It is used in 404 * Updates the state of print button depending on the user selection. 406 * If the user has selected 'All' pages option, enables the print button. 407 * If the user has selected a page range, depending on the validity of page 430 * Updates the print summary based on the currently selected user options. 516 * When the user switches printing orientation mode the page field selection is 587 * the user stops typing in order to update the print preview. 594 * As the user types in the page range textfield, we need to reset this timer, 603 * When the user stops typing in the page range textfield or clicks on th [all...] |