Searched refs:mode (Results 276 - 300 of 3959) sorted by relevance

<<11121314151617181920>>

/external/srec/portable/src/
H A Dpstream.c49 #define ISWRITEMODE(mode) (((mode)&FILEWRITEMODE) == FILEWRITEMODE)
51 #define ISBINARYMODE(mode) (((mode)&FILEBINARYMODE) == FILEBINARYMODE)
52 #define ISREOPENMODE(mode) (((mode)&FILEREOPENMODE) == FILEREOPENMODE)
170 PORT_FILE PortFopen(const char *filename, const char *mode) argument
183 passert(mode);
192 if (mode[0] == 'r' || mode[
823 PortFreopen(const char *path, const char *mode, PORT_FILE PortFile) argument
857 char mode[3]; local
904 PortLoadFileFromDisk(PORT_FILE PortFile, const char *filename, const char *mode) argument
967 char mode[3]; local
[all...]
/external/bison/src/
H A Dfiles.h68 FILE *xfopen (const char *name, const char *mode);
/external/chromium/chrome/browser/prefs/
H A Dproxy_prefs.h39 // Constants for string values used to specify the proxy mode through externally
51 const char* ProxyModeToString(ProxyMode mode);
/external/chromium/crypto/
H A Dopenssl_util.cc60 static void LockingCallback(int mode, int n, const char* file, int line) { argument
61 OpenSSLInitSingleton::GetInstance()->OnLockingCallback(mode, n, file, line);
64 void OnLockingCallback(int mode, int n, const char* file, int line) { argument
66 if (mode & CRYPTO_LOCK)
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dstub_enterprise_install_attributes.h26 void SetMode(DeviceMode mode);
/external/chromium_org/chrome_frame/
H A Dcrash_server_init.h11 // Headless (testing) mode: "NamedPipe\ChromeCrashServices"
22 NORMAL // Regular mode, uses GoogleCrashService.exe for dumps.
33 CrashReportingMode mode);
/external/chromium_org/content/public/common/
H A Dfile_chooser_params.h36 Mode mode; member in struct:content::FileChooserParams
39 // which will be either "Open" or "Save" depending on the mode.
/external/chromium_org/content/renderer/
H A Dresizing_mode_selector.h19 // 2) The synchronous mode, which short-circuits the resizing logic to operate
32 void set_is_synchronous_mode(bool mode);
/external/chromium_org/content/test/plugin/
H A Dplugin_arguments_test.cc20 NPError PluginArgumentsTest::New(uint16 mode, int16 argc, argument
23 // mode: should be the string either "NP_EMBED" or "NP_FULL",
24 // depending on the mode passed in.
31 const char *mode_string = GetArgValue("mode", argc, argn, argv);
35 if (mode == NP_EMBED)
37 else if (mode == NP_FULL)
61 return PluginTest::New(mode, argc, argn, argv, saved);
H A Dplugin_arguments_test.h20 // mode: should be the string either "NP_EMBED" or "NP_FULL",
21 // depending on the mode passed in.
35 virtual NPError New(uint16 mode, int16 argc, const char* argn[],
H A Dplugin_new_fails_test.cc13 NPError NewFailsTest::New(uint16 mode, int16 argc, const char* argn[], argument
H A Dplugin_new_fails_test.h16 virtual NPError New(uint16 mode, int16 argc, const char* argn[],
H A Dplugin_private_test.h14 // private browsing mode.
20 virtual NPError New(uint16 mode, int16 argc, const char* argn[],
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DANGLEInstancedArrays.cpp72 void ANGLEInstancedArrays::drawArraysInstancedANGLE(GC3Denum mode, GC3Dint first, GC3Dsizei count, GC3Dsizei primcount) argument
77 m_context->drawArraysInstancedANGLE(mode, first, count, primcount);
80 void ANGLEInstancedArrays::drawElementsInstancedANGLE(GC3Denum mode, GC3Dsizei count, GC3Denum type, GC3Dintptr offset, GC3Dsizei primcount) argument
85 m_context->drawElementsInstancedANGLE(mode, count, type, offset, primcount);
/external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/
H A DGetURLWithJavaScriptURLDestroyingPlugin.cpp41 virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char *argn[], char *argv[], NPSavedData *saved) argument
H A DNPPNewFails.cpp41 virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData *saved) argument
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
H A DparseDiffHeader.pl85 old mode 100644
86 new mode 100755
92 old mode 100644
93 new mode 100755
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_xgl_api_stereo.c52 __applegl_glDrawBuffer(GLenum mode) argument
60 switch (mode) {
73 buf[0] = mode;
81 __ogl_framework_api->DrawBuffer(mode);
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
H A Dgl_SPARC_asm.py253 mode = "generic"
262 mode = val
266 if mode == "generic":
269 print "ERROR: Invalid mode \"%s\" specified." % mode
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_print.h75 gl_prog_print_mode mode,
89 gl_prog_print_mode mode,
94 gl_prog_print_mode mode,
102 const struct gl_program *prog, gl_prog_print_mode mode,
/external/chromium_org/third_party/skia/include/effects/
H A DSkGradientShader.h45 @param mode The tiling mode
50 SkShader::TileMode mode,
68 @param mode The tiling mode
73 SkShader::TileMode mode,
94 @param mode The tiling mode
103 SkShader::TileMode mode,
119 SkShader::TileMode mode,
[all...]
/external/chromium_org/third_party/tlslite/tlslite/utils/
H A DCryptlib_AES.py8 def new(key, mode, IV):
9 return Cryptlib_AES(key, mode, IV)
13 def __init__(self, key, mode, IV):
14 AES.__init__(self, key, mode, IV, "cryptlib")
H A DCryptlib_TripleDES.py9 def new(key, mode, IV):
10 return Cryptlib_TripleDES(key, mode, IV)
14 def __init__(self, key, mode, IV):
15 TripleDES.__init__(self, key, mode, IV, "cryptlib")
H A DOpenSSL_AES.py8 def new(key, mode, IV):
9 return OpenSSL_AES(key, mode, IV)
13 def __init__(self, key, mode, IV):
14 AES.__init__(self, key, mode, IV, "openssl")
H A DOpenSSL_TripleDES.py8 def new(key, mode, IV):
9 return OpenSSL_TripleDES(key, mode, IV)
13 def __init__(self, key, mode, IV):
14 TripleDES.__init__(self, key, mode, IV, "openssl")

Completed in 670 milliseconds

<<11121314151617181920>>