HomeSort by relevance Sort by last modified time
    Searched refs:initial (Results 101 - 125 of 527) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/v8/test/mjsunit/
array-iteration.js 59 // Only loop through initial part of array eventhough elements are
119 // Only loop through initial part of array eventhough elements are
180 // Only loop through initial part of array eventhough elements are
241 // Only loop through initial part of array eventhough elements are
298 // Only loop through initial part when elements are added.
concurrent-initial-prototype-change.js 52 // Optimized code of f1 depends on initial object and array maps.
56 // Invalidate current initial object map after compile graph has been created.
ascii-regexp-subject.js 29 * @fileoverview Check that an initial ^ will result in a faster match fail.
  /external/chromium-trace/catapult/netlog_viewer/netlog_viewer/
net_constants.js 11 // initial values for until a log is loaded. Originally,
20 // initial values for the constants that are used in the test
  /external/icu/android_icu4j/src/main/java/android/icu/util/
BasicTimeZone.java 203 * be the <code>InitialTimeZoneRule</code> instance for the initial rule.
216 * instance for the initial rule. The rest will be either
236 // Create initial rule
237 TimeZoneRule initial = new InitialTimeZoneRule(tzt.getTo().getName(), local
239 filteredRules.add(initial);
244 Date d = all[i].getNextStart(start, initial.getRawOffset(),
245 initial.getDSTSavings(), false);
367 * initial time, when this time zone observes daylight saving time near the
488 // The initial rule should represent the rule before the previous transition
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
BasicTimeZone.java 210 * be the <code>InitialTimeZoneRule</code> instance for the initial rule.
225 * instance for the initial rule. The rest will be either
247 // Create initial rule
248 TimeZoneRule initial = new InitialTimeZoneRule(tzt.getTo().getName(), local
250 filteredRules.add(initial);
255 Date d = all[i].getNextStart(start, initial.getRawOffset(),
256 initial.getDSTSavings(), false);
378 * initial time, when this time zone observes daylight saving time near the
501 // The initial rule should represent the rule before the previous transition
  /external/v8/test/mjsunit/regress/
regress-254.js 33 assertEquals(0, re.lastIndex, "Global, initial lastIndex");
48 assertEquals(0, re2.lastIndex, "Non-global, initial lastIndex");
regress-crbug-125148.js 36 // The initial bug report was about calling a know function...
53 // Although this was not in the initial bug report: The same for getters...
  /external/valgrind/exp-bbv/tests/amd64-linux/
clone_test.S 9 # 1000 cycles in initial thread #
  /external/valgrind/exp-bbv/tests/x86-linux/
clone_test.S 9 # 1000 cycles in initial thread #
  /external/skia/tests/
ClipStackTest.cpp 965 GrReducedClip::InitialState initial; local
972 &initial,
979 if (GrReducedClip::kAllOut_InitialState == initial)
1029 GrReducedClip::InitialState initial; local
1124 GrReducedClip::InitialState initial; local
1156 GrReducedClip::InitialState initial; local
    [all...]
  /external/tremolo/Tremolo/
vorbisfile.c 202 (has to begin by knowing the offset of the lb's initial page).
302 /* extract the initial header from the first page and verify that the
389 /* we already grabbed the initial header earlier. Just set the offset */
395 /* seek to the location of the initial header */
537 /* the initial header memory is referenced by vf after; don't free it */
720 static int _ov_open1(void *f,OggVorbis_File *vf,char *initial,
741 if(initial){
743 memcpy(buffer,initial,ibytes);
810 int ov_open_callbacks(void *f,OggVorbis_File *vf,char *initial,long ibytes,
812 int ret=_ov_open1(f,vf,initial,ibytes,callbacks)
    [all...]
  /external/llvm/test/MC/Mips/
set-push-pop-directives.s 8 # The first environment on the stack (with initial values).
  /external/mesa3d/docs/
MESA_pixmap_colormap.spec 90 8 June 2000 - initial specification
MESA_set_3dfx_mode.spec 85 8 June 2000 - initial specification
  /external/v8/src/crankshaft/
hydrogen-flow-engine.h 91 // block, starting with the initial state. Computes effects for nested loops.
92 void AnalyzeDominatedBlocks(HBasicBlock* root, State* initial) {
94 SetStateAt(root, initial);
  /external/valgrind/none/tests/solaris/
coredump_many_threads.post.exp 3 initial argv: ./coredump_many_threads
  /hardware/intel/bootstub/
bootstub.spec 51 - create initial package
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
Inet4AddressTest.java 313 public void assertDeserialized(Serializable initial,
316 Inet4Address initAddr = (Inet4Address) initial;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
HashSetTest.java 83 "Failed to throw IllegalArgumentException for initial load factor <= 0");
309 public void assertDeserialized(Serializable initial, Serializable deserialized) {
310 HashSet<String> initialHs = (HashSet<String>) initial;
RandomTest.java 321 public void assertDeserialized(Serializable initial, Serializable deserialized) {
322 Random initialRand = (Random) initial;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResourcePage.java 52 * @param initial initial renamed value
55 public RenameResourcePage(ResourceType type, String initial, boolean canClear) {
56 super(type.getName(), true, initial); local
  /art/compiler/optimizing/
induction_var_analysis.cc 23 * Since graph traversal may enter a SCC at any position, an initial representation may be rotated,
261 InductionInfo* initial = LookupInfo(loop, phi->InputAt(0)); local
262 if (initial == nullptr || initial->induction_class != kInvariant) {
270 AssignInfo(loop, phi, CreateInduction(kWrapAround, initial, update, type_));
304 AssignInfo(loop, phi, CreateInduction(kLinear, induction, initial, type_));
500 InductionInfo* initial = LookupInfo(loop, entry_phi->InputAt(0)); local
501 return CreateInduction(kPeriodic, a, initial, type_);
547 InductionInfo* initial = LookupInfo(loop, entry_phi->InputAt(0)); local
548 return CreateInduction(kPeriodic, CreateInvariantOp(kSub, a, initial), initial, type_)
    [all...]
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
BatchUpdateExceptionTest.java 444 public void assertDeserialized(Serializable initial,
448 SerializationTest.THROWABLE_COMPARATOR.assertDeserialized(initial,
451 BatchUpdateException initThr = (BatchUpdateException) initial;
SQLWarningTest.java 424 public void assertDeserialized(Serializable initial,
428 SerializationTest.THROWABLE_COMPARATOR.assertDeserialized(initial,
431 SQLWarning initThr = (SQLWarning) initial;

Completed in 1255 milliseconds

1 2 3 45 6 7 8 91011>>