Searched defs:option (Results 151 - 175 of 291) sorted by relevance

1234567891011>>

/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_buffer_objects.c712 GLenum option)
719 if (option == GL_RELEASED_APPLE) {
738 GLenum option)
743 (void) option;
755 GLenum option)
760 (void) option;
784 GLenum option)
787 (void) option;
795 GLenum option)
800 (void) option;
710 intel_buffer_object_purgeable(struct gl_context * ctx, struct gl_buffer_object *obj, GLenum option) argument
736 intel_texture_object_purgeable(struct gl_context * ctx, struct gl_texture_object *obj, GLenum option) argument
753 intel_render_object_purgeable(struct gl_context * ctx, struct gl_renderbuffer *obj, GLenum option) argument
782 intel_buffer_object_unpurgeable(struct gl_context * ctx, struct gl_buffer_object *obj, GLenum option) argument
793 intel_texture_object_unpurgeable(struct gl_context * ctx, struct gl_texture_object *obj, GLenum option) argument
810 intel_render_object_unpurgeable(struct gl_context * ctx, struct gl_renderbuffer *obj, GLenum option) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_buffer_objects.c712 GLenum option)
719 if (option == GL_RELEASED_APPLE) {
738 GLenum option)
743 (void) option;
755 GLenum option)
760 (void) option;
784 GLenum option)
787 (void) option;
795 GLenum option)
800 (void) option;
710 intel_buffer_object_purgeable(struct gl_context * ctx, struct gl_buffer_object *obj, GLenum option) argument
736 intel_texture_object_purgeable(struct gl_context * ctx, struct gl_texture_object *obj, GLenum option) argument
753 intel_render_object_purgeable(struct gl_context * ctx, struct gl_renderbuffer *obj, GLenum option) argument
782 intel_buffer_object_unpurgeable(struct gl_context * ctx, struct gl_buffer_object *obj, GLenum option) argument
793 intel_texture_object_unpurgeable(struct gl_context * ctx, struct gl_texture_object *obj, GLenum option) argument
810 intel_render_object_unpurgeable(struct gl_context * ctx, struct gl_renderbuffer *obj, GLenum option) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_buffer_objects.c712 GLenum option)
719 if (option == GL_RELEASED_APPLE) {
738 GLenum option)
743 (void) option;
755 GLenum option)
760 (void) option;
784 GLenum option)
787 (void) option;
795 GLenum option)
800 (void) option;
710 intel_buffer_object_purgeable(struct gl_context * ctx, struct gl_buffer_object *obj, GLenum option) argument
736 intel_texture_object_purgeable(struct gl_context * ctx, struct gl_texture_object *obj, GLenum option) argument
753 intel_render_object_purgeable(struct gl_context * ctx, struct gl_renderbuffer *obj, GLenum option) argument
782 intel_buffer_object_unpurgeable(struct gl_context * ctx, struct gl_buffer_object *obj, GLenum option) argument
793 intel_texture_object_unpurgeable(struct gl_context * ctx, struct gl_texture_object *obj, GLenum option) argument
810 intel_render_object_unpurgeable(struct gl_context * ctx, struct gl_renderbuffer *obj, GLenum option) argument
[all...]
/external/mesa3d/src/mesa/main/
H A Ddebug.c160 struct option { struct
164 static const struct option opts[] = {
201 struct option { struct
205 static const struct option opts[] = {
/external/mesa3d/src/mesa/program/
H A Dprogram_parser.h213 } option; member in struct:asm_parser_state
258 * Parses and processes an option string to an ARB vertex program
264 const char *option);
267 * Parses and processes an option string to an ARB fragment program
273 const char *option);
/external/oprofile/libpopt/
H A Dpopt.h75 #define POPT_CBFLAG_SKIPOPTION 0x10000000 /*!< don't callback with option */
76 #define POPT_CBFLAG_CONTINUE 0x08000000 /*!< continue callbacks with option */
84 #define POPT_ERROR_BADOPT -11 /*!< unknown option */
145 struct poptOption option; /*!< alias/exec name(s) and description. */ member in struct:poptItem_s
217 * @param opt option that triggered callback
234 * @param options address of popt option table
255 * Return value of next option found.
257 * @return next option val, -1 on last item, POPT_ERROR_* on error
264 * Return next option argument (if any).
266 * @return option argumen
[all...]
/external/oprofile/
H A Dpopt.h75 #define POPT_CBFLAG_SKIPOPTION 0x10000000 /*!< don't callback with option */
76 #define POPT_CBFLAG_CONTINUE 0x08000000 /*!< continue callbacks with option */
84 #define POPT_ERROR_BADOPT -11 /*!< unknown option */
145 struct poptOption option; /*!< alias/exec name(s) and description. */ member in struct:poptItem_s
217 * @param opt option that triggered callback
234 * @param options address of popt option table
255 * Return value of next option found.
257 * @return next option val, -1 on last item, POPT_ERROR_* on error
264 * Return next option argument (if any).
266 * @return option argumen
[all...]
/external/skia/src/views/
H A DSkOSMenu.cpp151 SkEventSinkID target, int index, const char option[], ...) {
154 if (option) {
155 SkString str(option);
156 va_start(args, option);
150 appendList(const char label[], const char slotName[], SkEventSinkID target, int index, const char option[], ...) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.identity_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/chrome/installer/setup/
H A Dinstall_worker_unittest.cc124 void AddUninstallSwitch(const std::string& option) { argument
125 uninstall_command_.AppendSwitch(option);
/external/chromium_org/chrome/test/chromedriver/
H A Dcapabilities.cc31 const base::Value& option,
33 if (!option.GetAsBoolean(to_set))
39 const base::Value& option,
42 if (!option.GetAsString(&str))
51 const base::Value& option,
54 if (!option.GetAsInteger(&parsed_int))
63 const base::Value& option,
66 if (!option.GetAsString(&str))
73 const base::Value& option,
76 if (!option
29 ParseBoolean( bool* to_set, const base::Value& option, Capabilities* capabilities) argument
38 ParseString(std::string* to_set, const base::Value& option, Capabilities* capabilities) argument
50 ParseInterval(int* to_set, const base::Value& option, Capabilities* capabilities) argument
62 ParseFilePath(base::FilePath* to_set, const base::Value& option, Capabilities* capabilities) argument
72 ParseDict(scoped_ptr<base::DictionaryValue>* to_set, const base::Value& option, Capabilities* capabilities) argument
82 IgnoreDeprecatedOption( const char* option_name, const base::Value& option, Capabilities* capabilities) argument
90 IgnoreCapability(const base::Value& option, Capabilities* capabilities) argument
94 ParseLogPath(const base::Value& option, Capabilities* capabilities) argument
116 ParseMobileEmulation(const base::Value& option, Capabilities* capabilities) argument
164 ParseSwitches(const base::Value& option, Capabilities* capabilities) argument
178 ParseExtensions(const base::Value& option, Capabilities* capabilities) argument
193 ParseProxy(const base::Value& option, Capabilities* capabilities) argument
261 ParseExcludeSwitches(const base::Value& option, Capabilities* capabilities) argument
277 ParseUseRemoteBrowser(const base::Value& option, Capabilities* capabilities) argument
297 ParseLoggingPrefs(const base::Value& option, Capabilities* capabilities) argument
317 ParseInspectorDomainStatus( PerfLoggingPrefs::InspectorDomainStatus* to_set, const base::Value& option, Capabilities* capabilities) argument
331 ParsePerfLoggingPrefs(const base::Value& option, Capabilities* capabilities) argument
[all...]
/external/chromium_org/content/browser/fileapi/
H A Dfile_system_operation_impl_unittest.cc297 storage::FileSystemOperation::CopyOrMoveOption option) {
304 option,
314 storage::FileSystemOperation::CopyOrMoveOption option) {
321 option,
294 Move( const FileSystemURL& src, const FileSystemURL& dest, storage::FileSystemOperation::CopyOrMoveOption option) argument
311 Copy( const FileSystemURL& src, const FileSystemURL& dest, storage::FileSystemOperation::CopyOrMoveOption option) argument
/external/chromium_org/content/renderer/p2p/
H A Dipc_socket_factory.cc40 bool JingleSocketOptionToP2PSocketOption(rtc::Socket::Option option, argument
42 switch (option) {
91 virtual int GetOption(rtc::Socket::Option option, int* value) OVERRIDE;
92 virtual int SetOption(rtc::Socket::Option option, int value) OVERRIDE;
130 int DoSetOption(P2PSocketOption option, int value);
431 int IpcPacketSocket::GetOption(rtc::Socket::Option option, int* value) { argument
433 if (!JingleSocketOptionToP2PSocketOption(option, &p2p_socket_option)) {
434 // unsupported option.
442 int IpcPacketSocket::SetOption(rtc::Socket::Option option, int value) { argument
446 if (!JingleSocketOptionToP2PSocketOption(option,
460 DoSetOption(P2PSocketOption option, int value) argument
[all...]
/external/chromium_org/native_client_sdk/src/tests/nacl_io_socket_test/
H A Dsocket_test.cc411 // Test for valid option (SO_ERROR) which should be 0 when a socket
418 // Test for an invalid option (-1)
436 int option = 0; local
437 socklen_t len = sizeof(option);
440 ASSERT_EQ(-1, ki_setsockopt(sock1_, IPPROTO_TCP, TCP_NODELAY, &option, len));
442 ASSERT_EQ(-1, ki_getsockopt(sock1_, IPPROTO_TCP, TCP_NODELAY, &option, &len));
447 ASSERT_EQ(0, ki_getsockopt(sock2_, IPPROTO_TCP, TCP_NODELAY, &option, &len));
448 ASSERT_EQ(0, option);
449 ASSERT_EQ(sizeof(option), len);
451 option
[all...]
/external/chromium_org/printing/
H A Demf_win.cc412 const DWORD* option = reinterpret_cast<const DWORD*>(xform + 1); local
414 switch (*option) {
424 res = 0 != ModifyWorldTransform(hdc, xform, *option);
/external/chromium_org/storage/browser/fileapi/
H A Dcopy_or_move_operation_delegate.cc52 CopyOrMoveOperationDelegate::CopyOrMoveOption option,
59 option_(option),
101 CopyOrMoveOperationDelegate::CopyOrMoveOption option,
109 option_(option),
374 CopyOrMoveOperationDelegate::CopyOrMoveOption option,
384 option_(option),
741 CopyOrMoveOption option,
748 option_(option),
47 CopyOrMoveOnSameFileSystemImpl( FileSystemOperationRunner* operation_runner, CopyOrMoveOperationDelegate::OperationType operation_type, const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOperationDelegate::CopyOrMoveOption option, const FileSystemOperation::CopyFileProgressCallback& file_progress_callback) argument
96 SnapshotCopyOrMoveImpl( FileSystemOperationRunner* operation_runner, CopyOrMoveOperationDelegate::OperationType operation_type, const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOperationDelegate::CopyOrMoveOption option, CopyOrMoveFileValidatorFactory* validator_factory, const FileSystemOperation::CopyFileProgressCallback& file_progress_callback) argument
368 StreamCopyOrMoveImpl( FileSystemOperationRunner* operation_runner, FileSystemContext* file_system_context, CopyOrMoveOperationDelegate::OperationType operation_type, const FileSystemURL& src_url, const FileSystemURL& dest_url, CopyOrMoveOperationDelegate::CopyOrMoveOption option, scoped_ptr<storage::FileStreamReader> reader, scoped_ptr<FileStreamWriter> writer, const FileSystemOperation::CopyFileProgressCallback& file_progress_callback) argument
736 CopyOrMoveOperationDelegate( FileSystemContext* file_system_context, const FileSystemURL& src_root, const FileSystemURL& dest_root, OperationType operation_type, CopyOrMoveOption option, const CopyProgressCallback& progress_callback, const StatusCallback& callback) argument
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
H A DCanvasProfileView.js893 var option = document.createElement("option"); variable
894 option.text = frame.displayName();
895 option.title = frame.url;
896 option.value = frameId;
898 this._frameOptions[frameId] = option;
901 this._frameSelector.addOption(option);
913 var option = this._frameOptions[frameId];
914 if (option && this._framesWithCanvases[frameId]) {
915 this._frameSelector.removeOption(option);
[all...]
/external/chromium_org/third_party/libjpeg_turbo/
H A Dtransupp.c49 * fastest option for images larger than main memory.
1563 jcopy_markers_setup (j_decompress_ptr srcinfo, JCOPY_OPTION option) argument
1568 /* Save comments except under NONE option */
1569 if (option != JCOPYOPT_NONE) {
1572 /* Save all types of APPn markers iff ALL option */
1573 if (option == JCOPYOPT_ALL) {
1589 JCOPY_OPTION option)
1594 * option flag here; we just copy everything that got saved.
1588 jcopy_markers_execute(j_decompress_ptr srcinfo, j_compress_ptr dstinfo, JCOPY_OPTION option) argument
/external/chromium_org/third_party/re2/util/
H A Dpcre.cc69 error_ = new string("illegal regexp option");
71 << "Error compiling '" << pattern << "': illegal regexp option";
83 PCRE::PCRE(const char* pattern, Option option) { argument
84 Init(pattern, option, 0, 0, true);
89 PCRE::PCRE(const string& pattern, Option option) { argument
90 Init(pattern.c_str(), option, 0, 0, true);
93 Init(pattern.c_str(), re_option.option(), re_option.match_limit(),
98 Init(pattern, re_option.option(), re_option.match_limit(),
110 // runtime pcre only provides an option for anchoring at the
/external/e2fsprogs/lib/ext2fs/
H A Dunix_io.c109 static errcode_t unix_set_option(io_channel channel, const char *option,
891 static errcode_t unix_set_option(io_channel channel, const char *option, argument
902 if (!strcmp(option, "offset")) {
/external/ipsec-tools/src/racoon/
H A Dsockmisc.c305 int option = (family == AF_INET) ? IP_IPSEC_POLICY : IPV6_IPSEC_POLICY; local
307 if (setsockopt(s, level, option, &p, len) == -1) {
312 if (setsockopt(s, level, option, &p, len) == -1) {
/external/kernel-headers/original/uapi/linux/
H A Dscc.h153 char option; /* command for function port */ member in struct:scc_hw_config
/external/libexif/libexif/
H A Dexif-data.c8 * version 2 of the License, or (at your option) any later version.
136 * When the tag list is compiled away, setting this option prevents
1174 ExifDataOption option; member in struct:__anon23653
1195 if (exif_data_option[i].option == o)
1206 if (exif_data_option[i].option == o)
/external/libnfc-nci/src/nfa/rw/
H A Dnfa_rw_act.c1786 UINT8 option = NFA_RW_OPTION_INVALID; local
1802 op_param = p_data->op_req.params.option;
1808 option = RW_T4T_CHK_EMPTY_I_BLOCK;
1812 /* option is initialized to NFA_RW_OPTION_INVALID, which will Deactivate to Sleep; Re-activate */
1816 option = RW_T4T_CHK_READ_BINARY_CH0;
1820 option = RW_T4T_CHK_READ_BINARY_CH3;
1827 option = RW_T4T_CHK_READ_BINARY_CH0;
1838 option = RW_T4T_CHK_EMPTY_I_BLOCK;
1843 option = RW_T4T_CHK_READ_BINARY_CH3;
1848 /* the option indicate
[all...]
/external/qemu/util/
H A Dqemu-option.c2 * Commandline option parsing functions
32 #include "qemu/option.h"
36 * Extracts the name of an option from the parameter string (p points at the
37 * first byte of the option name)
39 * The option name is delimited by delim (usually , or =) or the string end
40 * and is copied into buf. If the option name is longer than buf_size, it is
43 * The return value is the position of the delimiter/zero byte after the option
63 * Extracts the value of an option from the parameter string p (p points at the
64 * first byte of the option value)
67 * delimiter is fixed to be comma which starts a new option
95 char option[128]; local
776 char option[128], value[1024]; local
[all...]

Completed in 5674 milliseconds

1234567891011>>