Searched defs:programName (Results 1 - 12 of 12) sorted by relevance

/external/icu/icu4c/source/samples/ufortune/
H A Dufortune.c68 const char * programName = argv[0]; /* Program invocation name. */ local
115 u_fprintf(u_stdout, "%s: checking output via icuio.\n", programName);
126 fprintf(stderr, "%s: udata_setAppData failed with error \"%s\"\n", programName, u_errorName(err));
135 fprintf(stderr, "%s: ures_open failed with error \"%s\"\n", programName, u_errorName(err));
151 programName, u_errorName(err));
164 fprintf(stderr, "%s: ures_getStringByKey(\"usage\") failed, %s\n", programName, u_errorName(err));
177 fprintf(stderr, "%s: ures_getByKey(\"fortunes\") failed, %s\n", programName, u_errorName(err));
188 fprintf(stderr, "%s: ures_countArrayItems(\"fortunes\") failed, %s\n", programName, u_errorName(err));
192 fprintf(stderr, "%s: no fortunes found.\n", programName);
199 fprintf(stderr, "%s: ures_getStringByIndex(%d) failed, %s\n", programName,
[all...]
/external/lz4/tests/
H A Ddatagencli.c59 static int usage(char* programName) argument
63 DISPLAY( " %s [size] [args]\n", programName);
84 char* programName; local
87 programName = argv[0];
103 return usage(programName);
157 return usage(programName);
H A Dframetest.c727 int FUZ_usage(const char* programName) argument
730 DISPLAY( " %s [args]\n", programName);
754 const char* const programName = argv[0]; local
776 return FUZ_usage(programName);
856 return FUZ_usage(programName);
H A Dfuzzer.c967 static int FUZ_usage(const char* programName) argument
970 DISPLAY( " %s [args]\n", programName);
994 const char* programName = argv[0]; local
1012 return FUZ_usage(programName);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DTokenRewriteStream.cs217 public virtual void Rollback(string programName, int instructionIndex) { argument
219 if (programs.TryGetValue(programName, out @is) && @is != null) {
224 programs[programName] = sublist;
233 public virtual void DeleteProgram(string programName) { argument
234 Rollback(programName, MIN_TOKEN_INDEX);
245 public virtual void InsertAfter(string programName, IToken t, object text) { argument
246 InsertAfter(programName, t.TokenIndex, text);
249 public virtual void InsertAfter(string programName, int index, object text) { argument
251 InsertBefore(programName, index + 1, text);
252 //addToSortedRewriteList(programName, ne
263 InsertBefore(string programName, IToken t, object text) argument
267 InsertBefore(string programName, int index, object text) argument
291 Replace(string programName, int from, int to, object text) argument
301 Replace(string programName, IToken from, IToken to, object text) argument
324 Delete(string programName, int from, int to) argument
328 Delete(string programName, IToken from, IToken to) argument
336 GetLastRewriteTokenIndex(string programName) argument
344 SetLastRewriteTokenIndex(string programName, int i) argument
381 ToString(string programName) argument
390 ToString(string programName, int start, int end) argument
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DTokenRewriteStream.cs244 public virtual void Rollback( string programName, int instructionIndex ) argument
247 if ( programs.TryGetValue( programName, out @is ) && @is != null )
253 programs[programName] = sublist;
263 public virtual void DeleteProgram( string programName )
265 Rollback( programName, MIN_TOKEN_INDEX );
278 public virtual void InsertAfter( string programName, IToken t, object text ) argument
280 InsertAfter( programName, t.TokenIndex, text );
283 public virtual void InsertAfter( string programName, int index, object text ) argument
286 InsertBefore( programName, index + 1, text );
299 public virtual void InsertBefore( string programName, IToke argument
304 InsertBefore( string programName, int index, object text ) argument
332 Replace( string programName, int from, int to, object text ) argument
344 Replace( string programName, IToken from, IToken to, object text ) argument
372 Delete( string programName, int from, int to ) argument
377 Delete( string programName, IToken from, IToken to ) argument
396 SetLastRewriteTokenIndex( string programName, int i ) argument
452 ToString( string programName, int start, int end ) argument
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DTokenRewriteStream.java195 public void rollback(String programName, int instructionIndex) { argument
196 List is = (List)programs.get(programName);
198 programs.put(programName, is.subList(MIN_TOKEN_INDEX,instructionIndex));
207 public void deleteProgram(String programName) { argument
208 rollback(programName, MIN_TOKEN_INDEX);
219 public void insertAfter(String programName, Token t, Object text) { argument
220 insertAfter(programName,t.getTokenIndex(), text);
223 public void insertAfter(String programName, int index, Object text) { argument
225 insertBefore(programName,index+1, text);
236 public void insertBefore(String programName, Toke argument
240 insertBefore(String programName, int index, Object text) argument
263 replace(String programName, int from, int to, Object text) argument
273 replace(String programName, Token from, Token to, Object text) argument
296 delete(String programName, int from, int to) argument
300 delete(String programName, Token from, Token to) argument
308 getLastRewriteTokenIndex(String programName) argument
316 setLastRewriteTokenIndex(String programName, int i) argument
352 toString(String programName) argument
361 toString(String programName, int start, int end) argument
[all...]
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkBinaryRegistry.hpp45 std::string programName; member in struct:vk::BinaryRegistryDetail::ProgramIdentifier
49 , programName (programName_)
56 return (a.testCasePath < b.testCasePath) || ((a.testCasePath == b.testCasePath) && (a.programName < b.programName));
63 : tcu::ResourceError("Program " + id.testCasePath + " / '" + id.programName + "' not found: " + reason)
/external/libvncserver/rfb/
H A Drfbclient.h188 const char* programName; member in struct:_rfbClient
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 291 milliseconds