HomeSort by relevance Sort by last modified time
    Searched refs:component (Results 76 - 100 of 133) sorted by null

1 2 34 5 6

  /external/webkit/WebCore/platform/
FileSystem.h 128 String pathByAppendingComponent(const String& path, const String& component);
  /external/webkit/WebKitTools/Scripts/webkitpy/steps/
options.py 40 component = make_option("--component", action="store", type="string", dest="component", help="Component for the new bug.") variable in class:Options
  /external/webkit/WebCore/platform/win/
FileSystemWin.cpp 87 String pathByAppendingComponent(const String& path, const String& component)
97 String componentCopy = component;
  /packages/apps/Launcher2/src/com/android/launcher2/
AllApps2D.java 302 ComponentName component = item.intent.getComponent(); local
306 if (x.intent.getComponent().equals(component)) {
  /external/icu4c/layout/
GlyphIterator.cpp 478 le_int32 component = 0; local
483 component += 1;
487 return component;
  /external/proguard/src/proguard/gui/
MemberSpecificationDialog.java 479 * given key, to the given component.
481 private static JComponent tip(JComponent component, String messageKey)
483 component.setToolTipText(msg(messageKey));
485 return component;
ProGuardGUI.java 922 JComponent component = (JComponent)components.get(index); local
934 JComponent component = (JComponent)components.get(index); local
    [all...]
ClassSpecificationDialog.java 524 * given key, to the given component.
526 private static JComponent tip(JComponent component, String messageKey)
528 component.setToolTipText(msg(messageKey));
530 return component;
  /external/webkit/WebCore/platform/chromium/
ChromiumBridge.h 103 static String pathByAppendingComponent(const String& path, const String& component);
  /external/webkit/WebKit/chromium/public/
WebKitClient.h 110 virtual WebString pathByAppendingComponent(const WebString& path, const WebString& component) { return WebString(); }
  /packages/providers/ApplicationsProvider/src/com/android/providers/applications/
ApplicationsProvider.java 322 * @param shortcutId Flattened component name of an activity.
325 ComponentName component = ComponentName.unflattenFromString(shortcutId); local
326 if (component == null) {
334 String[] selectionArgs = { component.getPackageName(), component.getClassName() };
  /external/webkit/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp 126 static AccessibilityObject* core(AtkComponent* component)
128 return core(ATK_OBJECT(component));
    [all...]
  /external/v8/src/
uri.js 256 function URIDecodeComponent(component) {
258 var string = ToString(component);
306 function URIEncodeComponent(component) {
323 var string = ToString(component);
  /external/opencore/codecs_v2/video/avc_h264/enc/src/
slice.cpp 925 int component, SubBlock_indx, block_x, block_y; local
932 for (component = 0; component < 4; component++) /* partition index */
934 block_x = ((component & 1) << 1);
935 block_y = ((component >> 1) << 1);
  /external/webkit/WebKitTools/Scripts/webkitpy/
bugzilla.py 558 log("Please pick a component:")
588 component=None,
603 component_items = self.browser.find_control('component').items
605 if not component:
606 component = "New Bugs"
607 if component not in component_names:
608 component = self.prompt_for_component(component_names)
609 self.browser['component'] = [component]
  /external/qemu/distrib/sdl-1.2.12/src/video/gem/
SDL_gemvideo.c 260 int component; /* red, green, blue, alpha, overlay */ local
266 for (component=0;component<5;component++) {
276 switch(component) {
  /frameworks/base/media/libstagefright/
AwesomePlayer.cpp 388 // component is completely released by the time we may try
579 const char *component; local
582 CHECK(meta->findCString(kKeyDecoderComponent, &component));
592 if (!strncmp("OMX.", component, 4)) {
598 mISurface, component,
607 component,
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/commands/
upload.py 377 steps.Options.component,
404 bug_id = tool.bugs.create_bug(bug_title, comment_text, options.component, diff_file, "Patch", cc=options.cc, mark_for_review=options.review, mark_for_commit_queue=options.request_commit)
424 bug_id = tool.bugs.create_bug(bug_title, comment_text, options.component, diff_file, "Patch", cc=options.cc, mark_for_review=options.review, mark_for_commit_queue=options.request_commit)
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
cpvh223multiplex.h 54 virtual void MuxErrorOccurred(TPVDirection direction, TPVMuxComponent component, PVMFStatus error,
  /packages/apps/Camera/src/com/android/camera/ui/
PopupWindow.java 61 public void addComponent(GLView component) {
  /frameworks/base/services/java/com/android/server/
AppWidgetService.java 679 private Provider parseProviderInfoXml(ComponentName component, ResolveInfo ri) {
689 + "AppWidget provider '" + component + '\'');
704 + " AppWidget provider '" + component + '\'');
715 info.provider = component;
740 info.configure = new ComponentName(component.getPackageName(), className);
749 Slog.w(TAG, "XML parsing failed for AppWidget provider '" + component + '\'', e);
1183 ComponentName component = new ComponentName(ai.packageName, ai.name); local
    [all...]
  /development/apps/Term/src/com/android/term/
Term.java     [all...]
  /external/webkit/WebKit/chromium/src/
ChromiumBridge.cpp 261 String ChromiumBridge::pathByAppendingComponent(const String& path, const String& component)
263 return webKitClient()->pathByAppendingComponent(path, component);
  /external/webkit/WebKit/mac/Misc/
WebNSURLExtras.mm 622 - (NSURL *)_web_URLByTruncatingOneCharacterBeforeComponent:(CFURLComponentType)component
624 CFRange fragRg = CFURLGetByteRangeForComponent((CFURLRef)self, component, NULL);
655 - (NSURL *)_web_URLByRemovingComponentAndSubsequentCharacter:(CFURLComponentType)component
657 CFRange range = CFURLGetByteRangeForComponent((CFURLRef)self, component, 0);
    [all...]
  /frameworks/base/core/java/android/app/
ActivityThread.java 2562 ComponentName component = r.intent.getComponent(); local
2766 String component = data.intent.getComponent().getClassName(); local
3667 ComponentName component = intent.getComponent(); local
    [all...]

Completed in 1126 milliseconds

1 2 34 5 6