/external/v8/src/x64/ |
register-allocator-x64.cc | 42 Result fresh = CodeGeneratorScope::Current()->allocator()->Allocate(); local 43 ASSERT(fresh.is_valid()); 44 CodeGeneratorScope::Current()->masm()->Move(fresh.reg(), handle()); 45 // This result becomes a copy of the fresh one. 46 *this = fresh; 55 Result fresh = CodeGeneratorScope::Current()->allocator()->Allocate(target); local 56 ASSERT(fresh.is_valid()); 58 CodeGeneratorScope::Current()->masm()->movq(fresh.reg(), reg()); 61 CodeGeneratorScope::Current()->masm()->Move(fresh.reg(), handle()); 63 *this = fresh; [all...] |
virtual-frame-x64.cc | 299 Result fresh = cgen()->allocator()->Allocate(); local 300 ASSERT(fresh.is_valid()); 301 Use(fresh.reg(), new_backing_index); 302 backing_reg = fresh.reg(); 348 Result fresh = cgen()->allocator()->Allocate(); local 349 ASSERT(fresh.is_valid()); 351 FrameElement::RegisterElement(fresh.reg(), 354 Use(fresh.reg(), element_count()); 356 __ movq(fresh.reg(), Operand(rbp, fp_relative(index))); 506 Result fresh = cgen()->allocator()->Allocate() [all...] |
/external/v8/src/ia32/ |
register-allocator-ia32.cc | 42 Result fresh = CodeGeneratorScope::Current()->allocator()->Allocate(); local 43 ASSERT(fresh.is_valid()); 45 CodeGeneratorScope::Current()->MoveUnsafeSmi(fresh.reg(), handle()); 47 CodeGeneratorScope::Current()->masm()->Set(fresh.reg(), 50 // This result becomes a copy of the fresh one. 51 *this = fresh; 60 Result fresh = CodeGeneratorScope::Current()->allocator()->Allocate(target); local 61 ASSERT(fresh.is_valid()); 63 CodeGeneratorScope::Current()->masm()->mov(fresh.reg(), reg()); 67 CodeGeneratorScope::Current()->MoveUnsafeSmi(fresh.reg(), handle()) [all...] |
virtual-frame-ia32.cc | 188 Result fresh = cgen()->allocator()->Allocate(); 189 ASSERT(fresh.is_valid()); // A register was spilled if all were in use. 191 FrameElement::RegisterElement(fresh.reg(), 194 Use(fresh.reg(), i); 199 cgen()->MoveUnsafeSmi(fresh.reg(), element.handle()); 201 __ Set(fresh.reg(), Immediate(element.handle())); 210 if (!fresh.reg().is(backing_element.reg())) { 211 __ mov(fresh.reg(), backing_element.reg()); 215 __ mov(fresh.reg(), Operand(ebp, fp_relative(element.index()))); 599 Result fresh = cgen()->allocator()->Allocate() [all...] |
/external/dropbear/libtomcrypt/notes/ |
tech0001.txt | 11 When trying to setup a secure random number generator a fresh source of random data (entropy) is required to ensure the 29 At this point the PRNG is ready to accept fresh entropy which is added with 34 call this function with fresh data as its sampled. Lets say we have a timer counter called "uTimer" which is a 32-bit
|
/dalvik/libcore/xml/src/test/resources/ |
simple.xml | 19 <description>light Belgian waffles covered with an assortment of fresh berries and whipped cream</description>
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
List1.java | 91 "Fresh Jack", "Fresh Mozzarella", "Fresh Ricotta", "Fresh Truffles", "Fribourgeois", 124 "Mozzarella di Bufala", "Mozzarella Fresh, in water", "Mozzarella Rolls", "Munster",
|
List9.java | 211 "Fourme de Montbrison", "Fresh Jack", "Fresh Mozzarella", 212 "Fresh Ricotta", "Fresh Truffles", "Fribourgeois", "Friesekaas", 255 "Mozzarella Fresh, in water", "Mozzarella Rolls", "Munster",
|
List13.java | 238 "Fourme de Montbrison", "Fresh Jack", "Fresh Mozzarella", 239 "Fresh Ricotta", "Fresh Truffles", "Fribourgeois", "Friesekaas", 282 "Mozzarella Fresh, in water", "Mozzarella Rolls", "Munster",
|
List14.java | 206 "Fourme de Montbrison", "Fresh Jack", "Fresh Mozzarella", 207 "Fresh Ricotta", "Fresh Truffles", "Fribourgeois", "Friesekaas", 250 "Mozzarella Fresh, in water", "Mozzarella Rolls", "Munster",
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
ListFilter.java | 111 "Fresh Jack", "Fresh Mozzarella", "Fresh Ricotta", "Fresh Truffles", "Fribourgeois", 144 "Mozzarella di Bufala", "Mozzarella Fresh, in water", "Mozzarella Rolls", "Munster",
|
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/ |
VarNameCollector.java | 38 * Reset the list for a fresh visitation and collection.
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
LocalSampleInstrumentation.java | 66 // Clear the text so we start fresh.
|
/external/e2fsprogs/intl/ |
relocatable.h | 54 a fresh pathname. If this is a problem because your program calls
|
/external/icu4c/stubdata/ |
stubdata.vcproj | 78 CommandLine="echo "File with stubdata build time, used as a dependency to trigger fresh data build, since stubdata dll will overwrite the real one." > "$(ProjectDir)stubdatabuilt.txt"" 176 CommandLine="echo "File with stubdata build time, used as a dependency to trigger fresh data build, since stubdata dll will overwrite the real one." > "$(ProjectDir)stubdatabuilt.txt"" 273 CommandLine="echo "File with stubdata build time, used as a dependency to trigger fresh data build, since stubdata dll will overwrite the real one." > "$(ProjectDir)stubdatabuilt.txt"" 373 CommandLine="echo "File with stubdata build time, used as a dependency to trigger fresh data build, since stubdata dll will overwrite the real one." > "$(ProjectDir)stubdatabuilt.txt""
|
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/fortress/ |
DefaultPolicy.java | 266 * Gets fresh list of locations and tries to load all of them in sequence; 274 Set<PolicyEntry> fresh = new HashSet<PolicyEntry>(); local 285 fresh.addAll(parser.parse(policyLocations[i], system)); 297 // grants = fresh; 305 grants.addAll(fresh);
|
/frameworks/base/docs/html/sdk/ |
win-usb.jd | 168 the below procedure to "Perform a fresh installation." If you have installed one 181 <li><a href="#VistaFreshInstall">Perform a fresh installation</a></li> 187 <li><a href="#XPFreshInstall">Perform a fresh installation</a></li> 201 <h3 id="VistaFreshInstall">Windows Vista: Perform a fresh installation</h3> 251 <h3 id="XPFreshInstall">Windows XP: Perform a fresh installation</h3>
|
/packages/apps/Email/tests/src/com/android/email/ |
ControllerProviderOpsTests.java | 179 // now read back a fresh copy and confirm it's in the trash 191 // now read back a fresh copy and confirm it's in the trash 216 // now read back a fresh copy and confirm it's in the trash
|
/bionic/libc/regex/ |
engine.c | 82 states fresh; /* states for a fresh start */ member in struct:match 174 SETUP(m->fresh); 675 states fresh = m->fresh; local 687 ASSIGN(fresh, st); 694 if (EQ(st, fresh)) 736 ASSIGN(st, fresh);
|
/external/freetype/src/raster/ |
ftraster.c | 479 Bool fresh; /* signals a fresh new profile which */ member in struct:TWorker_ 1191 Bool result, fresh; local 1370 Bool result, fresh; local [all...] |
/external/v8/src/ |
jump-target.h | 86 // Treat the jump target as a fresh one. The state is reset. 250 // original target is actually a fresh one that intercepts control
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/ |
ContextNodeList.java | 93 * Tells if this NodeSetDTM is "fresh", in other words, if
|
/development/build/tools/ |
patch_windows_sdk.sh | 75 # now create fresh folders for JetCreator
|
/external/freetype/src/base/ |
ftinit.c | 25 /* fresh new library object. The set is taken from the header file */
|
/external/gtest/samples/ |
sample3_unittest.cc | 47 // data sharing. Each test is given its own fresh copy of the
|