Searched refs:created (Results 1 - 25 of 255) sorted by relevance

1234567891011

/external/chromium_org/chrome/browser/resources/options/
H A Dsupervised_user_create_confirm.css5 #supervised-user-created {
9 #supervised-user-created-title {
17 #supervised-user-created-image {
23 #supervised-user-created-image {
33 #supervised-user-created-text {
39 #supervised-user-created-switch {
44 #supervised-user-created-action-area {
/external/chromium_org/third_party/ots/src/
H A Dhead.h16 uint64_t created; member in struct:ots::OpenTypeHEAD
/external/chromium_org/content/browser/fileapi/
H A Dlocal_file_util_unittest.cc109 bool* created) {
112 CreateURL(file_name), created);
131 ASSERT_TRUE(file.created());
146 ASSERT_TRUE(target_file.created());
167 bool created; local
168 ASSERT_EQ(base::File::FILE_OK, EnsureFileExists(file_name, &created));
169 ASSERT_TRUE(created);
174 ASSERT_EQ(base::File::FILE_OK, EnsureFileExists(file_name, &created));
175 EXPECT_FALSE(created);
182 ASSERT_TRUE(file.created());
108 EnsureFileExists(const char* file_name, bool* created) argument
229 bool created; local
247 bool created; local
283 bool created; local
318 bool created; local
346 bool created; local
[all...]
H A Dnative_file_util_unittest.cc60 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...]
H A Dobfuscated_file_util_unittest.cc219 // This can only be used after SetUp has run and created file_system_context_
341 EXPECT_FALSE(file.created());
379 bool created = true; local
384 &created));
385 ASSERT_FALSE(created);
457 bool created = false; local
462 &created));
463 ASSERT_TRUE(created);
554 EXPECT_TRUE(file.created());
562 bool created local
645 bool created = false; local
902 bool created = false; local
939 bool created = false; local
995 bool created = false; local
1212 bool created = false; local
1239 bool created = false; local
1261 bool created = false; local
1367 bool created = false; local
1427 bool created = false; local
1457 bool created = false; local
1493 bool created = false; local
1596 bool created = false; local
1609 bool created = false; local
1675 bool created = false; local
1710 bool created = false; local
1788 bool created = false; local
1823 bool created = false; local
1949 bool created = false; local
2017 bool created = false; local
2075 bool created; local
2172 bool created; local
2280 bool created; local
2342 bool created; local
2411 bool created; local
2435 bool created; local
[all...]
/external/valgrind/main/memcheck/tests/
H A Dorigin4-many.stderr.exp3 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
H A Dorigin1-yes.stderr.exp5 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
H A Dorigin3-no.stderr.exp6 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
/external/ipsec-tools/src/racoon/
H A Dschedule.h53 time_t created; /* for debug */ member in struct:sched
74 time_t created; member in struct:scheddump
H A Dpolicy.h68 u_int64_t created; /* Used for generated SPD entries deletion */ member in struct:policyindex
120 (idx)->created = (_created); \
132 (idx)->created = (_created); \
/external/libunwind/scripts/
H A Dmake-L-files29 echo created $lname
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
H A Dgroup-file.rb6 created on: March 19, 2010
/external/valgrind/main/memcheck/tests/linux/
H A Drfcomm.stderr.exp5 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
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8CustomElementLifecycleCallbacks.h51 static PassRefPtr<V8CustomElementLifecycleCallbacks> create(ScriptState*, v8::Handle<v8::Object> prototype, v8::Handle<v8::Function> created, v8::Handle<v8::Function> attached, v8::Handle<v8::Function> detached, v8::Handle<v8::Function> attributeChanged);
58 V8CustomElementLifecycleCallbacks(ScriptState*, v8::Handle<v8::Object> prototype, v8::Handle<v8::Function> created, v8::Handle<v8::Function> attached, v8::Handle<v8::Function> detached, v8::Handle<v8::Function> attributeChanged);
60 virtual void created(Element*) OVERRIDE;
/external/chromium_org/net/disk_cache/
H A Dnet_log_parameters.cc18 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);
16 NetLogEntryCreationCallback( const disk_cache::Entry* entry, bool created, net::NetLog::LogLevel ) argument
94 CreateNetLogEntryCreationCallback( const Entry* entry, bool created) argument
H A Dnet_log_parameters.h19 // Entry. Contains the Entry's key and whether it was created or opened.
24 bool created);
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementLifecycleCallbacks.h55 virtual void created(Element*) = 0;
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DCreateWindow.cpp48 static LocalFrame* createWindow(LocalFrame& openerFrame, LocalFrame& lookupFrame, const FrameLoadRequest& request, const WindowFeatures& features, NavigationPolicy policy, ShouldSendReferrer shouldSendReferrer, bool& created) argument
56 created = false;
69 created = false;
114 created = true;
140 bool created; local
141 LocalFrame* newFrame = createWindow(*activeFrame, openerFrame, frameRequest, windowFeatures, NavigationPolicyIgnore, MaybeSendReferrer, created);
156 if (created) {
180 bool created; local
181 LocalFrame* newFrame = createWindow(openerFrame, openerFrame, request, features, policy, shouldSendReferrer, created);
/external/chromium_org/base/files/
H A Dfile_proxy.h84 // Returns true if a new file was created (or an old one truncated to zero
86 bool created() const { return file_.created(); } function in class:base::FileProxy
/external/valgrind/main/drd/tests/
H A Dfp_race_xml.stderr.exp31 <trace><text>drd_pre_thread_create creator = 0, created = 1</text></trace>
32 <trace><text>drd_post_thread_create created = 1</text></trace>
33 <trace><text>drd_pre_thread_create creator = 1, created = 2</text></trace>
34 <trace><text>drd_post_thread_create created = 2</text></trace>
/external/valgrind/main/drd/
H A Ddrd_segment.c56 * @note The creator and created thread ID's may be equal.
59 * that called pthread_create() waits until the created thread has copied
64 const DrdThreadId created)
67 ThreadId vg_created = DRD_(DrdThreadIdToVgThreadId)(created);
80 sg->tid = created;
92 DRD_(vc_increment)(&sg->vc, created);
101 created, vc);
117 Segment* DRD_(sg_new)(const DrdThreadId creator, const DrdThreadId created) argument
128 sg_init(sg, creator, created);
62 sg_init(Segment* const sg, const DrdThreadId creator, const DrdThreadId created) argument
/external/chromium_org/chrome/browser/chromeos/file_system_provider/
H A Drequest_manager_unittest.cc289 const std::vector<CreatedEvent>& created() const { return created_; } function in class:chromeos::file_system_provider::__anon3217::RequestObserver
338 EXPECT_EQ(1u, observer.created().size());
339 EXPECT_EQ(TESTING, observer.created()[0].type());
364 ASSERT_EQ(1u, observer.created().size());
365 EXPECT_EQ(request_id, observer.created()[0].request_id());
366 EXPECT_EQ(TESTING, observer.created()[0].type());
442 ASSERT_EQ(1u, observer.created().size());
443 EXPECT_EQ(request_id, observer.created()[0].request_id());
444 EXPECT_EQ(TESTING, observer.created()[0].type());
519 ASSERT_EQ(1u, observer.created()
[all...]
/external/chromium_org/chrome/browser/history/android/
H A Dvisit_sql_handler.cc31 // The created time is updated according the given |row|.
32 // We simulate updating created time by
34 // b. Insert a new visit which has visit time same as created time.
58 // If created time is updated or new visit count is less than the current
69 if (!AddVisit(id->url_id, row.created()))
93 // Add a row if the last visit time is different from created time.
95 row->created() != url_row.last_visit() && visit_count > 0) {
96 if (!AddVisit(row->url_id(), row->created()))
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-head-table.hh116 LONGDATETIME created; /* Number of seconds since 12:00 midnight, member in struct:OT::head
/external/clang/test/SemaCXX/
H A Dpragma-optimize.cpp24 // The function "int created (int param)" created by the macro invocation
28 CREATE_FUNC (created)
60 // The function "int wombat(int param)" created by the macro is not

Completed in 1101 milliseconds

1234567891011