HomeSort by relevance Sort by last modified time
    Searched refs:created (Results 226 - 250 of 309) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/resources/net_internals/
socketpoolwrapper.js 27 * Returns an array of SocketPoolWrappers created from each of the socket pools
  /external/grub/util/
mkbimage 71 are/will be created
397 If you have created an image aimed to a floppy, then something like:
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
textreplacewholetext06.js 84 Invoke replaceWholeText on an existing text node with newly created text and Entityreference
  /external/webrtc/src/modules/audio_processing/aecm/main/matlab/
waitbar_j.m 14 % created waitbar window to the fractional length X.
  /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 2064 ArrayList<RecipientChip> created = handlePaste(); local
2080 ArrayList<RecipientChip> created = new ArrayList<RecipientChip>(); 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).
upload_page.js 276 * Callback from picasa client after album created.
  /external/ipsec-tools/src/racoon/
isakmp_inf.c 1117 u_int64_t created;
1164 created = lt->sadb_lifetime_addtime;
1166 created = 0;
1205 delete_spd(iph2, created);
1116 u_int64_t created; local
    [all...]
racoonctl.c 1037 "Destination Cookies Created";
1043 "Destination Cookies ST S V E Created Phase2";
1049 "Source Destination Cookies ST S V E Created Phase2";
1122 /* created date */
1123 if (pd->created) {
1124 tm = localtime(&pd->created);
1251 printf("index tick xtime created\n");
1254 tm = localtime(&sc->created);
handler.c 341 pd->created = iph1->created;
  /ndk/build/tools/
prebuilt-common.sh 1012 echo "created by 'download-toolchain-sources.sh."
  /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);
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/
ProjectCreator.java 178 * null if no activity should be created. The name must match the
384 boolean created = false;
387 created = projectFolder.mkdirs();
392 if (created) {
393 println("Created project directory: %1$s", projectFolder);
504 // already there or because they were created with a new target
    [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...]
  /external/guava/src/com/google/common/collect/
CustomConcurrentHashMap.java 395 * created.
404 * when the given entry was created.
418 * entries to this strategy. Invoked once when the map is created.
491 * @param entry that was created
709 * created to replace them. This works well for hash tables
    [all...]
  /external/webkit/Source/WebCore/loader/
FrameLoader.h 505 Frame* createWindow(Frame* openerFrame, Frame* lookupFrame, const FrameLoadRequest&, const WindowFeatures&, bool& created);
  /external/webkit/Source/WebCore/platform/graphics/opentype/
OpenTypeUtilities.cpp 134 long long created; member in struct:WebCore::headTable
  /external/clang/tools/scan-build/
scan-build 174 # $Dir does not exist. It will be automatically created by the
947 will be created as needed to represent separate "runs" of
949 is created in /tmp (TMPDIR on Mac OS X) to store the reports.
1116 A different subdirectory is created each time $Prog analyzes a project.
    [all...]
  /frameworks/base/media/mtp/
MtpServer.cpp 707 mData.putEmptyString(); // date created
854 MtpStringBuffer name, created, modified; local
856 mData.getString(created); // date created
    [all...]
  /external/webkit/Source/WebCore/page/
DOMWindow.cpp 1780 bool created; local
    [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec 378 two-dimensional array texture objects can be created and operated upon.
382 A texture object is created by binding an unused name to TEXTURE_1D,
    [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_service_bookmark_unittest.cc 75 bool created = ProfileSyncServiceTestHelper::CreateRoot( local
79 if (!created)
90 // are reloading a sync repository created earlier in the test.
787 // Files created automatically by the Windows shell.
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/
navigation_collector.js 124 * @return {!string} ID created by combining the tab ID and frame ID (as the
  /external/blktrace/btreplay/doc/
btreplay.tex 83 each trace file created by \texttt{blktrace}, and craft IO descriptions
86 \item Once \texttt{btrecord} has successfully created a series of data
515 performed by \texttt{btreplay}. The name of each file so created will be

Completed in 6790 milliseconds

1 2 3 4 5 6 7 8 91011>>