/external/webkit/Tools/android/flex-2.5.4a/ |
mkskel.sh | 4 /* File created from flex.skl via mkskel.sh */
|
/external/chromium/chrome/browser/profiles/ |
profile_manager.h | 55 // dir. This will return an existing profile it had already been created, 60 // when profile is created. If profile has already been created, observer 66 // created, observer is called immediately. Should be called on the UI thread. 81 // Returns created profiles. Note, profiles order is NOT guaranteed to be 121 ProfileInfo(Profile* profile, bool created) 122 : profile(profile), created(created) { 128 // Whether profile has been fully loaded (created and initialized). 129 bool created; member in struct:ProfileManager::ProfileInfo [all...] |
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
ManifestDigestTest.java | 64 ManifestDigest created = new ManifestDigest(DIGEST_1); local 66 assertEquals("SHA-1 should be preferred over MD5: " + created.toString() + " vs. " 67 + fromAttributes.toString(), created, fromAttributes); 69 assertEquals("Hash codes should be the same: " + created.toString() + " vs. " 70 + fromAttributes.toString(), created.hashCode(), fromAttributes
|
/external/valgrind/main/memcheck/tests/ |
origin4-many.stderr.exp | 3 Uninitialised value was created by a heap allocation 9 Uninitialised value was created by a heap allocation 15 Uninitialised value was created by a heap allocation 21 Uninitialised value was created by a heap allocation 27 Uninitialised value was created by a heap allocation 33 Uninitialised value was created by a heap allocation 39 Uninitialised value was created by a heap allocation 45 Uninitialised value was created by a heap allocation 51 Uninitialised value was created by a heap allocation
|
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
|
origin3-no.stderr.exp | 6 Uninitialised value was created by a heap allocation 16 Uninitialised value was created by a stack allocation 24 Uninitialised value was created by a heap allocation 34 Uninitialised value was created by a heap allocation 44 Uninitialised value was created by a heap allocation 54 Uninitialised value was created by a client request 63 Uninitialised value was created by a client request 72 Uninitialised value was created by a client request
|
writev.stderr.exp | 1 Test file created.
|
origin2-not-quite.stderr.exp | 6 Uninitialised value was created by a heap allocation 16 Uninitialised value was created by a heap allocation 26 Uninitialised value was created by a stack allocation
|
/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/base/ |
platform_file_posix.cc | 34 bool* created, PlatformFileError* error_code) { 74 if (created) 75 *created = false; 84 if (created && descriptor > 0) 85 *created = true; 89 if (created && (descriptor > 0) && 91 *created = true;
|
platform_file_unittest.cc | 75 bool created = false; local 79 &created, &error_code); 81 EXPECT_TRUE(created); 86 created = false; 89 &created, &error_code); 91 EXPECT_FALSE(created); 98 &created, &error_code); 100 EXPECT_FALSE(created); 107 &created, &error_code); 109 EXPECT_TRUE(created); [all...] |
platform_file_win.cc | 15 bool* created, 73 if (created && (INVALID_HANDLE_VALUE != file)) { 75 *created = (ERROR_ALREADY_EXISTS != GetLastError()); 77 *created = true;
|
/external/valgrind/main/drd/ |
drd_segment.c | 52 * @note The creator and created thread ID's may be equal. 55 * that called pthread_create() waits until the created thread has copied 60 const DrdThreadId created) 63 ThreadId vg_created = DRD_(DrdThreadIdToVgThreadId)(created); 74 sg->tid = created; 86 DRD_(vc_increment)(&sg->vc, created); 95 created, vc); 111 Segment* DRD_(sg_new)(const DrdThreadId creator, const DrdThreadId created) 122 sg_init(sg, creator, created);
|
drd_thread.c | 269 * created. 272 * @param[in] vg_created Valgrind thread ID of the created thread. 274 * @return DRD thread ID of the created thread. 279 DrdThreadId created; local 282 created = DRD_(VgThreadIdToNewDrdThreadId)(vg_created); 283 tl_assert(0 <= (int)created && created < DRD_N_THREADS 284 && created != DRD_INVALID_THREADID); 286 tl_assert(DRD_(g_threadinfo)[created].first == 0); 287 tl_assert(DRD_(g_threadinfo)[created].last == 0) 306 const DrdThreadId created = DRD_(VgThreadIdToDrdThreadId)(vg_created); local [all...] |
/external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/ |
runPatchCommand.pl | 65 +This file should not have gotten created on your system.
|
/external/ipsec-tools/src/racoon/ |
policy.h | 68 u_int64_t created; /* Used for generated SPD entries deletion */ member in struct:policyindex 126 (idx)->created = (_created); \ 138 (idx)->created = (_created); \
|
schedule.c | 187 struct timeval now, created; local 211 timersub(&p->xtime, &p->tick, &created); 214 dst->created = sched_monotonic_to_time_t(&created, &now);
|
/development/ide/xcode/ports/ |
skia_mac.cp | 61 // Once the nib reference is created, set the menu bar. "MainMenu" is the name of the menu bar 62 // object. This name is set in InterfaceBuilder when the nib is created. 67 // InterfaceBuilder when the nib is created. 82 // The window was created hidden so show it.
|
/external/chromium/net/disk_cache/ |
net_log_parameters.cc | 15 const std::string& key, bool created) 16 : key_(key), created_(created) { 22 dict->SetBoolean("created", created_); 65 // Values can only be created with at most 32-bit integers. Using a string
|
net_log_parameters.h | 18 // and whether it was created or opened. 21 EntryCreationParameters(const std::string& key, bool created);
|
/external/chromium/chrome/browser/safe_browsing/ |
client_side_detection_service.h | 161 bool created); 164 // file on disk is done. If the file was created successfully we 169 bool created);
|
/external/skia/src/svg/ |
SkSVGParser.cpp | 362 #define CASE_NEW(type) case SkSVGType_##type : created = new SkSVG##type(); break 365 SkSVGElement* created = NULL; local 394 created->fParent = parent; 395 bool isDef = created->fIsDef = created->isDef(); 396 bool isNotDef = created->fIsNotDef = created->isNotDef(); 411 return created;
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
SynchronousContactsProvider2.java | 87 boolean created = super.onCreate(); 96 return created;
|
/external/chromium/net/base/ |
transport_security_state.cc | 56 state_copy.created = existing_state.created; 135 if (i->second.created >= time) { 295 state->SetDouble("created", i->second.created.ToDoubleT()); 361 double created; local 407 if (state->GetDouble("created", &created)) { 408 created_time = base::Time::FromDoubleT(created); 430 new_state.created = created_time [all...] |
transport_security_state.h | 62 base::Time created; // when this host entry was first created member in struct:net::TransportSecurityState::DomainState 85 // Deletes all records created since a given time.
|