/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
DwarfDebug.cpp | [all...] |
/art/compiler/debug/dwarf/ |
dwarf_constants.h | 233 enum Form : uint8_t {
|
/external/llvm/include/llvm/Support/ |
Dwarf.h | 286 enum Form : uint16_t { 287 // Attribute form encodings
|
/external/pdfium/xfa/fxfa/ |
fxfa_basic.h | 869 Form,
|
/external/python/cpython2/Lib/lib-tk/ |
Tix.py | 230 class Form: 231 """The Tix Form geometry manager 239 form = config variable in class:Form 242 Form.form(self, {key: value}) 275 Tkinter.Widget.__bases__ = Tkinter.Widget.__bases__ + (Form,) [all...] |
/libcore/ojluni/src/main/java/java/util/ |
Formatter.java | 560 * <td> The result should use a conversion-dependent alternate form 769 * <td> Requires the output use an alternate form. The definition of the 770 * form is specified by the conversion. [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
exdisp.h | [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/ |
Tix.py | 233 class Form: 234 """The Tix Form geometry manager 242 form = config variable in class:Form 245 Form.form(self, {key: value}) 278 Tkinter.Widget.__bases__ = Tkinter.Widget.__bases__ + (Form,) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/ |
Tix.py | 233 class Form: 234 """The Tix Form geometry manager 242 form = config variable in class:Form 245 Form.form(self, {key: value}) 278 Tkinter.Widget.__bases__ = Tkinter.Widget.__bases__ + (Form,) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
Tix.py | 233 class Form: 234 """The Tix Form geometry manager 242 form = config variable in class:Form 245 Form.form(self, {key: value}) 278 Tkinter.Widget.__bases__ = Tkinter.Widget.__bases__ + (Form,) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
Tix.py | 233 class Form: 234 """The Tix Form geometry manager 242 form = config variable in class:Form 245 Form.form(self, {key: value}) 278 Tkinter.Widget.__bases__ = Tkinter.Widget.__bases__ + (Form,) [all...] |
/external/llvm/lib/MC/ |
MCDwarf.cpp | 505 static void EmitAbbrev(MCStreamer *MCOS, uint64_t Name, uint64_t Form) { 507 MCOS->EmitULEB128IntValue(Form); [all...] |
/external/pdfium/xfa/fxfa/parser/ |
xfa_document_datamerger_imp.cpp | [all...] |
xfa_basic_data_attributes.cpp | [all...] |
cxfa_simple_parser.cpp | 674 pNode = m_pFactory->CreateNode(XFA_XDPPACKET_Form, XFA_Element::Form); [all...] |
xfa_basic_data.cpp | 547 {0xcd309ff4, L"form", XFA_Element::Form, XFA_XDPPACKET_Form, [all...] |
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/ |
ApplicationsState.java | 60 import java.text.Normalizer.Form; 584 String tmp = Normalizer.normalize(str, Form.NFD); [all...] |
/external/icu/icu4c/source/i18n/ |
reldatefmt.cpp | 807 StandardPlural::Form pluralIndex = QuantityFormatter::selectPlural( [all...] |
measfmt.cpp | 270 // The key must be one of the plural form strings. For example: 957 StandardPlural::Form pluralForm = QuantityFormatter::selectPlural( [all...] |
/libcore/ojluni/src/main/java/sun/security/x509/ |
AVA.java | 242 * @exception RuntimeException if we could not obtain the string form 689 * Returns a printable form of this attribute, using RFC 1779 698 * Returns a printable form of this attribute, using RFC 1779 707 * Returns a printable form of this attribute, using RFC 1779 717 * Returns a printable form of this attribute, using RFC 2253 726 * Returns a printable form of this attribute, using RFC 2253 749 * AttributeValue. This form SHOULD be used if the AttributeType is of 750 * the dotted-decimal form. 803 * and two hex digits, which form a single byte in the code of the [all...] |
/prebuilts/go/darwin-x86/src/cmd/trace/ |
trace.go | 37 html := strings.Replace(templTrace, "{{PARAMS}}", r.Form.Encode(), -1)
|
/prebuilts/go/darwin-x86/src/net/http/ |
requestwrite_test.go | 57 Form: map[string][]string{},
|
/prebuilts/go/linux-x86/src/cmd/trace/ |
trace.go | 37 html := strings.Replace(templTrace, "{{PARAMS}}", r.Form.Encode(), -1)
|
/prebuilts/go/linux-x86/src/net/http/ |
requestwrite_test.go | 57 Form: map[string][]string{},
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/ |
VfrCompile.g | 554 form:
734 #token Form("form") "form"
858 // This is the overall definition of a VFR form definition script.
902 // A form can be of multiple classes, thus allow CLASS_A | CLASS_B | CLASS_C
920 // A form can only be of one subclass type.
[all...] |