HomeSort by relevance Sort by last modified time
    Searched refs:Expand (Results 1 - 25 of 37) sorted by null

1 2

  /external/v8/src/
regexp-macro-assembler-irregexp-inl.h 48 Expand();
58 Expand();
68 Expand();
regexp-macro-assembler-irregexp.h 110 void Expand();
regexp-macro-assembler-irregexp.cc 451 void RegExpMacroAssemblerIrregexp::Expand() {
spaces.cc 809 if (!Expand(current_page)) {
831 bool PagedSpace::Expand(Page* last_page) {
915 // Expand the space until it has the required capacity or expansion fails.
917 if (!Expand(last_page)) return false;
    [all...]
debug.h 551 void Expand();
spaces.h 403 // they are managed by the space itself. The new space does not expand.
736 // invalid page pointer. A space can expand and shrink dynamically.
    [all...]
debug.cc     [all...]
objects-inl.h     [all...]
  /external/ppp/pppd/
pppcrypt.c 78 Expand(in, out)
93 /* The inverse of Expand
120 Expand(des_key, crypt_key);
135 Expand(clear, des_input);
151 Expand(cipher, des_input);
  /external/webkit/LayoutTests/fast/js/resources/
string-concatenate-outofmemory.js 5 shouldThrow('s = "a"; while (1) { s += s; }', '"Error: Out of memory"'); // Expand at end of string
6 shouldThrow('s = "a"; while (1) { s += ("a" + s); }', '"Error: Out of memory"'); // Expand at beginning of string
7 shouldThrow('s = "a"; while (1) { s = [s, s].join(); }', '"Error: Out of memory"'); // Expand using UString::append.
25 s += s; // This will expand the string at the end using UString::expandCapacity
35 s += t; // This will expand the string at the beginning using UString::expandPreCapacity
47 s = [s, s].join(); // This will expand the string using UString::append.
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
arcsort.h 124 Expand(s);
130 Expand(s);
136 Expand(s);
146 Expand(s);
150 void Expand(StateId s) {
270 fst.impl_->Expand(s);
rmepsilon.h 69 void Expand(StateId s);
137 void RmEpsilonState<Arc,Queue>::Expand(typename Arc::StateId source) {
249 rmeps_state.Expand(state);
358 Expand(s);
365 Expand(s);
371 Expand(s);
377 Expand(s);
383 Expand(s);
387 void Expand(StateId s) {
388 rmeps_state_.Expand(s)
    [all...]
factor-weight.h 206 Expand(s);
212 Expand(s);
218 Expand(s);
224 Expand(s);
255 void Expand(StateId s) {
433 fst.impl_->Expand(s);
relabel.h 248 Expand(s);
255 Expand(s);
262 Expand(s);
269 Expand(s);
274 void Expand(StateId s) {
452 fst.impl_->Expand(s);
synchronize.h 120 Expand(s);
126 Expand(s);
132 Expand(s);
138 Expand(s);
208 void Expand(StateId s) {
416 fst.impl_->Expand(s);
determinize.h 165 virtual void Expand(StateId s) = 0;
169 Expand(s);
175 Expand(s);
181 Expand(s);
187 Expand(s);
288 virtual void Expand(StateId s) {
498 virtual void Expand(StateId s) {
664 fst.impl_->Expand(s);
replace.h 257 Expand(s);
263 Expand(s);
269 Expand(s);
277 Expand(s);
296 void Expand(StateId s) {
320 if (arc.olabel == 0) { // expand local fst
644 fst.impl_->Expand(s);
compose.h 145 virtual void Expand(StateId s) = 0;
149 Expand(s);
155 Expand(s);
161 Expand(s);
167 Expand(s);
452 void Expand(StateId s) {
845 fst.impl_->Expand(s);
    [all...]
map.h 336 Expand(s);
342 Expand(s);
348 Expand(s);
354 Expand(s);
358 void Expand(StateId s) {
601 fst.impl_->Expand(s);
rational.h 272 fst.impl_->Expand(s);
  /build/tools/droiddoc/templates/assets/
android-developer-reference.js 302 * @param expand 'true' to ensure it's expanded. 'false' to ensure it's closed.
305 function toggleInherited(linkObj, expand) {
311 if ( (expand == null && a.hasClass("closed")) || expand ) {
317 } else if ( (expand == null && a.hasClass("opened")) || (expand == false) ) {
329 * @param expand 'true' to ensure it's expanded. 'false' to ensure it's closed.
332 function toggleAllInherited(linkObj, expand) {
336 if ( (expand == null && a.text() == "[Expand]") || expand )
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 354 function toggleAllInherited(linkObj, expand) {
358 if ( (expand == null && a.text() == "[Expand]") || expand ) {
363 } else if ( (expand == null && a.text() == "[Collapse]") || (expand == false) ) {
367 a.text("[Expand]");
376 if (a.text() == "[Expand All]") {
385 a.text("[Expand All]");
  /dalvik/vm/arch/arm/
CallEABI.S 176 @ Expand the stack by the specified amount. We want to extract the
  /build/tools/droiddoc/templates/
class.cs 82 &#124; <a href="#" onclick="return toggleAllClassInherited()" id="toggleAllClassInherited">[Expand All]</a>
280 <a href="#" class="toggle-all" onclick="return toggleAllInherited(this, null)">[Expand]</a>
331 <a href="#" class="toggle-all" onclick="return toggleAllInherited(this, null)">[Expand]</a>
367 <a href="#" class="toggle-all" onclick="return toggleAllInherited(this, null)">[Expand]</a>
427 <a href="#" class="toggle-all" onclick="return toggleAllInherited(this, null)">[Expand]</a>
  /external/bison/data/
yacc.c 41 # Expand IF-TRUE, if %pure-parser and %parse-param, IF-FALSE otherwise.
    [all...]

Completed in 513 milliseconds

1 2