HomeSort by relevance Sort by last modified time
    Searched refs:initial (Results 201 - 225 of 365) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/v8/src/
platform-solaris.cc 249 void* initial) {
252 int result = fwrite(initial, size, 1, file);
platform.h 245 static MemoryMappedFile* create(const char* name, int size, void* initial);
  /external/v8/test/mjsunit/regress/
regress-334.js 55 // Sanity check: expected initial state.
  /libcore/luni/src/main/java/java/util/concurrent/
ArrayBlockingQueue.java 428 * blocking. This is always equal to the initial capacity of this queue
810 Itrs(Itr initial) {
811 register(initial);
    [all...]
  /packages/apps/Email/tests/src/com/android/email/
SecurityPolicyTests.java 237 Policy initial = setupPolicy(10, Policy.PASSWORD_MODE_SIMPLE, 0, 0, false, 0, 0, 0, local
239 Policy.setAccountPolicy(mMockContext, accountId, initial, null);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiResourceAttributeNode.java 152 * @param currentValue an initial value, if any
368 String initial = prefix != null && prefix.startsWith(PREFIX_THEME_REF) local
373 sb.append(initial);
  /external/chromium_org/chrome/browser/resources/net_internals/
main.js 78 // Trigger initial layout.
83 // Select the initial view based on the current URL.
  /external/chromium_org/chrome/test/functional/perf/endure_graphs/js/
plotter.js 473 var initial = true;
481 // Re-set 'initial' if we're at a gap in the data.
482 initial = true;
485 if (initial)
486 initial = false;
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
simpletz.h     [all...]
  /external/icu4c/i18n/unicode/
simpletz.h     [all...]
  /external/libffi/src/powerpc/
linux64_closure.S 220 .8byte .LFB1-. # FDE initial location
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_callbacks.py 105 initial = grc(o)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_callbacks.py 105 initial = grc(o)
  /external/guava/guava-tests/test/com/google/common/collect/
MinMaxPriorityQueueTest.java 173 // maximum size, size of initial contents, default capacity...
339 final ArrayList<Integer> initial = Lists.newArrayList( local
341 MinMaxPriorityQueue<Integer> q = MinMaxPriorityQueue.create(initial);
348 List<Integer> result = Lists.newArrayListWithCapacity(initial.size());
  /external/skia/tests/
ClipStackTest.cpp 967 GrReducedClip::InitialState initial; local
973 &initial,
978 if (GrReducedClip::kAllOut_InitialState == initial) {
    [all...]
  /external/chromium_org/third_party/lcov-1.9/bin/
lcov 172 our $initial;
263 "initial|i" => \$initial,
388 if ($initial) {
390 die("ERROR: --initial cannot be used together ".
476 -i, --initial Capture initial zero coverage data
484 --strip DEPTH Strip initial DEPTH directory levels in diff
805 if ($initial)
807 @param = (@param, "--initial");
    [all...]
  /external/chromium/net/disk_cache/
backend_unittest.cc 839 Time initial = Time::Now(); local
840 int seed = static_cast<int>(initial.ToInternalValue());
863 EXPECT_TRUE(initial <= last_modified[count]);
1087 Time initial = Time::Now(); local
1133 Time initial = Time::Now(); local
1830 Time initial = Time::Now(); local
    [all...]
  /external/bison/data/
glr.cc 92 # Hijack the initial action to initialize the locations.
yacc.c 42 b4_percent_define_default([[parse.lac.es-capacity-initial]], [[20]])
260 yytype_int16 yyesa@{]b4_percent_define_get([[parse.lac.es-capacity-initial]])[@};
894 /* YYINITDEPTH -- initial size of the parser's stacks. */
972 /* Establish the initial context for the current lookahead if no initial
976 the initial context for a lookahead as the context in which the
980 series of reductions), the initial context can be used to determine
994 follows. If no initial context is currently established for the
    [all...]
  /external/bison/src/
parse-gram.y 106 %initial-action
108 /* Bison's grammar can initial empty locations, hence a default
163 PERCENT_INITIAL_ACTION "%initial-action"
277 | "%initial-action" "{...}"
  /external/chromium_org/chrome/browser/resources/file_manager/js/
background.js 81 * Gets similar windows, it means with the same initial url.
115 // Get similar windows, it means with the same initial url, eg. different
  /external/chromium_org/chrome/tools/
webforms_aggregator.py 267 once for the initial url of a site when we still don't have more urls from a
295 """Called only once for the initial url when we do not have more urls.
333 url: the initial "seed" url of the site.
  /external/chromium_org/tools/grit/grit/
tclib_unittest.py 141 'Some users may experience performance issues during the initial \r\n'
142 'indexing of a database. The \'Perform the initial index of a \r\n'
  /external/chromium_org/v8/src/
platform.h 327 static MemoryMappedFile* create(const char* name, int size, void* initial);
  /external/chromium_org/chrome/browser/ui/webui/options/
certificate_manager_browsertest.js 70 // correct initial states when onPopulateTree has not been called.

Completed in 2599 milliseconds

1 2 3 4 5 6 7 891011>>