Searched refs:mode (Results 1 - 25 of 3959) sorted by relevance

1234567891011>>

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
H A Dchmod.c8 int chmod(const char* path, mode_t mode) { argument
9 return ki_chmod(path, mode);
H A Dmkdir.c8 int mkdir(const char* pathname, mode_t mode) { argument
9 return ki_mkdir(pathname, mode);
H A Dfchmod.c12 int fchmod(int fd, mode_t mode) { argument
13 return ki_fchmod(fd, mode);
/external/clang/test/CodeGen/
H A Dpr13168.c5 void PR_OpenFile(int mode) { argument
6 _open64(0, mode);
/external/chromium/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...]
/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...]
/external/ipsec-tools/src/racoon/contrib/
H A Dsp.pl6 $mode = 'transport';
8 $mode = $ARGV[2];
12 if ($mode eq 'transport') {
13 print STDERR "install esp transport mode: $src -> $dst\n";
16 } elsif ($mode eq 'delete') {
/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/third_party/WebKit/Source/core/css/
H A DCSSParserMode.h44 // HTML attributes are parsed in quirks mode but also allows internal properties and values.
46 // SVG attributes are parsed in quirks mode but rules differ slightly.
48 // @viewport rules are parsed in standards mode but CSSOM modifications (via StylePropertySet)
49 // must call parseViewportProperties so needs a special mode.
51 // User agent stylesheets are parsed in standards mode but also allows internal properties and values.
55 inline bool isQuirksModeBehavior(CSSParserMode mode) argument
57 return mode == HTMLQuirksMode; // || mode == HTMLAttributeMode;
60 inline bool isUASheetBehavior(CSSParserMode mode) argument
62 return mode
65 isInternalPropertyAndValueParsingEnabledForMode(CSSParserMode mode) argument
70 isUnitLessLengthParsingEnabledForMode(CSSParserMode mode) argument
75 isCSSViewportParsingEnabledForMode(CSSParserMode mode) argument
80 isSVGNumberParsingEnabledForMode(CSSParserMode mode) argument
85 isUseCounterEnabledForMode(CSSParserMode mode) argument
100 CSSParserMode mode() const { return m_mode; } function in class:WebCore::CSSParserContext
112 setMode(CSSParserMode mode) argument
[all...]
/external/chromium_org/third_party/skia/src/opts/
H A DSkXfermode_opts_arm.cpp6 SkXfermode::Mode mode);
8 extern SkXfermodeProc SkPlatformXfermodeProcFactory_impl_neon(SkXfermode::Mode mode);
11 SkXfermode::Mode mode) {
15 SkXfermodeProc SkPlatformXfermodeProcFactory_impl(SkXfermode::Mode mode) { argument
20 SkXfermode::Mode mode) {
21 return SK_ARM_NEON_WRAP(SkPlatformXfermodeFactory_impl)(rec, mode);
24 SkXfermodeProc SkPlatformXfermodeProcFactory(SkXfermode::Mode mode) { argument
25 return SK_ARM_NEON_WRAP(SkPlatformXfermodeProcFactory_impl)(mode);
10 SkPlatformXfermodeFactory_impl(const ProcCoeff& rec, SkXfermode::Mode mode) argument
19 SkPlatformXfermodeFactory(const ProcCoeff& rec, SkXfermode::Mode mode) argument
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/skia/src/opts/
H A DSkXfermode_opts_arm.cpp6 SkXfermode::Mode mode);
8 extern SkXfermodeProc SkPlatformXfermodeProcFactory_impl_neon(SkXfermode::Mode mode);
11 SkXfermode::Mode mode) {
15 SkXfermodeProc SkPlatformXfermodeProcFactory_impl(SkXfermode::Mode mode) { argument
20 SkXfermode::Mode mode) {
21 return SK_ARM_NEON_WRAP(SkPlatformXfermodeFactory_impl)(rec, mode);
24 SkXfermodeProc SkPlatformXfermodeProcFactory(SkXfermode::Mode mode) { argument
25 return SK_ARM_NEON_WRAP(SkPlatformXfermodeProcFactory_impl)(mode);
10 SkPlatformXfermodeFactory_impl(const ProcCoeff& rec, SkXfermode::Mode mode) argument
19 SkPlatformXfermodeFactory(const ProcCoeff& rec, SkXfermode::Mode mode) argument
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/chrome/common/
H A Dsearch_types.h38 SearchMode() : mode(MODE_DEFAULT), origin(ORIGIN_DEFAULT) {
42 : mode(in_mode),
47 return mode == rhs.mode && origin == rhs.origin;
55 return mode == MODE_DEFAULT;
59 return mode == MODE_NTP;
63 return mode == MODE_SEARCH_SUGGESTIONS || mode == MODE_SEARCH_RESULTS;
67 return mode == MODE_SEARCH_RESULTS;
71 return mode
86 Type mode; member in struct:SearchMode
[all...]
/external/chromium_org/third_party/opus/src/celt/dump_modes/
H A Ddump_modes.c58 CELTMode *mode = modes[i]; local
59 fprintf(file, " %d %d",mode->Fs,mode->shortMdctSize*mode->nbShortMdcts);
69 CELTMode *mode = modes[i]; local
73 mdctSize = mode->shortMdctSize*mode->nbShortMdcts;
74 standard = (mode->Fs == 400*(opus_int32)mode->shortMdctSize);
75 framerate = mode
248 CELTMode *mode = modes[i]; local
265 CELTMode *mode = modes[i]; local
[all...]
/external/chromium_org/content/public/common/
H A Dfile_chooser_params.cc9 FileChooserParams::FileChooserParams() : mode(Open) {
/external/kernel-headers/original/linux/netfilter/
H A Dxt_CONNSECMARK.h10 u_int8_t mode; member in struct:xt_connsecmark_target_info
/external/eigen/bench/btl/data/
H A Dgo_mean10 mode=large
12 mode=$2
34 source mk_mean_script.sh axpy $1 11 2500 100000 250000 $mode $prefix
35 source mk_mean_script.sh axpby $1 11 2500 100000 250000 $mode $prefix
36 source mk_mean_script.sh matrix_vector $1 11 50 300 1000 $mode $prefix
37 source mk_mean_script.sh atv $1 11 50 300 1000 $mode $prefix
38 source mk_mean_script.sh matrix_matrix $1 11 100 300 1000 $mode $prefix
39 source mk_mean_script.sh aat $1 11 100 300 1000 $mode $prefix
40 # source mk_mean_script.sh ata $1 11 100 300 1000 $mode $prefix
41 source mk_mean_script.sh trmm $1 11 100 300 1000 $mode
[all...]
/external/mockito/src/org/mockito/internal/verification/
H A DMockAwareVerificationMode.java13 private final VerificationMode mode; field in class:MockAwareVerificationMode
15 public MockAwareVerificationMode(Object mock, VerificationMode mode) { argument
17 this.mode = mode;
21 mode.verify(data);
/external/chromium_org/third_party/opus/src/celt/
H A Dmodes.c166 static void compute_allocation_table(CELTMode *mode) argument
172 mode->nbAllocVectors = BITALLOC_SIZE;
173 allocVectors = opus_alloc(sizeof(unsigned char)*(BITALLOC_SIZE*mode->nbEBands));
177 /* Check for standard mode */
178 if (mode->Fs == 400*(opus_int32)mode->shortMdctSize)
180 for (i=0;i<BITALLOC_SIZE*mode->nbEBands;i++)
182 mode->allocVectors = allocVectors;
185 /* If not the standard mode, interpolate */
189 for (j=0;j<mode
227 CELTMode *mode=NULL; local
409 opus_custom_mode_destroy(CELTMode *mode) argument
[all...]
/external/chromium/sdch/open-vcdiff/src/
H A Daddrcache.h63 // Returns the first mode number that represents one of the NEAR modes.
64 // The number of NEAR modes is near_cache_size. Each NEAR mode refers to
72 // Returns the first mode number that represents one of the SAME modes.
73 // The number of SAME modes is same_cache_size. Each SAME mode refers to
82 // Returns the maximum valid mode number, which happens to be
83 // the last SAME mode.
96 // each address mode type (SELF, HERE, NEAR, and SAME).
97 static bool IsSelfMode(unsigned char mode) { argument
98 return mode == VCD_SELF_MODE;
101 static bool IsHereMode(unsigned char mode) { argument
122 DecodeNearAddress(unsigned char mode, int32_t encoded_address) const argument
127 DecodeSameAddress(unsigned char mode, unsigned char encoded_address) const argument
[all...]
/external/chromium_org/sdch/open-vcdiff/src/
H A Daddrcache.h63 // Returns the first mode number that represents one of the NEAR modes.
64 // The number of NEAR modes is near_cache_size. Each NEAR mode refers to
72 // Returns the first mode number that represents one of the SAME modes.
73 // The number of SAME modes is same_cache_size. Each SAME mode refers to
82 // Returns the maximum valid mode number, which happens to be
83 // the last SAME mode.
96 // each address mode type (SELF, HERE, NEAR, and SAME).
97 static bool IsSelfMode(unsigned char mode) { argument
98 return mode == VCD_SELF_MODE;
101 static bool IsHereMode(unsigned char mode) { argument
122 DecodeNearAddress(unsigned char mode, int32_t encoded_address) const argument
127 DecodeSameAddress(unsigned char mode, unsigned char encoded_address) const argument
[all...]
/external/open-vcdiff/src/
H A Daddrcache.h63 // Returns the first mode number that represents one of the NEAR modes.
64 // The number of NEAR modes is near_cache_size. Each NEAR mode refers to
72 // Returns the first mode number that represents one of the SAME modes.
73 // The number of SAME modes is same_cache_size. Each SAME mode refers to
82 // Returns the maximum valid mode number, which happens to be
83 // the last SAME mode.
96 // each address mode type (SELF, HERE, NEAR, and SAME).
97 static bool IsSelfMode(unsigned char mode) { argument
98 return mode == VCD_SELF_MODE;
101 static bool IsHereMode(unsigned char mode) { argument
122 DecodeNearAddress(unsigned char mode, int32_t encoded_address) const argument
127 DecodeSameAddress(unsigned char mode, unsigned char encoded_address) const argument
[all...]
/external/chromium/chrome/browser/resources/keyboard/
H A Dmain.js27 * Transition the mode according to the given transition.
93 * @param {string} mode The mode for the key.
97 getPadding: function(mode, height) {
103 * @param {string} mode The mode to be sized.
107 sizeElement: function(mode, height) {
108 var padding = this.getPadding(mode, height);
116 this.modeElements_[mode].style.width = (width - extraWidth) + 'px';
117 this.modeElements_[mode]
[all...]
/external/eigen/Eigen/src/Core/util/
H A DNonMPL2.h5 #error Including non-MPL2 code in EIGEN_MPL2_ONLY mode

Completed in 1188 milliseconds

1234567891011>>