HomeSort by relevance Sort by last modified time
    Searched full:self (Results 1076 - 1100 of 1842) sorted by null

<<41424344454647484950>>

  /external/dropbear/libtomcrypt/src/hashes/whirl/
whirl.c 199 Self-test the hash
200 @return CRYPT_OK if successful, CRYPT_NOP if self-tests have been disabled
  /external/dropbear/libtomcrypt/src/mac/hmac/
hmac_test.c 15 HMAC support, self-test, Tom St Denis/Dobes Vandermeer
34 HMAC self-test
  /external/gtest/include/gtest/internal/
gtest-string.h 297 // Assigns a C string to this object. Self-assignment works.
300 // Assigns a String object to this object. Self-assignment works.
  /external/jpeg/
install.doc 58 self-test will give bad results.
494 this, you first get the basic installation to pass the self-test step.
495 Repeat the self-test after any optimization to make sure that you haven't
508 (use the self-test), but also whether it is actually faster --- on some
540 back off if the code fails self-test.) If you do any experimentation along
609 or jpegtran.ttp. You'll have to perform the self-test by hand.
    [all...]
  /external/opencore/codecs_v2/utilities/colorconvert/src/
ccrgb12toyuv420.cpp 24 CCRGB12toYUV420* self = OSCL_NEW(CCRGB12toYUV420, ()); local
25 return OSCL_STATIC_CAST(ColorConvertBase*, self);
ccrgb16toyuv420.cpp 24 CCRGB16toYUV420* self = OSCL_NEW(CCRGB16toYUV420, ()); local
25 return OSCL_STATIC_CAST(ColorConvertBase*, self);
  /external/opencore/nodes/pvloopbacknode/src/
pvmf_loopback_node.cpp 43 PVMFLoopbackNode *self = OSCL_NEW(PVMFLoopbackNode, (OsclActiveObject::EPriorityNominal)); local
44 return self;
  /external/quake/quake/src/QW/server/
sv_user.c 454 pr_global_struct->self = EDICT_TO_PROG(sv_player);
466 pr_global_struct->self = EDICT_TO_PROG(sv_player);
471 pr_global_struct->self = EDICT_TO_PROG(sv_player);
880 pr_global_struct->self = EDICT_TO_PROG(sv_player);
    [all...]
  /external/stlport/stlport/stl/
_string_workaround.h 435 /* We are forced to do a temporary string to avoid the self referencing issue. */
570 /* We are forced to do a temporary string to avoid the self referencing issue. */
  /external/tinyxml/
changes.txt 101 - Copy constructor of TiXmlString not checking for assignment to self.
103 when a string is converted to a c_str and then assigned to self. Search for
  /external/v8/src/
ast.cc 242 Interval self(StartRegister(index()), EndRegister(index()));
243 return self.Union(body()->CaptureRegisters());
platform-freebsd.cc 248 int fd = open("/proc/self/maps", O_RDONLY);
371 case ThreadHandle::SELF: thread_ = pthread_self(); break;
platform-openbsd.cc 246 int fd = open("/proc/self/maps", O_RDONLY);
344 case ThreadHandle::SELF: thread_ = pthread_self(); break;
v8threads.cc 182 mutex_owner_.Initialize(ThreadHandle::SELF);
276 lazily_archived_thread_.Initialize(ThreadHandle::SELF);
  /external/webkit/JavaScriptCore/bytecode/
SamplingTool.cpp 287 printf("opcode count VM total | count of self\n");
314 printf("\tcti %% of self:\tcti count / sample count\n");
  /external/webkit/WebCore/page/
DOMWindow.idl 131 // Self referential attributes
132 attribute [Replaceable, DoNotCheckDomainSecurityOnGet] DOMWindow self;
    [all...]
  /external/webkit/WebCore/platform/chromium/
ScrollbarThemeChromiumMac.mm 92 [[NSDistributedNotificationCenter defaultCenter] addObserver:self selector:@selector(appearancePrefsChanged:) name:@"AppleAquaScrollBarVariantChanged" object:nil suspensionBehavior:NSNotificationSuspensionBehaviorDeliverImmediately];
93 [[NSDistributedNotificationCenter defaultCenter] addObserver:self selector:@selector(behaviorPrefsChanged:) name:@"AppleNoRedisplayAppearancePreferenceChanged" object:nil suspensionBehavior:NSNotificationSuspensionBehaviorCoalesce];
  /external/webkit/WebCore/platform/mac/
