Home
last modified time | relevance | path

Searched refs:mode (Results 1 – 25 of 3118) sorted by relevance

12345678910>>...125

/external/chromium/chrome/browser/resources/keyboard/
Dmain.js97 getPadding: function(mode, height) { argument
107 sizeElement: function(mode, height) { argument
108 var padding = this.getPadding(mode, height);
116 this.modeElements_[mode].style.width = (width - extraWidth) + 'px';
117 this.modeElements_[mode].style.height = (height - extraHeight) + 'px';
118 this.modeElements_[mode].style.marginLeft = margin + 'px';
119 this.modeElements_[mode].style.fontSize = (height / 3.5) + 'px';
120 this.modeElements_[mode].style.paddingTop = padding + 'px';
140 makeDOM: function(mode, height) { argument
170 makeDOM: function(mode, height) { argument
[all …]
/external/e2fsprogs/tests/f_journal/
Dexpect.12 Clearing orphaned inode 37 (uid=0, gid=0, mode=0100600, size=4096)
3 Clearing orphaned inode 90 (uid=0, gid=0, mode=040700, size=1024)
4 Clearing orphaned inode 67 (uid=0, gid=0, mode=0100600, size=4096)
5 Clearing orphaned inode 50 (uid=0, gid=0, mode=0100600, size=4096)
6 Clearing orphaned inode 57 (uid=0, gid=0, mode=040700, size=1024)
7 Clearing orphaned inode 80 (uid=0, gid=0, mode=040700, size=1024)
8 Clearing orphaned inode 45 (uid=0, gid=0, mode=040700, size=1024)
9 Clearing orphaned inode 71 (uid=0, gid=0, mode=0100600, size=4096)
10 Clearing orphaned inode 86 (uid=0, gid=0, mode=040700, size=1024)
11 Clearing orphaned inode 83 (uid=0, gid=0, mode=040700, size=1024)
[all …]
/external/chromium/chrome/browser/prefs/
Dproxy_prefs_unittest.cc12 ProxyPrefs::ProxyMode mode; in TEST() local
13 EXPECT_TRUE(ProxyPrefs::StringToProxyMode("direct", &mode)); in TEST()
14 EXPECT_EQ(ProxyPrefs::MODE_DIRECT, mode); in TEST()
15 EXPECT_TRUE(ProxyPrefs::StringToProxyMode("auto_detect", &mode)); in TEST()
16 EXPECT_EQ(ProxyPrefs::MODE_AUTO_DETECT, mode); in TEST()
17 EXPECT_TRUE(ProxyPrefs::StringToProxyMode("pac_script", &mode)); in TEST()
18 EXPECT_EQ(ProxyPrefs::MODE_PAC_SCRIPT, mode); in TEST()
19 EXPECT_TRUE(ProxyPrefs::StringToProxyMode("system", &mode)); in TEST()
20 EXPECT_EQ(ProxyPrefs::MODE_SYSTEM, mode); in TEST()
21 EXPECT_TRUE(ProxyPrefs::StringToProxyMode("fixed_servers", &mode)); in TEST()
[all …]
/external/webkit/Source/WebKit/chromium/src/
DWorkerFileSystemCallbacksBridge.cpp90 …adFileSystemCallbacks* createLeakedPtr(WorkerFileSystemCallbacksBridge* bridge, const String& mode) in createLeakedPtr() argument
92 …inThreadFileSystemCallbacks> callbacks = adoptPtr(new MainThreadFileSystemCallbacks(bridge, mode)); in createLeakedPtr()
131 MainThreadFileSystemCallbacks(WorkerFileSystemCallbacksBridge* bridge, const String& mode) in MainThreadFileSystemCallbacks() argument
133 , m_mode(mode) in MainThreadFileSystemCallbacks()
156 …kerClient* commonClient, WebFileSystem::Type type, long long size, bool create, const String& mode) in postOpenFileSystemToMainThread() argument
158 …ead(createCallbackTask(&openFileSystemOnMainThread, commonClient, type, size, create, this, mode)); in postOpenFileSystemToMainThread()
161 …ileSystem* fileSystem, const String& sourcePath, const String& destinationPath, const String& mode) in postMoveToMainThread() argument
163 …Thread(createCallbackTask(&moveOnMainThread, fileSystem, sourcePath, destinationPath, this, mode)); in postMoveToMainThread()
166 …ileSystem* fileSystem, const String& sourcePath, const String& destinationPath, const String& mode) in postCopyToMainThread() argument
168 …Thread(createCallbackTask(&copyOnMainThread, fileSystem, sourcePath, destinationPath, this, mode)); in postCopyToMainThread()
[all …]
DWorkerFileSystemCallbacksBridge.h87 …read(WebCommonWorkerClient*, WebFileSystem::Type, long long size, bool create, const String& mode);
88 …oveToMainThread(WebFileSystem*, const String& srcPath, const String& destPath, const String& mode);
89 …opyToMainThread(WebFileSystem*, const String& srcPath, const String& destPath, const String& mode);
90 void postRemoveToMainThread(WebFileSystem*, const String& path, const String& mode);
91 void postRemoveRecursivelyToMainThread(WebFileSystem*, const String& path, const String& mode);
92 void postReadMetadataToMainThread(WebFileSystem*, const String& path, const String& mode);
93 …postCreateFileToMainThread(WebFileSystem*, const String& path, bool exclusive, const String& mode);
94 …reateDirectoryToMainThread(WebFileSystem*, const String& path, bool exclusive, const String& mode);
95 void postFileExistsToMainThread(WebFileSystem*, const String& path, const String& mode);
96 void postDirectoryExistsToMainThread(WebFileSystem*, const String& path, const String& mode);
[all …]
/external/eigen/bench/btl/data/
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
41 source mk_mean_script.sh trmm $1 11 100 300 1000 $mode $prefix
42 source mk_mean_script.sh trisolve_vector $1 11 100 300 1000 $mode $prefix
[all …]
/external/zlib/src/
Dgzlib.c79 if (state->mode == GZ_READ) { /* for reading ... */
91 local gzFile gz_open(path, fd, mode) in gz_open() argument
94 const char *mode;
119 state->mode = GZ_NONE;
123 while (*mode) {
124 if (*mode >= '0' && *mode <= '9')
125 state->level = *mode - '0';
127 switch (*mode) {
129 state->mode = GZ_READ;
133 state->mode = GZ_WRITE;
[all …]
/external/chromium/sdch/open-vcdiff/src/
Daddrcache.h97 static bool IsSelfMode(unsigned char mode) { in IsSelfMode() argument
98 return mode == VCD_SELF_MODE; in IsSelfMode()
101 static bool IsHereMode(unsigned char mode) { in IsHereMode() argument
102 return mode == VCD_HERE_MODE; in IsHereMode()
105 bool IsNearMode(unsigned char mode) const { in IsNearMode() argument
106 return (mode >= FirstNearMode()) && (mode < FirstSameMode()); in IsNearMode()
109 bool IsSameMode(unsigned char mode) const { in IsSameMode() argument
110 return (mode >= FirstSameMode()) && (mode <= LastMode()); in IsSameMode()
122 VCDAddress DecodeNearAddress(unsigned char mode, in DecodeNearAddress() argument
124 return NearAddress(mode - FirstNearMode()) + encoded_address; in DecodeNearAddress()
[all …]
/external/open-vcdiff/src/
Daddrcache.h97 static bool IsSelfMode(unsigned char mode) { in IsSelfMode() argument
98 return mode == VCD_SELF_MODE; in IsSelfMode()
101 static bool IsHereMode(unsigned char mode) { in IsHereMode() argument
102 return mode == VCD_HERE_MODE; in IsHereMode()
105 bool IsNearMode(unsigned char mode) const { in IsNearMode() argument
106 return (mode >= FirstNearMode()) && (mode < FirstSameMode()); in IsNearMode()
109 bool IsSameMode(unsigned char mode) const { in IsSameMode() argument
110 return (mode >= FirstSameMode()) && (mode <= LastMode()); in IsSameMode()
122 VCDAddress DecodeNearAddress(unsigned char mode, in DecodeNearAddress() argument
124 return NearAddress(mode - FirstNearMode()) + encoded_address; in DecodeNearAddress()
[all …]
/external/webkit/Source/WebCore/svg/
DSVGPathByteStreamBuilder.cpp37 void SVGPathByteStreamBuilder::moveTo(const FloatPoint& targetPoint, bool, PathCoordinateMode mode) in moveTo() argument
40 writeSegmentType(mode == RelativeCoordinates ? PathSegMoveToRel : PathSegMoveToAbs); in moveTo()
44 void SVGPathByteStreamBuilder::lineTo(const FloatPoint& targetPoint, PathCoordinateMode mode) in lineTo() argument
47 writeSegmentType(mode == RelativeCoordinates ? PathSegLineToRel : PathSegLineToAbs); in lineTo()
51 void SVGPathByteStreamBuilder::lineToHorizontal(float x, PathCoordinateMode mode) in lineToHorizontal() argument
54 …writeSegmentType(mode == RelativeCoordinates ? PathSegLineToHorizontalRel : PathSegLineToHorizonta… in lineToHorizontal()
58 void SVGPathByteStreamBuilder::lineToVertical(float y, PathCoordinateMode mode) in lineToVertical() argument
61 …writeSegmentType(mode == RelativeCoordinates ? PathSegLineToVerticalRel : PathSegLineToVerticalAbs… in lineToVertical()
65 …oatPoint& point1, const FloatPoint& point2, const FloatPoint& targetPoint, PathCoordinateMode mode) in curveToCubic() argument
68 writeSegmentType(mode == RelativeCoordinates ? PathSegCurveToCubicRel : PathSegCurveToCubicAbs); in curveToCubic()
[all …]
DSVGPathStringBuilder.cpp38 void SVGPathStringBuilder::moveTo(const FloatPoint& targetPoint, bool, PathCoordinateMode mode) in moveTo() argument
40 if (mode == AbsoluteCoordinates) in moveTo()
46 void SVGPathStringBuilder::lineTo(const FloatPoint& targetPoint, PathCoordinateMode mode) in lineTo() argument
48 if (mode == AbsoluteCoordinates) in lineTo()
54 void SVGPathStringBuilder::lineToHorizontal(float x, PathCoordinateMode mode) in lineToHorizontal() argument
56 if (mode == AbsoluteCoordinates) in lineToHorizontal()
62 void SVGPathStringBuilder::lineToVertical(float y, PathCoordinateMode mode) in lineToVertical() argument
64 if (mode == AbsoluteCoordinates) in lineToVertical()
70 …oatPoint& point1, const FloatPoint& point2, const FloatPoint& targetPoint, PathCoordinateMode mode) in curveToCubic() argument
72 if (mode == AbsoluteCoordinates) in curveToCubic()
[all …]
/external/webkit/Tools/DumpRenderTree/gtk/fonts/
Dfonts.conf13 <edit name="hinting" mode="assign">
38 <edit name="family" mode="assign">
46 <edit name="family" mode="assign">
54 <edit name="family" mode="assign">
65 <edit name="family" mode="assign">
73 <edit name="family" mode="assign">
83 <edit name="family" mode="assign">
91 <edit name="family" mode="assign">
146 <edit name="family" mode="assign">
154 <edit name="family" mode="assign">
[all …]
/external/zlib/src/contrib/iostream3/
Dzfstream.cc52 std::ios_base::openmode mode) in open() argument
58 if ((mode & std::ios_base::in) && (mode & std::ios_base::out)) in open()
63 if (!this->open_mode(mode, char_mode)) in open()
72 io_mode = mode; in open()
80 std::ios_base::openmode mode) in attach() argument
86 if ((mode & std::ios_base::in) && (mode & std::ios_base::out)) in attach()
91 if (!this->open_mode(mode, char_mode)) in attach()
100 io_mode = mode; in attach()
131 gzfilebuf::open_mode(std::ios_base::openmode mode, in open_mode() argument
134 bool testb = mode & std::ios_base::binary; in open_mode()
[all …]
/external/libvpx/libvpx/vpx_ports/
Dx86.h191 x87_set_control_word(unsigned short mode) in x87_set_control_word() argument
193 __asm__ __volatile__("fldcw %0" : : "m"(*&mode)); in x87_set_control_word()
198 unsigned short mode; in x87_get_control_word() local
199 __asm__ __volatile__("fstcw %0\n\t":"=m"(*&mode):); in x87_get_control_word()
200 return mode; in x87_get_control_word()
204 x87_set_control_word(unsigned short mode) in x87_set_control_word() argument
206 asm volatile("fldcw %0" : : "m"(*&mode)); in x87_set_control_word()
211 unsigned short mode; in x87_get_control_word() local
212 asm volatile("fstcw %0\n\t":"=m"(*&mode):); in x87_get_control_word()
213 return mode; in x87_get_control_word()
[all …]
/external/libvorbis/lib/
Dsynthesis.c32 int type,mode,i; in vorbis_synthesis() local
49 mode=oggpack_read(opb,b->modebits); in vorbis_synthesis()
50 if(mode==-1){ in vorbis_synthesis()
54 vb->mode=mode; in vorbis_synthesis()
55 if(!ci->mode_param[mode]){ in vorbis_synthesis()
59 vb->W=ci->mode_param[mode]->blockflag; in vorbis_synthesis()
86 type=ci->map_type[ci->mode_param[mode]->mapping]; in vorbis_synthesis()
88 return(_mapping_P[type]->inverse(vb,ci->map_param[ci->mode_param[mode]-> in vorbis_synthesis()
100 int mode; in vorbis_synthesis_trackonly() local
113 mode=oggpack_read(opb,b->modebits); in vorbis_synthesis_trackonly()
[all …]
/external/skia/legacy/src/effects/
DSkPorterDuff.cpp17 #define MAKE_PAIR(mode) { SkPorterDuff::k##mode##_Mode, SkXfermode::k##mode##_Mode } argument
60 SkXfermode::Mode SkPorterDuff::ToXfermodeMode(Mode mode) { in ToXfermodeMode() argument
61 SkASSERT((unsigned)mode < SkPorterDuff::kModeCount); in ToXfermodeMode()
62 const Pair& pair = gPairs[mode]; in ToXfermodeMode()
63 SkASSERT(pair.fPD == mode); in ToXfermodeMode()
67 SkXfermode* SkPorterDuff::CreateXfermode(SkPorterDuff::Mode mode) { in CreateXfermode() argument
68 const Pair& pair = gPairs[mode]; in CreateXfermode()
69 SkASSERT(pair.fPD == mode); in CreateXfermode()
81 SkXfermodeProc SkPorterDuff::GetXfermodeProc(Mode mode) { in GetXfermodeProc() argument
82 return SkXfermode::GetProc(gPairs[mode].fXF); in GetXfermodeProc()
[all …]
/external/skia/src/effects/
DSkPorterDuff.cpp17 #define MAKE_PAIR(mode) { SkPorterDuff::k##mode##_Mode, SkXfermode::k##mode##_Mode } argument
60 SkXfermode::Mode SkPorterDuff::ToXfermodeMode(Mode mode) { in ToXfermodeMode() argument
61 SkASSERT((unsigned)mode < SkPorterDuff::kModeCount); in ToXfermodeMode()
62 const Pair& pair = gPairs[mode]; in ToXfermodeMode()
63 SkASSERT(pair.fPD == mode); in ToXfermodeMode()
67 SkXfermode* SkPorterDuff::CreateXfermode(SkPorterDuff::Mode mode) { in CreateXfermode() argument
68 const Pair& pair = gPairs[mode]; in CreateXfermode()
69 SkASSERT(pair.fPD == mode); in CreateXfermode()
81 SkXfermodeProc SkPorterDuff::GetXfermodeProc(Mode mode) { in GetXfermodeProc() argument
82 return SkXfermode::GetProc(gPairs[mode].fXF); in GetXfermodeProc()
[all …]
/external/qemu/distrib/sdl-1.2.15/src/video/ggi/
DSDL_ggivideo.c147 ggi_mode mode = in GGI_VideoInit() local
186 ggiCheckMode(VIS, &mode); in GGI_VideoInit()
189 err = ggiSetMode(VIS, &mode); in GGI_VideoInit()
201 this->info.current_w = mode.virt.x; in GGI_VideoInit()
202 this->info.current_h = mode.virt.y; in GGI_VideoInit()
205 if (GT_SCHEME(mode.graphtype) == GT_PALETTE) in GGI_VideoInit()
230 this->info.video_mem = db->buffer.plb.stride * mode.virt.y; in GGI_VideoInit()
235 video_mode.w = mode.virt.x; in GGI_VideoInit()
236 video_mode.h = mode.virt.y; in GGI_VideoInit()
253 ggi_mode mode = in GGI_SetVideoMode() local
[all …]
/external/openssh/openbsd-compat/
Dstrmode.c43 strmode(int mode, char *p) in strmode() argument
46 switch (mode & S_IFMT) { in strmode()
77 if (mode & S_IRUSR) in strmode()
81 if (mode & S_IWUSR) in strmode()
85 switch (mode & (S_IXUSR | S_ISUID)) { in strmode()
100 if (mode & S_IRGRP) in strmode()
104 if (mode & S_IWGRP) in strmode()
108 switch (mode & (S_IXGRP | S_ISGID)) { in strmode()
123 if (mode & S_IROTH) in strmode()
127 if (mode & S_IWOTH) in strmode()
[all …]
/external/bluetooth/bluedroid/stack/btm/
Dbtm_pm.c190 tBTM_PM_MODE mode; in BTM_SetPowerMode() local
201 … (remote_bda[2]<<24)+(remote_bda[3]<<16)+(remote_bda[4]<<8)+remote_bda[5], p_mode->mode); in BTM_SetPowerMode()
204 mode = p_mode->mode & ~BTM_PM_MD_FORCE; in BTM_SetPowerMode()
212 if(mode != BTM_PM_MD_ACTIVE) in BTM_SetPowerMode()
215 ind = mode - BTM_PM_MD_HOLD; /* make it base 0 */ in BTM_SetPowerMode()
221 if(mode == p_cb->state) /* the requested mode is current mode */ in BTM_SetPowerMode()
224 if( (mode == BTM_PM_MD_ACTIVE) || in BTM_SetPowerMode()
225 …((p_mode->mode & BTM_PM_MD_FORCE) && (p_mode->max >= p_cb->interval) && (p_mode->min <= p_cb->inte… in BTM_SetPowerMode()
226 ((p_mode->mode & BTM_PM_MD_FORCE)==0 && (p_mode->max >= p_cb->interval)) ) in BTM_SetPowerMode()
228 …DEBUG4( "BTM_SetPowerMode: mode:0x%x interval %d max:%d, min:%d", p_mode->mode, p_cb->interval, p_… in BTM_SetPowerMode()
[all …]
/external/guava/guava-tests/test/com/google/common/math/
DDoubleMathTest.java74 for (RoundingMode mode : ALL_SAFE_ROUNDING_MODES) { in testRoundIntegralDoubleToInt()
75 BigDecimal expected = new BigDecimal(d).setScale(0, mode); in testRoundIntegralDoubleToInt()
80 assertEquals(expected.intValue(), DoubleMath.roundToInt(d, mode)); in testRoundIntegralDoubleToInt()
91 for (RoundingMode mode : ALL_SAFE_ROUNDING_MODES) { in testRoundFractionalDoubleToInt()
92 BigDecimal expected = new BigDecimal(d).setScale(0, mode); in testRoundFractionalDoubleToInt()
97 assertEquals(expected.intValue(), DoubleMath.roundToInt(d, mode)); in testRoundFractionalDoubleToInt()
131 for (RoundingMode mode : ALL_ROUNDING_MODES) { in testRoundNaNToIntAlwaysFails()
133 DoubleMath.roundToInt(Double.NaN, mode); in testRoundNaNToIntAlwaysFails()
140 for (RoundingMode mode : ALL_ROUNDING_MODES) { in testRoundInfiniteToIntAlwaysFails()
142 DoubleMath.roundToInt(Double.POSITIVE_INFINITY, mode); in testRoundInfiniteToIntAlwaysFails()
[all …]
/external/skia/tests/
DXfermodeTest.cpp19 for (int mode = 0; mode <= SkXfermode::kLastMode; mode++) { in test_asMode() local
20 SkXfermode* xfer = SkXfermode::Create((SkXfermode::Mode) mode); in test_asMode()
23 REPORTER_ASSERT(reporter, reportedMode != mode); in test_asMode()
27 REPORTER_ASSERT(reporter, reportedMode == mode); in test_asMode()
33 REPORTER_ASSERT(reporter, reportedMode == mode); in test_asMode()
36 REPORTER_ASSERT(reporter, SkXfermode::kSrcOver_Mode == mode); in test_asMode()
54 SkXfermode::Mode mode = (SkXfermode::Mode)i; in test_IsMode() local
56 SkXfermode* xfer = SkXfermode::Create(mode); in test_IsMode()
57 REPORTER_ASSERT(reporter, SkXfermode::IsMode(xfer, mode)); in test_IsMode()
60 if (SkXfermode::kSrcOver_Mode != mode) { in test_IsMode()
[all …]
/external/apache-harmony/support/src/test/java/tests/support/
DSupport_Configuration.java222 int mode = NONE, unicode = 0, count = 0, nextChar; in load() local
227 if (mode == UNICODE) { in load()
235 mode = NONE; in load()
241 if (mode == SLASH) { in load()
242 mode = NONE; in load()
245 mode = CONTINUE; // Look for a following \n in load()
248 mode = IGNORE; // Ignore whitespace on the next line in load()
266 mode = UNICODE; in load()
284 if (mode == CONTINUE) { // Part of a \r\n sequence in load()
285 mode = IGNORE; // Ignore whitespace on the next line in load()
[all …]
/external/kernel-headers/original/linux/
Dqic117.h112 unused, mode, motion, report enumerator
128 /* 0*/ {NULL, 0x00, 0x00, mode, 0, discretional},\
133 /* 5*/ {"alternate command timeout", 0x00, 0x00, mode, 0, required},\
143 /*15*/ {"enter format mode", 0x1f, 0x05, mode, 0, required},\
145 /*17*/ {"enter verify mode", 0x37, 0x25, mode, 0, required},\
151 /*23*/ {"soft select", 0x00, 0x00, mode, 0, discretional},\
152 /*24*/ {"soft deselect", 0x00, 0x00, mode, 0, discretional},\
155 /*27*/ {"select rate or format", 0x03, 0x01, mode, 0, required /* [ccs2] */},\
156 /*28*/ {"enter diag mode 1", 0x00, 0x00, mode, 0, discretional},\
157 /*29*/ {"enter diag mode 2", 0x00, 0x00, mode, 0, discretional},\
[all …]
/external/qemu/distrib/sdl-1.2.15/src/video/dga/
DSDL_dgavideo.c173 SDL_Rect *mode; in DGA_AddMode() local
183 mode = SDL_modelist[index][SDL_nummodes[index]-1]; in DGA_AddMode()
184 if ( (mode->w == w) && (mode->h == h) ) { in DGA_AddMode()
190 mode = (SDL_Rect *)SDL_malloc(sizeof *mode); in DGA_AddMode()
191 if ( mode == NULL ) { in DGA_AddMode()
195 mode->x = 0; in DGA_AddMode()
196 mode->y = 0; in DGA_AddMode()
197 mode->w = w; in DGA_AddMode()
198 mode->h = h; in DGA_AddMode()
207 SDL_free(mode); in DGA_AddMode()
[all …]

12345678910>>...125