HomeSort by relevance Sort by last modified time
    Searched refs:CHECK (Results 351 - 375 of 376) sorted by null

<<111213141516

  /external/v8/src/
spaces.cc 161 CHECK(code_range_ != NULL);
387 CHECK(initial_chunk_ != NULL);
462 CHECK(!OutOfChunkIds());
    [all...]
top.cc 238 CHECK(!initialized);
439 // Get the data object from access check info.
495 // Check for compatibility between the security tokens in the
502 // Get named access check callback
538 // Check for compatibility between the security tokens in the
547 // Get indexed access check callback
    [all...]
ast.h 564 CHECK(!is_default());
602 // HasThenStatement() and HasElseStatement() functions to check if a
731 // Check if this literal is identical to the other literal.
    [all...]
stub-cache.cc 418 // Compute the check type and the map.
421 // Compute check type based on receiver/holder.
422 StubCompiler::CheckType check = StubCompiler::RECEIVER_MAP_CHECK; local
424 check = StubCompiler::STRING_CHECK;
426 check = StubCompiler::NUMBER_CHECK;
428 check = StubCompiler::BOOLEAN_CHECK;
442 check = StubCompiler::JSARRAY_HAS_FAST_ELEMENTS_CHECK;
453 code = compiler.CompileCallConstant(object, holder, function, name, check);
470 // Compute the check type and the map.
473 // TODO(1233596): We cannot do receiver map check for non-JS object
    [all...]
objects.cc 210 // Check for pending exception and return the result.
255 // No access check in GetPropertyAttributeWithInterceptor.
315 // No access check in GetPropertyAttributeWithInterceptor.
453 // the holder and check for access rights. This avoid traversing the
461 // Check if we're allowed to read from the current object. Note
463 // property from the current object, we still check that we have
    [all...]
api.cc 224 * out of memory at some point this check will fail. It should be called on
554 // to check for a dead VM with ON_BAILOUT before constructing any Neander
557 // constructor you should check that you ensured the VM was not dead first.
590 // to check for a dead VM with ON_BAILOUT before calling it. To remind you
592 // site calling this method you should check that you ensured the VM was not
    [all...]
  /external/chromium/net/socket_stream/
socket_stream.cc 618 CHECK(tunnel_response_headers_->data());
  /external/chromium/net/tools/flip_server/
balsa_headers.cc 178 CHECK(d != NULL);
544 // First check whether the header object is empty.
550 // Then check whether the header is in a partially parsed state. If so, just
flip_in_mem_edsm_server.cc 167 CHECK(fd != NULL);
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
cnmdptst.c 34 #define CHECK(status,str) if (U_FAILURE(status)) { log_err("FAIL: %s\n", str); return; }
    [all...]
  /external/icu4c/test/cintltst/
cnmdptst.c 34 #define CHECK(status,str) if (U_FAILURE(status)) { log_err("FAIL: %s\n", str); return; }
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
EventDisplayOptions.java 520 mPidFilterCheckBox = new Button(mInfoGroup, SWT.CHECK);
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdCreationDialog.java 427 mForceCreation = new Button(parent, SWT.CHECK);
429 mForceCreation.setToolTipText("There's already an AVD with the same name. Check this to delete it and replace it by the new AVD.");
752 // get the mode. We only need to check the file since the
794 // get the mode, we should only check if it's in size mode since
807 // Check for duplicate AVD name
813 "Check \"Override the existing AVD\" to delete the existing one.",
    [all...]
AvdSelector.java 121 * In the "check" selection mode, checkboxes are displayed on each line
235 style |= SWT.CHECK;
639 * Creates a selection listener that will check or uncheck the whole line when
643 // Add a selection listener that will check/uncheck items when they are double-clicked
667 * On double-click, <em>always</em> check the table item.
796 * in the list, ignoring the check boxes state in {@link DisplayMode#SIMPLE_CHECK} mode.
863 // check if the AVD is running
    [all...]
  /external/zlib/
make_vms.com 14 $! 0.03 20091224 Add support for large file check
55 $! Check for MMK/MMS
230 $MAKE: SUBROUTINE !SUBROUTINE TO CHECK DEPENDENCIES
271 $! Check command line options and set symbols accordingly
284 $! Check if parameter actually contains something
368 $ write sys$output "CC compiler check ... hp C"
375 $ if its_vaxc then write sys$output "CC compiler check ... VAX C"
378 $ write sys$output "CC compiler check ... GNU C"
538 $! Check if this is a define relating to the properties of the C/C++
567 $! Check for properties of C/C++ compile
    [all...]
  /external/v8/src/mips/
assembler-mips.cc 330 // Check we have a branch instruction.
1135 // Check we have 2 instructions generated by li.
1164 // First check we have a li.
1169 // Check we have indeed the result from a li with MustUseAt true.
1170 CHECK(((instr1 & kOpcodeMask) == LUI && (instr2 & kOpcodeMask) == ORI) ||
  /external/v8/src/x64/
disasm-x64.cc 431 CHECK(false);
    [all...]
codegen-x64.cc 360 // case so we don't check for it, instead we rely on the copying
538 // Check that the size of the code used for returning matches what is
591 // Calculate the delta from the IC call instruction to the map check
708 // Check if the arguments object has been lazily allocated
735 // Check that the receiver really is a JavaScript object.
741 // after LAST_JS_OBJECT_TYPE, we do not have to check the upper
748 // Check that applicand.apply is Function.prototype.apply.
759 // Check that applicand is a function.
    [all...]
  /external/v8/src/arm/
assembler-arm.cc 669 CHECK(!rn.is(ip)); // rn should never be ip, or will be trashed
    [all...]
assembler-thumb2.cc 649 CHECK(!rn.is(ip)); // rn should never be ip, or will be trashed
    [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 

Completed in 1621 milliseconds

<<111213141516