Searched refs:mode (Results 301 - 325 of 4963) sorted by relevance

<<11121314151617181920>>

/external/skqp/src/gpu/effects/
H A DGrXfermodeFragmentProcessor.cpp20 static inline bool does_cpu_blend_impl_match_gpu(SkBlendMode mode) { argument
24 return mode <= SkBlendMode::kLastSeparableMode && mode != SkBlendMode::kSoftLight &&
25 mode != SkBlendMode::kColorBurn;
34 SkBlendMode mode) {
36 new ComposeTwoFragmentProcessor(std::move(src), std::move(dst), mode));
60 SkBlendMode mode)
61 : INHERITED(kComposeTwoFragmentProcessor_ClassID, OptFlags(src.get(), dst.get(), mode))
62 , fMode(mode) {
70 const GrFragmentProcessor* dst, SkBlendMode mode) {
32 Make(std::unique_ptr<GrFragmentProcessor> src, std::unique_ptr<GrFragmentProcessor> dst, SkBlendMode mode) argument
58 ComposeTwoFragmentProcessor(std::unique_ptr<GrFragmentProcessor> src, std::unique_ptr<GrFragmentProcessor> dst, SkBlendMode mode) argument
69 OptFlags(const GrFragmentProcessor* src, const GrFragmentProcessor* dst, SkBlendMode mode) argument
190 SkBlendMode mode; local
231 SkBlendMode mode = cs.getMode(); local
245 MakeFromTwoProcessors( std::unique_ptr<GrFragmentProcessor> src, std::unique_ptr<GrFragmentProcessor> dst, SkBlendMode mode) argument
271 Make(std::unique_ptr<GrFragmentProcessor> fp, SkBlendMode mode, Child child) argument
297 SkBlendMode mode() const { return fMode; } function in class:ComposeOneFragmentProcessor
302 OptFlags(const GrFragmentProcessor* fp, SkBlendMode mode, Child child) argument
422 ComposeOneFragmentProcessor(std::unique_ptr<GrFragmentProcessor> fp, SkBlendMode mode, Child child) argument
447 SkBlendMode mode = args.fFp.cast<ComposeOneFragmentProcessor>().mode(); variable
485 SkBlendMode mode; local
514 MakeFromDstProcessor( std::unique_ptr<GrFragmentProcessor> dst, SkBlendMode mode) argument
528 MakeFromSrcProcessor( std::unique_ptr<GrFragmentProcessor> src, SkBlendMode mode) argument
[all...]
/external/tensorflow/tensorflow/python/kernel_tests/
H A Dpad_op_test.py33 def _npPad(self, inp, paddings, mode, constant_values=0):
34 mode = mode.lower()
35 if mode == "constant":
36 return np.pad(inp, paddings, mode=mode, constant_values=constant_values)
38 return np.pad(inp, paddings, mode=mode)
51 mode="constant"))
63 mode
[all...]
/external/libvpx/libvpx/vpx_ports/
H A Dx86.h280 static void x87_set_control_word(unsigned short mode) { argument
281 __asm__ __volatile__("fldcw %0" : : "m"(*&mode));
284 unsigned short mode; local
285 __asm__ __volatile__("fstcw %0\n\t" : "=m"(*&mode) :);
286 return mode;
289 static void x87_set_control_word(unsigned short mode) { argument
290 asm volatile("fldcw %0" : : "m"(*&mode));
293 unsigned short mode; local
294 asm volatile("fstcw %0\n\t" : "=m"(*&mode) :);
295 return mode;
304 x87_set_control_word(unsigned short mode) argument
308 unsigned short mode; local
315 unsigned int mode = x87_get_control_word(); local
[all...]
/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DMapField.java72 * As the map field changes its mode, the list/map reference returned in a
78 private volatile StorageMode mode; field in class:MapField
118 StorageMode mode,
122 this.mode = mode;
129 StorageMode mode,
131 this(new ImmutableMessageConverter<K, V>(defaultEntry), mode, mapData);
179 if (mode == StorageMode.LIST) {
181 if (mode == StorageMode.LIST) {
183 mode
116 MapField( Converter<K, V> converter, StorageMode mode, Map<K, V> mapData) argument
127 MapField( MapEntry<K, V> defaultEntry, StorageMode mode, Map<K, V> mapData) argument
[all...]
/external/v8/src/
H A Dassembler.h292 // to which the relocation information applies, the relocation mode
293 // (rmode), and an optional data field. The relocation mode may be
355 // This is not an actual reloc mode, but used to encode a long pc jump that
384 static inline bool IsRealRelocMode(Mode mode) { argument
385 return mode >= FIRST_REAL_RELOC_MODE && mode <= LAST_REAL_RELOC_MODE;
387 static inline bool IsCodeTarget(Mode mode) { argument
388 return mode <= LAST_CODE_ENUM;
390 static inline bool IsEmbeddedObject(Mode mode) { argument
391 return mode
393 IsCell(Mode mode) argument
394 IsRuntimeEntry(Mode mode) argument
398 IsGCRelocMode(Mode mode) argument
401 IsComment(Mode mode) argument
404 IsConstPool(Mode mode) argument
407 IsVeneerPool(Mode mode) argument
410 IsDeoptPosition(Mode mode) argument
413 IsDeoptReason(Mode mode) argument
416 IsDeoptId(Mode mode) argument
419 IsExternalReference(Mode mode) argument
422 IsInternalReference(Mode mode) argument
425 IsInternalReferenceEncoded(Mode mode) argument
428 IsDebugBreakSlot(Mode mode) argument
432 IsDebugBreakSlotAtPosition(Mode mode) argument
435 IsDebugBreakSlotAtReturn(Mode mode) argument
438 IsDebugBreakSlotAtCall(Mode mode) argument
441 IsDebugBreakSlotAtTailCall(Mode mode) argument
444 IsNone(Mode mode) argument
447 IsCodeAgeSequence(Mode mode) argument
450 IsWasmMemoryReference(Mode mode) argument
453 IsWasmMemorySizeReference(Mode mode) argument
456 IsWasmGlobalReference(Mode mode) argument
459 IsWasmFunctionTableSizeReference(Mode mode) argument
462 IsWasmReference(Mode mode) argument
467 IsWasmSizeReference(Mode mode) argument
471 IsWasmPtrReference(Mode mode) argument
474 IsWasmProtectedLanding(Mode mode) argument
478 ModeMask(Mode mode) argument
738 SetMode(RelocInfo::Mode mode) argument
[all...]
/external/ImageMagick/PerlMagick/t/
H A Dmontage.t154 q/background=>'#696e7e', tile=>'4x4', geometry=>'90x80+6+6>', mode=>'Unframe',
161 # 15) Test Bordered, Un-framed Montage (mode=>'Unframe')
165 q/background=>'#696e7e', tile=>'4x4', geometry=>'90x80+6+6>', mode=>'Unframe',
172 # 16) Test Bordered, Un-framed Montage (mode=>'UnFrame')
176 q/ tile=>'4x4', geometry=>'90x80+6+6>', mode=>'UnFrame',
187 q/background=>'#696e7e', tile=>'16x1', geometry=>'90x80+0+0>', mode=>'Unframe',
194 # 18) Test concatenated thumbnail Montage (concatenated via special Concatenate mode)
199 q/background=>'#696e7e', tile=>'4x4', geometry=>'90x80>', mode=>'Concatenate'/,
207 q/background=>'#696e7e', tile=>'4x4', geometry=>'+0+0', mode=>'Unframe', shadow=>'False',
/external/autotest/server/cros/ap_configurators/
H A Dlinksyse1000_ap_configurator.py15 def _set_mode(self, mode, band=None):
22 mode_name = mode_mapping.get(mode)
24 raise RuntimeError('The mode %d not supported by router %s. ',
25 hex(mode), self.name)
/external/ltp/testcases/network/stress/ns-tools/
H A Doutput_ipsec_conf69 output_ipsec_conf target protocol mode first_spi src_addr dst_addr
72 mode: transport / tunnel
102 mode=$3
126 -m $mode
130 -m $mode
150 case $mode in
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_tcl.h46 extern void r200TclFallback( struct gl_context *ctx, GLuint bit, GLboolean mode );
62 #define TCL_FALLBACK( ctx, bit, mode ) r200TclFallback( ctx, bit, mode )
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_tcl.h47 extern void radeonTclFallback( struct gl_context *ctx, GLuint bit, GLboolean mode );
62 #define TCL_FALLBACK( ctx, bit, mode ) radeonTclFallback( ctx, bit, mode )
/external/mesa3d/src/mesa/main/
H A Dpolygon.h43 _mesa_CullFace( GLenum mode );
46 _mesa_FrontFace( GLenum mode );
49 _mesa_PolygonMode( GLenum face, GLenum mode );
/external/python/cpython2/Demo/scripts/
H A Dscript.py20 mode = 'w' variable
32 mode = 'a' variable
36 script = open(filename, mode)
/external/python/cpython2/Lib/distutils/command/
H A Dinstall_scripts.py52 log.info("changing mode of %s", file)
54 mode = ((os.stat(file)[ST_MODE]) | 0555) & 07777
55 log.info("changing mode of %s to %o", file, mode)
56 os.chmod(file, mode)
/external/python/cpython2/Modules/
H A Dsgimodule.c29 int mode; local
33 if (!PyArg_ParseTuple(args, "iii:_getpty", &oflag, &mode, &nofork))
36 name = _getpty(&fildes, oflag, (mode_t)mode, nofork);
/external/python/cpython3/Lib/distutils/command/
H A Dinstall_scripts.py50 log.info("changing mode of %s", file)
52 mode = ((os.stat(file)[ST_MODE]) | 0o555) & 0o7777
53 log.info("changing mode of %s to %o", file, mode)
54 os.chmod(file, mode)
/external/skia/src/core/
H A DSkModeColorFilter.h15 static sk_sp<SkColorFilter> Make(SkColor color, SkBlendMode mode) { argument
16 return sk_sp<SkColorFilter>(new SkModeColorFilter(color, mode));
36 SkModeColorFilter(SkColor color, SkBlendMode mode);
H A DSkXfermodePriv.h26 /** Return an SkXfermode object for the specified mode.
32 * ptr to that global xfermode (or null if the mode is srcover). Thus the caller may use
35 static SkXfermode* Peek(SkBlendMode mode) { argument
36 sk_sp<SkXfermode> xfer = Make(mode);
38 SkASSERT(SkBlendMode::kSrcOver == mode);
/external/skqp/src/core/
H A DSkModeColorFilter.h15 static sk_sp<SkColorFilter> Make(SkColor color, SkBlendMode mode) { argument
16 return sk_sp<SkColorFilter>(new SkModeColorFilter(color, mode));
36 SkModeColorFilter(SkColor color, SkBlendMode mode);
H A DSkXfermodePriv.h26 /** Return an SkXfermode object for the specified mode.
32 * ptr to that global xfermode (or null if the mode is srcover). Thus the caller may use
35 static SkXfermode* Peek(SkBlendMode mode) { argument
36 sk_sp<SkXfermode> xfer = Make(mode);
38 SkASSERT(SkBlendMode::kSrcOver == mode);
/external/tensorflow/tensorflow/contrib/estimator/python/estimator/
H A Ddnn.py120 def _model_fn(features, labels, mode, config):
124 mode=mode,
H A Dlinear.py107 def _model_fn(features, labels, mode, config):
111 mode=mode,
/external/valgrind/none/tests/s390x/
H A Dfpext_warn.stderr.exp3 The specified rounding mode cannot be supported. That
6 the rounding mode from FPC. Results may differ!
9 The specified rounding mode cannot be supported. That
12 the rounding mode from FPC. Results may differ!
15 The specified rounding mode cannot be supported. That
18 the rounding mode from FPC. Results may differ!
H A Drounding-4.c6 Rounding mode is provided via FPC.
25 set_rounding_mode(unsigned mode) argument
27 printf("setting FPC rounding mode to %s\n", rtext(mode));
28 register unsigned r asm("1") = mode;
/external/python/cpython2/Lib/
H A Dgzip.py27 def open(filename, mode="rb", compresslevel=9):
28 """Shorthand for GzipFile(filename, mode, compresslevel).
30 The filename argument is required; mode defaults to 'rb'
34 return GzipFile(filename, mode, compresslevel)
45 def __init__(self, filename=None, mode=None,
63 The mode argument can be any of 'r', 'rb', 'a', 'ab', 'w', or 'wb',
65 is the mode of fileobj if discernible; otherwise, the default is 'rb'.
86 # underlying file object - in read mode, this causes data corruption.
87 if mode:
88 mode
[all...]
/external/libbrillo/brillo/streams/
H A Dstream_utils.h61 // Checks if |mode| allows read access.
62 inline bool IsReadAccessMode(Stream::AccessMode mode) { argument
63 return mode == Stream::AccessMode::READ ||
64 mode == Stream::AccessMode::READ_WRITE;
67 // Checks if |mode| allows write access.
68 inline bool IsWriteAccessMode(Stream::AccessMode mode) { argument
69 return mode == Stream::AccessMode::WRITE ||
70 mode == Stream::AccessMode::READ_WRITE;
73 // Make the access mode based on read/write rights requested.

Completed in 2149 milliseconds

<<11121314151617181920>>