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

<<11121314151617181920>>

  /dalvik/dexgen/src/com/android/dexgen/dex/code/form/
Form31i.java 17 package com.android.dexgen.dex.code.form;
Form51l.java 17 package com.android.dexgen.dex.code.form;
  /dalvik/dx/src/com/android/dx/dex/code/form/
Form21t.java 17 package com.android.dx.dex.code.form;
Form22t.java 17 package com.android.dx.dex.code.form;
Form22x.java 17 package com.android.dx.dex.code.form;
Form23x.java 17 package com.android.dx.dex.code.form;
Form31i.java 17 package com.android.dx.dex.code.form;
Form31t.java 17 package com.android.dx.dex.code.form;
Form32x.java 17 package com.android.dx.dex.code.form;
Form3rc.java 17 package com.android.dx.dex.code.form;
Form51l.java 17 package com.android.dx.dex.code.form;
  /development/samples/ToyVpn/src/com/example/android/toyvpn/
ToyVpnClient.java 37 setContentView(R.layout.form);
  /external/cblas/testing/
c_xerbla.c 8 void cblas_xerbla(int info, const char *rout, const char *form, ...)
  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFDebugInfoEntry.h 43 uint32_t *offset_ptr, uint16_t attr, uint16_t form,
  /prebuilts/go/darwin-x86/src/cmd/internal/dwarf/
dwarf.go 97 form uint8
408 buf = AppendUleb128(buf, uint64(f.form))
442 func putattr(ctxt Context, s Sym, abbrev int, form int, cls int, value int64, data interface{}) error {
443 switch form {
538 return fmt.Errorf("dwarf: unsupported attribute form %d / class %d", form, cls)
552 putattr(ctxt, s, abbrev, int(f.form), int(ap.Cls), ap.Value, ap.Data)
557 putattr(ctxt, s, abbrev, int(f.form), 0, 0, nil)
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/norm/
forminfo.go 7 // This file contains Form-specific logic and wrappers for data in tables.go.
9 // Rune info is stored in a separate trie per composing form. A composing form
10 // and its corresponding decomposing form share the same trie. Each trie maps
18 // has the form:
48 // functions dispatchable per form
51 // formInfo holds Form-specific functions and tables.
53 form Form
54 composing, compatibility bool // form typ
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/dwarf/
dwarf.go 97 form uint8
408 buf = AppendUleb128(buf, uint64(f.form))
442 func putattr(ctxt Context, s Sym, abbrev int, form int, cls int, value int64, data interface{}) error {
443 switch form {
538 return fmt.Errorf("dwarf: unsupported attribute form %d / class %d", form, cls)
552 putattr(ctxt, s, abbrev, int(f.form), int(ap.Cls), ap.Value, ap.Data)
557 putattr(ctxt, s, abbrev, int(f.form), 0, 0, nil)
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/norm/
forminfo.go 7 // This file contains Form-specific logic and wrappers for data in tables.go.
9 // Rune info is stored in a separate trie per composing form. A composing form
10 // and its corresponding decomposing form share the same trie. Each trie maps
18 // has the form:
48 // functions dispatchable per form
51 // formInfo holds Form-specific functions and tables.
53 form Form
54 composing, compatibility bool // form typ
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
neon-vfp-reglist.s 46 # vector-element form
68 # replicate form
  /external/boringssl/src/include/openssl/
ec.h 12 * 2. Redistributions in binary form must reproduce the above copyright
31 * 6. Redistributions of any form whatsoever must retain the following
199 /* EC_POINT_make_affine converts |point| to affine form, internally. It returns
204 /* EC_POINTs_make_affine converts |num| points from |points| to affine form,
231 /* EC_POINT_point2oct serialises |point| into the X9.62 form given by |form|
237 point_conversion_form_t form,
244 point_conversion_form_t form,
334 /* EC_GROUP_set_point_conversion_form aborts the process if |form| is not
337 EC_GROUP *group, point_conversion_form_t form);
    [all...]
  /libcore/ojluni/src/main/java/java/lang/invoke/
MethodTypeForm.java 57 // Cached lambda form information, for basic types only:
67 /** Return the type corresponding uniquely (1-1) to this MT-form.
74 /** Return the basic type derived from the erased type of this MT-form.
95 // synchronized public LambdaForm setCachedLambdaForm(int which, LambdaForm form);
151 MethodTypeForm that = this.basicType.form();
180 MethodTypeForm that = MethodType.genericMethodType(ptypeCount).form();
272 return erased.form();
379 return "Form"+erasedType;
  /prebuilts/go/darwin-x86/src/syscall/
route_bsd.go 62 // conventional BSD kernel form.
121 // conventional BSD kernel form.
130 // The differences between the kernel form and the NLRI
133 // - The length field of the kernel form indicates the prefix
136 // - In the kernel form, zero value of the length field
139 // - The kernel form appends leading bytes to the prefix field
  /prebuilts/go/linux-x86/src/syscall/
route_bsd.go 62 // conventional BSD kernel form.
121 // conventional BSD kernel form.
130 // The differences between the kernel form and the NLRI
133 // - The length field of the kernel form indicates the prefix
136 // - In the kernel form, zero value of the length field
139 // - The kernel form appends leading bytes to the prefix field
  /toolchain/binutils/binutils-2.25/gold/
reduced_debug_output.cc 41 // buffer, or if an unsupported dwarf form is encountered returns false.
53 elfcpp::DW_FORM form = local
57 if (!(attribute || form))
61 switch(form)
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
TestMessageFormat.java 49 DecimalFormat form = null; local
105 // form = (DecimalFormat)NumberFormat.getCurrencyInstance(locale[i]);
106 form = (DecimalFormat)NumberFormat.getInstance(locale[i]);
107 if (form == null) {
113 form.format(myNumber, buffer, pos);
115 Object result = form.parse(buffer.toString(), parsePos);
197 MessageFormat form = null; local
199 form = new MessageFormat(testCases[i], Locale.US);
206 // assertEquals("\"" + testCases[i] + "\".toPattern()", testResultPatterns[i], form.toPattern());
207 assertEquals("\"" + testCases[i] + "\".toPattern()", testCases[i], form.toPattern())
251 MessageFormat form = null; local
290 MessageFormat form = new MessageFormat( local
316 MessageFormat form = new MessageFormat("The disk \\"{1}\\" contains {0}."); local
    [all...]

Completed in 1132 milliseconds

<<11121314151617181920>>