HomeSort by relevance Sort by last modified time
    Searched defs:no (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/third_party/skia/src/utils/
SkEventTracer.cpp 29 static uint8_t no = 0; variable
30 return &no;
  /art/compiler/utils/arm64/
managed_register_arm64.cc 54 int no; local
57 no = static_cast<int>(X31);
59 no = static_cast<int>(AsCoreRegister());
62 no = static_cast<int>(AsWRegister());
64 no = static_cast<int>(AsDRegister());
66 no = static_cast<int>(AsSRegister());
68 no = kNoRegister;
70 return no;
96 os << "No Register";
  /external/clang/test/Sema/
outof-range-constant-compare.c 48 if (a == 0x12345678L) // no warning
131 if (fl == 0x0000000000000000L) // no warning
135 if (dl == 0x0000000000000000L) // no warning
140 no, enumerator in enum:E
MicrosoftExtensions.c 53 var.bad1; // expected-error {{no member named 'bad1' in 'struct test'}}
54 var.bad2; // expected-error {{no member named 'bad2' in 'struct test'}}
103 enum DE1 no; // no warning because E1 is not deprecated local
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_state_setup.h 71 unsigned no; member in struct:lp_setup_variant
lp_state_fs.h 16 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
104 unsigned no; member in struct:lp_fragment_shader_variant
121 unsigned no; member in struct:lp_fragment_shader
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_setup.h 71 unsigned no; member in struct:lp_setup_variant
lp_state_fs.h 16 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
104 unsigned no; member in struct:lp_fragment_shader_variant
121 unsigned no; member in struct:lp_fragment_shader
  /bionic/tests/libs/
Android.mk 31 no-elf-hash-table-library_src_files := \
34 no-elf-hash-table-library_ldflags := \
37 module := no-elf-hash-table-library
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_debug_memory.c 21 * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR
56 unsigned long no; member in struct:debug_memory_header
124 hdr->no = last_no++;
232 new_hdr->no = old_hdr->no;
290 if((start_no <= hdr->no && hdr->no < last_no) ||
291 (last_no < start_no && (hdr->no < last_no || start_no <= hdr->no))) {
314 debug_printf("No memory leaks detected.\n")
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_memory.c 21 * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR
56 unsigned long no; member in struct:debug_memory_header
124 hdr->no = last_no++;
232 new_hdr->no = old_hdr->no;
290 if((start_no <= hdr->no && hdr->no < last_no) ||
291 (last_no < start_no && (hdr->no < last_no || start_no <= hdr->no))) {
314 debug_printf("No memory leaks detected.\n")
    [all...]
  /development/ide/emacs/
android-common.el 21 ;; There should be no interactive function in this module.
46 (defcustom android-compilation-no-buildenv-warning t
114 (buffer-substring-no-properties (point)
  /external/bison/src/
getargs.c 96 * If VALUE != 0 then KEY sets flags and no-KEY clears them.
97 * If VALUE == 0 then KEY clears all flags from \c all and no-KEY sets all
98 * flags from \c all. Thus no-none = all and no-all = none.
110 int no = strncmp (args, "no-", 3) == 0 ? 3 : 0; local
111 int value = XARGMATCH (option, args + no, keys, values);
114 if (no)
121 if (no)
188 "none - no traces"
    [all...]
  /external/libcxxabi/src/
private_typeinfo.h 70 no enumerator in enum:__cxxabiv1::__anon3194
95 // when there is no dst_type along the path
108 // is_dst_type_derived_from_static_type is either unknown, yes or no.
122 // Has no base class
  /bionic/libc/kernel/uapi/linux/
inet_diag.h 8 *** contains no copyrightable information.
69 unsigned short no; member in struct:inet_diag_bc_op
  /development/ndk/platforms/android-L/include/linux/
inet_diag.h 8 *** contains no copyrightable information.
69 unsigned short no; member in struct:inet_diag_bc_op
  /external/iproute2/include/linux/
inet_diag.h 55 * to offset cc+"yes" or to offset cc+"no". "yes" is supposed to be
62 unsigned short no; member in struct:inet_diag_bc_op
  /external/kernel-headers/original/uapi/linux/
inet_diag.h 55 * to offset cc+"yes" or to offset cc+"no". "yes" is supposed to be
62 unsigned short no; member in struct:inet_diag_bc_op
  /external/clang/test/SemaCXX/
enum-scoped.cpp 108 enum class scoped_enum { yes, no, maybe }; member in class:E1::E2::Redeclare5::scoped_enum
110 if (e == scoped_enum::no) { }
295 struct E::S {}; // expected-error {{no struct named 'S'}}
297 enum E::E {}; // expected-error {{no enum named 'E'}}
299 using E::f; // expected-error {{no member named 'f'}}
  /build/core/
definitions.mk 737 ### If there are no slashes, keep the entire word.)
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regcomp.c 25 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
62 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
430 case ')': /* happens only if no current unmatched ( */
488 return; /* no repetition, we're done */
543 - p_str - string (no metacharacters) "parser"
756 * no set operations are done.
1023 static int /* if no counterpart, return ch */
1233 size_t no; local
1242 no = p->g->ncsets++;
1244 if (no >= p->ncsalloc) { /* need another column of space *
    [all...]
  /external/libedit/src/
terminal.c 25 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
257 (void) fprintf(el->el_errfile, "no clear EOL capability.\n");
259 (void) fprintf(el->el_errfile, "no delete char capability.\n");
261 (void) fprintf(el->el_errfile, "no insert char capability.\n");
345 * New string is shorter; no need to allocate space
363 * Compact our buffer; no need to check compaction, cause we know it
687 } else /* no wrap, but cursor stays on screen */
893 "No entry for terminal type \"%s\";\n", term);
1444 static char no[] = "no"; local
    [all...]
  /external/llvm/lib/Support/
regcomp.c 26 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
332 case ')': /* happens only if no current unmatched ( */
417 return; /* no repetition, we're done */
472 - p_str - string (no metacharacters) "parser"
658 * no set operations are done.
892 static char /* if no counterpart, return ch */
1060 int no = p->g->ncsets++; local
1067 if (no >= p->ncsalloc) { /* need another column of space */
1085 for (i = 0; i < no; i++)
1094 cs = &p->g->sets[no];
    [all...]
  /external/ltrace/sysdeps/linux-gnu/
trace.c 68 /* -1 is returned for errors, 0 if it has no effect, 1 if
173 /* Only really continue the process if there are no events in
857 no(struct process_stopping_handler *self) function
880 ks = &no;
882 uw = &no;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderInline.cpp 176 // If we are no longer in-flow positioned but our descendant block(s) still have an in-flow positioned ancestor then
271 // there are no line boxes created in the above case.
479 // No anonymous block available for use. Make one.
496 RenderObject* no = o; local
497 o = no->nextSibling();
498 pre->children()->appendChildNode(pre, block->children()->removeChildNode(block, no));
499 no->setNeedsLayoutAndPrefWidthsRecalcAndFullPaintInvalidation();
    [all...]

Completed in 739 milliseconds

1 2