HomeSort by relevance Sort by last modified time
    Searched defs:NULL (Results 201 - 225 of 1005) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/icu/icu4c/source/samples/layout/
cgnomelayout.c 41 static GSList *appList = NULL;
49 const gchar *documentedBy[] = {NULL};
52 NULL
62 NULL);
77 gchar *title = g_strconcat("Gnome Layout Sample - ", name, NULL);
94 if (newPara != NULL) {
98 if (context->paragraph != NULL) {
134 GTK_SIGNAL_FUNC(gtk_main_quit), NULL);
170 newapp, NULL),
172 GNOMEUIINFO_MENU_OPEN_ITEM(openfile, NULL),
    [all...]
gnomelayout.cpp 51 static GSList *appList = NULL;
59 const gchar *documentedBy[] = {NULL};
62 NULL
72 NULL);
85 gchar *title = g_strconcat("Gnome Layout Sample - ", name, NULL);
102 if (newPara != NULL) {
106 if (context->paragraph != NULL) {
142 GTK_SIGNAL_FUNC(gtk_main_quit), NULL);
178 newapp, NULL),
180 GNOMEUIINFO_MENU_OPEN_ITEM(openfile, NULL),
    [all...]
  /external/icu/icu4c/source/test/perf/convperf/
convperf.h 42 conv = NULL;
45 target = NULL;
46 targetLimit = NULL;
53 if(target == NULL){
63 ucnv_toUnicode(conv, &myTarget, targetLimit, &mySrc, sourceLimit, NULL, TRUE, status);
88 conv = NULL;
91 target = NULL;
92 targetLimit = NULL;
99 if(target == NULL){
109 ucnv_fromUnicode(conv,&myTarget, targetLimit, &mySrc, sourceLimit, NULL, TRUE, status)
    [all...]
  /external/jemalloc/src/
ckh.c 60 if (cell->key != NULL && ckh->keycomp(key, cell->key))
75 assert(ckh != NULL);
107 if (cell->key == NULL) {
148 assert(cell->key != NULL);
233 if (aTab[i].key != NULL) {
275 true, NULL, true, arena_ichoose(tsd, NULL));
276 if (tab == NULL) {
287 idalloctm(tsd_tsdn(tsd), tab, NULL, true, true);
292 idalloctm(tsd_tsdn(tsd), ckh->tab, NULL, true, true)
    [all...]
tcache.c 103 arena = arena_choose(tsd, NULL);
104 assert(arena != NULL);
130 assert(ptr != NULL);
185 arena = arena_choose(tsd, NULL);
186 assert(arena != NULL);
215 assert(ptr != NULL);
312 return (NULL);
314 arena = arena_choose(tsd, NULL);
315 if (unlikely(arena == NULL))
316 return (NULL);
    [all...]
  /external/libevent/
bufferevent_filter.c 116 * return that bufferevent_filtered. Returns NULL otherwise.*/
122 return NULL;
157 /* Filter to use when we're created with a NULL filter. */
181 return NULL;
190 return NULL;
195 return NULL;
198 bufferevent_enable_locking_(downcast(bufev_f), NULL);
250 NULL, NULL, NULL, NULL)
    [all...]
  /external/libvncserver/client_examples/
gtkvncviewer.c 31 static gchar *server_cut_text = NULL;
34 static GtkWidget *dialog_connecting = NULL;
40 static GdkImage *image = NULL;
143 if (server_cut_text != NULL) {
145 server_cut_text = NULL;
167 NULL);
212 NULL,
216 NULL);
251 G_CALLBACK (clipboard_local_to_remote), NULL);
257 G_CALLBACK (clipboard_remote_to_local), NULL);
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_meta_buffer.c 12 nir_builder_init_simple_shader(&b, NULL, MESA_SHADER_COMPUTE, NULL);
35 nir_ssa_dest_init(&dst_buf->instr, &dst_buf->dest, 1, 32, NULL);
62 nir_builder_init_simple_shader(&b, NULL, MESA_SHADER_COMPUTE, NULL);
85 nir_ssa_dest_init(&dst_buf->instr, &dst_buf->dest, 1, 32, NULL);
93 nir_ssa_dest_init(&src_buf->instr, &src_buf->dest, 1, 32, NULL);
99 nir_ssa_dest_init(&load->instr, &load->dest, 4, 32, NULL);
119 struct radv_shader_module fill_cs = { .nir = NULL };
120 struct radv_shader_module copy_cs = { .nir = NULL };
    [all...]
radv_meta_resolve_cs.c 39 nir_if *outer_if = NULL;
49 nir_builder_init_simple_shader(&b, NULL, MESA_SHADER_COMPUTE, NULL);
100 tex->sampler = NULL;
119 tex_all_same->sampler = NULL;
142 tex_add->sampler = NULL;
189 .pImmutableSamplers = NULL
196 .pImmutableSamplers = NULL
235 struct radv_shader_module cs = { .nir = NULL };
246 .pSpecializationInfo = NULL,
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_dump.c 82 }, NULL, &image->image);
93 }, NULL, &image->memory);
105 anv_DestroyImage(vk_device, image->image, NULL);
106 anv_FreeMemory(vk_device, image->memory, NULL);
122 0, 0, NULL, 0, NULL, 1,
179 0, 0, NULL, 0, NULL, 1,
273 }, NULL, &commandPool);
304 }, NULL, &fence)
    [all...]
  /external/mockito/src/test/java/org/mockitousage/matchers/
