Searched refs:IMPORT (Results 1 – 25 of 38) sorted by relevance
12
/external/clang/test/Modules/ |
D | lookup.cpp | 5 #define IMPORT(X) @import X macro 6 IMPORT(lookup_right_cxx);
|
/external/openssl/crypto/threads/ |
D | netware.bat | 38 echo IMPORT @%IMPORTS%\clib.imp >> mttest.def 39 echo IMPORT @%IMPORTS%\threads.imp >> mttest.def 40 echo IMPORT @%IMPORTS%\ws2nlm.imp >> mttest.def 41 echo IMPORT GetProcessSwitchCount >> mttest.def
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/ |
D | Fuzzy.tokens | 9 IMPORT=12
|
D | Fuzzy.h | 29 #define IMPORT 12 macro
|
D | FuzzyLexer.h | 33 #define IMPORT 6 macro
|
D | Fuzzy.g | 4 IMPORT
|
D | Fuzzy.m | 132 // $ANTLR start "IMPORT" 140 NSInteger _type = IMPORT; 201 /* $ANTLR end "IMPORT" */ 1904 …// Fuzzy.g:1:39: ( IMPORT | RETURN | CLASS | METHOD | FIELD | STAT | CALL | COMMENT | SL_COMMENT |… 2135 // Fuzzy.g:1:41: IMPORT // alt 2250 // Fuzzy.g:1:41: ( IMPORT ) // ruleBlockSingleAlt 2251 // Fuzzy.g:1:41: IMPORT // alt
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/ |
D | Fuzzy.tokens | 8 IMPORT=6
|
D | FuzzyLexer.h | 33 #define IMPORT 6 macro
|
D | Fuzzy.m | 288 …return @"1:1: Tokens options {k=1; backtrack=true; } : ( IMPORT | RETURN | CLASS | METHOD | FIELD … 402 // $ANTLR start "IMPORT" 409 NSInteger _type = IMPORT; 460 // $ANTLR end "IMPORT" 1945 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/fuzzy/Fuzzy.g:1:39: ( IMPORT | RETURN | CL… 1950 … // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/fuzzy/Fuzzy.g:1:41: IMPORT // alt 2053 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/fuzzy/Fuzzy.g:1:41: ( IMPORT ) // ruleBloc… 2054 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/fuzzy/Fuzzy.g:1:41: IMPORT // alt
|
/external/sonivox/jet_tools/JetCreator_content/ |
D | README.txt | 9 3. Select the IMPORT command and import one of the JetCreator_demo_*.zip files.
|
/external/javassist/src/main/javassist/compiler/ |
D | TokenId.java | 41 int IMPORT = 322; field
|
D | Lex.java | 483 ktable.append("import", IMPORT);
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
D | t019lexer.g | 7 IMPORT
|
D | t020fuzzy.g | 14 IMPORT
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
D | t019lexer.g | 7 IMPORT
|
D | t020fuzzyLexer.g | 15 IMPORT
|
/external/libffi/src/pa/ |
D | hpux32.S | 34 .IMPORT $global$,DATA 35 .IMPORT $$dyncall,MILLICODE
|
/external/v8/src/ |
D | token.h | 174 K(IMPORT, "import", 0) \
|
/external/openssl/crypto/bn/asm/ |
D | pa-risc2.s | 749 .IMPORT BN_num_bits_word,CODE 750 ;--- not PIC .IMPORT __iob,DATA 751 ;--- not PIC .IMPORT fprintf,CODE 752 .IMPORT abort,CODE 753 .IMPORT $$div2U,MILLICODE
|
D | pa-risc2W.s | 740 .IMPORT BN_num_bits_word,CODE,NO_RELOCATION 741 .IMPORT __iob,DATA 742 .IMPORT fprintf,CODE,NO_RELOCATION 743 .IMPORT abort,CODE,NO_RELOCATION 744 .IMPORT $$div2U,MILLICODE
|
/external/mksh/src/ |
D | var.c | 725 if (set & IMPORT) { in typeset() 740 } else if ((val[0] != '\0') || (set & IMPORT)) { in typeset() 1217 if (vp->flag & IMPORT) { in setspec()
|
/external/libvpx/libvpx/vp8/encoder/arm/armv5te/ |
D | boolhuff_armv5te.asm | 16 IMPORT |vp8_validate_buffer_arm|
|
D | vp8_packtokens_armv5.asm | 13 IMPORT |vp8_validate_buffer_arm|
|
D | vp8_packtokens_mbrow_armv5.asm | 13 IMPORT |vp8_validate_buffer_arm|
|
12