HomeSort by relevance Sort by last modified time
    Searched full:created (Results 1201 - 1225 of 17761) sorted by null

<<41424344454647484950>>

  /external/valgrind/main/memcheck/tests/
origin5-bz2.stderr.exp-glibc25-amd64-b 3 Uninitialised value was created by a client request
12 Uninitialised value was created by a client request
21 Uninitialised value was created by a client request
30 Uninitialised value was created by a client request
41 Uninitialised value was created by a client request
52 Uninitialised value was created by a client request
63 Uninitialised value was created by a client request
74 Uninitialised value was created by a client request
85 Uninitialised value was created by a client request
96 Uninitialised value was created by a client reques
    [all...]
origin5-bz2.stderr.exp-glibc25-x86 3 Uninitialised value was created by a client request
12 Uninitialised value was created by a client request
21 Uninitialised value was created by a client request
30 Uninitialised value was created by a client request
41 Uninitialised value was created by a client request
52 Uninitialised value was created by a client request
63 Uninitialised value was created by a client request
74 Uninitialised value was created by a client request
85 Uninitialised value was created by a client request
96 Uninitialised value was created by a client reques
    [all...]
origin5-bz2.stderr.exp-glibc27-ppc64 3 Uninitialised value was created by a client request
12 Uninitialised value was created by a client request
21 Uninitialised value was created by a client request
30 Uninitialised value was created by a client request
41 Uninitialised value was created by a client request
52 Uninitialised value was created by a client request
63 Uninitialised value was created by a client request
74 Uninitialised value was created by a client request
85 Uninitialised value was created by a client request
96 Uninitialised value was created by a client reques
    [all...]
  /external/javassist/src/main/javassist/
CtMethod.java 42 * Creates a public abstract method. The created method must be
45 * @param declaring the class to which the created method is added.
63 * The created method must be
66 * <p>All occurrences of class names in the created method
78 * <code>String</code> for <code>X</code>, then the created method is:
87 * created method is added to.
101 * @param declaring the class to which the created method is added.
123 * @param declaring the class to which the created method is added.
302 * created by <code>CtNewMethod.wrapped()</code>.
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertificateFactory3Test.java 89 assertNotNull("CertificateFactory objects were not created", certFs);
105 assertNotNull("CertificateFactory objects were not created", certFs);
125 assertNotNull("CertificateFactory objects were not created", certFs);
150 assertNotNull("CertificateFactory objects were not created", certFs);
171 assertNotNull("CertificateFactory objects were not created", certFs);
  /external/chromium_org/base/android/
scoped_java_ref.h 18 // local references can be created. Note that local references already created
27 // This class is only good for use on the thread it was created on so
93 // thread, objects of this class must be created, used, and destroyed, on a
163 // This class is only good for use on the thread it was created on so
  /external/chromium_org/chrome/browser/background/
background_mode_manager_mac.mm 34 // If the LoginItem is not hidden, it means it's user created, so don't
72 // created the login item (which means we are allowed to delete it later).
99 // already set (meaning that we created a login item that has since been
107 // created.
116 // If we previously created a login item, we don't need to create
  /external/chromium_org/chrome/browser/download/
download_history.h 78 // created and destroys DownloadHistory as DownloadManager is shutting down.
90 // used to distinguish between downloads that were created due to new requests
91 // vs. downloads that were created due to being restored from history. Note
133 // Identifier of the item being created in QueryCallback(), matched up with
134 // created items in OnDownloadCreated() so that the item is not re-added to
  /external/chromium_org/chrome/browser/history/android/
