HomeSort by relevance Sort by last modified time
    Searched refs:form (Results 276 - 300 of 1347) sorted by null

<<11121314151617181920>>

  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TestMessageFormat.java 48 DecimalFormat form = null; local
104 // form = (DecimalFormat)NumberFormat.getCurrencyInstance(locale[i]);
105 form = (DecimalFormat)NumberFormat.getInstance(locale[i]);
106 if (form == null) {
112 form.format(myNumber, buffer, pos);
114 Object result = form.parse(buffer.toString(), parsePos);
196 MessageFormat form = null; local
198 form = new MessageFormat(testCases[i], Locale.US);
205 // assertEquals("\"" + testCases[i] + "\".toPattern()", testResultPatterns[i], form.toPattern());
206 assertEquals("\"" + testCases[i] + "\".toPattern()", testCases[i], form.toPattern())
250 MessageFormat form = null; local
289 MessageFormat form = new MessageFormat( local
315 MessageFormat form = new MessageFormat("The disk \\"{1}\\" contains {0}."); local
    [all...]
  /external/llvm/lib/DebugInfo/DWARF/
DWARFFormValue.cpp 112 // First, check DWARF4 form classes.
113 if (Form < makeArrayRef(DWARF4FormClasses).size() &&
114 DWARF4FormClasses[Form] == FC)
117 switch (Form) {
130 return (Form == DW_FORM_data4 || Form == DW_FORM_data8) &&
139 // Read the value for the form into value and follow and DW_FORM_indirect
143 switch (Form) {
149 (Form == DW_FORM_addr)
211 Form = data.getULEB128(offset_ptr)
    [all...]
  /prebuilts/go/darwin-x86/src/math/big/
ftoa.go 28 // For the binary exponent formats, the mantissa is printed in normalized form:
57 // Append appends to buf the string form of the floating-point number x,
66 if x.form == inf {
88 if x.form == finite {
171 // Compute the lower and upper bound in decimal form and find the
175 // See if we can use it (in adjusted form) here as well.
312 if x.form == zero {
316 if debugFloat && x.form != finite {
345 if x.form == zero {
349 if debugFloat && x.form != finite
    [all...]
doc.go 22 functions of the form:
38 the form:
80 Methods of this form typically return the incoming receiver as well, to
  /prebuilts/go/linux-x86/src/math/big/
ftoa.go 28 // For the binary exponent formats, the mantissa is printed in normalized form:
57 // Append appends to buf the string form of the floating-point number x,
66 if x.form == inf {
88 if x.form == finite {
171 // Compute the lower and upper bound in decimal form and find the
175 // See if we can use it (in adjusted form) here as well.
312 if x.form == zero {
316 if debugFloat && x.form != finite {
345 if x.form == zero {
349 if debugFloat && x.form != finite
    [all...]
doc.go 22 functions of the form:
38 the form:
80 Methods of this form typically return the incoming receiver as well, to
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tic6x.c 1172 /* The syntactic form of the operand, as one of the bit-masks
1174 unsigned int form; member in struct:__anon115810
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
tic6x-dis.c 725 switch (opc->operand_info[op_num].form)
831 switch (opc->operand_info[op_num].form)
845 printf ("opcode %x: illegal operand form for operand#%d\n", opcode, op_num);
898 if (opc->operand_info[op_num].form != tic6x_operand_regpair)
919 switch (opc->operand_info[op_num].form)
1024 printf ("opcode %x: unexpected operand form %d for operand #%d",
1025 opcode, opc->operand_info[op_num].form, op_num);
1031 switch (opc->operand_info[op_num].form)
1046 printf ("opcode %x: unexpected operand form %d for operand #%d",
1047 opcode, opc->operand_info[op_num].form, op_num)
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiConfigVfr.vfr 29 form formid = FORMID_MAIN_FORM,
72 form formid = FORMID_MAC_FORM,
80 form formid = FORMID_ORDER_FORM,
99 form formid = FORMID_DELETE_FORM,
118 form formid = FORMID_ATTEMPT_FORM,
  /external/libmojo/mojo/public/js/
core.js 154 * @return {MessagePipe} An object of the form {
181 * @return {object} An object of the form {
196 * @return {object} An object of the form {
211 * @return {object} An object of the form {
225 * @return {object} An object of the form {
  /external/tcpdump/
print-snmp.c 12 * 2. Redistributions in binary form must reproduce the above copyright
246 static const char *Form[] = {
354 u_char form, class; /* tag info */ member in struct:be
422 u_char form, class, id; local
442 form = (*p & 0xe0) >> 5; /* move upper 3 bits to lower 3 */
443 class = form >> 1; /* bits 7&6 -> bits 1&0, range 0-3 */
444 form &= 0x1; /* bit 5 -> bit 0, range 0-1 */
446 form = (u_char)(*p & ASN_FORM_BITS) >> ASN_FORM_SHIFT;
449 elem->form = form;
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/
asm9.go 352 {ALV, C_SOREG, C_NONE, C_NONE, C_VREG, 45, 4, 0}, /* vector load, x-form */
355 {ASTV, C_VREG, C_NONE, C_NONE, C_SOREG, 44, 4, 0}, /* vector store, x-form */
358 {AVAND, C_VREG, C_VREG, C_NONE, C_VREG, 82, 4, 0}, /* vector and, vx-form */
359 {AVOR, C_VREG, C_VREG, C_NONE, C_VREG, 82, 4, 0}, /* vector or, vx-form */
362 {AVADDUM, C_VREG, C_VREG, C_NONE, C_VREG, 82, 4, 0}, /* vector add unsigned modulo, vx-form */
363 {AVADDCU, C_VREG, C_VREG, C_NONE, C_VREG, 82, 4, 0}, /* vector add & write carry unsigned, vx-form */
364 {AVADDUS, C_VREG, C_VREG, C_NONE, C_VREG, 82, 4, 0}, /* vector add unsigned saturate, vx-form */
365 {AVADDSS, C_VREG, C_VREG, C_NONE, C_VREG, 82, 4, 0}, /* vector add signed saturate, vx-form */
366 {AVADDE, C_VREG, C_VREG, C_VREG, C_VREG, 83, 4, 0}, /* vector add extended, va-form */
369 {AVSUBUM, C_VREG, C_VREG, C_NONE, C_VREG, 82, 4, 0}, /* vector subtract unsigned modulo, vx-form */
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/
asm9.go 352 {ALV, C_SOREG, C_NONE, C_NONE, C_VREG, 45, 4, 0}, /* vector load, x-form */
355 {ASTV, C_VREG, C_NONE, C_NONE, C_SOREG, 44, 4, 0}, /* vector store, x-form */
358 {AVAND, C_VREG, C_VREG, C_NONE, C_VREG, 82, 4, 0}, /* vector and, vx-form */
359 {AVOR, C_VREG, C_VREG, C_NONE, C_VREG, 82, 4, 0}, /* vector or, vx-form */
362 {AVADDUM, C_VREG, C_VREG, C_NONE, C_VREG, 82, 4, 0}, /* vector add unsigned modulo, vx-form */
363 {AVADDCU, C_VREG, C_VREG, C_NONE, C_VREG, 82, 4, 0}, /* vector add & write carry unsigned, vx-form */
364 {AVADDUS, C_VREG, C_VREG, C_NONE, C_VREG, 82, 4, 0}, /* vector add unsigned saturate, vx-form */
365 {AVADDSS, C_VREG, C_VREG, C_NONE, C_VREG, 82, 4, 0}, /* vector add signed saturate, vx-form */
366 {AVADDE, C_VREG, C_VREG, C_VREG, C_VREG, 83, 4, 0}, /* vector add extended, va-form */
369 {AVSUBUM, C_VREG, C_VREG, C_NONE, C_VREG, 82, 4, 0}, /* vector subtract unsigned modulo, vx-form */
    [all...]
  /external/boringssl/src/crypto/ec_extra/
ec_asn1.c 12 * 2. Redistributions in binary form must reproduce the above copyright
31 * 6. Redistributions of any form whatsoever must retain the following
151 * form later. */
160 /* Save the point conversion form.
295 /* Require that the base point use uncompressed form. */
296 uint8_t form; local
297 if (!CBS_get_u8(&base, &form) || form != POINT_CONVERSION_UNCOMPRESSED) {
412 point_conversion_form_t form, BN_CTX *ctx) {
413 size_t len = EC_POINT_point2oct(group, point, form, NULL, 0, ctx)
    [all...]
  /external/eigen/lapack/
clarf.f 40 *> form
58 *> = 'L': form H * C
59 *> = 'R': form C * H
199 * Form H * C
214 * Form C * H
dlarf.f 39 *> C, from either the left or the right. H is represented in the form
54 *> = 'L': form H * C
55 *> = 'R': form C * H
194 * Form H * C
209 * Form C * H
slarf.f 39 *> C, from either the left or the right. H is represented in the form
54 *> = 'L': form H * C
55 *> = 'R': form C * H
194 * Form H * C
209 * Form C * H
zlarf.f 40 *> form
58 *> = 'L': form H * C
59 *> = 'R': form C * H
199 * Form H * C
214 * Form C * H
  /prebuilts/go/darwin-x86/src/cmd/vet/
bool.go 74 // checkRedundant checks for expressions of the form
90 // checkSuspect checks for expressions of the form
124 // e is of the form 'x != c' or 'x == c'.
  /prebuilts/go/darwin-x86/src/net/
ip.go 41 // IPv4 returns the IP address (in 16-byte form) of the
55 // IPv4Mask returns the IP mask (in 4-byte form) of the
68 // For a mask of this form, CIDRMask is the inverse of IPMask.Size.
260 // String returns the string form of the IP address ip.
265 // - the hexadecimal form of ip, without punctuation, if no other cases apply
353 // The IP address is expected in a form accepted by ParseIP.
369 // An IPv4 address and that same address in IPv6 form are
430 // If the mask is not in the canonical form--ones followed by zeros--then
440 // String returns the hexadecimal form of m, with no punctuation.
494 // If the mask is not in the canonical form, it returns th
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vet/
bool.go 74 // checkRedundant checks for expressions of the form
90 // checkSuspect checks for expressions of the form
124 // e is of the form 'x != c' or 'x == c'.
  /prebuilts/go/linux-x86/src/net/
ip.go 41 // IPv4 returns the IP address (in 16-byte form) of the
55 // IPv4Mask returns the IP mask (in 4-byte form) of the
68 // For a mask of this form, CIDRMask is the inverse of IPMask.Size.
260 // String returns the string form of the IP address ip.
265 // - the hexadecimal form of ip, without punctuation, if no other cases apply
353 // The IP address is expected in a form accepted by ParseIP.
369 // An IPv4 address and that same address in IPv6 form are
430 // If the mask is not in the canonical form--ones followed by zeros--then
440 // String returns the hexadecimal form of m, with no punctuation.
494 // If the mask is not in the canonical form, it returns th
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
dwarf_reader.cc 263 // Read the list of (attribute, form) pairs.
273 // Read the form.
276 uint64_t form = read_unsigned_LEB_128(this->buffer_pos_, &len);
280 if (attr == 0 && form == 0)
286 entry->add_attribute(attr, form);
696 unsigned int form = this->abbrev_code_->attributes[i].form; local
697 if (form == elfcpp::DW_FORM_indirect)
699 form = read_unsigned_LEB_128(pattr, &len);
706 attr_value.form = form
936 unsigned int form = this->abbrev_code_->attributes[i].form; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_cgi.py 48 env['CONTENT_TYPE'] = 'application/x-www-form-urlencoded'
113 form = cgi.FieldStorage(fp=fake_stdin, environ=environ)
116 for k, v in dict(form).items():
117 result[k] = isinstance(v, list) and form.getlist(k) or v.value
232 env = {'REQUEST_METHOD':'POST', 'CONTENT_TYPE':'multipart/form-data; boundary=---------------------------721837373350705526688164684', 'CONTENT_LENGTH':'558'}
234 Content-Disposition: form-data; name="id"
238 Content-Disposition: form-data; name="title"
242 Content-Disposition: form-data; name="file"; filename="test.txt"
248 Content-Disposition: form-data; name="submit"
274 'CONTENT_TYPE': 'application/x-www-form-urlencoded',
    [all...]
  /external/pdfium/core/fpdfdoc/
cpdf_formcontrol.cpp 181 CPDF_Form form(m_pField->m_pForm->m_pDocument,
183 form.ParseContent(nullptr, nullptr, nullptr);
185 context.AppendLayer(&form, &matrix);

Completed in 986 milliseconds

<<11121314151617181920>>