ScrollbarThemeMac.mm 79 [[NSDistributedNotificationCenter defaultCenter] addObserver:self selector:@selector(appearancePrefsChanged:) name:@"AppleAquaScrollBarVariantChanged" object:nil suspensionBehavior:NSNotificationSuspensionBehaviorDeliverImmediately];
80 [[NSDistributedNotificationCenter defaultCenter] addObserver:self selector:@selector(behaviorPrefsChanged:) name:@"AppleNoRedisplayAppearancePreferenceChanged" object:nil suspensionBehavior:NSNotificationSuspensionBehaviorCoalesce];
  /external/webkit/WebKit/win/
AccessibleBase.cpp 527 // MSDN states that navigating to first/last child can only be from self.
541 // Navigating to next and previous is allowed from self or any of our children.
  /external/webkit/WebKit/wx/
WebView.h 114 %pythonAppend wxWebView "self._setOORInfo(self)"
  /external/zlib/contrib/delphi/
ZLib.pas 458 Progress(Self);
515 Progress(Self);
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
ustring.cpp 214 assert ((first < begin() || first >= end() || size() + abs_distance(first,last) < capacity()) && "Insertion of self with autoresize is not supported");
255 assert ((i1 < begin() || i1 >= end() || abs_distance(i1,i2) * n + size() < capacity()) && "Replacement by self can not autoresize");
  /bionic/libc/kernel/common/linux/
qic117.h 121 #define QIC117_ERRORS { { "No error", 0, }, { "Command Received while Drive Not Ready", 0, }, { "Cartridge Not Present or Removed", 1, }, { "Motor Speed Error (not within 1%)", 1, }, { "Motor Speed Fault (jammed, or gross speed error", 1, }, { "Cartridge Write Protected", 1, }, { "Undefined or Reserved Command Code", 1, }, { "Illegal Track Address Specified for Seek", 1, }, { "Illegal Command in Report Subcontext", 0, }, { "Illegal Entry into a Diagnostic Mode", 1, }, { "Broken Tape Detected (based on hole sensor)", 1, }, { "Warning--Read Gain Setting Error", 1, }, { "Command Received While Error Status Pending (obs)", 1, }, { "Command Received While New Cartridge Pending", 1, }, { "Command Illegal or Undefined in Primary Mode", 1, }, { "Command Illegal or Undefined in Format Mode", 1, }, { "Command Illegal or Undefined in Verify Mode", 1, }, { "Logical Forward Not at Logical BOT or no Format Segments in Format Mode", 1, }, { "Logical EOT Before All Segments generated", 1, }, { "Command Illegal When Cartridge Not Referenced", 1, }, { "Self-Diagnostic Failed (cannot be cleared)", 1, }, { "Warning EEPROM Not Initialized, Defaults Set", 1, }, { "EEPROM Corrupted or Hardware Failure", 1, }, { "Motion Time-out Error", 1, }, { "Data Segment Too Long -- Logical Forward or Pause", 1, }, { "Transmit Overrun (obs)", 1, }, { "Power On Reset Occurred", 0, }, { "Software Reset Occurred", 0, }, { "Diagnostic Mode 1 Error", 1, }, { "Diagnostic Mode 2 Error", 1, }, { "Command Received During Non-Interruptible Process", 1, }, { "Rate or Format Selection Error", 1, }, { "Illegal Command While in High Speed Mode", 1, }, { "Illegal Seek Segment Value", 1, }, { "Invalid Media", 1, }, { "Head Positioning Failure", 1, }, { "Write Reference Burst Failure", 1, }, { "Prom Code Missing", 1, }, { "Invalid Format", 1, }, { "EOT/BOT System Failure", 1, }, { "Prom A Checksum Error", 1, }, { "Drive Wakeup Reset Occurred", 1, }, { "Prom B Checksum Error", 1, }, { "Illegal Entry into Format Mode", 1, }, }
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_direct/
Test_invoke_direct.java 102 * @title invoke-direct target must be in self or superclass
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_direct_range/
Test_invoke_direct_range.java 102 * @title invoke-direct target must be in self or superclass

Completed in 432 milliseconds

<<41424344454647484950>>