HomeSort by relevance Sort by last modified time
    Searched full:itemname (Results 26 - 50 of 317) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/emma/core/java12/com/vladium/emma/report/html/
ReportGenerator.java 346 final IElement itemname = IElement.Factory.create (Tag.SPAN); local
347 itemname.setText (item.getName (), true);
348 itemname.setClass (CSS_ITEM_NAME);
352 title.add (itemname);
463 final IElement itemname = IElement.Factory.create (Tag.SPAN); local
464 itemname.setText (item.getName (), true);
465 itemname.setClass (CSS_ITEM_NAME);
469 title.add (itemname);
640 final IElement itemname = IElement.Factory.create (Tag.SPAN); local
641 itemname.setText (item.getName (), true)
    [all...]
  /external/autotest/frontend/client/src/autotest/common/ui/
MultiListSelectPresenter.java 313 for (String itemName : names) {
314 Item item = getItemByName(itemName);
  /external/fonttools/Lib/fontTools/ttLib/tables/
otTables.py 576 if overflowRecord.itemName in [ 'Coverage', 'RangeRecord']:
581 elif overflowRecord.itemName == 'AlternateSet':
604 if overflowRecord.itemName in [ 'Coverage', 'RangeRecord']:
609 elif overflowRecord.itemName == 'LigatureSet':
  /external/python/cpython3/Tools/msi/
msi.props 181 <Output TaskParameter="Lines" ItemName="_UuidValue" />
  /prebuilts/go/darwin-x86/src/text/template/parse/
lex_test.go 13 var itemName = map[itemType]string{
48 s := itemName[i]
  /prebuilts/go/linux-x86/src/text/template/parse/
lex_test.go 13 var itemName = map[itemType]string{
48 s := itemName[i]
  /frameworks/base/core/java/com/android/internal/app/procstats/
ProcessState.java     [all...]
  /external/icu/icu4c/source/i18n/unicode/
alphaindex.h 527 * @param itemName The name whose bucket position in the index is to be determined.
533 virtual int32_t getBucketIndex(const UnicodeString &itemName, UErrorCode &status);
  /external/lzma/CPP/7zip/UI/FileManager/
BrowseDialog.cpp 599 const UString itemName = L"..";
606 item.pszText = (wchar_t *)(const wchar_t *)itemName;
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-simpledb/1.11.18/
aws-java-sdk-simpledb-1.11.18.jar 
  /external/skia/tools/bookmaker/
includeWriter.cpp 459 string itemName = root->fName + "::";
461 itemName += child.fParent->fName + "::";
463 itemName += string(token->fContentStart, (int) (token->fContentEnd - token->fContentStart));
468 if (itemName != enumItem->fName) {
    [all...]
  /external/skqp/tools/bookmaker/
includeWriter.cpp 418 string itemName = root->fName + "::";
420 itemName += child.fParent->fName + "::";
422 itemName += string(token->fContentStart, (int) (token->fContentEnd - token->fContentStart));
427 if (itemName != enumItem->fName) {
    [all...]
  /external/parameter-framework/upstream/tools/xmlGenerator/
EddParser.py 62 def getOptionItems (self, itemName):
65 items.append(options.getOption(itemName))
  /external/python/cpython2/Lib/idlelib/
EditorWindow.py 820 itemName = menu.entrycget(index, 'label')
823 if itemName in menuEventDict[menubarItem]:
824 event = menuEventDict[menubarItem][itemName]
    [all...]
  /external/python/cpython3/Lib/idlelib/
editor.py 742 itemName = menu.entrycget(index, 'label')
745 if itemName in menuEventDict[menubarItem]:
746 event = menuEventDict[menubarItem][itemName]
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
EditorWindow.py 812 itemName = menu.entrycget(index, 'label')
815 if itemName in menuEventDict[menubarItem]:
816 event = menuEventDict[menubarItem][itemName]
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
EditorWindow.py 812 itemName = menu.entrycget(index, 'label')
815 if itemName in menuEventDict[menubarItem]:
816 event = menuEventDict[menubarItem][itemName]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 812 itemName = menu.entrycget(index, 'label')
815 if itemName in menuEventDict[menubarItem]:
816 event = menuEventDict[menubarItem][itemName]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 812 itemName = menu.entrycget(index, 'label')
815 if itemName in menuEventDict[menubarItem]:
816 event = menuEventDict[menubarItem][itemName]
    [all...]
  /external/icu/icu4c/source/test/intltest/
alphaindextst.cpp 203 const UnicodeString &itemName = index->getRecordName();
204 TEST_ASSERT(adam == itemName);
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
package.cpp     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
Eot.py 417 ModuleID, ModuleName, ModuleGuid, SourceFileID, SourceFileFullPath, ItemName, ItemType, ItemMode, GuidName, GuidMacro, GuidValue, BelongsToFunction, Enabled = \
  /external/icu/icu4c/source/tools/icupkg/
icupkg.cpp 125 "\tfor each item of the form prefix/tree/itemname .\n"
  /external/python/cpython2/Doc/tutorial/
modules.rst 82 refer to its functions, ``modname.itemname``.
  /external/python/cpython3/Doc/tutorial/
modules.rst 83 refer to its functions, ``modname.itemname``.

Completed in 4911 milliseconds

12 3 4 5 6 7 8 91011>>