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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/dx/src/com/android/dx/cf/attrib/
package.html 2 <p>Implementation of containers and utilities for all the standard Java
  /external/chromium_org/content/browser/renderer_host/
gtk_plugin_container_manager.h 18 // Helper class that creates and manages plugin containers (GtkSocket).
24 // Sets the widget that will host the plugin containers. Must be a GtkFixed.
48 // Parent of the plugin containers.
51 // A map that associates plugin containers to the plugin XID.
  /external/chromium_org/ash/wm/
session_state_animator.h 32 // Animations that can be applied to groups of containers.
82 // Specific containers or groups of containers that can be animated.
87 // All user session related containers including system background but
97 // Lock screen and lock screen modal containers.
111 // Returns true if containers of a given |container_mask|
130 // A bitfield mask of all containers.
139 // Fills |containers| with the containers included in |container_mask|.
141 aura::Window::Windows* containers);
    [all...]
root_window_layout_manager.cc 35 // Resize both our immediate children (the containers-of-containers animated
36 // by PowerButtonController) and their children (the actual containers).
session_state_animator.cc 32 // Returns the transform that should be applied to containers for the slow-close
44 // Returns the transform that should be applied to containers for the fast-close
392 aura::Window::Windows containers; local
393 animator_->GetContainers(container_mask, &containers);
394 for (aura::Window::Windows::const_iterator it = containers.begin();
395 it != containers.end(); ++it) {
455 // Fills |containers| with the containers described by |container_mask|.
457 aura::Window::Windows* containers) {
459 containers->clear()
507 aura::Window::Windows containers; local
520 aura::Window::Windows containers; local
535 aura::Window::Windows containers; local
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/internal/
ftpic.h 36 /* pic containers for base */
38 /* pic containers for modules */
  /external/freetype/include/freetype/internal/
ftpic.h 36 /* pic containers for base */
39 /* pic containers for modules */
  /external/clang/test/Analysis/
CFContainers-invalid.c 1 // RUN: %clang_cc1 -analyze -analyzer-checker=osx.coreFoundation.containers.PointerSizedValues -triple x86_64-apple-darwin -verify %s
  /external/chromium_org/ash/
shell_window_ids.h 16 // A higher-level container that holds all of the containers stacked below
18 // animating lower-level containers.
21 // A higher-level container that holds containers that hold lock-screen
23 // containers.
26 // A higher-level container that holds containers that hold lock-screen-related
28 // containers stacked above kShellWindowId_LockSystemModalContainer). Only used
29 // by PowerButtonController for animating lower-level containers.
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageHelperTests.java 49 String[] containers = ms.getSecureContainerList(); local
50 for (int i = 0; i < containers.length; i++) {
51 if (containers[i].startsWith(PREFIX)) {
52 Log.d(TAG,"cleaing up "+containers[i]);
53 ms.destroySecureContainer(containers[i], true);
70 if (localLOGV) Log.i(TAG, "Cleaning out old test containers");
77 if (localLOGV) Log.i(TAG, "Cleaning out old test containers");
  /external/chromium_org/gpu/command_buffer/client/
hash_tables.h 16 #include "base/containers/hash_tables.h"
  /external/eigen/doc/
D01_StlContainers.dox 3 /** \page TopicStlContainers Using STL Containers with Eigen
12 Using STL containers on \ref TopicFixedSizeVectorizable "fixed-size vectorizable Eigen types", or classes having members of such types, requires taking the following two steps:
17 These issues arise only with \ref TopicFixedSizeVectorizable "fixed-size vectorizable Eigen types" and \ref TopicStructHavingEigenMembers "structures having such Eigen objects as member". For other Eigen types, such as Vector3f or MatrixXd, no special care is needed when using STL containers.
21 STL containers take an optional template parameter, the allocator type. When using STL containers on \ref TopicFixedSizeVectorizable "fixed-size vectorizable Eigen types", you need tell the container to use an allocator that will always allocate memory at 16-byte-aligned locations. Fortunately, Eigen does provide such an allocator: Eigen::aligned_allocator.
  /external/chromium_org/content/renderer/pepper/
host_globals.cc 42 ContainerSet* containers) {
47 containers->insert((*i)->container());
167 // Get the unique containers associated with the broadcast. This prevents us
170 ContainerSet containers; local
173 GetAllContainersForModule(module, &containers);
175 // Unknown module, get containers for all modules.
178 GetAllContainersForModule(i->second, &containers);
183 for (ContainerSet::iterator i = containers.begin();
184 i != containers.end(); ++i)
  /development/ndk/platforms/android-3/include/linux/
attribute_container.h 22 struct klist containers; member in struct:attribute_container
  /external/chromium_org/chrome/browser/content_settings/
permission_request_id.h 29 // Purposefully do not disable copying, as this is stored in STL containers.
  /external/chromium_org/chrome/browser/ui/gtk/
accelerators_gtk.h 8 #include "base/containers/hash_tables.h"
  /external/chromium_org/content/common/
content_ipc_logging.cc 17 #include "base/containers/hash_tables.h"
  /external/chromium_org/content/renderer/
websharedworkerrepository_impl.h 8 #include "base/containers/hash_tables.h"
  /external/chromium_org/gpu/command_buffer/service/
image_manager.h 9 #include "base/containers/hash_tables.h"
  /external/oprofile/libpp/
symbol.cpp 3 * Symbol containers
  /external/stlport/doc/
pointer_specialization.txt 12 STLport grant the partial pointer specialization for 4 containers:
27 Why only those 4 containers:
29 Some of you might wonder why none of the associative containers
30 or hash containers has been specialized. Lets take the set container
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
attribute_container.h 22 struct klist containers; member in struct:attribute_container
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
attribute_container.h 22 struct klist containers; member in struct:attribute_container
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
attribute_container.h 22 struct klist containers; member in struct:attribute_container
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
attribute_container.h 22 struct klist containers; member in struct:attribute_container

Completed in 546 milliseconds

1 2 3 4 5 6 7 8 91011>>