Searched refs:element (Results 176 - 200 of 822) sorted by relevance

1234567891011>>

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DUCharacterNameIterator.java31 * @param element for storing the result codepoint and name
35 public boolean next(ValueIterator.Element element) argument
70 if (!iterateGroup(element, end)) {
87 element.integer = m_current_;
88 element.value = m_name_.getAlgorithmName(m_algorithmIndex_,
98 if (!iterateGroup(element, m_limit_)) {
103 if (!iterateExtended(element, m_limit_)) {
127 * <p>If setRange(start, end) is not performed before next(element) is
132 * UCharacter.MAX_VALUE, next(element) will always return false.
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DNewHdfParser.java254 // Re-use a single element to avoid repeated allocations/trashing (serious
256 HdfNameAttrs element = state.hdfNameAttrs;
257 if (!parseHdfNameAttrs(element, seq, 0, state)) {
260 int index = skipLeadingWhitespace(seq, element.endOfSequence);
268 handleDescend(state, element);
274 handleAssign(state, element, value);
289 handleCopy(state, element, src);
302 handleLink(state, element, src);
316 handleAssign(state, element, multilineValue);
325 * This method parses out an HDF element nam
364 parseAttributes(String seq, int index, ParseState state, HdfNameAttrs element) argument
405 parseAttribute(String seq, int index, ParseState state, HdfNameAttrs element) argument
531 handleDescend(ParseState state, HdfNameAttrs element) argument
537 handleNodeCreation(Data node, HdfNameAttrs element) argument
541 handleAssign(ParseState state, HdfNameAttrs element, String value) argument
547 handleCopy(ParseState state, HdfNameAttrs element, String srcName) argument
557 handleLink(ParseState state, HdfNameAttrs element, String srcName) argument
[all...]
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
H A DInternalNano.java217 // element mismatch
252 // element mismatch
308 byte[] element = field[i];
309 if (element != null) {
310 result = 31 * result + Arrays.hashCode(element);
325 Object element = field[i];
326 if (element != null) {
327 result = 31 * result + element.hashCode();
/external/smali/util/src/main/java/org/jf/util/
H A DImmutableConverter.java56 for (Item element: iterable) {
57 if (!isImmutable(element)) {
87 for (Item element: iterable) {
88 if (!isImmutable(element)) {
120 for (Item element: iterable) {
121 if (!isImmutable(element)) {
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
H A DAnnotationPool.java61 for (AnnotationElement element: annotation.getElements()) {
62 stringPool.intern(element.getName());
63 DexPool.internEncodedValue(element.getValue(), stringPool, typePool, fieldPool, methodPool);
/external/vogar/src/vogar/
H A DMd5Cache.java90 for (File element : classpath.getElements()) {
92 if (!element.toString().endsWith(".jar")) {
95 key += "-" + md5(element);
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DRewriteRuleNodeStream.as9 public function RewriteRuleNodeStream(adaptor:TreeAdaptor, elementDescription:String, element:Object = null) {
10 super(adaptor, elementDescription, element);
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRRewriteRuleElementStream.h57 element:(id)anElement;
63 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription element:(id)anElement;
79 - (id) copyElement:(id)element;
80 - (id) toTree:(id)element;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRRewriteRuleElementStream.h57 element:(id)anElement;
63 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription element:(id)anElement;
79 - (id) copyElement:(id)element;
80 - (id) toTree:(id)element;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRRewriteRuleElementStream.h57 element:(id)anElement;
63 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription element:(id)anElement;
79 - (id) copyElement:(id)element;
80 - (id) toTree:(id)element;
/external/clang/tools/scan-build/
H A Dsorttable.js124 if (cell.nodeType == 1) { // an element
374 function dean_addEvent(element, type, handler) {
375 if (element.addEventListener) {
376 element.addEventListener(type, handler, false);
380 // create a hash table of event types for the element
381 if (!element.events) element.events = {};
382 // create a hash table of event handlers for each element/event pair
383 var handlers = element.events[type];
385 handlers = element
[all...]
/external/selinux/checkpolicy/
H A Dqueue.h20 queue_element_t element; member in struct:queue_node
39 Applies the specified function f to each element in the
42 In addition to passing the element to f, queue_map
53 then the element will be removed from the queue and the g
54 function will be applied to the element.
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
H A DBuilderAnnotationPool.java82 public BuilderStringReference getElementName(@Nonnull BuilderAnnotationElement element) { argument
83 return element.name;
87 public BuilderEncodedValue getElementValue(@Nonnull BuilderAnnotationElement element) { argument
88 return element.value;
/external/v8/test/webkit/
H A Dcached-call-uninitialized-arguments.js30 function callback(element, index, array, arg4, arg5, arg6) {
/external/mesa3d/src/gallium/tests/unit/
H A Dtranslate_test.c147 key.element[0].input_buffer = 0;
148 key.element[0].input_offset = 0;
149 key.element[0].output_offset = 0;
150 key.element[0].type = TRANSLATE_ELEMENT_NORMAL;
151 key.element[0].instance_divisor = 0;
229 key.element[0].input_format = input_format;
230 key.element[0].output_format = output_format;
236 key.element[0].input_format = output_format;
237 key.element[0].output_format = input_format;
/external/skia/tests/
H A DClipStackTest.cpp147 const SkClipStack::Element* element = NULL; local
152 for (i = 0, element = iter.next(); element; ++i, element = iter.next()) {
153 REPORTER_ASSERT(reporter, SkClipStack::Element::kRect_Type == element->getType());
154 REPORTER_ASSERT(reporter, element->getRect() == gRects[i]);
162 const SkClipStack::Element* element = NULL; local
167 for (i = 3, element = iter.prev(); element; --i, element
177 const SkClipStack::Element* element = NULL; local
844 add_elem_to_stack(const SkClipStack::Element& element, SkClipStack* stack) argument
862 add_elem_to_region(const SkClipStack::Element& element, const SkIRect& bounds, SkRegion* region) argument
997 const SkClipStack::Element* element; local
1190 const SkClipStack::Element* element = iter.next(); local
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DImmutableMultiset.java37 * element among the items passed to the factory method or builder. When the
38 * multiset contains multiple instances of an element, those instances are
67 * Returns an immutable multiset containing a single element.
69 * @throws NullPointerException if {@code element} is null
73 public static <E> ImmutableMultiset<E> of(E element) { argument
74 return copyOfInternal(element);
80 * @throws NullPointerException if any element is null
91 * @throws NullPointerException if any element is null
102 * @throws NullPointerException if any element is null
113 * @throws NullPointerException if any element i
280 add(E element, int occurrences) argument
292 remove(Object element, int occurrences) argument
304 setCount(E element, int count) argument
316 setCount(E element, int oldCount, int newCount) argument
509 add(E element) argument
527 addCopies(E element, int occurrences) argument
542 setCount(E element, int count) argument
[all...]
H A DImmutableSet.java48 * correctly if an element is modified after being placed in the set. For this
88 * Returns an immutable set containing a single element. This set behaves and
90 * a null element. It is preferable mainly for consistency and
93 public static <E> ImmutableSet<E> of(E element) { argument
94 return new SingletonImmutableSet<E>(element);
99 * occurrences of an element (according to {@link Object#equals}) after the
102 * @throws NullPointerException if any element is null
110 * occurrences of an element (according to {@link Object#equals}) after the
113 * @throws NullPointerException if any element is null
121 * occurrences of an element (accordin
479 add(E element) argument
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableMultiset.java36 * element among the items passed to the factory method or builder. When the
37 * multiset contains multiple instances of an element, those instances are
66 * Returns an immutable multiset containing a single element.
68 * @throws NullPointerException if {@code element} is null
72 public static <E> ImmutableMultiset<E> of(E element) { argument
73 return copyOfInternal(element);
79 * @throws NullPointerException if any element is null
90 * @throws NullPointerException if any element is null
101 * @throws NullPointerException if any element is null
112 * @throws NullPointerException if any element i
279 add(E element, int occurrences) argument
291 remove(Object element, int occurrences) argument
303 setCount(E element, int count) argument
315 setCount(E element, int oldCount, int newCount) argument
498 add(E element) argument
516 addCopies(E element, int occurrences) argument
531 setCount(E element, int count) argument
[all...]
/external/skia/src/core/
H A DSkPictureFlat.h395 * Given an element of type T return its 1-based index in the dictionary. If
396 * the element wasn't previously in the dictionary it is automatically
400 int find(const T& element) { argument
401 return this->findAndReturnFlat(element)->index();
411 const SkFlatData* findAndReplace(const T& element, argument
418 SkFlatData* flat = this->findAndReturnMutableFlat(element);
456 const SkFlatData* element = fIndexedData[index-1]; local
457 SkASSERT(index == element->index());
460 this->unflatten(dst, element);
465 * Find or insert a flattened version of element int
468 findAndReturnFlat(const T& element) argument
489 findAndReturnMutableFlat(const T& element) argument
506 resetScratch(const T& element, int index) argument
[all...]
/external/chromium-trace/trace-viewer/tracing/third_party/components/webcomponentsjs/
H A Dwebcomponents-lite.js486 function isImport(element) {
487 return element.localName === "link" && element.rel === "import";
489 function handleImport(element) {
490 var loaded = element.import;
493 target: element
496 element.addEventListener("load", markTargetLoaded);
497 element.addEventListener("error", markTargetLoaded);
1234 function attached(element) {
1237 _attached(element);
[all...]
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3collections.h56 /** Internal structure representing an element in a hash bucket.
134 ANTLR3_INT32 (*put) (struct ANTLR3_HASH_TABLE_struct * table, void * key, void * element, void (ANTLR3_CDECL *freeptr)(void *));
140 ANTLR3_INT32 (*putI) (struct ANTLR3_HASH_TABLE_struct * table, ANTLR3_INTKEY key, void * element, void (ANTLR3_CDECL *freeptr)(void *));
190 ANTLR3_INT32 (*add) (struct ANTLR3_LIST_struct * list, void * element, void (ANTLR3_CDECL *freeptr)(void *));
191 ANTLR3_INT32 (*put) (struct ANTLR3_LIST_struct * list, ANTLR3_INTKEY key, void * element, void (ANTLR3_CDECL *freeptr)(void *));
211 ANTLR3_BOOLEAN (*push) (struct ANTLR3_STACK_struct * stack, void * element, void (ANTLR3_CDECL *freeptr)(void *));
218 /* Structure that represents a vector element
222 void * element; member in struct:ANTLR3_VECTOR_ELEMENT_struct
229 * that contains a pointer to the element and a pointer to a function that
230 * that can free the element i
[all...]
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DTestHelper_Driver1.java81 for (String element : dataSources) {
82 if (datasource.equals(element)) {
/external/apache-http/src/org/apache/http/client/methods/
H A DHttpOptions.java103 for (HeaderElement element : elements) {
104 methods.add(element.getName());
/external/apache-xml/src/main/java/org/apache/xalan/extensions/
H A DExtensionHandler.java36 * Also provides functions for calling an element and testing for
37 * an element's existence.
90 * Tests whether a certain element name is known within this namespace.
91 * @param element Name of element to check
94 public abstract boolean isElementAvailable(String element); argument
128 * Process a call to this extension namespace via an element. As a side
132 * @param element The extension element being processed.
145 String localPart, ElemTemplateElement element, TransformerImp
144 processElement( String localPart, ElemTemplateElement element, TransformerImpl transformer, Stylesheet stylesheetTree, Object methodKey) argument
[all...]

Completed in 797 milliseconds

1234567891011>>