HomeSort by relevance Sort by last modified time
    Searched full:classname (Results 1026 - 1050 of 2006) sorted by null

<<41424344454647484950>>

  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
ApiHelper.java 214 private static boolean hasMethod(String className, String methodName,
217 Class<?> klass = Class.forName(className);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AbstractGalleryActivity.java 319 public void onServiceConnected(ComponentName className, IBinder service) {
324 public void onServiceDisconnected(ComponentName className) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
sharedctypes.py 145 classname = 'Synchronized' + cls.__name__
146 scls = class_cache[cls] = type(classname, (SynchronizedBase,), d)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
sharedctypes.py 145 classname = 'Synchronized' + cls.__name__
146 scls = class_cache[cls] = type(classname, (SynchronizedBase,), d)
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/sdk/
AndroidJarLoaderTest.java 103 _findClass(mFrameworkClassLoader, "not.a.valid.ClassName"); //$NON-NLS-1$
106 assertEquals("not.a.valid.ClassName", e.getMessage()); //$NON-NLS-1$
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
GeeTestResultParser.java 391 * @param identifier Raw identifier of the form classname.testname, with an optional time
397 * test/class) then an "UNKNOWN" string value will be returned for the classname and
480 * @param identifier Raw log output of the form classname.testname, with an optional time (x ms)
500 * @param identifier Raw log output of the form "classname.testname" with an optional (XX ms)
574 * @param identifier Raw log output of the form "classname.testname" with an optional (XX ms)
584 * @param identifier Raw log output of the form "classname.testname" with an optional (XX ms)
  /development/samples/ApiDemos/src/com/example/android/apis/app/
RemoteService.java 300 public void onServiceConnected(ComponentName className,
327 public void onServiceDisconnected(ComponentName className) {
344 public void onServiceConnected(ComponentName className,
352 public void onServiceDisconnected(ComponentName className) {
486 public void onServiceConnected(ComponentName className,
496 public void onServiceDisconnected(ComponentName className) {
  /external/chromium_org/chrome/app/nibs/
ExtensionInstallPromptNoWarnings.xib 447 <string key="className">ChromeUILocalizer</string>
455 <string key="className">ConstrainedWindowButton</string>
463 <string key="className">ConstrainedWindowButtonCell</string>
471 <string key="className">ExtensionInstallViewController</string>
613 <string key="className">GTMUILocalizer</string>
660 <string key="className">GTMUILocalizerAndLayoutTweaker</string>
InfoBar.xib 502 <string key="className">AnimatableView</string>
542 <string key="className">BackgroundGradientView</string>
550 <string key="className">ImageButtonCell</string>
558 <string key="className">InfoBarController</string>
672 <string key="className">InfoBarGradientView</string>
680 <string key="className">VerticalGradientView</string>
OneClickSigninBubble.xib 499 <string key="className">ChromeUILocalizer</string>
507 <string key="className">GTMUILocalizer</string>
554 <string key="className">GTMUILocalizerAndLayoutTweaker</string>
601 <string key="className">GTMWidthBasedTweaker</string>
648 <string key="className">HyperlinkButtonCell</string>
656 <string key="className">OneClickSigninViewController</string>
BookmarkBubble.xib     [all...]
ContentBlockedCookies.xib     [all...]
ContentBlockedPlugins.xib     [all...]
ContentBlockedPopups.xib     [all...]
ContentBlockedSimple.xib     [all...]
ContentProtocolHandlers.xib     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/
v8-raytrace.html 1118 document.getElementsByClassName = function(className, parentElement) {
1120 var q = ".//*[contains(concat(' ', @class, ' '), ' " + className + " ')]";
1127 if (Element.hasClassName(child, className))
1223 $H({'id': 'id', 'className': 'class'}).each(function(pair) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
ShortcutsScreen.js 69 view.element.className = "settings-tab-container"; // Override
73 container.className = "help-content help-container";
186 * @param {string} className
190 _createSpan: function(className, textContent)
193 node.className = className;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineUIUtilsImpl.js 666 eventDivider.className = "resources-event-divider";
670 eventDivider.className += " resources-blue-divider";
672 eventDivider.className += " resources-red-divider";
674 eventDivider.className += " resources-green-divider";
676 eventDivider.className += " resources-orange-divider";
678 eventDivider.className += " timeline-frame-divider";
  /external/chromium_org/third_party/icu/source/test/intltest/
uobjtest.cpp 105 const char *className, const char *factory,
109 UnicodeString what = UnicodeString(className) + " * x= " + UnicodeString(factory?factory:" ABSTRACT ") + "; ";
155 if(!strcmp(ids_class[i], className)) {
167 ids_class[ids_count] = className;
173 UObject *UObjectTest::testClassNoClassID(UObject *obj, const char *className, const char *factory)
178 UnicodeString what = UnicodeString(className) + " * x= " + UnicodeString(factory?factory:" ABSTRACT ") + "; ";
  /external/chromium_org/third_party/skia/experimental/iOSSampleApp/iPad/
MainWindow_iPad.xib 438 <string key="className">AppDelegate_iPad</string>
478 <string key="className">SkSampleUIView</string>
486 <string key="className">SkUIDetailViewController</string>
494 <string key="className">SkUIRootViewController</string>
502 <string key="className">SkUISplitViewController</string>
542 <string key="className">SkUIView</string>
  /external/icu/icu4c/source/test/intltest/
uobjtest.cpp 105 const char *className, const char *factory,
109 UnicodeString what = UnicodeString(className) + " * x= " + UnicodeString(factory?factory:" ABSTRACT ") + "; ";
155 if(!strcmp(ids_class[i], className)) {
167 ids_class[ids_count] = className;
173 UObject *UObjectTest::testClassNoClassID(UObject *obj, const char *className, const char *factory)
178 UnicodeString what = UnicodeString(className) + " * x= " + UnicodeString(factory?factory:" ABSTRACT ") + "; ";
  /external/skia/experimental/iOSSampleApp/iPad/
MainWindow_iPad.xib 438 <string key="className">AppDelegate_iPad</string>
478 <string key="className">SkSampleUIView</string>
486 <string key="className">SkUIDetailViewController</string>
494 <string key="className">SkUIRootViewController</string>
502 <string key="className">SkUISplitViewController</string>
542 <string key="className">SkUIView</string>
  /system/core/init/
init_parser.c 478 void service_for_each_class(const char *classname,
485 if (!strcmp(svc->classname, classname)) {
641 svc->classname = "default";
669 parse_error(state, "class option requires a classname\n");
671 svc->classname = args[1];
  /art/runtime/jdwp/
jdwp_event.cc 117 std::string className; /* ClassMatch/ClassExclude */
491 if (!PatternMatch(pMod->classMatch.classPattern, basket.className)) {
496 if (PatternMatch(pMod->classMatch.classPattern, basket.className)) {
845 basket.className = Dbg::GetClassName(basket.locationClass);
868 VLOG(jdwp) << "Not checking breakpoints during invoke (" << basket.className << ")";
948 basket.className = Dbg::GetClassName(basket.locationClass);
    [all...]

Completed in 464 milliseconds

<<41424344454647484950>>