HomeSort by relevance Sort by last modified time
    Searched refs:element (Results 676 - 700 of 1844) sorted by null

<<21222324252627282930>>

  /external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
ExtraFieldUtils.java 211 for (final ZipExtraField element : data) {
212 sum += element.getLocalFileDataLength().getValue();
250 for (final ZipExtraField element : data) {
251 sum += element.getCentralDirectoryLength().getValue();
  /external/apache-http/src/org/apache/http/message/
BasicHeaderValueParser.java 130 HeaderElement element = parseHeaderElement(buffer, cursor); local
131 if (!(element.getName().length() == 0 && element.getValue() == null)) {
132 elements.add(element);
141 * Parses an element with the given parser.
143 * @param value the header element to parse
146 * @return the parsed header element
192 * Creates a header element.
195 * @return a header element representing the argument
  /external/autotest/client/deps/webgl_mpd/src/common/
webgl-utils.js 98 * @param {Element} canvas. The canvas element to create a
159 function(/* function FrameRequestCallback */ callback, /* DOMElement Element */ element) {
  /external/autotest/server/cros/ap_configurators/
levelone_ap_configurator.py 44 element = self.driver.find_element_by_link_text('Wireless')
45 element.click()
46 element = self.driver.find_element_by_link_text('Options')
47 element.click()
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
Strings.java 309 public String set(int index, String element)
311 return super.set(index, element);
314 public void add(int index, String element)
316 super.add(index, element);
  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/
Strings.java 311 public String set(int index, String element)
313 return super.set(index, element);
316 public void add(int index, String element)
318 super.add(index, element);
  /external/cldr/tools/java/org/unicode/cldr/test/
TestMisc.java 521 String element = parts.getElement(i); local
524 if (CLDRFile.isDistinguishing(dtdType, element, attribute)) {
525 distinguishing.add(attribute + "\tD\t" + element);
527 nondistinguishing.add(attribute + "\tN\t" + element);
574 String element = parts.getElement(-1); local
575 if (!careAbout.contains(element)) continue;
578 Set<String> foundSet = (Set<String>) foundItems.get(element);
579 if (foundSet == null) foundItems.put(element, foundSet = new TreeSet<String>());
582 List<String> data = sc.getFullData(element, type);
584 problems.add("No RFC3066bis data for: " + element + "\t" + type + "\t
598 String element = (String) it.next(); local
    [all...]
  /external/curl/lib/
pipeline.c 46 static void site_blacklist_llist_dtor(void *user, void *element)
48 struct site_blacklist_entry *entry = element;
53 static void server_blacklist_llist_dtor(void *user, void *element)
56 free(element);
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
ContributionBinding.java 39 import javax.lang.model.element.AnnotationMirror;
40 import javax.lang.model.element.AnnotationValue;
41 import javax.lang.model.element.TypeElement;
48 import static javax.lang.model.element.Modifier.STATIC;
102 * be the element that contributed it. In the case of subclassed modules, this may differ than the
103 * binding's enclosed element, as this will return the subclass whereas the enclosed element will
125 * A binding that is not explicitly tied to an element, but generated implicitly by the
InjectBindingRegistry.java 37 import javax.lang.model.element.ExecutableElement;
38 import javax.lang.model.element.TypeElement;
79 // the logically same element, clear the cache after generating
209 TypeElement element = MoreElements.asType(types.asElement(key.type())); local
211 ElementFilter.constructorsIn(element.getEnclosedElements());
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/
EnumWriter.java 29 import javax.lang.model.element.Modifier;
32 import static javax.lang.model.element.Modifier.PRIVATE;
33 import static javax.lang.model.element.Modifier.PROTECTED;
34 import static javax.lang.model.element.Modifier.PUBLIC;
Modifiable.java 26 import javax.lang.model.element.Modifier;
  /external/deqp-deps/SPIRV-Tools/test/tools/
spirv_test_framework.py 33 a list, its element will be joined together with '' to form a single
273 element.instantiate_for_expectation(self)
274 if isinstance(element, PlaceHolder) else element
275 for element in expectation
  /external/fonttools/Lib/fontTools/misc/
testTools.py 26 element so it can be called on small snippets of TTX files.
88 element = (name, attrs, [])
90 self.stack[-1][2].append(element)
92 self.root = element
93 self.stack.append(element)
  /external/guava/guava/src/com/google/common/collect/
EmptyImmutableSortedMultiset.java 48 public int count(@Nullable Object element) {
ImmutableSortedMultisetFauxverideShim.java 50 * Comparable} element.</b> Proper calls will resolve to the version in {@code
58 public static <E> ImmutableSortedMultiset<E> of(E element) {
64 * Comparable} element.</b> Proper calls will resolve to the version in {@code
78 * Comparable} element.</b> Proper calls will resolve to the version in {@code
92 * Comparable} element.</b> Proper calls will resolve to the version in {@code
106 * Comparable} element.</b> Proper calls will resolve to the version in {@code
121 * Comparable} element.</b> Proper calls will resolve to the version in {@code
ImmutableSortedSetFauxverideShim.java 51 * non-{@code Comparable} element.</b> Proper calls will resolve to the
58 @Deprecated public static <E> ImmutableSortedSet<E> of(E element) {
64 * non-{@code Comparable} element.</b> Proper calls will resolve to the
77 * non-{@code Comparable} element.</b> Proper calls will resolve to the
90 * non-{@code Comparable} element.</b> Proper calls will resolve to the
105 * non-{@code Comparable} element.</b> Proper calls will resolve to the
120 * non-{@code Comparable} element.</b> Proper calls will resolve to the
  /external/guava/guava-tests/test/com/google/common/collect/
ForwardingSortedMultisetTest.java 100 public int count(@Nullable Object element) {
101 return standardCount(element);
115 public boolean add(E element) {
116 return standardAdd(element);
  /external/icu/icu4c/source/common/
unifiedcache.h 441 * Returns the next element in the cache round robin style.
451 * An item corresponds to an entry in the hash table, a hash table element.
480 * On entry, gCacheMutex must be held. Hash entry element must be in progress.
487 const UHashElement *element,
532 void _fetch(const UHashElement *element, const SharedObject *&value,
539 UBool _inProgress(const UHashElement *element) const;
551 UBool _isEvictable(const UHashElement *element) const;
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/body/
EnumDeclaration.java 104 public EnumDeclaration setEntry(int i, EnumConstantDeclaration element) {
105 getEntries().set(i, element);
109 public EnumDeclaration addEntry(EnumConstantDeclaration element) {
110 getEntries().add(element);
  /external/javapoet/src/test/java/com/squareup/javapoet/
FieldSpecTest.java 23 import javax.lang.model.element.Modifier;
ParameterSpecTest.java 23 import javax.lang.model.element.Modifier;
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_stateobj.h 62 struct nv50_vertex_element element[0]; member in struct:nv50_vertex_stateobj
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_stateobj.h 61 struct nvc0_vertex_element element[0]; member in struct:nvc0_vertex_stateobj
  /external/objenesis/tck/src/main/java/org/objenesis/tck/
TextReporter.java 209 for(Result element : exceptions) {
210 log.println("--- Candidate '" + element.candidateDescription + "', Instantiator '"
211 + element.objenesisDescription + "' ---");
212 element.exception.printStackTrace(log);

Completed in 1334 milliseconds

<<21222324252627282930>>