Searched defs:disposition (Results 1 - 25 of 163) sorted by last modified time

1234567

/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-darwin.c3986 record_port_insert_rights(desc->port.name, desc->port.disposition);
4028 record_port_insert_rights(ports[i], desc->port.disposition);
4050 uint8_t disposition; member in struct:__anon32577
4056 PRE_FIELD_READ("msg->desc.port.disposition", desc->disposition);
4097 uint8_t disposition; member in struct:__anon32579
4109 PRE_FIELD_READ("msg->desc.ool_ports.disposition", desc->disposition);
4853 req->notify.name, req->notify.disposition);
4882 name_for_port(req->name), req->poly.name, req->poly.disposition);
[all...]
/external/valgrind/main/coregrind/
H A Dpub_core_threadstate.h194 Int disposition; member in struct:__anon32719::__anon32720::__anon32724
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/lzma/CPP/Windows/
H A DRegistry.cpp21 LPSECURITY_ATTRIBUTES securityAttributes, LPDWORD disposition)
28 if (disposition != NULL)
29 *disposition = dispositionReal;
19 Create(HKEY parentKey, LPCTSTR keyName, LPTSTR keyClass, DWORD options, REGSAM accessMask, LPSECURITY_ATTRIBUTES securityAttributes, LPDWORD disposition) argument
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DLocalList.java124 /** {@code non-null;} disposition of the local */
125 private final Disposition disposition; field in class:LocalList.Entry
137 * @param disposition {@code non-null;} disposition of the local
141 public Entry(int address, Disposition disposition, RegisterSpec spec) { argument
146 if (disposition == null) {
147 throw new NullPointerException("disposition == null");
161 this.disposition = disposition;
168 return Integer.toHexString(address) + " " + disposition
310 withDisposition(Disposition disposition) argument
707 endLocal(int address, RegisterSpec endedLocal, Disposition disposition) argument
849 add(int address, Disposition disposition, RegisterSpec spec) argument
873 addOrUpdateEnd(int address, Disposition disposition, RegisterSpec spec) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
H A DContentSecurityPolicy.cpp543 ReflectedXSSDisposition disposition = ReflectedXSSUnset; local
545 if (m_policies[i]->reflectedXSSDisposition() > disposition)
546 disposition = std::max(disposition, m_policies[i]->reflectedXSSDisposition());
548 return disposition;
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp4815 bool WebGLRenderingContextBase::validateTexFuncData(const char* functionName, GLint level, GLsizei width, GLsizei height, GLenum format, GLenum type, ArrayBufferView* pixels, NullDisposition disposition) argument
4819 if (disposition == NullAllowed)
/external/chromium_org/ui/views/controls/webview/
H A Dweb_dialog_view.cc308 WindowOpenDisposition disposition,
313 source, new_contents, disposition, initial_pos, user_gesture)) {
317 source, new_contents, disposition, initial_pos, user_gesture,
306 AddNewContents(content::WebContents* source, content::WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
/external/chromium_org/ui/web_dialogs/test/
H A Dtest_web_contents_handler.cc26 WindowOpenDisposition disposition,
23 AddNewContents(content::BrowserContext* context, content::WebContents* source, content::WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture) argument
/external/chromium_org/ui/web_dialogs/
H A Dweb_dialog_delegate.cc45 WindowOpenDisposition disposition,
42 HandleAddNewContents( content::WebContents* source, content::WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture) argument
H A Dweb_dialog_web_contents_delegate.cc45 WindowOpenDisposition disposition, const gfx::Rect& initial_pos,
48 handler_->AddNewContents(browser_context_, source, new_contents, disposition,
43 AddNewContents( WebContents* source, WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
/external/chromium_org/net/filter/
H A Dfilter.cc176 std::string disposition; local
179 filter_context.GetContentDisposition(&disposition);
182 GenerateFileExtensionUnsafe(url, disposition, "UTF-8", "", "", "");
H A Dmock_filter_context.h25 void SetContentDisposition(const std::string& disposition) { argument
26 content_disposition_ = disposition;
52 virtual bool GetContentDisposition(std::string* disposition) const OVERRIDE;
/external/chromium_org/pdf/
H A Ddocument_loader.cc53 std::string disposition; local
71 } else if (LowerCaseEqualsASCII(it.name(), "content-disposition")) {
72 disposition = it.values();
85 if (StartsWithASCII(disposition, "attachment", false)) {
/external/chromium_org/sandbox/win/src/
H A Dfilesystem_interception.cc24 ULONG disposition, ULONG options,
29 file_attributes, sharing, disposition,
71 disposition, options, &answer);
18 TargetNtCreateFile(NtCreateFileFunction orig_CreateFile, PHANDLE file, ACCESS_MASK desired_access, POBJECT_ATTRIBUTES object_attributes, PIO_STATUS_BLOCK io_status, PLARGE_INTEGER allocation_size, ULONG file_attributes, ULONG sharing, ULONG disposition, ULONG options, PVOID ea_buffer, ULONG ea_length) argument
H A Dinterceptors_64.cc78 ULONG disposition, ULONG options, PVOID ea_buffer, ULONG ea_length) {
83 sharing, disposition, options, ea_buffer,
209 PUNICODE_STRING class_name, ULONG create_options, PULONG disposition) {
214 disposition);
74 TargetNtCreateFile64( PHANDLE file, ACCESS_MASK desired_access, POBJECT_ATTRIBUTES object_attributes, PIO_STATUS_BLOCK io_status, PLARGE_INTEGER allocation_size, ULONG file_attributes, ULONG sharing, ULONG disposition, ULONG options, PVOID ea_buffer, ULONG ea_length) argument
206 TargetNtCreateKey64( PHANDLE key, ACCESS_MASK desired_access, POBJECT_ATTRIBUTES object_attributes, ULONG title_index, PUNICODE_STRING class_name, ULONG create_options, PULONG disposition) argument
H A Dregistry_dispatcher.cc107 ULONG disposition = 0; local
111 &nt_status, &disposition)) {
117 ipc->return_info.extended[0].unsigned_int = disposition;
H A Dregistry_interception.cc20 ULONG create_options, PULONG disposition) {
24 disposition);
36 if (disposition && !ValidParameter(disposition, sizeof(ULONG), WRITE))
83 if (disposition)
84 *disposition = answer.extended[0].unsigned_int;
16 TargetNtCreateKey(NtCreateKeyFunction orig_CreateKey, PHANDLE key, ACCESS_MASK desired_access, POBJECT_ATTRIBUTES object_attributes, ULONG title_index, PUNICODE_STRING class_name, ULONG create_options, PULONG disposition) argument
H A Dregistry_policy.cc60 ULONG* disposition,
74 disposition);
177 ULONG* disposition) {
197 disposition, client_info.process);
54 NtCreateKeyInTarget(HANDLE* target_key_handle, ACCESS_MASK desired_access, OBJECT_ATTRIBUTES* obj_attributes, ULONG title_index, UNICODE_STRING* class_name, ULONG create_options, ULONG* disposition, HANDLE target_process) argument
167 CreateKeyAction(EvalResult eval_result, const ClientInfo& client_info, const base::string16 &key, uint32 attributes, HANDLE root_directory, uint32 desired_access, uint32 title_index, uint32 create_options, HANDLE* handle, NTSTATUS* nt_status, ULONG* disposition) argument
H A Dwin_utils.cc63 DWORD disposition; local
66 &disposition))
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/content/test/
H A Dtest_web_contents.cc247 WindowOpenDisposition disposition,
246 ShowCreatedWindow(int route_id, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture) argument
/external/chromium_org/extensions/browser/app_window/
H A Dapp_web_contents_helper.cc47 WindowOpenDisposition disposition = params.disposition; local
48 if (disposition == CURRENT_TAB) {
58 if (disposition == SUPPRESS_OPEN || disposition == SAVE_TO_DISK ||
59 disposition == IGNORE_ACTION) {
H A Dapp_window.cc376 WindowOpenDisposition disposition,
383 disposition,
374 AddNewContents(WebContents* source, WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
/external/chromium_org/extensions/browser/
H A Dextension_host.cc385 WindowOpenDisposition disposition,
397 if (disposition != NEW_POPUP) {
405 associated_contents, new_contents, disposition, initial_pos,
413 new_contents, extension_id_, disposition, initial_pos, user_gesture);
383 AddNewContents(WebContents* source, WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument

Completed in 353 milliseconds

1234567