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

1 2 3 4 5 6 7 891011>>

  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_context.c 75 uint32_t valid = nvc0->constbuf_valid[s]; local
77 while (valid && !nvc0->cb_dirty) {
78 const unsigned i = ffs(valid) - 1;
81 valid &= ~(1 << i);
  /external/piex/src/binary_parse/
range_checked_byte_ptr.h 131 // remain valid until the SharedPtr is released or the PagedByteArray object
133 // this indicates that the memory buffer will remain valid until the
266 // length of 'len'. The caller must ensure that the array remains valid until
268 // Note: 'len' may be zero, but 'array' must in this case still be a valid,
274 // valid until this pointer and any pointers created from it have been
361 bool valid = p.convert(output); local
362 if (!valid) {
365 return valid;
  /external/skia/tests/
GrCCPRTest.cpp 73 bool valid() const { return fCCPR && fRTC; } function in class:CCPRPathDrawer
78 SkASSERT(this->valid());
96 SkASSERT(this->valid());
106 SkASSERT(this->valid());
144 if (!ccpr.valid()) {
259 if (!ccpr.valid()) {
  /external/skqp/tests/
GrCCPRTest.cpp 73 bool valid() const { return fCCPR && fRTC; } function in class:CCPRPathDrawer
78 SkASSERT(this->valid());
96 SkASSERT(this->valid());
106 SkASSERT(this->valid());
143 if (!ccpr.valid()) {
258 if (!ccpr.valid()) {
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/representer/
RepresenterTest.java 39 private Boolean valid; field in class:RepresenterTest.MyBean
51 return valid;
54 public void setValid(Boolean valid) {
55 this.valid = valid;
72 assertEquals("!!org.yaml.snakeyaml.representer.RepresenterTest$MyBean2 {valid: true}\n",
78 private Boolean valid; field in class:RepresenterTest.MyBean2
80 public MyBean2(String name, Boolean valid) {
83 this.valid = valid;
127 private Boolean valid; field in class:RepresenterTest.MyBean3
    [all...]
  /external/v8/tools/clang/plugins/
CheckIPCVisitor.cpp 140 bool valid = true; local
148 valid = false;
157 return valid;
  /external/valgrind/drd/
drd_thread.h 44 /** A number different from any valid DRD thread ID. */
48 * A number different from any valid POSIX thread ID.
80 /** Whether this structure contains valid information. */
81 Bool valid; member in struct:__anon42609
222 * Whether or not the specified DRD thread ID is valid.
224 * A DRD thread ID is valid if and only if the following conditions are met:
225 * - The ID is a valid index of the DRD_(g_threadinfo)[] array.
234 && (DRD_(g_threadinfo)[tid].valid));
  /external/webrtc/webrtc/examples/peerconnection/server/
data_socket.h 44 bool valid() const { return socket_ != INVALID_SOCKET; } function in class:SocketBase
105 // Send an HTTP response. The |status| should start with a valid HTTP
124 // Returns true if a valid request was received and no errors occurred.
  /external/webrtc/webrtc/modules/desktop_capture/win/
screen_capturer_win_magnifier.cc 175 bool valid = IsScreenValid(id, &current_device_key_); local
179 if (valid)
185 return valid;
  /external/wpa_supplicant_8/src/ap/
gas_serv.h 68 u8 valid; member in struct:gas_dialog_info
  /frameworks/base/tools/aapt2/configuration/
ConfigurationParser.internal.h 54 bool valid = orders.size() == group.size(); local
55 if (!valid) {
58 return valid;
158 bool valid = IsGroupValid(abi_groups, "abi-groups", diag); local
159 valid &= IsGroupValid(screen_density_groups, "screen-density-groups", diag);
160 valid &= IsGroupValid(locale_groups, "locale-groups", diag);
161 valid &= IsGroupValid(device_feature_groups, "device-feature-groups", diag);
162 valid &= IsGroupValid(gl_texture_groups, "gl-texture-groups", diag);
163 return valid;
  /frameworks/compile/slang/
slang_rs_context.cpp 227 bool valid = true; local
254 valid = false;
257 if (valid && ShouldExportVariable && isSyntheticName(VD->getName()))
259 if (valid && ShouldExportVariable && !processExportVar(VD)) {
260 valid = false;
269 valid = false;
281 if (valid && mExportForEach[0] == nullptr) {
297 valid = false;
301 return valid;
313 bool valid = true local
    [all...]
slang_rs_export_foreach.cpp 57 bool valid = true; local
77 valid &= validateAndConstructKernelParams(Context, FD);
79 valid &= validateAndConstructOldStyleParams(Context, FD);
82 valid &= setSignatureMetadata(Context, FD);
83 return valid;
92 bool valid = true; local
101 valid = false;
107 valid &= processSpecialParameters(Context, FD, &IndexOfFirstSpecialParameter);
122 valid = false;
136 valid = false
167 bool valid = true; local
271 bool valid = true; local
    [all...]
slang_rs_special_kernel_param.cpp 113 bool valid = true; local
147 valid = false;
162 valid = false;
174 valid = false;
186 valid = false;
199 valid = false;
214 valid = false;
231 return valid;
  /frameworks/native/libs/binder/
Debug.cpp 100 bool valid; local
103 // valid = isasciitype(c[3]);
104 valid = true;
107 while (valid && i<3) {
109 if (!zero) valid = false;
112 //if (!isasciitype(c[i])) valid = false;
116 // if all zeros, not a valid type code.
117 if (zero) valid = false;
119 valid = isident(c[3]) ? true : false;
122 while (valid && i<3)
    [all...]
  /hardware/interfaces/broadcastradio/common/utils2x/
Utils.cpp 203 bool valid = true; local
205 auto expect = [&valid](bool condition, std::string message) {
207 valid = false;
208 ALOGE("Identifier not valid, expected %s", message.c_str());
282 return valid;
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3StreamMem.cpp 271 * FUNCTION : valid
273 * DESCRIPTION: return whether there is a valid buffer at the current index
280 bool QCamera3StreamMem::valid(uint32_t index) function in class:qcamera::QCamera3StreamMem
  /hardware/qcom/display/msm8084/liboverlay/
overlayMem.h 69 /* return true if fd is valid and base address is valid */
70 bool valid() const;
181 if(!valid()) {
226 inline bool OvMem::valid() const function in class:overlay::OvMem
overlayRotator.h 54 bool valid() { return mem.valid(); } function in struct:overlay::RotMem
  /hardware/qcom/display/msm8226/liboverlay/
overlayRotator.h 54 bool valid() { return mem.valid(); } function in struct:overlay::RotMem
overlayUtils.cpp 63 bool valid() const { return fp != 0; } function in struct:__anon49716::IOFile
  /hardware/qcom/display/msm8960/liboverlay/
overlay.h 102 bool valid();
156 OVASSERT(mPipeBook[index].valid(), "Pipe does not exist %s",
179 inline bool Overlay::PipeBook::valid() { function in class:overlay::Overlay::PipeBook
overlayRotator.h 55 bool valid() { return m.valid(); } function in struct:overlay::RotMem::Mem
  /hardware/qcom/display/msm8994/liboverlay/
overlayRotator.h 53 bool valid() { return mem.valid(); } function in struct:overlay::RotMem
overlayUtils.cpp 63 bool valid() const { return fp != 0; } function in struct:__anon50017::IOFile

Completed in 699 milliseconds

1 2 3 4 5 6 7 891011>>