HomeSort by relevance Sort by last modified time
    Searched refs:IsNull (Results 201 - 225 of 317) sorted by null

1 2 3 4 5 6 7 891011>>

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
ProcessOptions.c 330 while (!IsNull (&Question->OptionListHead, Link)) {
1049 while (!IsNull (&Question->OptionListHead, Link) && Index2 < OrderList->MaxContainers) {
1085 while (!IsNull (&Question->OptionListHead, Link)) {
    [all...]
  /external/python/cpython2/Tools/msi/
msilib.py 179 if r.IsNull(i):f.write("None, ")
182 if r.IsNull(i):f.write("None, ")
221 if r.IsNull(i):
  /external/v8/src/
lookup.cc 134 if (root->IsNull(isolate)) {
461 DCHECK(!getter->IsNull(isolate_) || !setter->IsNull(isolate_));
    [all...]
  /external/webrtc/talk/app/webrtc/java/jni/
androidmediaencoder_jni.cc 519 if (IsNull(jni, input_buffers)) {
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
Shell.c 707 ; !IsNull (&List->Link, &Node->Link)
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
UefiShellLib.c     [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp 232 assert(ReturnValue.isNull() && "Destructor shouldn't have return value");
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
DeviceManager.c     [all...]
  /external/v8/src/builtins/
builtins-object.cc 505 if (prototype->IsNull(isolate)) {
608 if (!proto->IsNull(isolate) && !proto->IsJSReceiver()) {
654 if (!proto->IsNull(isolate) && !proto->IsJSReceiver()) {
    [all...]
  /art/runtime/
class_linker-inl.h 308 DCHECK(!class_roots_.IsNull());
art_method.cc 109 CHECK(!ext.IsNull());
111 CHECK(!obsolete_methods.IsNull());
    [all...]
  /art/runtime/openjdkjvmti/
jvmti_weak_table-inl.h 221 DCHECK(!it->first.IsNull());
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/AndroidFastbootTransportTcpDxe/
FastbootTransportTcp.c 538 while (!IsNull (&mPacketListHead, &Entry->Link)) {
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/Arm/
Processor.c 525 while (!IsNull (&BreakpointList, Current)) {
  /external/dng_sdk/source/
dng_fingerprint.cpp 37 bool dng_fingerprint::IsNull () const
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
ViewGroupTest.java 26 import static org.hamcrest.core.IsNull.nullValue;
  /external/v8/src/ast/
ast-value-factory.h 226 bool IsNull() const { return type_ == NULL_TYPE; }
  /external/v8/src/profiler/
cpu-profiler.cc 31 if (is_counting_samples_ && !sample->timestamp.IsNull()) {
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/perftest/
rapidjsontest.cpp 48 EXPECT_FALSE(doc_.Parse(json_).IsNull());
  /external/googletest/googlemock/test/
gmock-matchers_test.cc 100 using testing::IsNull;
1002 // Tests that IsNull() matches any NULL pointer of any type.
1004 Matcher<int*> m1 = IsNull();
1010 Matcher<const char*> m2 = IsNull();
1024 Matcher<void*> m3 = IsNull();
1032 const Matcher<linked_ptr<int> > m = IsNull();
1041 const Matcher<const linked_ptr<double>&> m = IsNull();
1051 const Matcher<std::function<void()>> m = IsNull();
1058 // Tests that IsNull() describes itself properly.
1060 Matcher<int*> m = IsNull();
    [all...]
  /external/v8/testing/gmock/test/
gmock-matchers_test.cc 100 using testing::IsNull;
998 // Tests that IsNull() matches any NULL pointer of any type.
1000 Matcher<int*> m1 = IsNull();
1006 Matcher<const char*> m2 = IsNull();
1020 Matcher<void*> m3 = IsNull();
1028 const Matcher<linked_ptr<int> > m = IsNull();
1037 const Matcher<const linked_ptr<double>&> m = IsNull();
1047 const Matcher<std::function<void()>> m = IsNull();
1054 // Tests that IsNull() describes itself properly.
1056 Matcher<int*> m = IsNull();
    [all...]
  /art/runtime/gc/collector/
semi_space.cc 308 if (!root->IsNull()) {
705 if (!root->IsNull()) {
    [all...]
  /art/runtime/verifier/
reg_type.h 172 bool result = !klass_.IsNull();
192 DCHECK(!klass_.IsNull()) << Dump();
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
UefiIfrParser.c 48 while (!IsNull (&FormSet->OneOfOptionMapListHead, Link)) {
196 while (!IsNull (&FormSet->StorageListHead, Link)) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/SmmBaseHelper/
SmmBaseHelper.c 801 while (!IsNull (&mCallbackInfoListHead, Node)) {
    [all...]

Completed in 1180 milliseconds

1 2 3 4 5 6 7 891011>>