HomeSort by relevance Sort by last modified time
    Searched full:container (Results 26 - 50 of 5699) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/
CompactConstructorExampleTest.java 41 assertEquals(new Container(), obj);
46 assertEquals(new Container("title"), obj);
50 Container obj = (Container) load("example3.yaml");
51 assertEquals(new Container("title3"), obj);
60 Container container = (Container) obj; local
62 assertEquals(new Container("title4"), obj);
63 assertEquals("title4", container.getTitle())
71 Container container = (Container) obj; local
82 Container container = (Container) obj; local
93 Container container = (Container) obj; local
    [all...]
  /system/webservd/libwebserv/
request_utils.cc 35 void OnCopySuccess(std::shared_ptr<RequestDataContainer> container,
42 container->success_callback.Run(std::move(container->request),
43 std::move(container->response),
44 std::move(container->data));
47 void OnCopyError(std::shared_ptr<RequestDataContainer> container,
51 container->error_callback.Run(std::move(container->request),
52 std::move(container->response), error);
61 auto container = std::make_shared<RequestDataContainer>() local
    [all...]
  /external/freetype/src/raster/
rastpic.c 42 RasterPIC* container = (RasterPIC*)pic_container->raster; local
45 if ( --container->ref_count )
47 FT_FREE( container );
58 RasterPIC* container = NULL; local
70 /* allocate pointer, clear and set global container pointer */
71 if ( FT_ALLOC( container, sizeof ( *container ) ) )
73 FT_MEM_SET( container, 0, sizeof ( *container ) );
74 pic_container->raster = container;
    [all...]
  /external/freetype/src/smooth/
ftspic.c 42 SmoothPIC* container = (SmoothPIC*)pic_container->smooth; local
45 if ( --container->ref_count )
48 FT_FREE( container );
59 SmoothPIC* container = NULL; local
71 /* allocate pointer, clear and set global container pointer */
72 if ( FT_ALLOC( container, sizeof ( *container ) ) )
74 FT_MEM_SET( container, 0, sizeof ( *container ) );
75 pic_container->smooth = container;
    [all...]
  /external/libcxx/test/std/containers/container.adaptors/queue/queue.ops/
lt.pass.cpp 12 // template <class T, class Container>
13 // bool operator< (const queue<T, Container>& x,const queue<T, Container>& y);
15 // template <class T, class Container>
16 // bool operator> (const queue<T, Container>& x,const queue<T, Container>& y);
18 // template <class T, class Container>
19 // bool operator>=(const queue<T, Container>& x,const queue<T, Container>& y);
21 // template <class T, class Container>
    [all...]
  /external/libcxx/test/std/containers/container.adaptors/stack/stack.ops/
lt.pass.cpp 12 // template <class T, class Container>
13 // bool operator< (const stack<T, Container>& x,const stack<T, Container>& y);
15 // template <class T, class Container>
16 // bool operator> (const stack<T, Container>& x,const stack<T, Container>& y);
18 // template <class T, class Container>
19 // bool operator>=(const stack<T, Container>& x,const stack<T, Container>& y);
21 // template <class T, class Container>
    [all...]
  /external/pdfium/third_party/freetype/src/raster/
rastpic.c 42 RasterPIC* container = (RasterPIC*)pic_container->raster; local
45 if ( --container->ref_count )
47 FT_FREE( container );
58 RasterPIC* container = NULL; local
71 /* allocate pointer, clear and set global container pointer */
72 if ( FT_ALLOC( container, sizeof ( *container ) ) )
74 FT_MEM_SET( container, 0, sizeof ( *container ) );
75 pic_container->raster = container;
    [all...]
  /external/pdfium/third_party/freetype/src/smooth/
ftspic.c 42 SmoothPIC* container = (SmoothPIC*)pic_container->smooth; local
45 if ( --container->ref_count )
48 FT_FREE( container );
59 SmoothPIC* container = NULL; local
71 /* allocate pointer, clear and set global container pointer */
72 if ( FT_ALLOC( container, sizeof ( *container ) ) )
74 FT_MEM_SET( container, 0, sizeof ( *container ) );
75 pic_container->smooth = container;
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.ops/
lt.pass.cpp 12 // template <class T, class Container>
13 // bool operator< (const queue<T, Container>& x,const queue<T, Container>& y);
15 // template <class T, class Container>
16 // bool operator> (const queue<T, Container>& x,const queue<T, Container>& y);
18 // template <class T, class Container>
19 // bool operator>=(const queue<T, Container>& x,const queue<T, Container>& y);
21 // template <class T, class Container>
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.ops/
lt.pass.cpp 12 // template <class T, class Container>
13 // bool operator< (const stack<T, Container>& x,const stack<T, Container>& y);
15 // template <class T, class Container>
16 // bool operator> (const stack<T, Container>& x,const stack<T, Container>& y);
18 // template <class T, class Container>
19 // bool operator>=(const stack<T, Container>& x,const stack<T, Container>& y);
21 // template <class T, class Container>
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-containers/1.0.3/
plexus-containers-1.0.3.pom 11 <name>Parent Plexus Container POM</name>
14 <module>plexus-container-artifact</module>
15 <module>plexus-container-default</module>
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-containers/1.0.3/
plexus-containers-1.0.3.pom 11 <name>Parent Plexus Container POM</name>
14 <module>plexus-container-artifact</module>
15 <module>plexus-container-default</module>
  /external/clang/test/SemaObjC/
deprecate_function_containers.m 5 void p_foo() {} // expected-warning {{function definition inside an Objective-C container is deprecated}}
9 void foo() {} // expected-warning {{function definition inside an Objective-C container is deprecated}}
10 inline void v_foo() {} // expected-warning {{function definition inside an Objective-C container is deprecated}}
11 static int s_foo() {return 0; } // expected-warning {{function definition inside an Objective-C container is deprecated}}
12 static inline int si_val() { return 1; } // expected-warning {{function definition inside an Objective-C container is deprecated}}
16 void cat_foo() {} // expected-warning {{function definition inside an Objective-C container is deprecated}}
32 static inline void prototype_observe_moin1(void (^callback)(id)) { // expected-warning {{function definition inside an Objective-C container is deprecated}}
34 callback(prototypeState.moin1); // expected-error {{use of Objective-C property in function nested in Objective-C container not supported, move function outside its container}}
  /external/jetty/src/resources/org/eclipse/jetty/server/jmx/
HandlerContainer-mbean.properties 2 handlers: MObject:RO:Handlers in this container
  /external/snakeyaml/src/test/resources/compactnotation/
example4.yaml 1 org.yaml.snakeyaml.extensions.compactnotation.Container(title4, name=parent4, id=444):
  /art/runtime/base/
stl_util.h 35 // For a range within a container of pointers, calls delete
54 // STLDeleteElements() deletes all the elements in an STL container and clears
55 // the container. This function is suitable for use with a vector, set,
56 // hash_set, or any other STL container which defines sensible begin(), end(),
59 // If container is null, this function is a no-op.
62 // using a container of std::unique_ptr, which ensures that your container's
63 // elements are deleted when the container goes out of scope.
65 void STLDeleteElements(T *container) {
66 if (container != nullptr)
    [all...]
  /external/autotest/site_utils/
lxc_cleanup.py 9 container used to run the test will be orphaned. This adds overhead to the
12 This module also checks if the test job associated with a container has
14 container. To avoid racing condition, this only applies to job finished at least
37 # The cutoff time to declare a test job is completed and container is orphaned.
39 # is still in the process of destroying the container it used.
43 """Get job id and autoserv process id from container name.
45 @param container: Name of the container.
47 @return: job id and autoserv process id for the given container name.
52 # Container is not created for test, e.g., the base container
    [all...]
lxc_functional_test.py 36 # container, so it's prefered to avoid dependency on devserver.
42 # Name of test script file to run in container.
44 # Test script to run in container to verify autotest code setup.
101 """Test setup base container works.
105 logging.info('Rebuild base container in folder %s.', bucket.container_path)
112 """Test container can be created from base container.
115 @param name: Name of the test container.
117 container failures.
119 @return: A Container object created for the test container
    [all...]
  /frameworks/support/v17/tests/src/android/support/v17/leanback/widget/
ShadowOverlayContainerTest.java 33 ShadowOverlayContainer container = new ShadowOverlayContainer(getContext()); local
34 container.initialize(true, true, true);
35 container.wrap(textView);
36 frameLayout.addView(container);
44 assertEquals(container.getWidth(), textView.getWidth());
45 assertEquals(container.getHeight(), textView.getHeight());
54 assertEquals(container.getWidth(), textView.getWidth());
55 assertEquals(container.getHeight(), textView.getHeight());
63 ShadowOverlayContainer container = new ShadowOverlayContainer(getContext());
64 container.initialize(true, true, true)
    [all...]
  /external/clang/test/CodeGenCXX/
eh-aggregated-inits-unwind.cpp 25 struct Container {
30 Container() { id = 1000; }
31 ~Container() { id = 2000; }
36 Container c1;
38 // CHECK: %{{.+}} = getelementptr inbounds %struct.Container, %struct.Container* %{{.+}}, i32 0, i32 1
39 // CHECK-NOT: %{{.+}} = bitcast %struct.Container* %{{.+}} to %struct.ImplicitCopy*
40 Container c2(c1);
  /external/freetype/src/pshinter/
pshpic.c 53 PSHinterPIC* container = NULL; local
57 /* allocate pointer, clear and set global container pointer */
58 if ( FT_ALLOC( container, sizeof ( *container ) ) )
60 FT_MEM_SET( container, 0, sizeof ( *container ) );
61 pic_container->pshinter = container;
65 library, &container->pshinter_interface );
  /external/pdfium/third_party/freetype/src/pshinter/
pshpic.c 53 PSHinterPIC* container = NULL; local
57 /* allocate pointer, clear and set global container pointer */
58 if ( FT_ALLOC( container, sizeof ( *container ) ) )
60 FT_MEM_SET( container, 0, sizeof ( *container ) );
61 pic_container->pshinter = container;
65 library, &container->pshinter_interface );
  /external/v8/test/mjsunit/regress/
regress-update-field-type-attributes.js 7 var container = {field: new InnerClass()};
8 return Object.freeze(container);
  /external/freetype/src/base/
basepic.c 73 BasePIC* container = NULL; local
77 /* allocate pointer, clear and set global container pointer */
78 if ( FT_ALLOC( container, sizeof ( *container ) ) )
80 FT_MEM_SET( container, 0, sizeof ( *container ) );
81 pic_container->base = container;
91 &container->ft_outline_glyph_class );
93 &container->ft_bitmap_glyph_class );
96 (ft_raccess_guess_rec*)&container->ft_raccess_guess_table )
    [all...]
  /external/pdfium/third_party/freetype/src/base/
basepic.c 73 BasePIC* container = NULL; local
77 /* allocate pointer, clear and set global container pointer */
78 if ( FT_ALLOC( container, sizeof ( *container ) ) )
80 FT_MEM_SET( container, 0, sizeof ( *container ) );
81 pic_container->base = container;
91 &container->ft_outline_glyph_class );
93 &container->ft_bitmap_glyph_class );
96 (ft_raccess_guess_rec*)&container->ft_raccess_guess_table )
    [all...]

Completed in 536 milliseconds

12 3 4 5 6 7 8 91011>>