OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Workspace
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
workspace.py
41
class
Workspace
(object):
70
_log.error("
Workspace
.create_zip failed in %s:\n%s" % (source_path, e.message_with_output()))
workspace_unittest.py
33
from webkitpy.common.system.
workspace
import
Workspace
45
workspace
=
Workspace
(filesystem, None)
46
self.assertEqual(
workspace
.find_unused_filename("bar", "bar", "bar"), "bar/bar.bar")
47
self.assertEqual(
workspace
.find_unused_filename("dir", "foo", "jpg", search_limit=1), None)
48
self.assertEqual(
workspace
.find_unused_filename("dir", "foo", "jpg", search_limit=2), None)
49
self.assertEqual(
workspace
.find_unused_filename("dir", "foo", "jpg"), "dir/foo-3.jpg")
52
workspace
=
Workspace
(None, MockExecutive(should_log=True)
[
all
...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Workspace.js
168
* @param {!WebInspector.
Workspace
}
workspace
172
WebInspector.Project = function(
workspace
, projectDelegate)
178
this._workspace =
workspace
;
232
this._workspace.dispatchEventToListeners(WebInspector.
Workspace
.Events.UISourceCodeAdded, uiSourceCode);
257
this._workspace.dispatchEventToListeners(WebInspector.
Workspace
.Events.UISourceCodeRemoved, entry.uiSourceCode);
262
this._workspace.dispatchEventToListeners(WebInspector.
Workspace
.Events.ProjectWillReset, this);
340
this._workspace.dispatchEventToListeners(WebInspector.
Workspace
.Events.UISourceCodeContentCommitted, { uiSourceCode: uiSourceCode, content: newContent });
493
WebInspector.
Workspace
= function(fileSystemMapping)
500
WebInspector.
Workspace
.Events =
[
all
...]
SettingsScreen.js
52
this._tabbedPane.appendTab(WebInspector.SettingsScreen.Tabs.
Workspace
, WebInspector.UIString("
Workspace
"), new WebInspector.WorkspaceSettingsTab());
97
Workspace
: "
workspace
",
480
WebInspector.SettingsTab.call(this, WebInspector.UIString("
Workspace
"), "
workspace
-tab-content");
[
all
...]
/packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java
66
* The
workspace
is a wide area with a wallpaper and a finite number of pages.
68
* interact with. A
workspace
is meant to be used with a fixed width only.
70
public class
Workspace
extends SmoothPagedView
73
private static final String TAG = "Launcher.
Workspace
";
75
// Y rotation to apply to the
workspace
screens
205
// Variables relating to touch disambiguation (scrolling
workspace
vs. scrolling a widget)
231
// These variables are used for storing the initial and final values during
workspace
animations
263
* Used to inflate the
Workspace
from XML.
266
* @param attrs The attributes set containing the
Workspace
's customization values.
268
public
Workspace
(Context context, AttributeSet attrs)
[
all
...]
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java
128
public class
Workspace
extends JFrame {
187
public
Workspace
() {
[
all
...]
/external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
Workspace.java
73
* The
workspace
is a wide area with a wallpaper and a finite number of pages.
75
* interact with. A
workspace
is meant to be used with a fixed width only.
77
public class
Workspace
extends SmoothPagedView
81
private static final String TAG = "Launcher.
Workspace
";
83
// Y rotation to apply to the
workspace
screens
233
// Variables relating to touch disambiguation (scrolling
workspace
vs. scrolling a widget)
259
// These variables are used for storing the initial and final values during
workspace
animations
285
* Used to inflate the
Workspace
from XML.
288
* @param attrs The attributes set containing the
Workspace
's customization values.
290
public
Workspace
(Context context, AttributeSet attrs)
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar
Completed in 235 milliseconds