VarargsTest.java 42 private static final Condition<Object> NULL = new Condition<Object>() {
46 return value == null;
83 Object arg = null;
86 verify(mock).varargs(eq(null));
91 Object arg = null;
99 Object[] argArray = null;
153 mock.varargs("1", null);
167 mock.varargsbyte(null);
205 String arg = null;
210 assertThat(captor).areExactly(1, NULL);
    [all...]
  /external/oj-libjdwp/src/share/back/
transport.c 57 msg = NULL;
58 utf8msg = NULL;
60 if ( msg != NULL ) {
74 } else if ( msg!=NULL ) {
89 onLoad = (jdwpTransport_OnLoad_t)NULL;
90 if (handle == NULL) {
108 plibdir = NULL;
109 if ( libdir != NULL ) {
121 return NULL;
142 if (name == NULL) {
    [all...]
  /external/pcre/pcrecpp/include/
pcrecpp.h 96 // Example: does not try to extract into NULL
97 // re.FullMatch("ruby:1234", NULL, &i);
100 // !re.FullMatch("ruby:1234567891234", NULL, &i);
113 // NULL (the corresponding matched sub-pattern is not copied)
512 RE(const string& pat) { Init(pat, NULL); }
514 RE(const char* pat) { Init(pat, NULL); }
517 Init(reinterpret_cast<const char*>(pat), NULL);
563 return DoMatchImpl(text, ANCHOR_BOTH, NULL, args, Args<ARGS...>::count());
573 return DoMatchImpl(text, UNANCHORED, NULL, args, Args<ARGS...>::count());
  /external/python/cpython2/Mac/Modules/app/
appsupport.py 30 NULL = FakeType("NULL")
77 ThemeEraseUPP = FakeType("NULL")
78 ThemeButtonDrawUPP = FakeType("NULL")
95 ## Output("if (itself == NULL) return PyMac_Error(resNotFound);")
102 ## if (v == Py_None) { *p_itself = NULL; return 1; }
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
RegisterType.java 47 assert ((category == REFERENCE || category == UNINIT_REF || category == UNINIT_THIS) && type != null) ||
48 ((category != REFERENCE && category != UNINIT_REF && category != UNINIT_THIS) && type == null);
56 return "(" + CATEGORY_NAMES[category] + (type==null?"":("," + type)) + ")";
62 if (type != null) {
72 if (o == null || getClass() != o.getClass()) return false;
85 return (type != null ? type.equals(that.type) : that.type == null);
91 result = 31 * result + (type != null ? type.hashCode() : 0);
100 public static final byte NULL = 2;
128 "Null",
    [all...]
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/nodes/
Tag.java 43 public static final Tag NULL = new Tag(PREFIX + "null");
73 if (tag == null) {
85 if (clazz == null) {
93 if (uri == null) {
151 if (set != null) {
  /external/speex/libspeex/
lsp.c 95 #ifndef NULL
96 #define NULL 0
532 float *pw,*n1,*n2,*n3,*n4=NULL;
ltp.c 45 #ifndef NULL
46 #define NULL 0
609 open_loop_nbest_pitch(sw, start, end, nsf, nbest, NULL, N, stack);
  /external/syslinux/com32/cmenu/
complex.c 13 #ifndef NULL
14 #define NULL ((void *) 0)
178 if (v != NULL) // Some network option specified
266 init_menusystem(NULL);
311 NULL, NETMENU);
382 curr = add_item(loginstr, "Login as a privileged user", OPT_RUN, NULL, 0);
391 OPT_INACTIVE, NULL, PREPMENU);
394 add_item("<R>escue options...", "Troubleshoot a system", OPT_SUBMENU, NULL,
397 add_item("<T>esting...", "Options to test hardware", OPT_SUBMENU, NULL,
400 add_item("<L>ong Menu...", "test menu system", OPT_SUBMENU, NULL, LONGMENU)
    [all...]
  /external/tpm2/
Object_spt.c 71 OBJECT *protector = NULL; // Pointer to the protector object
108 // parameter should be NULL
114 TPM2B_SEED *seed = NULL;
115 OBJECT *protector = NULL; // Pointer to the protector
137 KDFa(hashAlg, (TPM2B *)seed, "STORAGE", (TPM2B *)name, NULL,
138 symKey->t.size * 8, symKey->t.buffer, NULL);
161 // blob, this parameter should be NULL
169 TPM2B_SEED *seed = NULL;
175 KDFa(hashAlg, (TPM2B *)seed, "INTEGRITY", NULL, NULL,
    [all...]
  /external/valgrind/include/
pub_tool_basics.h 114 #if !defined(NULL)
115 # define NULL ((void*)0)
  /frameworks/av/media/libstagefright/codecs/common/include/
voType.h 144 #ifndef NULL
146 #define NULL 0
148 #define NULL ((void *)0)
  /frameworks/base/core/java/com/android/internal/view/
InputBindResult.java 94 * trying to return null {@link InputBindResult}, which must never happen.
128 * Indicates that the caller should have specified non-null
162 * The ID for this input method, as found in InputMethodInfo; null if
194 channel = null;
219 if (channel != null) {
248 return channel != null ? channel.describeContents() : 0;
285 return new InputBindResult(result, null, null, null, -1, -1);
291 public static final InputBindResult NULL = error(ResultCode.ERROR_NULL)
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
typedefs.h 35 * preprocessor symbols (TRUE, FALSE, NULL, ...).
264 #ifndef NULL
265 #define NULL 0
  /hardware/intel/common/libmix/mix_video/src/
mixdisplay.c 68 NULL,
69 NULL,
71 NULL,
72 NULL,
76 NULL
168 return NULL;
180 return NULL;
198 g_return_val_if_fail (MIX_IS_DISPLAY (obj), NULL);
208 MixDisplayClass *klass = NULL;
227 g_return_if_fail (obj != NULL);
    [all...]

Completed in 680 milliseconds

1 2 3 4 5 6 7 891011>>