HomeSort by relevance Sort by last modified time
    Searched refs:containers (Results 51 - 75 of 91) sorted by null

1 23 4

  /external/chromium_org/ash/wm/
ash_focus_rules.cc 16 // These are the list of container ids of containers which may contain windows
29 // containers even though these layers are higher. The user expects their
122 // look in all the containers in front of |ignore|'s container, then all
142 aura::Window::Windows containers = Shell::GetContainersFromAllRootWindows( local
144 for (aura::Window::Windows::const_iterator iter = containers.begin();
145 iter != containers.end() && !window; ++iter) {
session_state_animator.h 31 // Animations that can be applied to groups of containers.
81 // Specific containers or groups of containers that can be animated.
86 // All user session related containers including system background but
96 // Lock screen and lock screen modal containers.
110 // Returns true if containers of a given |container_mask|
129 // A bitfield mask of all containers.
138 // Fills |containers| with the containers included in |container_mask|.
140 aura::Window::Windows* containers);
    [all...]
lock_state_controller_unittest.cc 302 aura::Window::Windows containers; local
307 &containers);
308 for (aura::Window::Windows::const_iterator it = containers.begin();
309 it != containers.end(); ++it) {
323 aura::Window::Windows containers; local
328 &containers);
329 for (aura::Window::Windows::const_iterator it = containers.begin();
330 it != containers.end(); ++it) {
527 // start lifting the non-screen-locker containers.
587 // start lifting the non-screen-locker containers
    [all...]
solo_window_tracker.cc 26 // Returns the containers from which a solo window is chosen.
35 std::vector<aura::Window*> containers; local
37 containers.push_back(
40 return containers;
system_modal_container_layout_manager_unittest.cc 35 std::vector<aura::Window*> containers = local
37 bool has_modal_screen = !containers.empty();
38 for (std::vector<aura::Window*>::iterator iter = containers.begin();
39 iter != containers.end(); ++iter) {
327 // Verify that none of the other containers received any more mouse presses.
466 // Sanity check if they're on the correct containers.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sourcelookup/
AdtSourceLookupDirector.java 30 import org.eclipse.debug.core.sourcelookup.containers.DefaultSourceContainer;
31 import org.eclipse.debug.core.sourcelookup.containers.DirectorySourceContainer;
32 import org.eclipse.debug.core.sourcelookup.containers.ExternalArchiveSourceContainer;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-apache-bcel.jar 
  /external/kernel-headers/original/linux/
attribute_container.h 19 struct klist containers; member in struct:attribute_container
  /frameworks/base/core/tests/coretests/src/android/os/storage/
AsecTests.java 41 if (localLOGV) Log.i(TAG, "Cleaning out old test containers");
48 if (localLOGV) Log.i(TAG, "Cleaning out old test containers");
54 String[] containers = ms.getSecureContainerList(); local
56 for (int i = 0; i < containers.length; i++) {
57 if (containers[i].startsWith(SECURE_CONTAINER_PREFIX)) {
59 Log.i(TAG, "Cleaning: " + containers[i]);
60 ms.destroySecureContainer(containers[i], true);
67 String[] containers = ms.getSecureContainerList(); local
70 for (int i = 0; i < containers.length; i++) {
71 if (containers[i].equals(fullId))
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/timeline/
model.py 125 containers = []
127 containers.append(container)
132 return containers
  /external/chromium_org/ash/
shell.cc 250 std::vector<aura::Window*> containers; local
257 containers.insert(containers.begin(), container);
259 containers.push_back(container);
262 return containers;
305 const std::vector<aura::Window*> containers = GetContainersFromAllRootWindows( local
307 for (std::vector<aura::Window*>::const_iterator cit = containers.begin();
308 cit != containers.end(); ++cit) {
367 std::vector<aura::Window*> containers = GetContainersFromAllRootWindows( local
370 for (std::vector<aura::Window*>::const_iterator iter = containers.begin()
    [all...]
  /frameworks/base/include/storage/
IMountService.h 62 String16*& containers) = 0;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.debug.core_3.6.0.v20100519.jar 
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/118/1/.cp/lib/
jarprocessor-ant.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Containers_and_folders.py 1 """Suite Containers and folders: Classes that can contain other file system items
101 """completely expanded - (NOT AVAILABLE YET) Are the container and all of its children opened as outlines? (can only be set for containers viewed as lists) """
117 """expanded - (NOT AVAILABLE YET) Is the container opened as an outline? (can only be set for containers viewed as lists) """
131 containers = container variable
  /frameworks/base/libs/storage/
IMountService.cpp 381 int32_t getSecureContainerList(const String16& id, String16*& containers)
396 containers = new String16[numStrings];
398 containers[i] = reply.readString16();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidClasspathContainerInitializer.java 137 IClasspathContainer[] containers = new IClasspathContainer[projectCount]; local
139 containers[i] = allocateAndroidContainer(androidProjects[i]);
145 androidProjects, containers, new NullProgressMonitor());
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
python_message.py 62 from google.protobuf.internal import containers namespace
271 return containers.RepeatedCompositeFieldContainer(
277 return containers.RepeatedScalarFieldContainer(
392 Note that when clients add values to these containers, we perform
    [all...]
  /external/protobuf/python/google/protobuf/
reflection.py 61 from google.protobuf.internal import containers namespace
335 return containers.RepeatedCompositeFieldContainer(
341 return containers.RepeatedScalarFieldContainer(
451 Note that when clients add values to these containers, we perform
    [all...]
  /build/tools/droiddoc/templates-ds/assets/js/
global-libraries-combined.js     [all...]
  /external/chromium_org/ash/wm/overview/
window_selector_unittest.cc 85 std::vector<aura::Window*> containers(
87 for (std::vector<aura::Window*>::iterator iter = containers.begin();
88 iter != containers.end(); ++iter) {
    [all...]
  /external/protobuf/
Makefile.am 116 python/google/protobuf/internal/containers.py \
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]

Completed in 629 milliseconds

1 23 4