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

1 2 3 4 5 6 7

  /external/skia/src/utils/
SkEventTracer.cpp 32 static uint8_t no = 0; variable
33 return &no;
  /art/compiler/utils/arm64/
managed_register_arm64.cc 50 int no; local
52 no = static_cast<int>(AsXRegister());
54 no = static_cast<int>(AsWRegister());
56 no = static_cast<int>(AsDRegister());
58 no = static_cast<int>(AsSRegister());
60 no = kNoRegister;
62 return no;
88 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
  /external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/
types.pass.cpp 33 typedef long no; typedef in class:has_argument_type
36 template <typename C> static no check(...);
45 typedef long no; typedef in class:has_first_argument_type
48 template <typename C> static no check(...);
58 typedef long no; typedef in class:has_second_argument_type
61 template <typename C> static no check(...);
  /external/strace/tests/
attach-f-p.c 21 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
59 unsigned int no = (long) a; local
62 if (read(pipes[no][0], &i, sizeof(i)) != (int) sizeof(i))
63 perror_msg_and_fail("read[%u]", no);
64 assert(chdir(child[no]) == -1);
  /external/strace/tests-m32/
attach-f-p.c 21 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
59 unsigned int no = (long) a; local
62 if (read(pipes[no][0], &i, sizeof(i)) != (int) sizeof(i))
63 perror_msg_and_fail("read[%u]", no);
64 assert(chdir(child[no]) == -1);
  /external/strace/tests-mx32/
attach-f-p.c 21 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
59 unsigned int no = (long) a; local
62 if (read(pipes[no][0], &i, sizeof(i)) != (int) sizeof(i))
63 perror_msg_and_fail("read[%u]", no);
64 assert(chdir(child[no]) == -1);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/func.wrap/func.wrap.func/
types.pass.cpp 33 typedef long no; typedef in class:has_argument_type
36 template <typename C> static no check(...);
45 typedef long no; typedef in class:has_first_argument_type
48 template <typename C> static no check(...);
58 typedef long no; typedef in class:has_second_argument_type
61 template <typename C> static no check(...);
  /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
  /external/v8/include/
v8-platform.h 49 * escaped. There is no processing applied to the content after it is
78 * A return value of 0 means that there are no background threads available.
87 * takes ownership of |task|. There is no guarantee about order of execution
115 * starved for an arbitrarily long time if no idle time is available.
134 * it is recommended that the fixed point be no further in the past than
147 static uint8_t no = 0; local
148 return &no;
  /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...]
  /external/protobuf/src/google/protobuf/stubs/
type_traits.h 21 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
74 typedef char (&no)[2]; typedef in struct:google::protobuf::internal::is_base_of
81 static no check(const void*);
116 // shall be no member typedef type."
  /external/toybox/lib/
getmountlist.c 87 // check all instances of opt and "no"opt in optlist, return true if opt
88 // found and last instance wasn't no. If clean, remove each instance from list.
91 int optlen = strlen(opt), len, no, got = 0; local
97 no = 2*(*s == 'n' && s[1] == 'o');
98 if (optlen == len-no && !strncmp(opt, s+no, optlen)) {
99 got = !no;
124 // Odd syntax: typelist all yes = if any, typelist all no = if none.
133 skip = strncmp(typelist, "no", 2);
138 // If one -t starts with "no", the rest must to
    [all...]
  /external/v8/src/libplatform/
default-platform.cc 210 static uint8_t no = 0; local
211 return &no;
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
type_traits.h 21 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
74 typedef char (&no)[2]; typedef in struct:google::protobuf::internal::is_base_of
81 static no check(const void*);
116 // shall be no member typedef type."
  /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/eigen/Eigen/src/IterativeLinearSolvers/
IterativeSolverBase.h 28 struct no {int a[2];}; struct in struct:Eigen::internal::is_ref_compatible_impl
33 static no test(any_conversion<T>, ...);
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorMeta.h 195 typedef char (&no)[2]; typedef in struct:Eigen::internal::is_base_of
206 static no check(B*, int);
  /external/libcxxabi/src/
private_typeinfo.h 65 no enumerator in enum:__cxxabiv1::__anon22954
90 // when there is no dst_type along the path
103 // is_dst_type_derived_from_static_type is either unknown, yes or no.
117 // Has no base class
  /external/toybox/toys/pending/
fsck.c 105 //is we have 'no' or ! before type.
108 int no = 0; local
110 if ((*p[0] == 'n' && *(*p + 1) == 'o')) no = 2;
111 else if (*p[0] == '!') no = 1;
112 *p += no;
113 return ((no) ? 1 :0);
119 int n = 1, no; local
131 no = is_no_prefix(&p);
133 TT.arr_flag[n] = no ? FLAG_WITH_NO_PRFX :FLAG_WITHOUT_NO_PRFX;
134 TT.negate = no;
    [all...]
  /frameworks/base/core/java/android/service/notification/
StatusBarNotification.java 207 final Notification no = new Notification(); local
208 this.notification.cloneInto(no, false); // light copy
211 no, this.user, this.overrideGroupKey, this.postTime);
266 * or null if no tag was specified. */
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
private_typeinfo.h 70 no enumerator in enum:__cxxabiv1::__anon104396
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
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/src/
private_typeinfo.h 65 no enumerator in enum:__cxxabiv1::__anon104760
90 // when there is no dst_type along the path
103 // is_dst_type_derived_from_static_type is either unknown, yes or no.
117 // Has no base class

Completed in 992 milliseconds

1 2 3 4 5 6 7