/packages/inputmethods/LatinIME/java/res/xml/ |
rowkeys_symbols2.xml | 28 <!-- U+066C: "?" ARABIC THOUSANDS SEPARATOR 29 U+066B: "?" ARABIC DECIMAL SEPARATOR -->
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkconstants.py | 81 SEPARATOR='separator'
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkconstants.py | 81 SEPARATOR='separator'
|
/cts/tools/signature-tools/test/signature/converter/doclet/ |
DocletTestConverter.java | 46 static String separator;
field in class:DocletTestConverter 49 separator = System.getProperty("file.separator");
52 sourcepath = sourcepath + separator + "cts" + separator;
83 directory = directory + filename.substring(0, pos) + separator;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/ |
VersionTrackerTask.java | 110 allElements.add(getBuildDirectory()+File.separator+"plugins"+File.separator+element+File.separator+"plugin.xml"); 116 allElements.add(getBuildDirectory()+File.separator+"plugins"+File.separator+element+File.separator+"fragment.xml");
|
/external/jmonkeyengine/engine/src/tools/jme3tools/savegame/ |
SaveGame.java | 41 File daveFolder = new File(JmeSystem.getStorageFolder().getAbsolutePath() + File.separator + gamePath.replaceAll("/", File.separator)); 46 File saveFile = new File(daveFolder.getAbsolutePath() + File.separator + dataName); 93 File file = new File(JmeSystem.getStorageFolder().getAbsolutePath() + File.separator + gamePath.replaceAll("/", File.separator) + File.separator + dataName);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
DeviceMenuListener.java | 98 MenuItem separator = new MenuItem(menu, SWT.SEPARATOR); local 171 MenuItem separator = new MenuItem(menu, SWT.SEPARATOR); local 186 MenuItem separator = new MenuItem(menu, SWT.SEPARATOR); local
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/ |
perf_print.c | 66 char const * const * domains, *missing, *separator; local 75 missing = separator = ","; 83 separator = ", "; 92 "%s" /* info separator start */ 94 "%s" /* separator */ 96 "%s" /* separator */ 99 "%s" /* separator */ 104 "%s" /* info separator end */ 106 me->csv ? separator : "> {", 108 me->csv ? separator : "-" [all...] |
/external/openfst/src/include/fst/ |
tuple-weight.h | 137 char separator) { 147 while (c != separator) { 173 char separator, 192 while (c != separator || !parens.empty()) { 198 // if parens encountered before separator, they must be matched 281 char separator = FLAGS_fst_weight_separator[0]; local 296 strm << separator; local 312 char separator = FLAGS_fst_weight_separator[0]; local 321 strm, w, separator, FLAGS_fst_weight_parentheses[0], 324 return TupleWeight<W, n>::ReadNoParen(strm, w, separator); [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
ObjC.stg | 140 <literals:{it | static ANTLR3_UCHAR lit_<i>[] = <it>;}; separator="\n"> 258 <tokens:{it | #define <it.name> <it.type>}; separator="\n"> 261 <cyclicDFAs:{dfa | DFA<dfa.decisionNumber> *dfa<dfa.decisionNumber>;}; separator="\n"> 262 <synpreds:{pred | SEL <pred>Selector;}; separator="\n"> 273 - (<rule.ruleDescriptor:{ruleDescriptor|<returnType()>}>) <if(!rule.ruleDescriptor.isSynPred)>m<rule.ruleName><else><rule.ruleName>_fragment<endif> <if(rule.ruleDescriptor.parameterScope)><rule.ruleDescriptor.parameterScope:parameterScope()><endif>; }; separator="\n"><\n> 343 <synpreds:{pred | <lexerSynpred(name=pred)>};separator="\n"> 344 <cyclicDFAs:{dfa | dfa<dfa.decisionNumber> = [DFA<dfa.decisionNumber> newDFA<dfa.decisionNumber>WithRecognizer:self];}; separator="\n"> 352 <cyclicDFAs:{dfa | [dfa<dfa.decisionNumber> release];}; separator="\n"> 376 <rules; separator="\n"> 560 <tokens:{it | #define <it.name> <it.type>}; separator="\n" [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
CSharp2.stg | 108 <tokens:{it|public const int <it.name; format="id">=<it.type>;}; separator="\n"> 114 {g|private <g.recognizerName> <g:delegateName()>;}; separator="\n"> 117 {g|private <g.recognizerName> <g:delegateName()>;}; separator="\n"> 139 {g|<g:delegateName()> = new <g.recognizerName>(input, this.state<trunc(g.delegators):{p|, <p:delegateName()>}>, this);}; separator="\n"> 141 {g|this.<g:delegateName()> = <g:delegateName()>;}; separator="\n"> 161 {g|<g:delegateName()> = new <g.recognizerName>(input, state<trunc(g.delegators):{p|, <p:delegateName()>}>, this);}; separator="\n"> 163 {g|this.<g:delegateName()> = <g:delegateName()>;}; separator="\n"> 180 <rules; separator="\n"> 185 <cyclicDFAs:{dfa | DFA<dfa.decisionNumber> dfa<dfa.decisionNumber>;}; separator="\n"> 190 <cyclicDFAs:{dfa | dfa<dfa.decisionNumber> = new DFA<dfa.decisionNumber>(this<if(dfa.specialStateSTs)>, SpecialStateTransition<dfa.decisionNumber><endif>);}; separator="\n" [all...] |
/dalvik/dx/src/com/android/dx/command/dump/ |
BaseDumper.java | 62 /** {@code non-null;} the current column separator string */ 63 private String separator; field in class:BaseDumper 89 this.separator = rawBytes ? "|" : ""; 117 separator = rawBytes ? "|" : ""; 119 separator += " "; 281 IndentingWriter iw = new IndentingWriter(sw, w2, separator); 291 return TwoColumnOutput.toString(s1, w1, separator, s2, w2);
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/ |
ContentWrapperView.java | 72 // Add a separator line that delineates different InfoBars. 73 View separator = new View(context); local 74 separator.setBackgroundColor(resources.getColor(separatorBackground)); 75 addView(separator, new LayoutParams(LayoutParams.MATCH_PARENT, getBoundaryHeight(context), 108 // One of the Views will always be the InfoBar separator. 124 * Adds a View to this layout, before the InfoBar separator. 139 // If it exists, the View that is being replaced will be the non-separator child and will
|
/external/chromium_org/third_party/sqlite/src/ |
sqlite3.1 | 126 list Values delimited by .separator string 136 .separator STRING Change separator used by output mode and .import 175 Query results will be displayed with the separator (|, by default) 178 .BI \-separator\ separator 179 Set output field separator. Default is '|'. 205 separator = "|"
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/ |
TypeListItem.java | 177 * that are separated by the given separator 178 * @param separator the separator between each type 180 public String getTypeListString(String separator) { 184 size += separator.length(); 190 sb.append(separator); 193 sb.delete(sb.length() - separator.length(), sb.length());
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/ |
CPP.stg | 134 <tokens:{static const tokenid_type <tokenPrefix()><it.name> = <it.type>;}; separator="\n"> 146 <rules; separator="\n\n"> 152 <cyclicDFAs:{dfa | DFA<dfa.decisionNumber> dfa<dfa.decisionNumber> = new DFA<dfa.decisionNumber>(this);}; separator="\n"> 278 "\<invalid>", "\<EOR>", "\<DOWN>", "\<UP>", <tokenNames; separator=", "> 280 <tokens:{static tokenid_type <tokenPrefix()><it.name>=<it.type>;}; separator="\n"> 297 <rules; separator="\n\n"> 301 <cyclicDFAs:{dfa | protected DFA<dfa.decisionNumber> dfa<dfa.decisionNumber> = new DFA<dfa.decisionNumber>(this);}; separator="\n"> 459 <ruleDescriptor.useScopes:{<it>_stack.push(new <it>_scope());}; separator="\n"> 460 <ruleDescriptor.ruleScope:{<it.name>_stack.push(new <it.name>_scope());}; separator="\n"> 476 :{<labelType> <it.label.text>=null;}; separator="\n [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
CSharp3.stg | 107 <tokens:{it|public const int <it.name; format="id">=<it.type>;}; separator="\n"> 113 {g|private <g.recognizerName> <g:delegateName()>;}; separator="\n"> 116 {g|private <g.recognizerName> <g:delegateName()>;}; separator="\n"> 138 {g|<g:delegateName()> = new <g.recognizerName>(input, this.state<trunc(g.delegators):{p|, <p:delegateName()>}>, this);}; separator="\n"> 140 {g|this.<g:delegateName()> = <g:delegateName()>;}; separator="\n"> 158 {g|<g:delegateName()> = new <g.recognizerName>(input, state<trunc(g.delegators):{p|, <p:delegateName()>}>, this);}; separator="\n"> 160 {g|this.<g:delegateName()> = <g:delegateName()>;}; separator="\n"> 175 <rules; separator="\n"> 180 <cyclicDFAs:{dfa | DFA<dfa.decisionNumber> dfa<dfa.decisionNumber>;}; separator="\n"> 185 <cyclicDFAs:{dfa | dfa<dfa.decisionNumber> = new DFA<dfa.decisionNumber>(this<if(dfa.specialStateSTs)>, SpecialStateTransition<dfa.decisionNumber><endif>);}; separator="\n" [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/ |
Ruby.stg | 110 define_tokens( <tokens:{it | :<it.name> => <it.type>}; anchor, wrap="\n", separator=", "> ) 121 register_names( <tokenNames:{it | <it>}; separator=", ", anchor, wrap="\n"> ) 202 RULE_METHODS = [ <rules:{r|:<r.ruleName>}; separator=", ", wrap="\n", anchor> ].freeze 207 masters( <grammar.delegators:{d|:<d.name>}; separator=", "> )<\n> 210 imports( <grammar.directDelegates:{d|:<d.name>}; separator=", "> )<\n> 247 <bitsets:{it | TOKENS_FOLLOWING_<it.name>_IN_<it.inName>_<it.tokenIndex> = Set[ <it.tokenTypes:{it | <it>}; separator=", "> ]<\n>}> 347 <alts:{a | <altSwitchCase(i,a)>}; separator="\n"> 362 <alts:{a | <altSwitchCase(i,a)>}; separator="\n"> 380 <if(scope.attributes)>@@<scope.name> = Scope( <scope.attributes:{it | <it.decl; format="rubyString">}; separator=", "> )<\n><endif> 390 <scope.attributes:{it | <it.decl>}; separator=", " [all...] |
/external/chromium/testing/gtest/src/ |
gtest-filepath.cc | 66 // On Windows, '\\' is the standard path separator, but many tools and the 67 // Windows API also accept '/' as an alternate path separator. Unless otherwise 90 // Returns whether the given character is a valid path separator. 126 // Returns a pointer to the last occurence of a valid path separator in 128 // separators. Returns NULL if no path separator was found. 147 // On Windows platform, '\' is the path separator, otherwise it is '/'. 158 // On Windows platform, '\' is the path separator, otherwise it is '/'. 175 // On Windows platform, uses \ as the separator rather than /. 190 // On Windows, uses \ as the separator rather than /. 219 // Don't strip off trailing separator if path is a root directory o [all...] |
/external/chromium_org/testing/gtest/src/ |
gtest-filepath.cc | 67 // On Windows, '\\' is the standard path separator, but many tools and the 68 // Windows API also accept '/' as an alternate path separator. Unless otherwise 91 // Returns whether the given character is a valid path separator. 128 // Returns a pointer to the last occurence of a valid path separator in 130 // separators. Returns NULL if no path separator was found. 149 // On Windows platform, '\' is the path separator, otherwise it is '/'. 160 // On Windows platform, '\' is the path separator, otherwise it is '/'. 177 // On Windows platform, uses \ as the separator rather than /. 193 // On Windows, uses \ as the separator rather than /. 221 // Don't strip off trailing separator if path is a root directory o [all...] |
/external/chromium_org/third_party/mesa/src/src/gtest/src/ |
gtest-filepath.cc | 66 // On Windows, '\\' is the standard path separator, but many tools and the 67 // Windows API also accept '/' as an alternate path separator. Unless otherwise 90 // Returns whether the given character is a valid path separator. 126 // Returns a pointer to the last occurence of a valid path separator in 128 // separators. Returns NULL if no path separator was found. 147 // On Windows platform, '\' is the path separator, otherwise it is '/'. 158 // On Windows platform, '\' is the path separator, otherwise it is '/'. 175 // On Windows platform, uses \ as the separator rather than /. 190 // On Windows, uses \ as the separator rather than /. 219 // Don't strip off trailing separator if path is a root directory o [all...] |
/external/gtest/src/ |
gtest-filepath.cc | 66 // On Windows, '\\' is the standard path separator, but many tools and the 67 // Windows API also accept '/' as an alternate path separator. Unless otherwise 90 // Returns whether the given character is a valid path separator. 126 // Returns a pointer to the last occurence of a valid path separator in 128 // separators. Returns NULL if no path separator was found. 147 // On Windows platform, '\' is the path separator, otherwise it is '/'. 158 // On Windows platform, '\' is the path separator, otherwise it is '/'. 175 // On Windows platform, uses \ as the separator rather than /. 190 // On Windows, uses \ as the separator rather than /. 219 // Don't strip off trailing separator if path is a root directory o [all...] |
/external/llvm/utils/unittest/googletest/ |
gtest-filepath.cc | 66 // On Windows, '\\' is the standard path separator, but many tools and the 67 // Windows API also accept '/' as an alternate path separator. Unless otherwise 88 // Returns whether the given character is a valid path separator. 124 // Returns a pointer to the last occurrence of a valid path separator in 126 // separators. Returns NULL if no path separator was found. 145 // On Windows platform, '\' is the path separator, otherwise it is '/'. 156 // On Windows platform, '\' is the path separator, otherwise it is '/'. 173 // On Windows platform, uses \ as the separator rather than /. 188 // On Windows, uses \ as the separator rather than /. 217 // Don't strip off trailing separator if path is a root directory o [all...] |
/external/mesa3d/src/gtest/src/ |
gtest-filepath.cc | 66 // On Windows, '\\' is the standard path separator, but many tools and the 67 // Windows API also accept '/' as an alternate path separator. Unless otherwise 90 // Returns whether the given character is a valid path separator. 126 // Returns a pointer to the last occurence of a valid path separator in 128 // separators. Returns NULL if no path separator was found. 147 // On Windows platform, '\' is the path separator, otherwise it is '/'. 158 // On Windows platform, '\' is the path separator, otherwise it is '/'. 175 // On Windows platform, uses \ as the separator rather than /. 190 // On Windows, uses \ as the separator rather than /. 219 // Don't strip off trailing separator if path is a root directory o [all...] |
/ndk/sources/third_party/googletest/googletest/src/ |
gtest-filepath.cc | 67 // On Windows, '\\' is the standard path separator, but many tools and the 68 // Windows API also accept '/' as an alternate path separator. Unless otherwise 91 // Returns whether the given character is a valid path separator. 128 // Returns a pointer to the last occurence of a valid path separator in 130 // separators. Returns NULL if no path separator was found. 149 // On Windows platform, '\' is the path separator, otherwise it is '/'. 160 // On Windows platform, '\' is the path separator, otherwise it is '/'. 177 // On Windows platform, uses \ as the separator rather than /. 193 // On Windows, uses \ as the separator rather than /. 221 // Don't strip off trailing separator if path is a root directory o [all...] |