urls_sql_handler.cc 50 if (row->is_value_set_explicitly(HistoryAndBookmarkRow::CREATED))
51 url_row.set_last_visit(row->created());
59 if (row->is_value_set_explicitly(HistoryAndBookmarkRow::CREATED) &&
61 row->last_visit_time() == row->created()) {
64 if (row->is_value_set_explicitly(HistoryAndBookmarkRow::CREATED))
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_impl.h 70 // browser is created and the tabs are added to it. The browser the tabs
71 // are added to is returned, which is either |browser| or the newly created
90 // optional argument to receive the created WebContents for the app.
113 // If a browser was created, true is returned. Otherwise returns false and
127 // If any tabs were opened, the Browser which was created is returned.
  /external/chromium_org/net/cert/
x509_util_mac.h 22 // If a policy is successfully created, it will be stored in
32 // system trust preferences, such as those created by Safari. Preferences
33 // created by Keychain Access do not share this requirement.
39 // successfully created, it will be stored in |*policy| and ownership
54 // If the policies are successfully created, they will be appended to
  /external/chromium_org/skia/ext/
bitmap_platform_device_win.h 22 // The GDI bitmap created for drawing is actually owned by a
25 // the device created to draw into it. So it is safe to call accessBitmap() on
53 // bitmap DC is lazy created.
87 // Lazily-created DC used to draw into the bitmap; see GetBitmapDC().
97 // separately so it can be updated even if the context isn't created yet.
  /external/chromium_org/third_party/WebKit/public/web/
WebServiceWorkerContextClient.h 49 // This interface is implemented by the client. It is supposed to be created
51 // by a newly created WorkerGlobalScope. All methods of this class, except
70 // downloaded. The scope will not be created and the script will not be loaded until
77 // A new WorkerGlobalScope is created and started to run on the
80 // newly created WorkerGlobalScope. The proxy is held by WorkerGlobalScope
  /external/chromium_org/third_party/skia/include/utils/
SkWGL.h 139 * (including non-MSAA) will be created. If preferCoreProfile is true but a core profile cannot be
140 * created then a compatible profile context will be created.
146 * requires that a device context has been created. However, the pbuffer gets its own device
147 * context. The original device context can be released once the pbuffer context is created.
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2_tokenizer.h 35 ** When an fts2 table is created, it passes any arguments passed to
62 ** TABLE statement that created the fts2 table. For example, if
72 ** to point at the newly created tokenizer structure. The generic
79 sqlite3_tokenizer **ppTokenizer /* OUT: Created tokenizer */
96 sqlite3_tokenizer_cursor **ppCursor /* OUT: Created tokenizer cursor */
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_tokenizer.h 35 ** When an fts3 table is created, it passes any arguments passed to
62 ** TABLE statement that created the fts3 table. For example, if
72 ** to point at the newly created tokenizer structure. The generic
79 sqlite3_tokenizer **ppTokenizer /* OUT: Created tokenizer */
96 sqlite3_tokenizer_cursor **ppCursor /* OUT: Created tokenizer cursor */
  /external/libnfc-nxp/src/
phHciNfc_Pipe.h 109 /* Clearing all the created Pipes */
176 * the Static or Dynamically Created Pipe.
204 * the Static or Dynamically Created Pipe.
224 * The phHciNfc_Delete_Pipe function deletes the dynamically created pipe
232 * the Dynamically Created Pipe.
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNodeUtils.java 63 * @param createNodes a flag indicating if the node shall be created if not found.
86 * @param createNodes a flag indicating if the node shall be created if not found.
136 * Returns the found or created child node.
143 * flag, if new nodes shall be created.
144 * @return Returns the found or created node or <code>null</code>.
189 * @param createNodes flag if nodes shall be created
191 * @param leafOptions the options for the created leaf nodes (only when
193 * @return Returns the node if found or created or <code>null</code>.
206 // Root of implicitly created subtree to possible delete it later.
235 // delete implicitly created node
    [all...]
  /frameworks/av/media/libstagefright/codecs/common/include/
voAudio.h 125 * \param hCodec [IN]] The codec handle which was created by Init function.
133 * \param hCodec [IN]] The codec handle which was created by Init function.
145 * \param hCodec [IN]] The codec handle which was created by Init function.
154 * \param hCodec [IN]] The codec handle which was created by Init function.
163 * \param hCodec [IN]] The codec handle which was created by Init function.
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
UserManagerTest.java 120 // Make sure only one managed profile can be created
162 List<UserInfo> created = new ArrayList<UserInfo>(); local
167 created.add(ui);
176 while (!created.isEmpty()) {
177 UserInfo user = created.remove(0);
  /hardware/samsung_slsi/exynos5/libexynosutils/
ExynosMutex.cpp 61 ALOGE("%s::Already created", __func__);
98 ALOGE("%s::Not yet created", __func__);
117 ALOGE("%s::Not yet created", __func__);
140 ALOGE("%s::Not yet created", __func__);
160 ALOGE("%s::Not yet created", __func__);
  /hardware/ti/omap4-aah/libtiutils/
Semaphore.cpp 63 ///Destroy only if the semaphore has been created
128 ///semaphore should have been created first
152 ///semaphore should have been created first
173 ///semaphore should have been created first
201 ///semaphore should have been created first
  /hardware/ti/omap4xxx/libtiutils/
Semaphore.cpp 62 ///Destroy only if the semaphore has been created
127 ///semaphore should have been created first
151 ///semaphore should have been created first
172 ///semaphore should have been created first
200 ///semaphore should have been created first
  /libcore/dom/src/test/java/org/w3c/domts/
JTidyDOMImplementation.java 58 * created.
88 * created.
89 * @param doctype The type of document to be created or <code>null</code>.
92 * being created.
107 * been used with a different document or was created from a different
  /libcore/luni/src/main/java/java/io/
FileOutputStream.java 30 * created.
67 * truncated if it exists, and created if it doesn't exist.
78 * it will be truncated. The file will be created if it does not exist.
111 * truncated if it exists, and created if it doesn't exist.
122 * it will be truncated. The file will be created if it does not exist.

Completed in 694 milliseconds

<<41424344454647484950>>