HomeSort by relevance Sort by last modified time
    Searched refs:initial (Results 176 - 200 of 425) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
base_rule_store.js 198 * @param {!Node} node The initial node.
212 * @param {!Node} node The initial node.
226 * @param {!Node} node The initial node.
243 * @param {!Node} node The initial node.
  /external/chromium_org/chrome/browser/resources/
components.js 75 body.className = 'show-tmi-mode-initial';
plugins.js 189 'show-tmi-mode-initial' : 'hide-tmi-mode-initial';
  /external/chromium_org/components/nacl/browser/
pnacl_translation_cache.cc 440 base::Time initial,
443 return disk_cache_->DoomEntriesBetween(initial, end, callback);
  /external/chromium_org/net/disk_cache/
disk_cache_test_base.cc 236 base::Time initial = base::Time::Now(); local
237 while (base::Time::Now() <= initial) {
  /external/chromium_org/v8/test/mjsunit/compiler/
escape-analysis-representation.js 65 // Also make sure the initial map of the constructor is reset.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-173907.js 45 spill(); // At this point initial values for phi1 and phi2 are spilled.
regress-crbug-173907b.js 45 spill(); // At this point initial values for phi1 and phi2 are spilled.
  /external/libogg/
libogg.spec 109 - initial spec file created
  /external/libunwind/doc/
unw_init_local.tex 22 \Var{ctxt} identifies the initial stack frame at which unwinding
unw_init_remote.tex 28 structure containing the machine-state of the initial stack frame.
  /external/libvorbis/
libvorbis.spec 121 - initial spec file created
  /external/lldb/examples/python/
pytracer.py 310 def total(initial=5, *numbers, **keywords):
311 count = initial
  /external/llvm/utils/release/
test-release.sh 525 if ! cmp --ignore-initial=16 $o $p3 > /dev/null 2>&1 ; then
580 if ! cmp --ignore-initial=16 $o $p3 > /dev/null 2>&1 ; then
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
StringBufferTest.java 593 public void assertDeserialized(Serializable initial,
596 StringBuffer init = (StringBuffer) initial;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
InetAddressTest.java 369 public void assertDeserialized(Serializable initial,
372 InetAddress initAddr = (InetAddress) initial;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
IdentityHashMap2Test.java 78 "Failed to throw IllegalArgumentException for initial capacity < 0");
460 public void assertDeserialized(Serializable initial, Serializable deserialized) {
461 IdentityHashMap<String, String> initialMap = (IdentityHashMap<String, String>) initial;
  /external/chromium_org/third_party/icu/source/i18n/unicode/
vtzone.h 115 * created from VTIMEZONE data, the initial value is set by the TZURL property value
116 * in the data. Otherwise, the initial value is not set.
132 * was created from VTIMEZONE data, the initial value is set by the LAST-MODIFIED property
133 * value in the data. Otherwise, the initial value is not set.
347 * the argument initial points to non-NULL <code>InitialTimeZoneRule</code> and
352 * @param initial Receives the initial timezone rule
360 virtual void getTimeZoneRules(const InitialTimeZoneRule*& initial,
  /external/chromium_org/third_party/jstemplate/
jstemplate_example.js 71 * Performance test: jst initial processing.
98 * Performance test: jst initial processing, with display:none during
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
eval.c 938 init_1d_map( struct gl_1d_map *map, int n, const float *initial )
947 map->Points[i] = initial[i];
956 init_2d_map( struct gl_2d_map *map, int n, const float *initial )
968 map->Points[i] = initial[i];
  /external/chromium_org/tools/measure_page_load_time/ff_ext/content/
measure_page_load_time.js 160 * initial page load, or otherwise don't care about the page
186 // Set a timeout to wait for the initial page to load
  /external/chromium_org/v8/src/
platform.h 242 static MemoryMappedFile* create(const char* name, int size, void* initial);
  /external/icu/icu4c/source/i18n/unicode/
vtzone.h 115 * created from VTIMEZONE data, the initial value is set by the TZURL property value
116 * in the data. Otherwise, the initial value is not set.
132 * was created from VTIMEZONE data, the initial value is set by the LAST-MODIFIED property
133 * value in the data. Otherwise, the initial value is not set.
347 * the argument initial points to non-NULL <code>InitialTimeZoneRule</code> and
352 * @param initial Receives the initial timezone rule
360 virtual void getTimeZoneRules(const InitialTimeZoneRule*& initial,
  /external/mesa3d/src/mesa/main/
eval.c 938 init_1d_map( struct gl_1d_map *map, int n, const float *initial )
947 map->Points[i] = initial[i];
956 init_2d_map( struct gl_2d_map *map, int n, const float *initial )
968 map->Points[i] = initial[i];
  /external/smack/src/org/jivesoftware/smackx/filetransfer/
OutgoingFileTransfer.java 366 if (!updateStatus(Status.initial, Status.negotiating_transfer)) {

Completed in 891 milliseconds

1 2 3 4 5 6 78 91011>>