/external/chromium_org/content/browser/fileapi/ |
native_file_util_unittest.cc | 60 ASSERT_TRUE(file.created()); 69 ASSERT_FALSE(file.created()); 80 bool created = false; local 82 NativeFileUtil::EnsureFileExists(file_name, &created)); 83 ASSERT_TRUE(created); 89 NativeFileUtil::EnsureFileExists(file_name, &created)); 90 EXPECT_FALSE(created); 120 bool created = false; local 122 NativeFileUtil::EnsureFileExists(file_name, &created)); 123 ASSERT_TRUE(created); 159 bool created = false; local 199 bool created = false; local 217 bool created = false; local 286 bool created = false; local 361 bool created = false; local [all...] |
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
prpdce.h | 16 * Communications Corporation. Portions created by Netscape are 67 ** A "naked" condition variable is one that is not created bound 68 ** to a lock. The CV created with this function is the only type 77 ** Destroy the condition variable created by PR_NewNakedCondVar. 90 ** NB: The CV ('cvar') must be one created using PR_NewNakedCondVar. 100 ** NB: The CV ('cvar') must be one created using PR_NewNakedCondVar. 109 ** NB: The CV ('cvar') must be one created using PR_NewNakedCondVar.
|
/external/valgrind/main/memcheck/tests/ |
origin1-yes.stderr.exp | 5 Uninitialised value was created by a stack allocation 12 Uninitialised value was created by a stack allocation 19 Uninitialised value was created by a stack allocation 26 Uninitialised value was created by a heap allocation 34 Uninitialised value was created by a heap allocation 42 Uninitialised value was created by a heap allocation 53 Uninitialised value was created by a client request
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
HeaderFactoryImpl.java | 85 * @return the newly created AcceptEncodingHeader object. 104 * @return the newly created AcceptHeader object. 124 * @return the newly created AcceptLanguageHeader object. 139 * @return the newly created AlertInfoHeader object. 157 * @return the newly created AllowEventsHeader object. 175 * @return the newly created AllowHeader object. 193 * @return the newly created AuthenticationInfoHeader object. 213 * @return the newly created AuthorizationHeader object. 235 * @return the newly created CSeqHeader object. 265 * @return the newly created CallIdHeader object [all...] |
/frameworks/base/services/core/java/com/android/server/hdmi/ |
HdmiCecMessageBuilder.java | 36 * @return newly created {@link HdmiCecMessage} 52 * @return newly created {@link HdmiCecMessage} 68 * @return newly created {@link HdmiCecMessage} 79 * @return newly created {@link HdmiCecMessage} 90 * @return newly created {@link HdmiCecMessage} 103 * @return newly created {@link HdmiCecMessage} if language is valid. 127 * @return newly created {@link HdmiCecMessage} if valid name. Otherwise, 150 * @return newly created {@link HdmiCecMessage} 173 * @return newly created {@link HdmiCecMessage} 193 * @return newly created {@link HdmiCecMessage [all...] |
/external/javassist/src/main/javassist/ |
CtNewConstructor.java | 27 * <p>A class initializer (static constructor) cannot be created by the 52 * constructor must be the same as that of the created constructor. 62 * @param declaring the class to which the created constructor is added. 71 // a stack map table has been already created. 92 * @param declaring the class to which the created method is added. 117 * @param declaring the class to which the created method is added. 132 * <p>The created constructor takes no parameter. It calls 160 * in the super class. The created constructor receives parameters 165 * <p>The parameters passed to the created constructor should be 172 * @param declaring the class to which the created constructo [all...] |
/external/chromium_org/chrome/browser/resources/ |
gcm_internals.html | 34 User Profile Service Created 36 <td id="profile-service-created"> 55 GCM Client Created 57 <td id="gcm-client-created"> 69 Connection Client Created 71 <td id="connection-client-created">
|
/external/chromium_org/net/base/ |
network_change_notifier_win.h | 23 // notification code must be called on the thread it is created and destroyed 34 // thread |this| was created on. This cannot be called in the constructor, as 57 // Must only be called on the thread |this| was created on. 68 // thread |this| was created on. 77 // created on. 82 // All member variables may only be accessed on the thread |this| was created
|
/external/chromium_org/net/disk_cache/ |
net_log_parameters.cc | 18 bool created, 22 dict->SetBoolean("created", created); 59 // Values can only be created with at most 32-bit integers. Using a string 96 bool created) { 98 return base::Bind(&NetLogEntryCreationCallback, entry, created);
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/cng/include/ |
webrtc_cng.h | 43 * - XXX_inst : Pointer to created instance that should be created 80 * - cng_inst : Pointer to created instance that should be freed 94 * - cng_inst : Pointer to created instance 115 * - cng_inst : Pointer to created instance that should be freed 131 * - cng_inst : Pointer to created instance that should be freed
|
/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...] |
/development/ndk/platforms/android-9/samples/native-audio/src/com/example/nativeaudio/ |
NativeAudio.java | 51 /** Called when the activity is first created. */ 116 boolean created = false; 118 if (!created) { 119 created = createAssetAudioPlayer(assetManager, "background.mp3"); 121 if (created) { 129 boolean created = false; 131 if (!created && URI != null) { 132 created = createUriAudioPlayer(URI); 248 boolean created = false; 250 if (!created) { [all...] |
/external/chromium_org/base/win/ |
message_window_unittest.cc | 29 // Checks that a window can be created. 35 // Checks that a named window can be created. 42 // Verifies that the created window can receive messages.
|
/external/chromium_org/cc/surfaces/ |
surface_factory.h | 29 // submitted to frames created by a particular factory will be returned to that 40 // A frame can only be submitted to a surface created by this factory, 41 // although the frame may reference surfaces created by other factories.
|
/external/chromium_org/chrome/browser/ui/ |
browser_tabstrip.h | 33 // created WebContents. 38 // Creates a new tab with the already-created WebContents 'new_contents'. 52 // |add_to_history| is true, an entry in the historical tab database is created.
|
/external/chromium_org/chrome/installer/util/ |
create_dir_work_item.cc | 38 VLOG(1) << "top directory that needs to be created: " << top_path_.value(); 51 // Delete all the directories we created to rollback. 53 // delete non-empty directory. (We may have created a shared directory).
|
/external/chromium_org/components/cronet/android/test/javatests/src/org/chromium/cronet_test_apk/ |
HttpUrlRequestFactoryTest.java | 35 // Make sure the activity was created as expected. 39 assertNotNull("Factory should be created", factory); 54 assertNotNull("Factory should be created", factory);
|
/external/chromium_org/content/public/browser/ |
dom_storage_context.h | 51 // function must be called right after DOMStorageContextWrapper is created, 56 // after tabs are restored by session restore. When created, the 64 // been created after a session restore, or a session restore won't happen.
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/translate/ |
translate_cache.h | 30 * Simply used to cache created translates. Avoids unecessary creation of 32 * created. 48 * return the created version.
|
/external/chromium_org/third_party/sfntly/cpp/src/test/ |
platform_thread.h | 55 // |*thread_handle| will be assigned a handle to the newly created thread, 56 // and |delegate|'s ThreadMain method will be executed on the newly created 63 // Joins with a thread created via the Create function. This function blocks
|
/external/chromium_org/third_party/skia/src/image/ |
SkImagePriv.h | 33 // Given an image created from SkNewImageFromBitmap, return its pixelref. This 38 // Given an image created with NewTexture, return its GrTexture. This 43 // Update the texture wrapped by an image created with NewTexture. This
|
/external/chromium_org/third_party/zlib/google/ |
zip.h | 16 // An entry will *not* be created in the zip for the root folder -- children 17 // of src_dir will be at the root level of the created zip. For each file in 34 // to the |src_dir| and will be used as the file names in the created zip file.
|
/external/compiler-rt/test/tsan/ |
mutexset6.cc | 36 // CHECK: Mutex [[M1]] (0x{{.*}}) created at: 38 // CHECK: Mutex [[M2]] (0x{{.*}}) created at: 40 // CHECK: Mutex [[M3]] (0x{{.*}}) created at:
|
/external/mesa3d/src/gallium/auxiliary/translate/ |
translate_cache.h | 30 * Simply used to cache created translates. Avoids unecessary creation of 32 * created. 48 * return the created version.
|
/external/sfntly/cpp/src/test/ |
platform_thread.h | 55 // |*thread_handle| will be assigned a handle to the newly created thread, 56 // and |delegate|'s ThreadMain method will be executed on the newly created 63 // Joins with a thread created via the Create function. This function blocks
|