Searched defs:mode (Results 1 - 25 of 2363) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/prefs/
H A Dproxy_prefs_unittest.cc12 ProxyPrefs::ProxyMode mode; local
13 EXPECT_TRUE(ProxyPrefs::StringToProxyMode("direct", &mode));
14 EXPECT_EQ(ProxyPrefs::MODE_DIRECT, mode);
15 EXPECT_TRUE(ProxyPrefs::StringToProxyMode("auto_detect", &mode));
16 EXPECT_EQ(ProxyPrefs::MODE_AUTO_DETECT, mode);
17 EXPECT_TRUE(ProxyPrefs::StringToProxyMode("pac_script", &mode));
18 EXPECT_EQ(ProxyPrefs::MODE_PAC_SCRIPT, mode);
19 EXPECT_TRUE(ProxyPrefs::StringToProxyMode("system", &mode));
20 EXPECT_EQ(ProxyPrefs::MODE_SYSTEM, mode);
21 EXPECT_TRUE(ProxyPrefs::StringToProxyMode("fixed_servers", &mode));
36 ProxyPrefs::ProxyMode mode; local
[all...]
H A Dproxy_config_dictionary_unittest.cc13 ProxyPrefs::ProxyMode mode; member in struct:ProxyConfigHolder
25 ASSERT_TRUE(dict.GetMode(&h.mode));
26 EXPECT_EQ(ProxyPrefs::MODE_DIRECT, h.mode);
38 ASSERT_TRUE(dict.GetMode(&h.mode));
39 EXPECT_EQ(ProxyPrefs::MODE_AUTO_DETECT, h.mode);
51 ASSERT_TRUE(dict.GetMode(&h.mode));
52 EXPECT_EQ(ProxyPrefs::MODE_PAC_SCRIPT, h.mode);
66 ASSERT_TRUE(dict.GetMode(&h.mode));
67 EXPECT_EQ(ProxyPrefs::MODE_FIXED_SERVERS, h.mode);
81 ASSERT_TRUE(dict.GetMode(&h.mode));
[all...]
/external/chromium_org/tools/emacs/
H A Dchrome-filetypes.el7 (define-derived-mode gyp-mode python-mode "Gyp"
8 "Major mode for editing Generate Your Project files."
9 (setq indent-tabs-mode nil
13 (add-to-list 'auto-mode-alist '("\\.gyp$" . gyp-mode))
14 (add-to-list 'auto-mode-alist '("\\.gypi$" . gyp-mode))
/external/chromium_org/third_party/skia/src/opts/
H A DSkXfermode_opts_none.cpp6 SkXfermode::Mode mode);
8 extern SkXfermodeProc SkPlatformXfermodeProcFactory(SkXfermode::Mode mode);
11 SkXfermode::Mode mode) {
15 SkXfermodeProc SkPlatformXfermodeProcFactory(SkXfermode::Mode mode) { argument
10 SkPlatformXfermodeFactory(const ProcCoeff& rec, SkXfermode::Mode mode) argument
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dinit_encode.c28 int16_t mode) { /* (i) frame size mode */
29 iLBCenc_inst->mode = mode;
31 /* Set all the variables that are dependent on the frame size mode */
32 if (mode==30) {
41 else if (mode==20) {
26 WebRtcIlbcfix_InitEncode( iLBC_Enc_Inst_t *iLBCenc_inst, int16_t mode) argument
H A Dinit_decode.c28 int16_t mode, /* (i) frame size mode */
32 iLBCdec_inst->mode = mode;
34 /* Set all the variables that are dependent on the frame size mode */
35 if (mode==30) {
44 else if (mode==20) {
26 WebRtcIlbcfix_InitDecode( iLBC_Dec_Inst_t *iLBCdec_inst, int16_t mode, int use_enhancer) argument
/external/clang/test/CodeGen/
H A Dpr13168.c5 void PR_OpenFile(int mode) { argument
6 _open64(0, mode);
/external/openssl/crypto/pkcs12/
H A Dp12_init.c65 PKCS12 *PKCS12_init(int mode) argument
73 pkcs12->authsafes->type = OBJ_nid2obj(mode);
74 switch (mode) {
/external/skia/src/opts/
H A DSkXfermode_opts_none.cpp6 SkXfermode::Mode mode);
8 extern SkXfermodeProc SkPlatformXfermodeProcFactory(SkXfermode::Mode mode);
11 SkXfermode::Mode mode) {
15 SkXfermodeProc SkPlatformXfermodeProcFactory(SkXfermode::Mode mode) { argument
10 SkPlatformXfermodeFactory(const ProcCoeff& rec, SkXfermode::Mode mode) argument
/external/llvm/utils/emacs/
H A Dllvm-mode.el2 ;; Description: Major mode for the LLVM assembler language.
5 ;; Create mode-specific tables.
6 (defvar llvm-mode-syntax-table nil
7 "Syntax table used while in LLVM mode.")
60 (if (not llvm-mode-syntax-table)
62 (setq llvm-mode-syntax-table (make-syntax-table))
66 llvm-mode-syntax-table)))
100 (defvar llvm-mode-abbrev-table nil
101 "Abbrev table used while in LLVM mode.")
102 (define-abbrev-table 'llvm-mode
[all...]
H A Dtablegen-mode.el2 ;; Description: Major mode for TableGen description files (part of LLVM project)
9 ;; Create mode-specific tables.
42 "Additional expressions to highlight in TableGen mode.")
43 (put 'tablegen-mode 'font-lock-defaults '(tablegen-font-lock-keywords))
49 (defvar tablegen-mode-syntax-table nil
50 "Syntax table used in `tablegen-mode' buffers.")
51 (when (not tablegen-mode-syntax-table)
52 (setq tablegen-mode-syntax-table (make-syntax-table))
54 (modify-syntax-entry ?\ " " tablegen-mode-syntax-table)
55 (modify-syntax-entry ?\t " " tablegen-mode
[all...]
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dsem_open.c54 sem_open (const char *name, int oflag, mode_t mode, unsigned int value) argument
/external/chromium_org/ui/ozone/platform/dri/chromeos/
H A Ddisplay_mode_dri.cc9 DisplayModeDri::DisplayModeDri(const drmModeModeInfo& mode) argument
10 : DisplayMode(gfx::Size(mode.hdisplay, mode.vdisplay),
11 mode.flags & DRM_MODE_FLAG_INTERLACE,
12 mode.vrefresh),
13 mode_info_(mode) {}
/external/iptables/include/linux/netfilter/
H A Dxt_CONNSECMARK.h12 __u8 mode; member in struct:xt_connsecmark_target_info
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_CONNSECMARK.h12 __u8 mode; member in struct:xt_connsecmark_target_info
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRHashRule.h43 NSInteger mode; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRHashRule.h43 NSInteger mode; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRHashRule.h43 NSInteger mode; variable
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRHashRule.h42 NSInteger mode; variable
69 @property (getter=getMode,setter=setMode:) NSInteger mode; variable
/external/arduino/hardware/arduino/cores/arduino/
H A DWInterrupts.c1 /* -*- mode: jde; c-basic-offset: 2; indent-tabs-mode: nil -*- */
39 void attachInterrupt(uint8_t interruptNum, void (*userFunc)(void), int mode) { argument
43 // Configure the interrupt mode (trigger on low input, any change, rising
44 // edge, or falling edge). The mode constants were chosen to correspond
46 // the mode into place.
53 EICRA = (EICRA & ~((1 << ISC00) | (1 << ISC01))) | (mode << ISC00);
57 EICRA = (EICRA & ~((1 << ISC10) | (1 << ISC11))) | (mode << ISC10);
61 EICRA = (EICRA & ~((1 << ISC20) | (1 << ISC21))) | (mode << ISC20);
65 EICRA = (EICRA & ~((1 << ISC30) | (1 << ISC31))) | (mode << ISC3
[all...]
/external/bison/lib/
H A Dfopen-safer.c31 fopen_safer (char const *file, char const *mode) argument
33 FILE *fp = fopen (file, mode);
52 || ! (fp = fdopen (f, mode)))
/external/chromium_org/base/android/
H A Dfifo_utils.cc14 bool CreateFIFO(const FilePath& path, int mode) { argument
16 return mkfifo(path.value().c_str(), mode) == 0 &&
17 chmod(path.value().c_str(), mode) == 0;
20 bool RedirectStream(FILE* stream, const FilePath& path, const char* mode) { argument
21 return freopen(path.value().c_str(), mode, stream) != NULL;
/external/chromium_org/ipc/
H A Dipc_channel_factory.cc14 Channel::Mode mode)
15 : handle_(handle), mode_(mode) {
38 const ChannelHandle& handle, Channel::Mode mode) {
39 return scoped_ptr<ChannelFactory>(new PlatformChannelFactory(handle, mode));
13 PlatformChannelFactory(ChannelHandle handle, Channel::Mode mode) argument
37 Create( const ChannelHandle& handle, Channel::Mode mode) argument
/external/chromium_org/third_party/mesa/src/src/glx/tests/
H A Dfake_glx_screen.cpp50 indirect_create_context(struct glx_screen *psc, struct glx_config *mode, argument
56 return new fake_glx_context(psc, mode);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
H A Ddriverfuncs.c280 GLfloat mode = (GLfloat) ctx->Fog.Mode; local
281 ctx->Driver.Fogfv(ctx, GL_FOG_MODE, &mode);

Completed in 793 milliseconds

1234567891011>>