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

1 2

  /external/chromium_org/third_party/icu/source/tools/toolutil/
pkgitems.cpp 130 makeTargetName(const char *itemName, const char *id, int32_t idLength, const char *suffix,
137 itemID=strrchr(itemName, '/');
141 itemID=itemName;
145 treeLength=(int32_t)(itemID-itemName);
153 itemName, (long)targetLength);
158 memcpy(target, itemName, treeLength);
164 checkIDSuffix(const char *itemName, const char *id, int32_t idLength, const char *suffix,
168 makeTargetName(itemName, id, idLength, suffix, target, (int32_t)sizeof(target), pErrorCode);
170 check(context, itemName, target);
176 checkParent(const char *itemName, CheckDependency check, void *context
    [all...]
package.h 31 typedef void CheckDependency(void *context, const char *itemName, const char *targetName);
132 static void checkDependency(void *context, const char *itemName, const char *targetName);
package.cpp     [all...]
  /external/icu4c/tools/toolutil/
pkgitems.cpp 130 makeTargetName(const char *itemName, const char *id, int32_t idLength, const char *suffix,
137 itemID=strrchr(itemName, '/');
141 itemID=itemName;
145 treeLength=(int32_t)(itemID-itemName);
153 itemName, (long)targetLength);
158 memcpy(target, itemName, treeLength);
164 checkIDSuffix(const char *itemName, const char *id, int32_t idLength, const char *suffix,
168 makeTargetName(itemName, id, idLength, suffix, target, (int32_t)sizeof(target), pErrorCode);
170 check(context, itemName, target);
176 checkParent(const char *itemName, CheckDependency check, void *context
    [all...]
package.h 31 typedef void CheckDependency(void *context, const char *itemName, const char *targetName);
146 static void checkDependency(void *context, const char *itemName, const char *targetName);
package.cpp     [all...]
  /hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
DBAdapter.java 103 public long insertStation(String itemkey, String itemValue, String itemName)
110 initialValues.put(ITEM_NAME, itemName);
163 String itemValue, String itemName)
169 args.put(ITEM_NAME, itemName);
  /external/chromium_org/v8/tools/
process-heap-prof.py 47 itemname = 'heap-js-cons-item'
49 itemname = 'heap-sample-item'
75 elif row[0] == itemname and sampling:
  /external/v8/tools/
process-heap-prof.py 47 itemname = 'heap-js-cons-item'
49 itemname = 'heap-sample-item'
75 elif row[0] == itemname and sampling:
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourceChooser.java 759 private void selectItemName(String itemName, ResourceItem[] items) {
760 if (itemName == null || items == null) {
765 if (itemName.equals(item.getName())) {
778 String itemName = null;
785 itemName = m.group(1);
789 if (!isSystem && itemName == null) {
793 itemName = m.group(1);
807 if (itemName != null) {
808 selectItemName(itemName, items);
    [all...]
  /external/chromium_org/chrome/browser/storage_monitor/
image_capture_device.mm 102 std::string itemName = PathForCameraItem(item).value();
103 if (itemName == name) {
  /external/chromium_org/tools/code_coverage/
croc_html.py 221 def AddItem(self, table, itemname, stats, attrs, link=None):
226 itemname: Name of item.
229 link: Destination for itemname hyperlink, if not None.
234 if itemname is not None:
238 item_elem.Text(itemname)
  /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/icu4c/i18n/unicode/
alphaindex.h 533 * @param itemName The name whose bucket position in the index is to be determined.
539 virtual int32_t getBucketIndex(const UnicodeString &itemName, UErrorCode &status);
  /external/icu4c/test/intltest/
alphaindextst.cpp 201 const UnicodeString &itemName = index->getRecordName();
202 TEST_ASSERT(adam == itemName);
  /frameworks/base/core/java/com/android/internal/app/
ProcessStats.java     [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/icu4c/tools/icupkg/
icupkg.cpp 124 "\tfor each item of the form prefix/tree/itemname .\n"
  /external/chromium_org/third_party/libxml/src/
xmlschemas.c     [all...]
  /external/emma/lib/
emma.jar 
  /external/libxml2/
xmlschemas.c     [all...]
  /prebuilts/devtools/tools/lib/
layoutlib-api.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.2.0/
layoutlib-api-22.2.0.jar 
  /prebuilts/misc/common/layoutlib_api/
layoutlib_api-prebuilt.jar 

Completed in 1170 milliseconds

1 2