/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/ |
safe_unordered_base.h | 1 // Safe container/iterator base implementation -*- C++ -*- 42 * type. It contains a pointer back to the container it references 44 * doubly-linked list of local iterators referenced by the container. 57 /** Initialize the iterator to reference the container pointed to 67 /** Initializes the iterator to reference the same container that 86 /** Attaches this iterator to the given container, detaching it 87 * from whatever container it was attached to originally. If the 88 * new container is the NULL pointer, the iterator is left 96 /** Detach the iterator for whatever container it is attached to, 107 * reference an unordered container [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/ |
safe_unordered_base.h | 1 // Safe container/iterator base implementation -*- C++ -*- 42 * type. It contains a pointer back to the container it references 44 * doubly-linked list of local iterators referenced by the container. 57 /** Initialize the iterator to reference the container pointed to 67 /** Initializes the iterator to reference the same container that 86 /** Attaches this iterator to the given container, detaching it 87 * from whatever container it was attached to originally. If the 88 * new container is the NULL pointer, the iterator is left 96 /** Detach the iterator for whatever container it is attached to, 107 * reference an unordered container [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/ |
safe_unordered_base.h | 1 // Safe container/iterator base implementation -*- C++ -*- 42 * type. It contains a pointer back to the container it references 44 * doubly-linked list of local iterators referenced by the container. 57 /** Initialize the iterator to reference the container pointed to 67 /** Initializes the iterator to reference the same container that 86 /** Attaches this iterator to the given container, detaching it 87 * from whatever container it was attached to originally. If the 88 * new container is the NULL pointer, the iterator is left 96 /** Detach the iterator for whatever container it is attached to, 107 * reference an unordered container [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/ |
safe_unordered_base.h | 1 // Safe container/iterator base implementation -*- C++ -*- 42 * type. It contains a pointer back to the container it references 44 * doubly-linked list of local iterators referenced by the container. 57 /** Initialize the iterator to reference the container pointed to 67 /** Initializes the iterator to reference the same container that 86 /** Attaches this iterator to the given container, detaching it 87 * from whatever container it was attached to originally. If the 88 * new container is the NULL pointer, the iterator is left 96 /** Detach the iterator for whatever container it is attached to, 107 * reference an unordered container [all...] |
/frameworks/base/libs/hwui/tests/common/scenes/ |
GlyphStressAnimation.cpp | 35 sp<RenderNode> container; member in class:GlyphStressAnimation 37 container = TestUtils::createNode(0, 0, width, height, nullptr); 38 doFrame(0); // update container 41 canvas.drawRenderNode(container.get()); 50 container->stagingProperties().getWidth(), 51 container->stagingProperties().getHeight()); 62 container->setStagingDisplayList(canvas.finishRecording(), nullptr);
|
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/ |
DelayedTransition.java | 41 final LinearLayout container = (LinearLayout) findViewById(R.id.container); local 46 int containerWidth = container.getWidth(); 48 TransitionManager.beginDelayedTransition(container, null); 51 TransitionManager.beginDelayedTransition(container, null); 55 TransitionManager.beginDelayedTransition(container, null); 58 TransitionManager.beginDelayedTransition(container, null);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Finder/ |
Containers_and_folders.py | 22 """<Inheritance> - inherits some of its properties from the container class """ 97 class container(aetools.ComponentItem): class in inherits:aetools.ComponentItem 98 """container - An item that contains other 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) """ 105 """container window - the container window for this folder """ 109 """entire contents - the entire contents of the container, including the contents of its children """ 113 """expandable - (NOT AVAILABLE YET) Is the container capable of being expanded as an outline? """ 117 """expanded - (NOT AVAILABLE YET) Is the container opened as an outline? (can only be set for containers viewed as lists) """ 131 containers = container [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/ |
Containers_and_folders.py | 22 """<Inheritance> - inherits some of its properties from the container class """ 97 class container(aetools.ComponentItem): class in inherits:aetools.ComponentItem 98 """container - An item that contains other 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) """ 105 """container window - the container window for this folder """ 109 """entire contents - the entire contents of the container, including the contents of its children """ 113 """expandable - (NOT AVAILABLE YET) Is the container capable of being expanded as an outline? """ 117 """expanded - (NOT AVAILABLE YET) Is the container opened as an outline? (can only be set for containers viewed as lists) """ 131 containers = container [all...] |
/development/samples/devbytes/animation/LayoutTransChanging/src/com/example/android/layouttranschanging/ |
LayoutTransChanging.java | 31 * container. 47 final LinearLayout container = local 48 (LinearLayout) findViewById(R.id.container); 53 container.addView(new ColoredView(this)); 60 container.addView(new ColoredView(context), 1); 67 if (container.getChildCount() > 0) { 69 container.removeViewAt(Math.min(1, container.getChildCount() - 1)); 74 // Note that this assumes a LayoutTransition is set on the container, which is the 75 // case here because the container has the attribute "animateLayoutChanges" set to tru [all...] |
/external/autotest/site_utils/ |
lxc_config.py | 6 This module helps to deploy config files from host to container. It reads 25 source: config file in host to be copied to container. 26 target: config file's location inside container. 28 container. If it's set to false, the existing file inside container will 30 permission: Permission to set to the config file inside container. 34 /etc/resolv.conf inside container. 35 2. Copy all files in ssh to /root/.ssh in container. 48 shadow_config to container when AUTOTEST_DIR/containers/ssp_deploy_config is not 74 # container [all...] |
/frameworks/av/camera/ndk/ |
NdkCameraDevice.cpp | 89 void ACaptureSessionOutputContainer_free(ACaptureSessionOutputContainer* container) { 91 if (container != nullptr) { 92 delete container; 121 ACaptureSessionOutputContainer* container, const ACaptureSessionOutput* output) { 123 if (container == nullptr || output == nullptr) { 124 ALOGE("%s: Error: invalid input: container %p, output %p", 125 __FUNCTION__, container, output); 128 auto pair = container->mOutputs.insert(*output); 137 ACaptureSessionOutputContainer* container, const ACaptureSessionOutput* output) { 139 if (container == nullptr || output == nullptr) [all...] |
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/hp/ |
MDnsUtils.java | 60 private static boolean containsVendor(String container, String[] vendorValues) { 61 if ((container == null) || (vendorValues == null)) return false; 63 if (containsString(container, value) 64 || containsString(container.toLowerCase(Locale.US), value.toLowerCase(Locale.US)) 65 || containsString(container.toUpperCase(Locale.US), value.toUpperCase(Locale.US))) 71 private static boolean containsString(String container, String contained) { 72 return (container != null) && (contained != null) && (container.equalsIgnoreCase(contained) || container.contains(contained + " "));
|
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/samsung/ |
MDnsUtils.java | 60 private static boolean containsVendor(String container, String[] vendorValues) { 61 if ((container == null) || (vendorValues == null)) return false; 63 if (containsString(container, value) 64 || containsString(container.toLowerCase(Locale.US), value.toLowerCase(Locale.US)) 65 || containsString(container.toUpperCase(Locale.US), value.toUpperCase(Locale.US))) 71 private static boolean containsString(String container, String contained) { 72 return (container != null) && (contained != null) && (container.equalsIgnoreCase(contained) || container.contains(contained + " "));
|
/external/chromium-trace/catapult/perf_insights/perf_insights/ui/ |
trace_link_list.html | 19 <div id="container"></div> 32 while (this.$.container.hasChildNodes()) { 33 this.$.container.removeChild(this.$.container.lastChild); 38 this.$.container.appendChild(link);
|
/external/clang/test/CodeGenCXX/ |
eh-aggregated-inits.cpp | 24 struct Container { 28 Container() { globId = 1000; } 29 ~Container() { globId = 2000; } 34 Container c1; 38 Container c2(c1);
|
eh-aggregate-copy-destroy.cpp | 17 struct Container { 24 Container c1; 29 Container c2(c1);
|
/external/libxml2/result/ |
dav9 | 4 <d:href>http://www.foo.bar/container/resource1</d:href> 5 <d:href>http://www.foo.bar/container/resource2</d:href> 6 <d:href>http://www.foo.bar/container/</d:href> 7 <d:href>http://www.foo.bar/container/C2/R2</d:href> 11 <d:href>http://www.foo.bar/container/C2</d:href>
|
/external/libxml2/result/noent/ |
dav9 | 4 <d:href>http://www.foo.bar/container/resource1</d:href> 5 <d:href>http://www.foo.bar/container/resource2</d:href> 6 <d:href>http://www.foo.bar/container/</d:href> 7 <d:href>http://www.foo.bar/container/C2/R2</d:href> 11 <d:href>http://www.foo.bar/container/C2</d:href>
|
/external/libxml2/test/ |
dav9 | 4 <d:href>http://www.foo.bar/container/resource1</d:href> 5 <d:href>http://www.foo.bar/container/resource2</d:href> 6 <d:href>http://www.foo.bar/container/</d:href> 7 <d:href>http://www.foo.bar/container/C2/R2</d:href> 11 <d:href>http://www.foo.bar/container/C2</d:href>
|
/external/webrtc/webrtc/system_wrappers/include/ |
stl_util.h | 37 // For a range within a container of pointers, calls delete (non-array version) 55 // For a range within a container of pairs, calls delete (non-array version) on 59 // container may call the hash function on the iterator when it is advanced, 73 // For a range within a container of pairs, calls delete (non-array version) on 86 // For a range within a container of pairs, calls delete. 133 // STLDeleteElements() deletes all the elements in an STL container and clears 134 // the container. This function is suitable for use with a vector, set, 135 // hash_set, or any other STL container which defines sensible begin(), end(), 138 // If container is NULL, this function is a no-op. 141 // STLElementDeleter (defined below), which ensures that your container' [all...] |
/developers/build/prebuilts/gradle/LNotifications/Application/tests/src/com/example/android/lnotifications/ |
LNotificationActivityTest.java | 32 Fragment fragment = mActivity.getFragmentManager().findFragmentById(R.id.container); 39 Fragment fragment = mActivity.getFragmentManager().findFragmentById(R.id.container); 46 Fragment fragment = mActivity.getFragmentManager().findFragmentById(R.id.container);
|
/developers/samples/android/notification/LNotifications/Application/tests/src/com/example/android/lnotifications/ |
LNotificationActivityTest.java | 32 Fragment fragment = mActivity.getFragmentManager().findFragmentById(R.id.container); 39 Fragment fragment = mActivity.getFragmentManager().findFragmentById(R.id.container); 46 Fragment fragment = mActivity.getFragmentManager().findFragmentById(R.id.container);
|
/external/ceres-solver/internal/ceres/ |
stl_util.h | 39 // For a range within a container of pointers, calls delete 58 // Variant of STLDeleteContainerPointers which allows the container to 72 // STLDeleteElements() deletes all the elements in an STL container and clears 73 // the container. This function is suitable for use with a vector, set, 74 // hash_set, or any other STL container which defines sensible begin(), end(), 77 // If container is NULL, this function is a no-op. 80 // ElementDeleter (defined below), which ensures that your container's elements 83 void STLDeleteElements(T *container) { 84 if (!container) return; 85 STLDeleteContainerPointers(container->begin(), container->end()) [all...] |
/external/libnl/lib/route/cls/ematch/ |
container.c | 2 * lib/route/cls/ematch/container.c Container Ematch 26 .eo_name = "container",
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowFragmentPagerAdapter.java | 24 public void setPrimaryItem(ViewGroup container, int position, Object object) { 25 fragmentManager.beginTransaction().add(container.getId(), (Fragment) object).commit(); 29 public Object instantiateItem(ViewGroup container, int position) {
|