Searched refs:name (Results 1 - 25 of 20459) sorted by path

1234567891011>>

/external/aac/libSYS/include/
H A DgenericStds.h42 The name of Fraunhofer may not be used to endorse or promote products derived from this library without
136 * Declaring memory areas requires to specify a unique name and a data type. Use the H_ macro
151 #define H_ALLOC_MEM(name,type) type * Get ## name(int n=0); void Free ## name(type** p); \
152 UINT GetRequiredMem ## name(void);
155 #define H_ALLOC_MEM_OVERLAY(name,type) type * Get ## name(int n=0); void Free ## name(type** p); \
156 UINT GetRequiredMem ## name(voi
[all...]
/external/ant-glob/
H A DNOTICE46 * separable from, or merely link (or bind by name) to the interfaces of,
186 * file or class name and description of purpose be included on the
190 * Copyright [yyyy] [name of copyright owner]
238 The name and trademarks of copyright holders may NOT be used in advertising or
/external/ant-glob/src/org/apache/tools/ant/taskdefs/condition/
H A DOs.java32 System.getProperty("os.name").toLowerCase(Locale.ENGLISH);
47 private String name; field in class:Os
149 * Sets the desired OS name
151 * @param name The OS name
153 public void setName(String name) { argument
154 this.name = name.toLowerCase(Locale.ENGLISH);
184 return isOs(family, name, arch, version);
200 * given OS name
206 isName(String name) argument
245 isOs(String family, String name, String arch, String version) argument
[all...]
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
H A DANTLR3.java80 /** name of output style for messages */
163 public void setMessageformat(String name) { argument
164 log("Setting message-format to: " + name, Project.MSG_VERBOSE);
165 this.messageFormatName = name;
376 * getResource doesn't contain the name of the archive.</p>
693 // is either " : " or ": " trim is invoked for the first file name of a line
700 String name = lhs.getName();
701 String[] parts = splitRightHandSide(name, "\\u002E");
714 for (String name : names) {
715 File bFile = new File(name);
[all...]
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
H A Dantlr3.jar ... libDirectoryFile public void setMessageformat (java.lang.String) String name public void setGlib (java.io.File) java. ...
/external/antlr/antlr-3.4/gunit-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
H A DGUnitExecuteMojo.java332 for ( String name : failureNames ) {
333 System.out.println( " - " + name );
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
H A DANTLRv3.g14 3. The name of the author may not be used to endorse or promote products
157 String name;
160 this.rules.add($rule::name);
164 id {$rule::name = $id.text;}
299 Character.isUpperCase($rule::name.charAt(0))}?
416 -> ({string-e})(a={...}, b={...}) // e evaluates to template name
H A DStGUnit.g15 3. The name of the author may not be used to endorse or promote products
53 : 'gunit' name=id {adapter.setGrammarName($name.text);}
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
H A DgUnitExecutor.java14 3. The name of the author may not be used to endorse or promote products
106 protected final Class classForName(String name) throws ClassNotFoundException { argument
107 return getGrammarClassLoader().loadClass( name );
630 // set up the cause of exception or the exception name into a gUnitTestResult instance
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
H A DImageFactory.java40 private ImageIcon getImage(String name) { argument
41 name = IMG_DIR + name;
44 final InputStream in = loader.getResourceAsStream(name);
50 System.err.println("Can't load image file: " + name);
53 System.err.println("Can't load image file: " + name);
H A DStatusBarController.java14 3. The name of the author may not be used to endorse or promote products
71 public void setRule(String name) { argument
72 this.labelRuleName.setText(name);
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
H A DRule.java14 3. The name of the author may not be used to endorse or promote products
42 private String name; field in class:Rule
44 public Rule(String name) { argument
45 this.name = name;
48 public String getName() { return name; }
56 return this.name;
H A DTestSuite.java14 3. The name of the author may not be used to endorse or promote products
47 /* Get the gUnit test suite file name. */
57 // test rule name
78 public void setGrammarName(String name) { grammarName = name;} argument
88 public Rule getRule(String name) { argument
90 if(rule.getName().equals(name)) {
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/runner/
H A DParserLoader.java14 3. The name of the author may not be used to endorse or promote products
89 public synchronized Class loadClass(String name, boolean resolve) throws ClassNotFoundException { argument
90 //System.out.print("loading: " + name);
91 if(name.startsWith(grammar)) {
92 if(classList.containsKey(name)) {
94 return classList.get(name);
97 throw new ClassNotFoundException(name);
101 final Class c = findSystemClass(name);
114 protected ClassFilenameFilter(String name) { argument
115 grammarName = name;
118 accept(File dir, String name) argument
[all...]
H A DTestSuiteAdapter.java14 3. The name of the author may not be used to endorse or promote products
45 public void setGrammarName(String name) { argument
46 model.setGrammarName(name);
49 public void startRule(String name) { argument
50 currentRule = new Rule(name);
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DANTLRFileStream.as33 return _file.name;
H A DBaseRecognizer.as688 /** For debugging and other purposes, might want the grammar name.
H A DTokenRewriteStream.as14 3. The name of the author may not be used to endorse or promote products
70 * rewrites from a single pass over the input. Just name the instruction
71 * streams and use that name again when printing the buffer. This could be
89 * Maps String (name) -> rewrite (List)
93 /** Map String (program name) -> Integer index */
187 protected function getProgram(name:String):Array {
188 var isn:Array = programs[name] as Array;
190 isn = initializeProgram(name);
195 private function initializeProgram(name:String):Array {
197 programs[name]
[all...]
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3baserecognizer.h25 // 3. The name of the author may not be used to endorse or promote products
265 pANTLR3_UINT8 name);
H A Dantlr3defs.h22 // 3. The name of the author may not be used to endorse or promote products
556 ANTLR3_API pANTLR3_EXCEPTION antlr3ExceptionNew (ANTLR3_UINT32 exception, void * name, void * message, ANTLR3_BOOLEAN freeMessage);
560 ANTLR3_API pANTLR3_INPUT_STREAM antlr3StringStreamNew (pANTLR3_UINT8 data, ANTLR3_UINT32 encoding, ANTLR3_UINT32 size, pANTLR3_UINT8 name);
H A Dantlr3exception.h23 // 3. The name of the author may not be used to endorse or promote products
117 /** The string name of the exception
119 void * name; member in struct:ANTLR3_EXCEPTION_struct
187 /** Rule name for failed predicate exception
H A Dantlr3input.h26 // 3. The name of the author may not be used to endorse or promote products
120 /** File name string, set to pointer to memory if
144 void (*reuse) (struct ANTLR3_INPUT_STREAM_struct * input, pANTLR3_UINT8 inString, ANTLR3_UINT32 size, pANTLR3_UINT8 name);
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3baserecognizer.c26 // 3. The name of the author may not be used to endorse or promote products
70 static pANTLR3_STACK getRuleInvocationStackNamed (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_UINT8 name);
262 recognizer->state->exception->name = ANTLR3_MISMATCHED_EX_NAME;
679 recognizer->state->exception->name = ANTLR3_UNWANTED_TOKEN_EXCEPTION_NAME;
693 recognizer->state->exception->name = ANTLR3_MISSING_TOKEN_EXCEPTION_NAME;
1824 getRuleInvocationStackNamed (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_UINT8 name) argument

Completed in 1011 milliseconds

1234567891011>>