Searched defs:at (Results 1 - 25 of 240) sorted by path

12345678910

/external/aac/libFDK/src/
H A DFDK_trigFcts.cpp115 * at=atan(0.5 *(2^scl)); % 0.5 because get in 'middle' area of current scale level 'scl'
116 * at/2 % div at by ATO_SCALE
135 FIXP_DBL at; // atan out local
186 at = +f_atan_expand_range[sfo-ATI_SF-1];
188 at = FL2FXCONST_DBL( +M_PI/2 / ATO_SCALE);
193 at = -f_atan_expand_range[sfo-ATI_SF-1];
195 at = FL2FXCONST_DBL( -M_PI/2 / ATO_SCALE);
199 at = FL2FXCONST_DBL( 0.0f );
207 at
[all...]
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dstreams.rb51 need a way to record various locations in the input at a number of points in the
96 to a recognizer at look-ahead position specified by <tt>k</tt>. For
102 <tt>stream.look(k = 1)</tt> is used to retrieve the full object of interest at
177 # used to quickly retreive the object of interest to a recognizer at lookahead
184 # used to retreive the full object of interest at lookahead position specified
191 # returns a value to pass to #rewind at a later time
246 Line 1 is the string "Hey this is the first line\\n". If a character stream is at
335 # :method: at( i )
336 # return the stream symbol at index +i+
337 abstract :at
1057 def at( i ) method in class:ANTLR3.that.CommonTokenStream
[all...]
H A Dtree.rb325 alias child at
962 abstract :at
1047 def at( index ) method in class:ANTLR3.CommonTree.TreeAdaptor.CommonTreeNodeStream
1049 @nodes.at( index )
1316 out = to_tree( @elements.at( @cursor ) )
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeProxy.java8 * You may obtain a copy of the License at
421 // Attr's Next is defined at DTM level, but not at DOM level.
1438 * object that supports at least one version of the feature.
1489 * object that supports at least one version of the feature.
1521 * exists in the other map and is equal, although not necessarily at the
1524 * same length and contain equal nodes at the same index. This is true
1649 // at this point we are dealing with DOM Level 2 nodes only
2168 public void setIdAttributeNode(Attr at, boolean makeId) { argument
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DIntVector.java8 * You may obtain a copy of the License at
195 * Inserts the specified node in this vector at the specified index.
201 * @param at Index of where to insert
203 public final void insertElementAt(int value, int at) argument
217 if (at <= (m_firstFree - 1))
219 System.arraycopy(m_map, at, m_map, at + 1, m_firstFree - at);
222 m_map[at] = value;
228 * Inserts the specified node in this vector at th
[all...]
H A DNodeVector.java8 * You may obtain a copy of the License at
182 * @return the node at the tail of the vector
224 * Return the node at the top of the stack without popping the stack.
228 * @return Node at the top of the stack or null if stack is empty.
289 * @param n Node to set at the tail of vector
309 * Return the node at the tail of the vector without popping
313 * @return Node at the tail of the vector
354 * Inserts the specified node in this vector at the specified index.
360 * @param at Position where to insert
362 public void insertElementAt(int value, int at) argument
[all...]
H A DObjectVector.java8 * You may obtain a copy of the License at
195 * Inserts the specified object in this vector at the specified index.
201 * @param at Index of where to insert
203 public final void insertElementAt(Object value, int at) argument
217 if (at <= (m_firstFree - 1))
219 System.arraycopy(m_map, at, m_map, at + 1, m_firstFree - at);
222 m_map[at] = value;
274 * Deletes the component at th
[all...]
H A DSuballocatedIntVector.java8 * You may obtain a copy of the License at
37 * Retrieval performance is critical, since this is used at the core
155 // total of m_blocksize squared elements, which at the default
156 // size is 4M integers... and we grow by at least that much each
245 * Inserts the specified node in this vector at the specified index.
253 * @param at Index of where to insert
255 private void insertElementAt(int value, int at) argument
257 if(at==m_firstFree)
259 else if (at>m_firstFree)
261 int index=at>>>m_SHIF
345 removeElementAt(int at) argument
387 setElementAt(int value, int at) argument
[all...]
H A DUnImplNode.java8 * You may obtain a copy of the License at
1239 * object that supports at least one version of the feature.
1271 * exists in the other map and is equal, although not necessarily at the
1274 * same length and contain equal nodes at the same index. This is true
1400 // at this point we are dealing with DOM Level 2 nodes only
1927 public void setIdAttributeNode(Attr at, boolean makeId) { argument
/external/apache-xml/src/main/java/org/apache/xpath/
H A DNodeSet.java8 * You may obtain a copy of the License at
343 * @return The node at the <code>index</code>th position in the
389 * Insert a node at a given position.
392 * @param pos Offset at which the node is to be inserted,
724 * fetch will take place at index 1.
943 * @return the node at the tail of the vector
985 * Return the node at the top of the stack without popping the stack.
989 * @return Node at the top of the stack or null if stack is empty.
1050 * @param n Node to set at the tail of vector
1070 * Return the node at th
1102 insertElementAt(Node value, int at) argument
[all...]
H A DNodeSetDTM.java8 * You may obtain a copy of the License at
499 * @return The node at the <code>index</code>th position in the
545 * Insert a node at a given position.
548 * @param pos Offset at which the node is to be inserted,
903 * Inserts the specified node in this vector at the specified index.
909 * @param at The index where the insert should occur.
913 public void insertElementAt(int value, int at) argument
919 super.insertElementAt(value, at);
939 * Inserts the specified node in this vector at the specified index.
978 * Deletes the component at th
[all...]
/external/bison/src/
H A Dscan-skel.c292 /* Whether we're considered to be at the beginning of a line.
318 * just pointing skel_in at a new input file.
611 (at your option) any later version.
650 static void fail_for_invalid_at (char const *at);
868 /* Code executed at the beginning of each rule, after skel_text and skel_leng
875 /* Code executed at the end of each rule. */
999 fprintf( stderr, "--accepting rule at line %ld (\"%s\")\n",
1203 * just pointed skel_in at a new source and called
1683 * is looked at is after skel_wrap() is called, so it's safe
1760 * such as during a skel_restart() or at EO
2423 fail_for_invalid_at(char const *at) argument
[all...]
/external/blktrace/btt/
H A Dlist.h196 struct list_head *at = head->next; local
201 last->next = at;
202 at->prev = last;
/external/bluetooth/bluedroid/bta/hf_client/
H A Dbta_hf_client_api.c8 * You may obtain a copy of the License at:
265 BTA_API void BTA_HfClientSendAT(UINT16 handle, tBTA_HF_CLIENT_AT_CMD_TYPE at, UINT32 val1, UINT32 val2, const char *str) argument
272 p_buf->uint8_val = at;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
H A DX509Attribute.java21 * @param at an object representing an attribute.
24 ASN1Encodable at)
26 this.attr = Attribute.getInstance(at);
23 X509Attribute( ASN1Encodable at) argument
/external/chromium_org/cc/base/
H A Dscoped_ptr_deque.h50 T* at(size_t index) const { function in class:cc::ScopedPtrDeque
56 return at(index);
61 return at(0);
66 return at(size() - 1);
H A Dscoped_ptr_vector.h50 T* at(size_t index) const { function in class:cc::ScopedPtrVector
56 return at(index);
61 return at(0);
66 return at(size() - 1);
/external/chromium_org/cc/layers/
H A Dlayer_lists.cc15 at(size() - 1 - i)->ClearRenderSurface();
18 Layer* RenderSurfaceLayerList::at(size_t i) const { function in class:cc::RenderSurfaceLayerList
19 return list_.at(i).get();
/external/chromium_org/cc/output/
H A Dfilter_operations.h56 const FilterOperation& at(size_t index) const { function in class:cc::FilterOperations
64 // linearly interpolating at each position a |progress| fraction of the way
69 // a reference filter or if there is a type mismatch at some position, returns
/external/chromium_org/cc/resources/
H A Dbitmap_skpicture_content_layer_updater.cc26 SkAlphaType at = local
29 source_rect.width(), source_rect.height(), kN32_SkColorType, at));
/external/chromium_org/content/public/test/
H A Dtest_notification_tracker.h67 // Returns the information about the event at the given index. The index must
69 const Event& at(size_t i) const { return events_[i]; } function in class:content::TestNotificationTracker
/external/chromium_org/courgette/
H A Dadjustment_method_2.cc389 LabelInfo* at(size_t i) const { return trace_[exemplar_position_ + i]; } function in class:courgette::adjustment_method_2::Shingle
395 bool InModel() const { return at(0)->is_model_; }
434 // base::StringAppendF(&s, "%s%x ", sep, instance.at(i)->label_->rva_);
436 s += ToString(instance->at(i));
450 LabelInfo* info_a = a.at(i);
451 LabelInfo* info_b = b.at(i);
651 LabelInfo* info = instance->at(i);
656 if (info == instance->at(j)) { // Duplicate LabelInfo
729 LabelInfo* program_info = program_instance->at(variable_index);
730 LabelInfo* model_info = model_instance->at(variable_inde
[all...]
/external/chromium_org/google_apis/gaia/
H A Dgaia_auth_util.cc25 char at = '@'; local
26 base::SplitString(email_address, at, &parts);
38 std::string new_email = base::StringToLowerASCII(JoinString(parts, at));

Completed in 795 milliseconds

12345678910