HomeSort by relevance Sort by last modified time
    Searched refs:valid (Results 101 - 125 of 1208) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLTexture.h 87 : valid(false)
97 valid = true;
104 bool valid; member in class:WebCore::WebGLTexture::LevelInfo
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.promise/
copy_assign.fail.cpp 32 assert(f.valid());
53 assert(f.valid());
74 assert(f.valid());
copy_ctor.fail.cpp 30 assert(f.valid());
49 assert(f.valid());
68 assert(f.valid());
move_assign.pass.cpp 33 assert(f.valid());
54 assert(f.valid());
75 assert(f.valid());
move_ctor.pass.cpp 31 assert(f.valid());
50 assert(f.valid());
69 assert(f.valid());
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
SocketStream.cpp 93 if (!valid()) return -1;
116 if (!valid()) return NULL;
136 if (!valid()) return NULL;
156 if (!valid()) return int(ERR_INVALID_SOCKET);
SocketStream.h 38 bool valid() { return m_sock >= 0; } function in class:SocketStream
TcpStream.cpp 53 if (!valid()) return int(ERR_INVALID_SOCKET);
89 if (!valid()) return -1;
  /device/generic/goldfish/opengl/system/OpenglSystemCommon/
QemuPipeStream.h 39 bool valid() { return m_sock >= 0; } function in class:QemuPipeStream
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
xml.rb 136 it "should be valid" do
  /external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/net/
UnixNetworkInterfaceTest.java 32 private boolean valid = false; field in class:UnixNetworkInterfaceTest
46 if (!up && valid) {
70 if (valid) {
99 if (hardAddr != null && valid) {
130 if (valid) {
158 && subInterfaces2.hasMoreElements() && valid) {
179 while (subInterfaces.hasMoreElements() && valid) {
218 valid = (netifs != null)
225 valid = false;
  /external/chromium/net/base/
mime_util_unittest.cc 15 bool valid; member in struct:net::__anon5382
29 EXPECT_EQ(tests[i].valid, rv);
39 bool valid; member in struct:net::__anon5383
55 EXPECT_EQ(tests[i].valid, rv);
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
safe_audio_video_checker.h 21 // PLATFORM_FILE_OK, then the file appears to be a valid media file. This does
49 void OnCheckingFinished(bool valid);
  /external/chromium_org/content/public/browser/
render_widget_host_view_mac_delegate.h 40 // the delegate is unaware of that item and |valid| is undefined. Otherwise,
41 // |valid| contains the validity of the specified item.
43 isValidItem:(BOOL*)valid;
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_attr_init.c 112 attr_result->valid = PTW32_ATTR_VALID;
  /external/chromium_org/third_party/WebKit/Source/core/html/
ValidityState.h 57 bool valid() const;
  /external/skia/tests/
ClipperTest.cpp 95 bool valid = SkLineClipper::IntersectLine(&gEmpty[i], gR, dst); local
96 if (valid) {
99 REPORTER_ASSERT(reporter, !valid);
119 bool valid = SkLineClipper::IntersectLine(&gFull[i], gR, dst); local
120 if (!valid || memcmp(&gFull[i], dst, sizeof(dst))) {
123 REPORTER_ASSERT(reporter, valid && !memcmp(&gFull[i], dst, sizeof(dst)));
138 bool valid = SkLineClipper::IntersectLine(&gPartial[i], gR, dst); local
139 if (!valid || memcmp(&gPartial[i+2], dst, sizeof(dst))) {
142 REPORTER_ASSERT(reporter, valid &&
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
SocketStream.cpp 93 if (!valid()) return -1;
116 if (!valid()) return NULL;
136 if (!valid()) return NULL;
156 if (!valid()) return int(ERR_INVALID_SOCKET);
SocketStream.h 39 bool valid() { return m_sock >= 0; } function in class:SocketStream
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestTreeWizard.java 273 boolean valid = wiz.parse(t, "(A B C)");
274 assertTrue(valid);
280 boolean valid = wiz.parse(t, "A");
281 assertTrue(valid);
287 boolean valid = wiz.parse(t, "(nil A B C)");
288 assertTrue(valid);
294 boolean valid = wiz.parse(t, "(A . .)");
295 assertTrue(valid);
303 boolean valid = wiz.parse(t, "(A B[foo] C)");
304 assertTrue(valid);
    [all...]
  /external/chromium/chrome/browser/metrics/
metrics_response_unittest.cc 82 EXPECT_TRUE(response.valid());
106 EXPECT_FALSE(response.valid());
  /external/chromium_org/chrome/browser/prefs/
incognito_mode_prefs.cc 40 bool valid = IntToAvailability(pref_value, &result); local
41 DCHECK(valid);
  /external/llvm/bindings/ocaml/analysis/
llvm_analysis.mli 15 (** [verify_module m] returns [None] if the module [m] is valid, and
20 (** [verify_function f] returns [None] if the function [f] is valid, and
25 (** [verify_module m] returns if the module [m] is valid, but prints a
31 (** [verify_function f] returns if the function [f] is valid, but prints a
  /external/openssh/openbsd-compat/
port-uw.c 60 char *pw_password = authctxt->valid ? shadow_pw(pw) : pw->pw_passwd;
83 if (authctxt->valid)
  /libcore/luni/src/main/native/
libcore_icu_DateIntervalFormat.cpp 30 if (!skeletonHolder.valid()) {
41 if (!tzNameHolder.valid()) {

Completed in 634 milliseconds

1 2 3 45 6 7 8 91011>>