HomeSort by relevance Sort by last modified time
    Searched refs:created (Results 251 - 275 of 496) sorted by null

<<11121314151617181920

  /external/chromium_org/v8/test/mjsunit/
array-literal-feedback.js 97 // mementos won't be created from crankshafted code at all.
  /external/chromium_org/v8/test/mjsunit/harmony/
block-let-semantics.js 106 // Test that variables introduced by function declarations are created and
  /external/chromium_org/webkit/browser/fileapi/
file_system_operation_impl.cc 459 base::PlatformFileError rv, bool created) {
460 if (rv == base::PLATFORM_FILE_OK && !created) {
469 base::PlatformFileError rv, bool /* created */) {
  /external/grub/util/
mkbimage 71 are/will be created
397 If you have created an image aimed to a floppy, then something like:
  /external/mesa3d/docs/
MESA_drm_image.spec 95 EGL_DRM_BUFFER_USE_SCANOUT_MESA requests that the created EGLImage
  /external/v8/test/mjsunit/harmony/
block-let-semantics.js 106 // Test that variables introduced by function declarations are created and
  /frameworks/base/core/tests/coretests/src/android/util/
LruCacheTest.java 86 assertCreated(cache, "aa", "created-aa");
87 assertHit(cache, "aa", "created-aa");
88 assertSnapshot(cache, "aa", "created-aa");
90 assertCreated(cache, "bb", "created-bb");
92 assertSnapshot(cache, "aa", "created-aa", "bb", "created-bb");
94 assertCreated(cache, "cc", "created-cc");
95 assertSnapshot(cache, "aa", "created-aa", "bb", "created-bb", "cc", "created-cc")
108 String created = cache.get("aa"); local
    [all...]
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientEditTextView.java 2384 ArrayList<DrawableRecipientChip> created = handlePaste(); local
2400 ArrayList<DrawableRecipientChip> created = new ArrayList<DrawableRecipientChip>(); local
    [all...]
  /external/chromium/chrome/browser/resources/picasaweb_uploader/js/
picasa_client.js 310 * Returns album object created from entry.
329 * (for example, with created album id).
  /external/chromium_org/chrome/browser/resources/google_now/
cards.js 89 * |timestamp| is the time when corresponding Chrome notification was created or
102 * Names for tasks that can be created by the this file.
  /external/chromium_org/chrome/browser/resources/net_internals/
main.js 134 // Don't disable hiding cookies, so created log dumps won't have them,
181 // the running OS should be created, so they can load log dumps from other
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
drive_file_sync_service.h 178 bool created);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/managed_bookmarks/
background.js 16 * canonicalized URLs stored in bookmarks created with the bookmarks API.
134 // is created now so that the child is placed at the right position.
  /external/chromium_org/net/disk_cache/simple/
simple_synchronous_entry.cc 338 // mixed up with a newly-created entry with the same key.
1212 bool created; local
1227 bool created; local
    [all...]
  /external/chromium_org/third_party/leveldatabase/
env_chromium.cc 655 bool created; local
658 CreateFilePath(fname), flags, &created, &error_code);
907 bool created; local
913 CreateFilePath(fname), flags, &created, &error_code);
    [all...]
  /external/chromium_org/tools/grit/grit/tool/
resize.py 133 -f BASEFOLDER The project will be created in a subfolder of BASEFOLDER.
  /external/ipsec-tools/src/racoon/
isakmp_inf.c 1139 u_int64_t created;
1189 created = lt->sadb_lifetime_addtime;
1191 created = 0;
1257 delete_spd(iph2, created);
1138 u_int64_t created; local
    [all...]
racoonctl.c 1107 "Destination Cookies Created";
1113 "Destination Cookies ST S V E Created Phase2";
1119 "Source Destination Cookies ST S V E Created Phase2";
1192 /* created date */
1193 if (pd->created) {
1194 tm = localtime(&pd->created);
1321 printf("index tick xtime created\n");
1324 tm = localtime(&sc->created);
    [all...]
  /external/chromium/net/base/
file_stream_unittest.cc 49 bool created = false; local
56 temp_file_path(), flags, &created, NULL);
71 file = base::CreatePlatformFile(temp_file_path(), flags, &created, NULL);
  /external/chromium_org/net/base/
file_stream_unittest.cc 146 bool created = false; local
151 temp_file_path(), flags, &created, NULL);
168 bool created = false; local
175 temp_file_path(), flags, &created, NULL);
192 file = base::CreatePlatformFile(temp_file_path(), flags, &created, NULL);
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
metadata_database.cc 191 bool* created) {
194 DCHECK(created);
208 *created = IsDatabaseEmpty(db);
1280 bool created = false; local
    [all...]
  /external/chromium_org/content/browser/fileapi/
file_system_operation_impl_unittest.cc 144 bool created = false; local
147 url, &created));
148 EXPECT_TRUE(created);
    [all...]
  /external/clang/tools/scan-build/
scan-build 182 # $Dir does not exist. It will be automatically created by the
1058 created as needed to represent separate "runs" of the analyzer. If this
1059 option is not specified, a directory is created in /tmp (TMPDIR on Mac OS X)
    [all...]
  /external/e2fsprogs/e2fsck/
pass2.c 349 int created = 0; local
370 created = 1;
382 if (created ||
927 * directory hasn't been created yet.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
__init__.py 234 LogRecord instances are created every time something is logged. They
238 record also includes information such as when the record was created,
279 self.created = ct
281 self.relativeCreated = (self.created - _startTime) * 1000
374 %(created)f Time when the LogRecord was created (time.time()
376 %(asctime)s Textual time when the LogRecord was created
378 %(relativeCreated)d Time in milliseconds when the LogRecord was created,
422 ct = self.converter(record.created)
    [all...]

Completed in 602 milliseconds

<<11121314151617181920