Searched refs:values (Results 1 - 25 of 2560) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jar ... .Object { private static final java.util.Hashtable VALUES public static final com.google.zxing.BarcodeFormat ...
/external/zlib/src/
H A Dmake_vms.com658 $! Check for properties of C/C++ compiler with multiple result values
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp354 /*provide some proper output values if error will happen*/
535 is a code. The 2 rows are the 2 possible bit values (0 or 1), there are as
607 /*step 2: generate the nextcode values*/
941 /*make sure that length values that aren't filled in will be 0, or a wrong tree will be generated*/
1149 /*part 5: fill in all the out[n] values based on the length and dist*/
1314 static void addLengthDistance(uivector* values, size_t length, size_t distance) argument
1316 /*values in encoded vector are those used by deflate:
1327 uivector_push_back(values, length_code + FIRST_LENGTH_CODE_INDEX);
1328 uivector_push_back(values, extra_length);
1329 uivector_push_back(values, dist_cod
[all...]
/external/webrtc/src/system_wrappers/interface/
H A Ddata_log_c.h45 const int* values,
52 const float* values,
59 const double* values,
66 const int32_t* values,
73 const uint32_t* values,
80 const int64_t* values,
/external/webrtc/src/system_wrappers/source/android/
H A Dcpu-features.c45 static __inline__ void x86_cpuid(int func, int values[4]) argument
58 values[0] = a;
59 values[1] = b;
60 values[2] = c;
61 values[3] = d;
/external/webrtc/src/system_wrappers/source/
H A Ddata_log_c.cc61 const int* values,
64 return webrtc::DataLog::InsertCell(table_name, column_name, values, length);
76 const float* values,
79 return webrtc::DataLog::InsertCell(table_name, column_name, values, length);
91 const double* values,
94 return webrtc::DataLog::InsertCell(table_name, column_name, values, length);
106 const int32_t* values,
109 return webrtc::DataLog::InsertCell(table_name, column_name, values, length);
121 const uint32_t* values,
124 return webrtc::DataLog::InsertCell(table_name, column_name, values, lengt
59 WebRtcDataLog_InsertArray_int(const char* table_name, const char* column_name, const int* values, int length) argument
74 WebRtcDataLog_InsertArray_float(const char* table_name, const char* column_name, const float* values, int length) argument
89 WebRtcDataLog_InsertArray_double(const char* table_name, const char* column_name, const double* values, int length) argument
104 WebRtcDataLog_InsertArray_int32(const char* table_name, const char* column_name, const int32_t* values, int length) argument
119 WebRtcDataLog_InsertArray_uint32(const char* table_name, const char* column_name, const uint32_t* values, int length) argument
134 WebRtcDataLog_InsertArray_int64(const char* table_name, const char* column_name, const int64_t* values, int length) argument
[all...]
H A Ddata_log_c_helpers_unittest.c71 int values[kTestArrayLen] = {1, 2, 3, 4}; local
72 return WebRtcDataLog_InsertArray_int(kTableName, kColumnName2, values,
81 float values[kTestArrayLen] = {1.0f, 2.0f, 3.0f, 4.0f}; local
82 return WebRtcDataLog_InsertArray_float(kTableName, kColumnName2, values,
91 double values[kTestArrayLen] = {1.0, 2.0, 3.0, 4.0}; local
92 return WebRtcDataLog_InsertArray_double(kTableName, kColumnName2, values,
101 int32_t values[kTestArrayLen] = {1, 2, 3, 4}; local
102 return WebRtcDataLog_InsertArray_int32(kTableName, kColumnName2, values,
111 uint32_t values[kTestArrayLen] = {1, 2, 3, 4}; local
112 return WebRtcDataLog_InsertArray_uint32(kTableName, kColumnName2, values,
121 int64_t values[kTestArrayLen] = {1, 2, 3, 4}; local
[all...]
H A Ddata_log_unittest.cc21 // A class for storing the values expected from a log table column when
26 : values(NULL),
32 : values(expected_values),
36 std::vector<std::string> values; member in struct:ExpectedValues
65 EXPECT_EQ(str, it->second.values[row]);
66 if (str != it->second.values[row])
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dupnp_xml.c112 * Some values implied by the above are however illegal because they
177 * other in args and their values go here, if any
/external/wpa_supplicant_8/hs20/client/
H A Dest.c181 * values SET SIZE(1..MAX) OF OBJECT IDENTIFIER }
186 STACK_OF(ASN1_OBJECT) *values;
204 ASN1_SET_OF(Attribute, values, ASN1_OBJECT)
243 STACK_OF(ASN1_OBJECT) *values,
249 num = sk_ASN1_OBJECT_num(values);
251 ASN1_OBJECT *oid = sk_ASN1_OBJECT_value(values, i);
279 if (!attr || !attr->type || !attr->values)
287 add_csrattrs_ext_req(ctx, attr->values, exts);
291 num = sk_ASN1_OBJECT_num(attr->values);
293 ASN1_OBJECT *oid = sk_ASN1_OBJECT_value(attr->values,
242 add_csrattrs_ext_req(struct hs20_osu_client *ctx, STACK_OF(ASN1_OBJECT) *values, STACK_OF(X509_EXTENSION) *exts) argument
[all...]
/external/wpa_supplicant_8/src/wps/
H A Dupnp_xml.c112 * Some values implied by the above are however illegal because they
177 * other in args and their values go here, if any
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dupnp_xml.c112 * Some values implied by the above are however illegal because they
177 * other in args and their values go here, if any
/external/xmlwriter/src/org/jheer/
H A DXMLWriter.java154 * @param values the values of the attributes
159 protected void tag(String tag, String[] names, String[] values, argument
170 escapeString(values[i]);
187 * @param values the values of the attributes
190 public void tag(String tag, String[] names, String[] values, int nattr) throws IOException argument
192 tag(tag, names, values, nattr, true);
200 * @param values the values o
203 start(String tag, String[] names, String[] values, int nattr) argument
283 tag(String tag, ArrayList names, ArrayList values, int nattr, boolean close) argument
314 tag(String tag, ArrayList names, ArrayList values, int nattr) argument
327 start(String tag, ArrayList names, ArrayList values, int nattr) argument
[all...]
/external/valgrind/main/none/tests/ppc32/
H A Djm-misc.stdout.exp2 dcbtct with various hint values completes with no exceptions
4 dcbtds with various hint values completes with no exceptions
6 dcbtst with various hint values completes with no exceptions
H A Dldst_multiple.c17 static uint32_t values[] = { variable
85 r14 = (HWord_t)values;
103 * load the last two values into r30 - r31.
138 ::"b"(values));
140 RESTORE_REGS(values);
/external/valgrind/main/none/tests/ppc64/
H A Djm-misc.stdout.exp2 dcbtct with various hint values completes with no exceptions
4 dcbtds with various hint values completes with no exceptions
6 dcbtst with various hint values completes with no exceptions
H A Dldst_multiple.c17 static uint32_t values[] = { variable
85 r14 = (HWord_t)values;
103 * load the last two values into r30 - r31.
138 ::"b"(values));
140 RESTORE_REGS(values);
/external/valgrind/main/none/tests/s390x/
H A Dtroo.stdout.exp2 the translated values are
4 the translated values are
6 the translated values are ff bb dd ab ca
8 the translated values are ff bb dd ab ca bc cc da ea aa
10 the translated values are
12 the translated values are ff
14 the translated values are ff bb dd ab ca bc cc da
H A Dtrot.stdout.exp2 the translated values is
4 the translated values is
6 the translated values is
8 the translated values is bbbb ccdd ffff
10 the translated values is bbbb ccdd ffff cccc abab caca bcbc cccc dada eaea
12 the translated values is bbbb ccdd 0 0 0
14 the translated values is bbbb ccdd ffff 0 0
16 the translated values is bbbb ccdd ffff cccc abab caca bcbc cccc dada eaea
H A Dtrto.stdout.exp2 the translated values is
4 the translated values is
6 the translated values is
8 the translated values is cc dd ff cc ab ca
10 the translated values is cc dd ff cc ab ca bc cc dd ea
12 the translated values is cc dd 0 0 0 0
14 the translated values is cc dd 0 0 0 0
16 the translated values is cc dd ff cc ab ca bc cc dd 0
H A Dtrtt.stdout.exp2 the translated values is
4 the translated values is
6 the translated values is
8 the translated values is ffff dddd
10 the translated values is ffff dddd ffff cccc abab
12 the translated values is 0 0 0 0 0
14 the translated values is ffff dddd ffff 0 0
16 the translated values is ffff dddd ffff cccc abab caca bcbc cccc dada 0
/external/webp/src/dsp/
H A Dcpu-features.c45 static __inline__ void x86_cpuid(int func, int values[4]) argument
58 values[0] = a;
59 values[1] = b;
60 values[2] = c;
61 values[3] = d;
/external/webp/src/enc/
H A Dpicture_tools.c94 int values[3] = { 0 }; local
104 values[0] = pic->y[off_y];
105 values[1] = pic->u[off_uv];
106 values[2] = pic->v[off_uv];
109 flatten(pic->y + off_y, values[0], pic->y_stride, SIZE);
110 flatten(pic->u + off_uv, values[1], pic->uv_stride, SIZE2);
111 flatten(pic->v + off_uv, values[2], pic->uv_stride, SIZE2);
140 // VP8RGBToU/V expects the u/v values summed over four pixels
162 // Average four alpha values into a single blending weight.
/external/valgrind/main/cachegrind/
H A Dcg_annotate.in582 my $fn_CC_col_widths = compute_CC_col_widths(values %fn_totals);
788 my $CC_col_widths = compute_CC_col_widths(values %$src_file_CCs);
/external/valgrind/main/callgrind/
H A Dcallgrind_annotate.in854 my $fn_CC_col_widths = compute_CC_col_widths(values %fn_totals);
1112 my $CC_col_widths = compute_CC_col_widths(values %$src_file_CCs);

Completed in 4197 milliseconds

1234567891011>>