HomeSort by relevance Sort by last modified time
    Searched full:idstring (Results 1 - 25 of 38) sorted by null

1 2

  /external/lzma/CS/7zip/Common/
CommandLineParser.cs 19 public string IDString;
26 public SwitchForm(string idString, SwitchType type, bool multi,
29 IDString = idString;
36 public SwitchForm(string idString, SwitchType type, bool multi, int minLen):
37 this(idString, type, multi, minLen, 0, "")
40 public SwitchForm(string idString, SwitchType type, bool multi):
41 this(idString, type, multi, 0)
87 int switchLen = switchForms[switchIndex].IDString.Length;
90 if (String.Compare(switchForms[switchIndex].IDString, 0,
    [all...]
  /external/autotest/frontend/client/src/autotest/tko/
SavedQueriesControl.java 140 String idString = queryList.getValue(selected);
142 History.newItem(HISTORY_TOKEN + "=" + idString);
161 String idString =
165 ids.set(0, new JSONNumber(Integer.parseInt(idString)));
178 final String idString = arguments.get(HISTORY_TOKEN);
179 if (idString == null) {
184 args.put("id", new JSONNumber(Integer.parseInt(idString)));
190 notifyManager.showError("No saved query with ID " + idString);
GraphingFrontend.java 115 final String idString = arguments.get(HISTORY_TOKEN);
116 if (idString == null) {
121 args.put("id", new JSONNumber(Integer.parseInt(idString)));
138 shortToken.put(HISTORY_TOKEN, idString);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
RubyTarget.java 98 String idString = o.toString();
100 if ( idString.isEmpty() ) return idString;
103 return snakecase( idString );
105 return camelcase( idString );
107 return subcamelcase( idString );
109 return constantcase( idString );
111 return platform( idString );
113 return lexerRule( idString );
115 return constantPath( idString );
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
DictionaryHeader.java 75 final String idString = dictionaryOptions.mAttributes.get(DICTIONARY_ID_KEY);
76 if (null == idString) {
81 mIdString = idString;
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
utils.py 184 def make_msgid(idstring=None):
189 Optional idstring if given is a string used to strengthen the
196 if idstring is None:
197 idstring = ''
199 idstring = '.' + idstring
201 msgid = '<%s.%s.%s%s@%s>' % (utcdate, pid, randint, idstring, idhost)
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
utils.py 184 def make_msgid(idstring=None):
189 Optional idstring if given is a string used to strengthen the
196 if idstring is None:
197 idstring = ''
199 idstring = '.' + idstring
201 msgid = '<%s.%s.%s%s@%s>' % (utcdate, pid, randint, idstring, idhost)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
utils.py 184 def make_msgid(idstring=None):
189 Optional idstring if given is a string used to strengthen the
196 if idstring is None:
197 idstring = ''
199 idstring = '.' + idstring
201 msgid = '<%s.%s.%s%s@%s>' % (utcdate, pid, randint, idstring, idhost)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
utils.py 184 def make_msgid(idstring=None):
189 Optional idstring if given is a string used to strengthen the
196 if idstring is None:
197 idstring = ''
199 idstring = '.' + idstring
201 msgid = '<%s.%s.%s%s@%s>' % (utcdate, pid, randint, idstring, idhost)
  /prebuilts/gdb/darwin-x86/share/gdb/python/gdb/command/
unwinders.py 21 def validate_regexp(exp, idstring):
25 raise SyntaxError("Invalid %s regexp: %s." % (idstring, exp))
  /prebuilts/gdb/linux-x86/share/gdb/python/gdb/command/
unwinders.py 21 def validate_regexp(exp, idstring):
25 raise SyntaxError("Invalid %s regexp: %s." % (idstring, exp))
  /external/iproute2/examples/
dhcp-client-script 301 local idstring="#### Generated by DHCPCD"
309 echo $idstring > /etc/resolv.conf.dhcp
324 if [ "`head -1 /etc/resolv.conf`" != "$idstring" ]; then
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
htmlhelp.h 158 UINT idString;
msxml.h     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pdb.py 442 idstring = identifier.split("'")
443 if len(idstring) == 1:
445 id = idstring[0].strip()
446 elif len(idstring) == 3:
448 id = idstring[1].strip()
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pdb.py 442 idstring = identifier.split("'")
443 if len(idstring) == 1:
445 id = idstring[0].strip()
446 elif len(idstring) == 3:
448 id = idstring[1].strip()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pdb.py 442 idstring = identifier.split("'")
443 if len(idstring) == 1:
445 id = idstring[0].strip()
446 elif len(idstring) == 3:
448 id = idstring[1].strip()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pdb.py 442 idstring = identifier.split("'")
443 if len(idstring) == 1:
445 id = idstring[0].strip()
446 elif len(idstring) == 3:
448 id = idstring[1].strip()
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
networkconfig.ui 331 <string>IDString</string>
  /packages/apps/Email/tests/src/com/android/email/provider/
AttachmentProviderTests.java 683 String idString = Long.toString(id);
688 return new File(attachmentsDir, idString);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
LibraryClasspathContainerInitializer.java 415 String idString = id.toString();
416 if (idString.equals(path)) {
  /packages/services/Telecomm/src/com/android/server/telecom/
PhoneAccountRegistrar.java     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
classpnp.h 347 PUNICODE_STRING IdString);
  /frameworks/base/services/core/java/com/android/server/wallpaper/
WallpaperManagerService.java     [all...]
  /system/core/toolbox/
getevent.c 354 //fprintf(stderr, "could not get idstring for %s, %s\n", device, strerror(errno));

Completed in 1819 milliseconds

1 2