Home
last modified time | relevance | path

Searched defs:val (Results 1 – 25 of 2351) sorted by relevance

12345678910>>...95

/external/dbus/dbus/
Ddbus-marshal-basic.h44 #define DBUS_UINT16_SWAP_LE_BE_CONSTANT(val) bswap_16(val) argument
45 #define DBUS_UINT32_SWAP_LE_BE_CONSTANT(val) bswap_32(val) argument
48 #define DBUS_UINT16_SWAP_LE_BE_CONSTANT(val) ((dbus_uint16_t) ( \ argument
52 #define DBUS_UINT32_SWAP_LE_BE_CONSTANT(val) ((dbus_uint32_t) ( \ argument
63 #define DBUS_UINT64_SWAP_LE_BE_CONSTANT(val) bswap_64(val) argument
66 #define DBUS_UINT64_SWAP_LE_BE_CONSTANT(val) ((dbus_uint64_t) ( \ argument
87 #define DBUS_UINT16_SWAP_LE_BE(val) (DBUS_UINT16_SWAP_LE_BE_CONSTANT (val)) argument
88 #define DBUS_INT16_SWAP_LE_BE(val) ((dbus_int16_t)DBUS_UINT16_SWAP_LE_BE_CONSTANT (val)) argument
90 #define DBUS_UINT32_SWAP_LE_BE(val) (DBUS_UINT32_SWAP_LE_BE_CONSTANT (val)) argument
91 #define DBUS_INT32_SWAP_LE_BE(val) ((dbus_int32_t)DBUS_UINT32_SWAP_LE_BE_CONSTANT (val)) argument
[all …]
/external/opencv3/modules/cudev/include/opencv2/cudev/warp/
Dshuffle.hpp61 __device__ __forceinline__ uchar shfl(uchar val, int srcLane, int width = warpSize) in shfl()
66 __device__ __forceinline__ schar shfl(schar val, int srcLane, int width = warpSize) in shfl()
71 __device__ __forceinline__ ushort shfl(ushort val, int srcLane, int width = warpSize) in shfl()
76 __device__ __forceinline__ short shfl(short val, int srcLane, int width = warpSize) in shfl()
81 __device__ __forceinline__ int shfl(int val, int srcLane, int width = warpSize) in shfl()
86 __device__ __forceinline__ uint shfl(uint val, int srcLane, int width = warpSize) in shfl()
91 __device__ __forceinline__ float shfl(float val, int srcLane, int width = warpSize) in shfl()
96 __device__ double shfl(double val, int srcLane, int width = warpSize) in shfl()
157 __device__ __forceinline__ schar shfl_up(schar val, uint delta, int width = warpSize) in shfl_up()
162 __device__ __forceinline__ ushort shfl_up(ushort val, uint delta, int width = warpSize) in shfl_up()
[all …]
/external/autotest/client/common_lib/
Dcontrol_data.py93 def set_attr(self, attr, val, raise_warnings=False): argument
103 def _set_string(self, attr, val): argument
108 def _set_option(self, attr, val, options): argument
117 def _set_bool(self, attr, val): argument
129 def _set_int(self, attr, val, min=None, max=None): argument
140 def _set_set(self, attr, val): argument
146 def set_author(self, val): argument
150 def set_dependencies(self, val): argument
154 def set_doc(self, val): argument
158 def set_name(self, val): argument
[all …]
/external/dbus/tools/
Ddbus-print-message.c114 unsigned char val; in print_ay() local
161 char *val; in print_iter() local
173 char *val; in print_iter() local
185 char *val; in print_iter() local
197 dbus_int16_t val; in print_iter() local
205 dbus_uint16_t val; in print_iter() local
213 dbus_int32_t val; in print_iter() local
221 dbus_uint32_t val; in print_iter() local
229 dbus_int64_t val; in print_iter() local
241 dbus_uint64_t val; in print_iter() local
[all …]
/external/apache-harmony/support/src/test/java/tests/util/
DCallVerificationStack.java127 public void push(boolean val) { in push()
136 public void push(char val) { in push()
145 public void push(double val) { in push()
154 public void push(float val) { in push()
163 public void push(int val) { in push()
172 public void push(long val) { in push()
181 public void push(short val) { in push()
284 public BaseTypeWrapper(boolean val) { in BaseTypeWrapper()
291 public BaseTypeWrapper(byte val) { in BaseTypeWrapper()
298 public BaseTypeWrapper(char val) { in BaseTypeWrapper()
[all …]
/external/valgrind/none/tests/arm/
Dldrt_arm.c30 __attribute__((noinline)) UInt do_ldrbt_A1_imm_2 (unsigned char* val) in do_ldrbt_A1_imm_2()
41 __attribute__((noinline)) UInt do_ldrbt_A2_imm_2 (unsigned char* val) in do_ldrbt_A2_imm_2()
52 __attribute__((noinline)) UInt do_ldrht_A1_imm_m2 (unsigned char* val) in do_ldrht_A1_imm_m2()
63 __attribute__((noinline)) UInt do_ldrht_A2_imm_m2 (unsigned char* val) in do_ldrht_A2_imm_m2()
74 __attribute__((noinline)) UInt do_ldrsht_A1_imm_m2 (unsigned char* val) in do_ldrsht_A1_imm_m2()
85 __attribute__((noinline)) UInt do_ldrsht_A2_imm_1 (unsigned char* val) in do_ldrsht_A2_imm_1()
96 __attribute__((noinline)) UInt do_ldrsbt_A1_imm_1 (unsigned char* val) in do_ldrsbt_A1_imm_1()
107 __attribute__((noinline)) UInt do_ldrsbt_A2_imm_1 (unsigned char* val) in do_ldrsbt_A2_imm_1()
118 __attribute__((noinline)) void do_strbt_A1_imm_1 (unsigned char* val) in do_strbt_A1_imm_1()
127 __attribute__((noinline)) void do_strbt_A2_imm_1 (unsigned char* val) in do_strbt_A2_imm_1()
[all …]
/external/opencv3/modules/java/src/
Dml+DTrees.java42 public void setMaxCategories(int val) in setMaxCategories()
70 public void setMaxDepth(int val) in setMaxDepth()
98 public void setMinSampleCount(int val) in setMinSampleCount()
126 public void setCVFolds(int val) in setCVFolds()
154 public void setUseSurrogates(boolean val) in setUseSurrogates()
182 public void setUse1SERule(boolean val) in setUse1SERule()
210 public void setTruncatePrunedTree(boolean val) in setTruncatePrunedTree()
238 public void setRegressionAccuracy(float val) in setRegressionAccuracy()
266 public void setPriors(Mat val) in setPriors()
300 private static native void setMaxCategories_0(long nativeObj, int val); in setMaxCategories_0()
[all …]
Dml+SVM.java57 public void setType(int val) in setType()
85 public void setGamma(double val) in setGamma()
113 public void setCoef0(double val) in setCoef0()
141 public void setDegree(double val) in setDegree()
169 public void setC(double val) in setC()
197 public void setNu(double val) in setNu()
225 public void setP(double val) in setP()
253 public void setClassWeights(Mat val) in setClassWeights()
281 public void setTermCriteria(TermCriteria val) in setTermCriteria()
371 private static native void setType_0(long nativeObj, int val); in setType_0()
[all …]
/external/opencv3/modules/cudev/include/opencv2/cudev/util/
Datomic.hpp58 __device__ __forceinline__ int atomicAdd(int* address, int val) in atomicAdd()
63 __device__ __forceinline__ uint atomicAdd(uint* address, uint val) in atomicAdd()
68 __device__ __forceinline__ float atomicAdd(float* address, float val) in atomicAdd()
84 __device__ static double atomicAdd(double* address, double val) in atomicAdd()
104 __device__ __forceinline__ int atomicMin(int* address, int val) in atomicMin()
109 __device__ __forceinline__ uint atomicMin(uint* address, uint val) in atomicMin()
114 __device__ static float atomicMin(float* address, float val) in atomicMin()
132 __device__ static double atomicMin(double* address, double val) in atomicMin()
152 __device__ __forceinline__ int atomicMax(int* address, int val) in atomicMax()
157 __device__ __forceinline__ uint atomicMax(uint* address, uint val) in atomicMax()
[all …]
/external/v8/test/mjsunit/es6/
Darray-findindex.js32 assertEquals(-1, a.findIndex(function(val) { return 121 === val; })); argument
34 assertEquals(1, a.findIndex(function(val) { return 22 === val; }), undefined); argument
35 assertEquals(2, a.findIndex(function(val) { return 23 === val; }), null); argument
36 assertEquals(3, a.findIndex(function(val) { return 24 === val; })); argument
49 a.findIndex(function(val, key, obj) { argument
75 var index = a.findIndex(function(val, key, obj) { argument
118 var index = Array.prototype.findIndex.call(a, function(val, key, obj) { argument
133 index = Array.prototype.findIndex.apply(a, [function(val, key, obj) { argument
168 var index = Array.prototype.findIndex.call(a, function(val, key, obj) { argument
190 a.findIndex(function(val) { a.push(val); return false; }); argument
[all …]
Darray-find.js33 assertEquals(undefined, a.find(function(val) { return 121 === val; })); argument
34 assertEquals(24, a.find(function(val) { return 24 === val; })); argument
35 assertEquals(23, a.find(function(val) { return 23 === val; }), null); argument
36 assertEquals(22, a.find(function(val) { return 22 === val; }), undefined); argument
49 a.find(function(val, key, obj) { argument
75 var found = a.find(function(val, key, obj) { argument
117 var found = Array.prototype.find.call(a, function(val, key, obj) { argument
132 found = Array.prototype.find.apply(a, [function(val, key, obj) { argument
166 var found = Array.prototype.find.call(a, function(val, key, obj) { argument
188 var found = a.find(function(val) { a.push(val); return false; }); argument
[all …]
Dstring-includes.js66 msg: "Empty string", val: "" property
68 msg: "Number 1234.34", val: 1234.34 property
70 msg: "Integer number 0", val: 0 property
72 msg: "Negative number -1", val: -1 property
74 msg: "Boolean true", val: true property
76 msg: "Boolean false", val: false property
78 msg: "Empty array []", val: [] property
80 msg: "Empty object {}", val: {} property
82 msg: "Array of size 3", val: new Array(3) property
Dtypedarray-findindex.js22 assertEquals(-1, a.findIndex(function(val) { return 121 === val; })); argument
24 assertEquals(1, a.findIndex(function(val) { return 22 === val; }), undefined); argument
25 assertEquals(2, a.findIndex(function(val) { return 23 === val; }), null); argument
26 assertEquals(3, a.findIndex(function(val) { return 24 === val; })); argument
39 a.findIndex(function(val, key, obj) { argument
65 var index = a.findIndex(function(val, key, obj) { argument
103 a.findIndex(function(val, key) { a[key] = ++val; return false; }); argument
114 var index = new constructor([1, 2, 3]).findIndex(function(val, key) { argument
127 index = new constructor([1, 2, 3]).findIndex(function(val, key) { argument
Dtypedarray-find.js23 assertEquals(undefined, a.find(function(val) { return 121 === val; })); argument
24 assertEquals(24, a.find(function(val) { return 24 === val; })); argument
25 assertEquals(23, a.find(function(val) { return 23 === val; }), null); argument
26 assertEquals(22, a.find(function(val) { return 22 === val; }), undefined); argument
39 a.find(function(val, key, obj) { argument
65 var found = a.find(function(val, key, obj) { argument
103 found = a.find(function(val, key) { a[key] = ++val; return false; }); argument
114 var found = new constructor([1, 2, 3]).find(function(val, key) { argument
127 found = new constructor([1, 2, 3]).find(function(val, key) { argument
/external/webrtc/webrtc/base/
Dbytebuffer.cc69 bool ByteBuffer::ReadUInt8(uint8_t* val) { in ReadUInt8()
75 bool ByteBuffer::ReadUInt16(uint16_t* val) { in ReadUInt16()
87 bool ByteBuffer::ReadUInt24(uint32_t* val) { in ReadUInt24()
104 bool ByteBuffer::ReadUInt32(uint32_t* val) { in ReadUInt32()
116 bool ByteBuffer::ReadUInt64(uint64_t* val) { in ReadUInt64()
128 bool ByteBuffer::ReadString(std::string* val, size_t len) { in ReadString()
140 bool ByteBuffer::ReadBytes(char* val, size_t len) { in ReadBytes()
150 void ByteBuffer::WriteUInt8(uint8_t val) { in WriteUInt8()
154 void ByteBuffer::WriteUInt16(uint16_t val) { in WriteUInt16()
159 void ByteBuffer::WriteUInt24(uint32_t val) { in WriteUInt24()
[all …]
Dbitbuffer.cc36 uint8_t HighestByte(uint64_t val) { in HighestByte()
63 size_t CountBits(uint64_t val) { in CountBits()
86 bool BitBuffer::ReadUInt8(uint8_t* val) { in ReadUInt8()
96 bool BitBuffer::ReadUInt16(uint16_t* val) { in ReadUInt16()
106 bool BitBuffer::ReadUInt32(uint32_t* val) { in ReadUInt32()
110 bool BitBuffer::PeekBits(uint32_t* val, size_t bit_count) { in PeekBits()
140 bool BitBuffer::ReadBits(uint32_t* val, size_t bit_count) { in ReadBits()
158 bool BitBuffer::ReadExponentialGolomb(uint32_t* val) { in ReadExponentialGolomb()
190 bool BitBuffer::ReadSignedExponentialGolomb(int32_t* val) { in ReadSignedExponentialGolomb()
225 bool BitBufferWriter::WriteUInt8(uint8_t val) { in WriteUInt8()
[all …]
/external/clang/test/Sema/
Dwarn-char-subscripts.c6 int val = array[subscript]; // expected-warning{{array subscript is of type 'char'}} in t1() local
12 int val = subscript[array]; // expected-warning{{array subscript is of type 'char'}} in t2() local
18 int val = array[subscript]; // expected-warning{{array subscript is of type 'char'}} in t3() local
24 int val = subscript[array]; // expected-warning{{array subscript is of type 'char'}} in t4() local
30 int val = array[returnsChar()]; // expected-warning{{array subscript is of type 'char'}} in t5() local
36 int val = array[subscript]; // no warning for explicit signed char in t6() local
42 int val = array[subscript]; // no warning for unsigned char in t7() local
49 int val = array[subscript]; // expected-warning{{array subscript is of type 'char'}} in t8() local
56 int val = array[subscript]; // no warning for explicit signed char in t9() local
63 int val = array[subscript]; // no warning for unsigned char in t10() local
/external/lzma/CPP/Common/
DIntToString.cpp14 void ConvertUInt32ToString(UInt32 val, char *s) throw() in ConvertUInt32ToString()
19 void ConvertUInt64ToString(UInt64 val, char *s) throw() in ConvertUInt64ToString()
29 void ConvertUInt64ToOct(UInt64 val, char *s) throw() in ConvertUInt64ToOct()
49 void ConvertUInt32ToHex(UInt32 val, char *s) throw() in ConvertUInt32ToHex()
69 void ConvertUInt64ToHex(UInt64 val, char *s) throw() in ConvertUInt64ToHex()
89 void ConvertUInt32ToHex8Digits(UInt32 val, char *s) throw() in ConvertUInt32ToHex8Digits()
113 void ConvertUInt32ToString(UInt32 val, wchar_t *s) throw() in ConvertUInt32ToString()
118 void ConvertUInt64ToString(UInt64 val, wchar_t *s) throw() in ConvertUInt64ToString()
128 void ConvertInt64ToString(Int64 val, char *s) throw() in ConvertInt64ToString()
138 void ConvertInt64ToString(Int64 val, wchar_t *s) throw() in ConvertInt64ToString()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DPacket.java227 public void setNextValueAsByte(byte val) { in setNextValueAsByte()
251 public void setNextValueAsBoolean(boolean val) { in setNextValueAsBoolean()
283 public void setNextValueAsShort(short val) { in setNextValueAsShort()
314 public void setNextValueAsInt(int val) { in setNextValueAsInt()
349 long val = Double.doubleToLongBits(dval); in setNextValueAsDouble() local
383 long val = Float.floatToIntBits(fval); in setNextValueAsFloat() local
413 public void setNextValueAsChar(char val) { in setNextValueAsChar()
444 public void setNextValueAsLong(long val) { in setNextValueAsLong()
476 public void setNextValueAsString(String val) { in setNextValueAsString()
525 public void setNextValueAsObjectID(long val) { in setNextValueAsObjectID()
[all …]
/external/chromium-trace/catapult/third_party/Paste/paste/util/
Ddatetimeutil.py63 def _number(val): argument
72 def parse_timedelta(val): argument
99 def normalize_timedelta(val): argument
118 def parse_time(val): argument
182 def _month(val): argument
196 def parse_date(val): argument
352 def normalize_date(val, iso8601=True): argument
/external/opencv3/modules/core/include/opencv2/core/cuda/
Dwarp_shuffle.hpp55 __device__ __forceinline__ T shfl(T val, int srcLane, int width = warpSize) in shfl()
63 … __device__ __forceinline__ unsigned int shfl(unsigned int val, int srcLane, int width = warpSize) in shfl()
71 __device__ __forceinline__ double shfl(double val, int srcLane, int width = warpSize) in shfl()
87 __device__ __forceinline__ T shfl_down(T val, unsigned int delta, int width = warpSize) in shfl_down()
95 …__device__ __forceinline__ unsigned int shfl_down(unsigned int val, unsigned int delta, int width … in shfl_down()
103 … __device__ __forceinline__ double shfl_down(double val, unsigned int delta, int width = warpSize) in shfl_down()
119 __device__ __forceinline__ T shfl_up(T val, unsigned int delta, int width = warpSize) in shfl_up()
127 …__device__ __forceinline__ unsigned int shfl_up(unsigned int val, unsigned int delta, int width = … in shfl_up()
135 __device__ __forceinline__ double shfl_up(double val, unsigned int delta, int width = warpSize) in shfl_up()
/external/deqp/framework/common/
DtcuSeedBuilder.cpp74 const deUint8 val = (value ? 54: 7); in operator <<() local
82 const deInt8 val = value ^ 75; in operator <<() local
90 const deUint8 val = value ^ 140u; in operator <<() local
98 const deInt16 val = value ^ 555; in operator <<() local
111 const deUint16 val = value ^ 37323u; in operator <<() local
124 const deInt32 val = value ^ 53054741; in operator <<() local
139 const deUint32 val = value ^ 1977303630u; in operator <<() local
154 const deInt64 val = value ^ 772935234179004386ll; in operator <<() local
174 const deUint64 val = value ^ 4664937258000467599ull; in operator <<() local
195 deUint32 val; in operator <<() local
[all …]
/external/opencv3/modules/videostab/include/opencv2/videostab/
Dstabilizer.hpp74 void setRadius(int val) { radius_ = val; } in setRadius()
77 void setFrameSource(Ptr<IFrameSource> val) { frameSource_ = val; } in setFrameSource()
80 void setMotionEstimator(Ptr<ImageMotionEstimatorBase> val) { motionEstimator_ = val; } in setMotionEstimator()
83 void setDeblurer(Ptr<DeblurerBase> val) { deblurer_ = val; } in setDeblurer()
86 void setTrimRatio(float val) { trimRatio_ = val; } in setTrimRatio()
89 void setCorrectionForInclusion(bool val) { doCorrectionForInclusion_ = val; } in setCorrectionForInclusion()
92 void setBorderMode(int val) { borderMode_ = val; } in setBorderMode()
95 void setInpainter(Ptr<InpainterBase> val) { inpainter_ = val; } in setInpainter()
144 void setMotionFilter(Ptr<MotionFilterBase> val) { motionFilter_ = val; } in setMotionFilter()
164 void setMotionStabilizer(Ptr<IMotionStabilizer> val) { motionStabilizer_ = val; } in setMotionStabilizer()
[all …]
/external/libvpx/libvpx/vpx_ports/
Dmem_ops.h66 unsigned MEM_VALUE_T val; in mem_get_be16() local
77 unsigned MEM_VALUE_T val; in mem_get_be24() local
89 unsigned MEM_VALUE_T val; in mem_get_be32() local
102 unsigned MEM_VALUE_T val; in mem_get_le16() local
113 unsigned MEM_VALUE_T val; in mem_get_le24() local
125 unsigned MEM_VALUE_T val; in mem_get_le32() local
168 static VPX_INLINE void mem_put_be16(void *vmem, MEM_VALUE_T val) { in mem_put_be16()
177 static VPX_INLINE void mem_put_be24(void *vmem, MEM_VALUE_T val) { in mem_put_be24()
187 static VPX_INLINE void mem_put_be32(void *vmem, MEM_VALUE_T val) { in mem_put_be32()
198 static VPX_INLINE void mem_put_le16(void *vmem, MEM_VALUE_T val) { in mem_put_le16()
[all …]
/external/deqp/framework/delibs/depool/
DdePoolHash.c51 const int* val = deTestHash_find(hash, (deInt16)i); in dePoolHash_selfTest() local
64 const int* val = deTestHash_find(hash, (deInt16)i); in dePoolHash_selfTest() local
75 const int* val = deTestHash_find(hash, (deInt16)i); in dePoolHash_selfTest() local
88 const int* val = deTestHash_find(hash, (deInt16)i); in dePoolHash_selfTest() local
103 int val = deTestHashIter_getValue(&testIter); in dePoolHash_selfTest() local
135 int val = deTestIntArray_get(valueArray, ndx); in dePoolHash_selfTest() local

12345678910>>...95