Searched refs:elements (Results 201 - 225 of 1018) sorted by relevance

1234567891011>>

/external/doclava/res/assets/templates/components/
H A Dapi_filter.cs7 <!-- option elements added by buildApiLevelSelector() -->
/external/guava/guava/src/com/google/common/collect/
H A DForwardingList.java70 public boolean addAll(int index, Collection<? extends E> elements) { argument
71 return delegate().addAll(index, elements);
144 int index, Iterable<? extends E> elements) {
145 return Lists.addAllImpl(this, index, elements);
143 standardAddAll( int index, Iterable<? extends E> elements) argument
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DListEqualsTester.java39 "A List should equal any other List containing the same elements.",
48 "A List should not equal another List containing different elements.",
64 ArrayList<E> elements = new ArrayList<E>(getSampleElements());
65 elements.set(elements.size() / 2, null);
66 collection = getSubjectGenerator().create(elements.toArray());
/external/jmonkeyengine/engine/src/test/jme3test/animation/
H A DSubtitleTrack.java10 import de.lessvoid.nifty.elements.render.TextRenderer;
/external/smack/src/org/apache/harmony/javax/security/auth/
H A DSubject.java527 private LinkedList<SST> elements; field in class:Subject.SecureSet
562 elements = new LinkedList<SST>();
566 // all collection elements are verified before adding
578 if (trust || !elements.contains(o)) {
579 elements.add(o);
607 if (!elements.contains(o)) {
608 elements.add(o);
623 return new SecureIterator(elements.iterator()) {
637 return new SecureIterator(elements.iterator());
651 return elements
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/tests/
H A Dutilities.js273 var elements = this.parseSequence_(sequence);
274 for (var i = 0; i < elements.length; ++i) {
275 if (!Array.isArray(elements[i])) { // Skip over expected value arrays.
277 this.updatedExpectations_(expected, elements[i]);
278 if (Array.isArray(elements[i + 1] && elements[i + 1][0]))
279 expected = this.adjustExpectations_([], elements[i + 1], 0);
281 expected = this.adjustExpectations_(expected, elements, i + 1);
283 if (elements[i].match(/^-?[\d.][\d.=]*$/))
284 this.testNumber_(controller, elements[
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DQueuesTest.java94 int elements = drain(q, buf, 100, Long.MAX_VALUE, TimeUnit.NANOSECONDS, interruptibly);
95 assertEquals(100, elements);
138 // asking to drain zero elements
163 int elements = Queues.drain(q, buf, -1, Long.MAX_VALUE, TimeUnit.NANOSECONDS);
164 assertEquals(elements, 0);
203 int elements =
205 // so when this drains all elements, we know the thread has also been interrupted in between
207 assertEquals(100, elements);
268 final int elements; field in class:QueuesTest.Producer
270 Producer(BlockingQueue<Object> q, int elements) { argument
[all...]
H A DImmutableSetTest.java73 @Override protected Set<String> copyOf(String[] elements) { argument
74 return ImmutableSet.copyOf(elements);
77 @Override protected Set<String> copyOf(Collection<String> elements) { argument
78 return ImmutableSet.copyOf(elements);
81 @Override protected Set<String> copyOf(Iterable<String> elements) { argument
82 return ImmutableSet.copyOf(elements);
85 @Override protected Set<String> copyOf(Iterator<String> elements) { argument
86 return ImmutableSet.copyOf(elements);
H A DTransformedImmutableListTest.java38 @Override protected List<String> create(String[] elements) {
40 ImmutableList.copyOf(elements)) {
H A DSetsTest.java117 @Override protected Set<String> create(String[] elements) {
118 int size = elements.length;
122 Arrays.asList(elements).subList(0, size - 1))
123 : Sets.newHashSet(elements);
127 Arrays.asList(elements).subList(1, size))
137 @Override protected Set<String> create(String[] elements) {
138 Set<String> set1 = Sets.newHashSet(elements);
140 Set<String> set2 = Sets.newHashSet(elements);
150 @Override protected Set<String> create(String[] elements) {
151 Set<String> set1 = Sets.newHashSet(elements);
894 assertPowerSetHashCode(int expected, Set<?> elements) argument
898 assertPowerSetSize(int i, Object... elements) argument
906 set(E... elements) argument
910 list(E... elements) argument
[all...]
/external/apache-http/src/org/apache/http/client/methods/
H A DHttpOptions.java97 HeaderElement[] elements = header.getElements();
98 for (HeaderElement element : elements) {
/external/chromium/chrome/browser/resources/shared/js/cr/
H A Dui.js8 * Decorates elements as an instance of a class.
11 * elements to decorate.
16 var elements;
18 elements = cr.doc.querySelectorAll(source);
20 elements = [source];
22 for (var i = 0, el; el = elements[i]; i++) {
57 * function to use for newly created elements. If this is a function it
103 * Input elements do not grow and shrink with their content. This is a simple
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/js/cr/
H A Dui.js8 * Decorates elements as an instance of a class.
11 * elements to decorate.
16 var elements;
18 elements = cr.doc.querySelectorAll(source);
20 elements = [source];
22 for (var i = 0, el; el = elements[i]; i++) {
57 * function to use for newly created elements. If this is a function it
103 * Input elements do not grow and shrink with their content. This is a simple
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/cr/
H A Dui.js8 * Decorates elements as an instance of a class.
11 * elements to decorate.
16 var elements;
18 elements = cr.doc.querySelectorAll(source);
20 elements = [source];
22 for (var i = 0, el; el = elements[i]; i++) {
57 * function to use for newly created elements. If this is a function it
103 * Input elements do not grow and shrink with their content. This is a simple
/external/chromium_org/ppapi/cpp/dev/
H A Dresource_array_dev.cc36 const PP_Resource elements[],
40 instance.pp_instance(), elements, size));
35 ResourceArray_Dev(const InstanceHandle& instance, const PP_Resource elements[], uint32_t size) argument
/external/chromium_org/remoting/webapp/
H A Dui_mode.js9 * string 'host.shared' will match any elements with an associated attribute
10 * of 'host' or 'host.shared', showing those elements and hiding all others.
21 // 'home' state applies to all elements and can be removed.
76 * Update the DOM by showing or hiding elements based on whether or not they
86 var elements = document.querySelectorAll('[' + attr + ']');
87 // Hide elements first so that we don't end up trying to show two modal
89 for (var i = 0; i < elements.length; ++i) {
90 var element = /** @type {Element} */ elements[i];
95 for (var i = 0; i < elements.length; ++i) {
96 var element = /** @type {Element} */ elements[
[all...]
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
H A DInputLayoutCache.cpp108 ilKey.elements[ilKey.elementCount].SemanticName = semanticName;
109 ilKey.elements[ilKey.elementCount].SemanticIndex = sortedSemanticIndices[i];
110 ilKey.elements[ilKey.elementCount].Format = attributes[i].attribute->mArrayEnabled ? vertexBuffer->getDXGIFormat(*attributes[i].attribute) : DXGI_FORMAT_R32G32B32A32_FLOAT;
111 ilKey.elements[ilKey.elementCount].InputSlot = i;
112 ilKey.elements[ilKey.elementCount].AlignedByteOffset = 0;
113 ilKey.elements[ilKey.elementCount].InputSlotClass = inputClass;
114 ilKey.elements[ilKey.elementCount].InstanceDataStepRate = attributes[i].divisor;
136 HRESULT result = mDevice->CreateInputLayout(ilKey.elements, ilKey.elementCount, shader->getFunction(), shader->getLength(), &inputLayout);
/external/chromium_org/ui/webui/resources/js/cr/
H A Dui.js8 * Decorates elements as an instance of a class.
11 * elements to decorate.
16 var elements;
18 elements = cr.doc.querySelectorAll(source);
20 elements = [source];
22 for (var i = 0, el; el = elements[i]; i++) {
57 * function to use for newly created elements. If this is a function it
103 * Input elements do not grow and shrink with their content. This is a simple
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DReserializingTestCollectionGenerator.java48 public Collection<E> create(Object... elements) { argument
49 return reserialize(delegate.create(elements));
/external/mockito/src/org/mockito/
H A DAdditionalAnswers.java175 * Returns elements of the collection. Keeps returning the last element forever.
176 * Might be useful on occasion when you have a collection of elements to return.
186 * @param elements The collection of elements to return.
191 public static <T> Answer<T> returnsElementsOf(Collection<?> elements) { argument
192 return (Answer<T>) new ReturnsElementsOf(elements);
/external/openssh/
H A Dgss-genr.c54 memcmp(ctx->oid->elements, data, len) == 0);
62 xfree(ctx->oid->elements);
67 ctx->oid->elements = xmalloc(len);
68 memcpy(ctx->oid->elements, data, len);
75 ssh_gssapi_set_oid_data(ctx, oid->elements, oid->length);
167 xfree((*ctx)->oid->elements);
260 (memcmp(oid->elements, spnego_oid.elements, oid->length) == 0))
/external/v8/src/
H A Dliveobjectlist-inl.h91 // Iterates the elements in every lol and returns the one that matches the
98 Element* elements = lol->elements_; local
100 Element* element = &elements[i];
/external/chromium_org/ppapi/proxy/
H A Ddevice_enumeration_resource_helper.cc187 scoped_ptr<PP_Resource[]> elements; local
190 elements.reset(new PP_Resource[size]);
194 elements[index] = device_object->GetReference();
199 elements.get());
201 PpapiGlobals::Get()->GetResourceTracker()->ReleaseResource(elements[index]);
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlink_uniform_initializers.cpp53 const unsigned int elements)
55 for (unsigned int i = 0; i < elements; i++) {
123 const unsigned int elements = val->array_elements[0]->type->components(); local
131 elements);
133 idx += elements;
50 copy_constant_to_storage(union gl_constant_value *storage, const ir_constant *val, const enum glsl_base_type base_type, const unsigned int elements) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
H A DVersionTrackerTask.java35 private Hashtable elements; field in class:VersionTrackerTask
66 elements = new Hashtable();
136 elements.put(element,element+"_"+version);
146 Enumeration keys = elements.keys();
150 writer.println(key.toString()+"="+elements.get(key).toString());

Completed in 4050 milliseconds

1234567891011>>