Searched defs:NULL (Results 251 - 275 of 773) sorted by relevance

<<11121314151617181920>>

/external/skia/bench/
H A DColorFilterBench.cpp30 static SkImageFilter* make_brightness(float amount, SkImageFilter* input = NULL) { argument
40 static SkImageFilter* make_grayscale(SkImageFilter* input = NULL) { argument
51 static SkImageFilter* make_mode_blue(SkImageFilter* input = NULL) { argument
H A DRepeatTileBench.cpp69 NULL, ctable); local
/external/skia/include/core/
H A DSkMetaData.h51 bool findS32(const char name[], int32_t* value = NULL) const;
52 bool findScalar(const char name[], SkScalar* value = NULL) const;
54 SkScalar values[] = NULL) const;
56 bool findPtr(const char name[], void** value = NULL, PtrProc* = NULL) const;
57 bool findBool(const char name[], bool* value = NULL) const;
58 const void* findData(const char name[], size_t* byteCount = NULL) const;
70 return (v == NULL && value == NULL) ||
71 (v != NULL
104 findRefCnt(const char name[], SkRefCnt** ptr = NULL) argument
[all...]
H A DSkWriteBuffer.h41 void reset(void* storage = NULL, size_t storageSize = 0) { argument
91 * SkBitmapHeap will set the function to NULL in release mode and crash in debug.
99 * bitmapEncoder will never be called with a NULL pixelRefOffset.
101 * Incompatible with the SkBitmapHeap. If an encoder is set fBitmapHeap will be set to NULL in
/external/skia/samplecode/
H A DSamplePictFile.cpp35 PictFileView(const char name[] = NULL) argument
40 fPictures[i] = NULL;
130 SkCanvas* can = recorder.beginRecording(bm.width(), bm.height(), NULL, 0);
131 can->drawBitmap(bm, 0, 0, NULL);
148 pic->draw(recorder.beginRecording(pic->width(), pic->height(), NULL, 0));
158 if (NULL == pic) {
159 return NULL;
/external/speex/libspeex/
H A Dspeex.c43 #ifndef NULL
44 #define NULL 0 macro
204 else if (m->submodes[*((int*)ptr)]==NULL)
/external/svox/pico/lib/
H A Dpicopal.h60 #ifndef NULL
61 #define NULL 0 macro
/external/valgrind/main/coregrind/
H A Dm_tooliface.c60 .name = NULL,
61 .version = NULL,
62 .description = NULL,
63 .copyright_author = NULL,
64 .bug_reports_to = NULL,
117 CHECK_NOT(VG_(details).name, NULL);
118 /* Nb: .version can be NULL */
119 CHECK_NOT(VG_(details).description, NULL); local
120 CHECK_NOT(VG_(details).copyright_author, NULL);
121 CHECK_NOT(VG_(details).bug_reports_to, NULL); local
[all...]
/external/webrtc/src/system_wrappers/interface/
H A Dscoped_ptr.h52 explicit scoped_ptr(T* p = NULL): ptr(p) {} argument
59 void reset(T* p = NULL) { argument
71 assert(ptr != NULL);
76 assert(ptr != NULL);
92 ptr = NULL;
99 ptr = NULL;
134 explicit scoped_array(T* p = NULL) : ptr(p) {} argument
141 void reset(T* p = NULL) { argument
153 assert(ptr != NULL);
170 ptr = NULL;
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dbrowser.c134 ctx->hover_link = NULL;
160 if (!gtk_init_check(NULL, NULL))
165 "/etc/ssl/certs/ca-certificates.crt", NULL); local
166 g_object_set(G_OBJECT(s), "ssl-strict", FALSE, NULL); local
173 scroll = gtk_scrolled_window_new(NULL, NULL);
206 "hs20-client/1.0", NULL); local
207 g_object_set(G_OBJECT(settings), "auto-load-images", TRUE, NULL); local
/external/wpa_supplicant_8/src/utils/
H A Dbrowser.c134 ctx->hover_link = NULL;
160 if (!gtk_init_check(NULL, NULL))
165 "/etc/ssl/certs/ca-certificates.crt", NULL); local
166 g_object_set(G_OBJECT(s), "ssl-strict", FALSE, NULL); local
173 scroll = gtk_scrolled_window_new(NULL, NULL);
206 "hs20-client/1.0", NULL); local
207 g_object_set(G_OBJECT(settings), "auto-load-images", TRUE, NULL); local
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dbrowser.c134 ctx->hover_link = NULL;
160 if (!gtk_init_check(NULL, NULL))
165 "/etc/ssl/certs/ca-certificates.crt", NULL); local
166 g_object_set(G_OBJECT(s), "ssl-strict", FALSE, NULL); local
173 scroll = gtk_scrolled_window_new(NULL, NULL);
206 "hs20-client/1.0", NULL); local
207 g_object_set(G_OBJECT(settings), "auto-load-images", TRUE, NULL); local
/external/aac/libSYS/include/
H A Dmachine_type.h184 #ifndef NULL
186 #define NULL 0 macro
188 #define NULL ((void *)0) macro
/external/ceres-solver/examples/
H A Drobot_pose_mle.cc296 problem.AddResidualBlock(range_cost_function, NULL, parameter_blocks);
301 NULL, local
/external/chromium_org/base/files/
H A Dfile_proxy_unittest.cc115 base::WriteFile(test_path(), NULL, 0); local
/external/chromium_org/base/memory/
H A Dscoped_ptr.h61 // PassThru(ptr2.Pass()); // ptr2 is correspondingly NULL.
217 if (data_.ptr != NULL) {
226 if (p != NULL && p == data_.ptr)
239 // During the transition period, set the stored pointer to NULL while
244 data_.ptr = NULL;
245 if (old != NULL)
266 data_.ptr = NULL;
296 // Like a T*, a scoped_ptr<T> may hold either NULL or a pointer to a T object.
321 // Constructor. Defaults to initializing with NULL.
322 scoped_ptr() : impl_(NULL) { }
367 reset(element_type* p = NULL) argument
487 reset(element_type* array = NULL) argument
[all...]
/external/chromium_org/chrome/browser/chromeos/
H A Dcustomization_document_unittest.cc215 : factory_(NULL,
254 TestingBrowserProcess::GetGlobal()->SetLocalState(NULL); variable
257 NetworkPortalDetector::InitializeForTesting(NULL);
258 chromeos::system::StatisticsProvider::SetTestProvider(NULL);
/external/chromium_org/chrome/browser/chromeos/login/
H A Dapp_launch_signin_screen.cc21 user_manager::UserManager* AppLaunchSigninScreen::test_user_manager_ = NULL;
27 webui_handler_(NULL) {
39 oobe_ui_->ShowSigninScreen(LoginScreenContext(), this, NULL); local
209 NULL, /* public_session_recommended_locales */
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Derror_screen.cc37 actor_->SetDelegate(NULL);
45 actor_->Show(parent_screen(), NULL); local
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_cloud_policy_manager_chromeos_unittest.cc76 store_(NULL) {
94 chromeos::system::StatisticsProvider::SetTestProvider(NULL);
141 TestingBrowserProcess::GetGlobal()->SetLocalState(NULL); variable
179 NULL);
251 MockDeviceManagementJob* policy_fetch_job = NULL;
363 MockDeviceManagementJob* register_job = NULL;
388 MockDeviceManagementJob* policy_fetch_job = NULL;
410 MockDeviceManagementJob* robot_auth_fetch_job = NULL;
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_oauth2_token_service_unittest.cc100 TestingBrowserProcess::GetGlobal()->SetBrowserPolicyConnector(NULL); variable
/external/chromium_org/chrome/browser/extensions/api/extension_action/
H A Dbrowser_action_apitest.cc146 NULL); local
708 EXPECT_TRUE(browser_action != NULL);
719 EXPECT_TRUE(tab != NULL);
/external/chromium_org/chrome/browser/extensions/
H A Dextension_management_test_util.cc33 pref_->RemoveWithoutPathExpansion(id, NULL);
54 pref_->Remove(make_path(it.key(), schema::kInstallationMode), NULL); local
55 pref_->Remove(make_path(it.key(), schema::kUpdateUrl), NULL); local
67 pref_->Remove(make_path(id, schema::kUpdateUrl), NULL); local
81 pref_->Remove(kInstallSourcesPath, NULL);
99 pref_->Remove(kAllowedTypesPath, NULL);
136 base::ListValue* list_value = NULL;
147 base::ListValue* list_value = NULL;
149 CHECK(list_value->Remove(base::StringValue(str), NULL));
H A Dextension_test_notification_observer.cc99 profile_(NULL),
134 NULL); local
194 return (service->GetExtensionById(extension_id, true) == NULL);
H A Dextension_toolbar_model_unittest.cc29 // Create an extension. If |action_key| is non-NULL, it should point to either
92 return NULL;
138 // Returns the extension at the given index in the toolbar model, or NULL
228 no_action_extension_ = GetActionExtension("no_action", NULL);
259 : NULL;
280 GetActionExtension("no_action", NULL);
286 EXPECT_EQ(NULL, GetExtensionAtIndex(0u));
308 EXPECT_EQ(NULL, GetExtensionAtIndex(0u));
445 NULL); // Ignore error. local
584 NULL); // Ignor local
606 NULL); // Ignore error. local
[all...]

Completed in 1579 milliseconds

<<11121314151617181920>>