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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium-trace/catapult/third_party/coverage/coverage/htmlfiles/
jquery.isonscreen.js 10 isOnScreen: function(box, container) {
13 for(var i in container){container[i] = parseFloat(container[i])};
15 if(!container){
16 container = {
24 if( box.left+box.width-container.left > 0 &&
25 box.left < container.width+container.left &&
26 box.top+box.height-container.top > 0 &
    [all...]
  /external/snakeyaml/src/test/resources/compactnotation/
example2.yaml 1 org.yaml.snakeyaml.extensions.compactnotation.Container(title)
example9.yaml 2 org.yaml.snakeyaml.extensions.compactnotation.Container(t7, id=id7): { name: child7 }
3 org.yaml.snakeyaml.extensions.compactnotation.Container(t9, id=id9): { name: child9 }
example1.yaml 1 org.yaml.snakeyaml.extensions.compactnotation.Container(name=parent, id=123)
example3.yaml 1 org.yaml.snakeyaml.extensions.compactnotation.Container(title3, name=parent, id=123
example5.yaml 1 org.yaml.snakeyaml.extensions.compactnotation.Container(title4):
example6.yaml 1 org.yaml.snakeyaml.extensions.compactnotation.Container(title4): { name: child6, id: ID6}
example7.yaml 1 org.yaml.snakeyaml.extensions.compactnotation.Container(The title, id=id7): { name: child7 }
example10.yaml 2 - org.yaml.snakeyaml.extensions.compactnotation.Container(t7, id=id7): { name: child7 }
3 - org.yaml.snakeyaml.extensions.compactnotation.Container(t9, id=id9): { name: child9 }
4 - org.yaml.snakeyaml.extensions.compactnotation.Container(t10, id=id10): { name: child10 }
  /external/clang/test/SemaCXX/
PR11358.cpp 6 struct container { struct in namespace:test1
13 typedef container<T> Container;
15 Container::iterator i = c.begin(); // expected-error{{missing 'typename'}}
17 Container c;
39 struct container { struct in namespace:test3
45 typedef container<T> Container;
47 Container::iterator const i; // expected-error{{missing 'typename'}}
49 Container c
    [all...]
  /external/freetype/src/autofit/
afpic.c 62 AFModulePIC* container = (AFModulePIC*)pic_container->autofit; local
65 if ( container->af_services )
67 container->af_services );
68 container->af_services = NULL;
70 FT_FREE( container );
82 AFModulePIC* container = NULL; local
86 /* allocate pointer, clear and set global container pointer */
87 if ( FT_ALLOC ( container, sizeof ( *container ) ) )
89 FT_MEM_SET( container, 0, sizeof ( *container ) )
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubycontainer_extended.swg 7 * the underlying object inside of the container and the iterator
15 * @param Container STL container
16 * @param Type class inside container
19 %define %swig_container_with_equal_operator( Container, Type )
23 Container<Type >::iterator e = $self->end();
24 Container<Type >::iterator i = std::remove( $self->begin(), e, val );
44 * @param Container STL container
45 * @param Type class inside container
    [all...]
  /external/sfntly/cpp/src/sfntly/port/
java_iterator.h 38 template <typename ReturnType, typename Container,
39 typename ContainerBase = Container>
41 public RefCounted< PODIterator<ReturnType, Container> > {
43 explicit PODIterator(Container* container) : container_(container) {}
59 Container* container() { return container_; } function in class:sfntly::PODIterator
62 Container* container_; // Dumb pointer is used to avoid circular ref-counting
65 template <typename ReturnType, typename Container,
86 Container* container() { return container_; } function in class:sfntly::RefIterator
    [all...]
  /external/chromium-trace/catapult/tracing/tracing/ui/base/
container_that_decorates_its_children_test.html 23 'simple-container', tr.ui.b.ContainerThatDecoratesItsChildren);
40 var container = new SimpleContainer();
41 container.appendChild(createChild());
42 container.appendChild(createChild());
43 container.appendChild(createChild());
44 assert.isTrue(container.children[0].decorated);
45 assert.isTrue(container.children[1].decorated);
46 assert.isTrue(container.children[2].decorated);
51 var container = new SimpleContainer();
52 container.appendChild(c0)
    [all...]
  /external/freetype/src/cff/
cffpic.c 70 CffModulePIC* container = (CffModulePIC*)pic_container->cff; local
73 if ( container->cff_services )
75 container->cff_services );
76 container->cff_services = NULL;
77 if ( container->cff_field_handlers )
79 library, container->cff_field_handlers );
80 container->cff_field_handlers = NULL;
81 FT_FREE( container );
92 CffModulePIC* container = NULL; local
96 /* allocate pointer, clear and set global container pointer *
    [all...]
  /external/pdfium/third_party/freetype/src/cff/
cffpic.c 70 CffModulePIC* container = (CffModulePIC*)pic_container->cff; local
73 if ( container->cff_services )
75 container->cff_services );
76 container->cff_services = NULL;
77 if ( container->cff_field_handlers )
79 library, container->cff_field_handlers );
80 container->cff_field_handlers = NULL;
81 FT_FREE( container );
92 CffModulePIC* container = NULL; local
96 /* allocate pointer, clear and set global container pointer *
    [all...]
  /external/freetype/src/sfnt/
sfntpic.c 75 sfntModulePIC* container = (sfntModulePIC*)pic_container->sfnt; local
78 if ( container->sfnt_services )
80 container->sfnt_services );
81 container->sfnt_services = NULL;
83 if ( container->tt_cmap_classes )
85 container->tt_cmap_classes );
86 container->tt_cmap_classes = NULL;
88 FT_FREE( container );
99 sfntModulePIC* container = NULL; local
103 /* allocate pointer, clear and set global container pointer *
    [all...]
  /external/pdfium/third_party/freetype/src/sfnt/
sfntpic.c 75 sfntModulePIC* container = (sfntModulePIC*)pic_container->sfnt; local
78 if ( container->sfnt_services )
80 container->sfnt_services );
81 container->sfnt_services = NULL;
83 if ( container->tt_cmap_classes )
85 container->tt_cmap_classes );
86 container->tt_cmap_classes = NULL;
88 FT_FREE( container );
99 sfntModulePIC* container = NULL; local
103 /* allocate pointer, clear and set global container pointer *
    [all...]
  /external/clang/test/Modules/Inputs/merge-nested-templates/
string.ii 2 template <typename, typename Container> struct normal_iterator {
6 normal_iterator(normal_iterator<I, typename Container::iterator>) {}
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
sample1a-expected-assistant2.txt 2 Wrap in Container : Initiates the "Wrap in Container" refactoring
3 Remove Container : Initiates the "Remove Container" refactoring
sample1a-expected-assistant3.txt 2 Wrap in Container : Initiates the "Wrap in Container" refactoring
3 Remove Container : Initiates the "Remove Container" refactoring
  /external/freetype/src/truetype/
ttpic.c 52 TTModulePIC* container = (TTModulePIC*)pic_container->truetype; local
55 if ( container->tt_services )
56 FT_Destroy_Class_tt_services( library, container->tt_services );
57 container->tt_services = NULL;
58 FT_FREE( container );
69 TTModulePIC* container = NULL; local
73 /* allocate pointer, clear and set global container pointer */
74 if ( FT_ALLOC( container, sizeof ( *container ) ) )
76 FT_MEM_SET( container, 0, sizeof ( *container ) )
    [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttpic.c 52 TTModulePIC* container = (TTModulePIC*)pic_container->truetype; local
55 if ( container->tt_services )
56 FT_Destroy_Class_tt_services( library, container->tt_services );
57 container->tt_services = NULL;
58 FT_FREE( container );
69 TTModulePIC* container = NULL; local
73 /* allocate pointer, clear and set global container pointer */
74 if ( FT_ALLOC( container, sizeof ( *container ) ) )
76 FT_MEM_SET( container, 0, sizeof ( *container ) )
    [all...]
  /external/freetype/src/psnames/
pspic.c 50 PSModulePIC* container = (PSModulePIC*)pic_container->psnames; local
53 if ( container->pscmaps_services )
55 container->pscmaps_services );
56 container->pscmaps_services = NULL;
57 FT_FREE( container );
68 PSModulePIC* container = NULL; local
72 /* allocate pointer, clear and set global container pointer */
73 if ( FT_ALLOC( container, sizeof ( *container ) ) )
75 FT_MEM_SET( container, 0, sizeof ( *container ) )
    [all...]
  /external/pdfium/third_party/freetype/src/psnames/
pspic.c 50 PSModulePIC* container = (PSModulePIC*)pic_container->psnames; local
53 if ( container->pscmaps_services )
55 container->pscmaps_services );
56 container->pscmaps_services = NULL;
57 FT_FREE( container );
68 PSModulePIC* container = NULL; local
72 /* allocate pointer, clear and set global container pointer */
73 if ( FT_ALLOC( container, sizeof ( *container ) ) )
75 FT_MEM_SET( container, 0, sizeof ( *container ) )
    [all...]

Completed in 711 milliseconds

1 2 3 4 5 6 7 8 91011>>