HomeSort by relevance Sort by last modified time
    Searched refs:hint (Results 151 - 175 of 310) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/v8/src/
lithium-allocator.cc 712 LOperand* hint) {
726 range->AddUsePosition(position, unalloc_operand, zone_)->set_hint(hint);
734 LOperand* hint) {
739 range->AddUsePosition(position, unalloc_operand, zone_)->set_hint(hint);
912 LOperand* hint = to; local
916 hint = LiveRangeFor(phi->id())->FirstHint();
931 Use(block_start_position, curr_position, from, hint);
1270 LOperand* hint = NULL; local
1788 LOperand* hint = hinted_use->hint(); local
    [all...]
runtime.js 504 // ECMA-262, section 9.1, page 30. Use null/undefined for no hint,
505 // (1) for number hint, and (2) for string hint.
506 function ToPrimitive(x, hint) {
511 if (hint == NO_HINT) hint = (IS_DATE(x)) ? STRING_HINT : NUMBER_HINT;
512 return (hint == NUMBER_HINT) ? %DefaultNumber(x) : %DefaultString(x);
  /frameworks/native/include/gui/
BufferQueue.h 176 // for default width and height, the current transform hint, and the
310 virtual status_t setTransformHint(uint32_t hint);
GLConsumer.h 198 status_t setTransformHint(uint32_t hint);
  /frameworks/native/libs/gui/
IGraphicBufferConsumer.cpp 346 virtual status_t setTransformHint(uint32_t hint) {
349 data.writeInt32(hint);
468 uint32_t hint = data.readInt32(); local
469 status_t result = setTransformHint(hint);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
SlideshowDataAdapter.java 46 public int findItemIndex(Path path, int hint);
67 // The index is just a hint if initialPath is set
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
SdkLocationChooserDialog.java 68 .hint(SwtUtils.getFontWidth(mTextBox) * 80, SWT.DEFAULT)
  /external/chromium_org/courgette/
memory_allocator.h 235 pointer allocate(size_type count, const void* hint) {
298 pointer allocate(size_type count, const void* hint) {
  /external/chromium_org/ppapi/tests/
test_utils.cc 140 PP_HostResolver_Private_Hint hint = local
145 host_resolver.Resolve(host, port, hint, callback.GetCallback()));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
throw_allocator.h 221 allocate(size_type __n, std::allocator<void>::const_pointer hint = 0)
227 value_type* const a = std::allocator<value_type>().allocate(__n, hint);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
throw_allocator.h 221 allocate(size_type __n, std::allocator<void>::const_pointer hint = 0)
227 value_type* const a = std::allocator<value_type>().allocate(__n, hint);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
throw_allocator.h 221 allocate(size_type __n, std::allocator<void>::const_pointer hint = 0)
227 value_type* const a = std::allocator<value_type>().allocate(__n, hint);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
throw_allocator.h 221 allocate(size_type __n, std::allocator<void>::const_pointer hint = 0)
227 value_type* const a = std::allocator<value_type>().allocate(__n, hint);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
throw_allocator.h 221 allocate(size_type __n, std::allocator<void>::const_pointer hint = 0)
227 value_type* const a = std::allocator<value_type>().allocate(__n, hint);
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3commontreenodestream.c 116 antlr3CommonTreeNodeStreamNewTree(pANTLR3_BASE_TREE tree, ANTLR3_UINT32 hint)
120 stream = antlr3CommonTreeNodeStreamNew(tree->strFactory, hint);
270 antlr3CommonTreeNodeStreamNew(pANTLR3_STRING_FACTORY strFactory, ANTLR3_UINT32 hint)
376 if (hint == 0)
378 hint = DEFAULT_INITIAL_BUFFER_SIZE;
380 stream->nodes = antlr3VectorNew(hint);
antlr3tokenstream.c 206 antlr3CommonTokenDebugStreamSourceNew(ANTLR3_UINT32 hint, pANTLR3_TOKEN_SOURCE source, pANTLR3_DEBUG_EVENT_LISTENER debugger)
212 stream = antlr3CommonTokenStreamSourceNew(hint, source);
235 antlr3CommonTokenStreamSourceNew(ANTLR3_UINT32 hint, pANTLR3_TOKEN_SOURCE source)
239 stream = antlr3CommonTokenStreamNew(hint);
254 antlr3CommonTokenStreamNew(ANTLR3_UINT32 hint)
  /external/chromium_org/chrome/browser/resources/chromeos/login/
user_pod_row.css 156 .pod .capslock-hint {
165 html[dir=rtl] .pod .capslock-hint {
170 .capslock-on .pod.focused input[type='password']:not([hidden]) ~ .capslock-hint {
  /external/chromium_org/third_party/icu/source/common/
uhash.c 129 * or a pointer. If a hint bit is zero, then the associated
142 UHashTok key, UHashTok value, int8_t hint) {
162 if (hint & HINT_KEY_POINTER) {
167 if (hint & HINT_VALUE_POINTER) {
463 int8_t hint,
480 if ((hint & HINT_VALUE_POINTER) && value.pointer == NULL) {
518 return _uhash_setElement(hash, e, hashcode & 0x7FFFFFFF, key, value, hint);
    [all...]
  /external/chromium_org/v8/test/mjsunit/
double-equals.js 161 // to Number too) is converted to primitive using ToPrimitive with NO HINT.
162 // Having no hint means Date gets a string hint, and everything else gets
163 // a number hint.
  /external/icu4c/common/
uhash.c 130 * or a pointer. If a hint bit is zero, then the associated
143 UHashTok key, UHashTok value, int8_t hint) {
163 if (hint & HINT_KEY_POINTER) {
168 if (hint & HINT_VALUE_POINTER) {
464 int8_t hint,
481 if ((hint & HINT_VALUE_POINTER) && value.pointer == NULL) {
519 return _uhash_setElement(hash, e, hashcode & 0x7FFFFFFF, key, value, hint);
  /external/v8/test/mjsunit/
double-equals.js 161 // to Number too) is converted to primitive using ToPrimitive with NO HINT.
162 // Having no hint means Date gets a string hint, and everything else gets
163 // a number hint.
  /external/chromium_org/v8/src/
runtime.js 498 // ECMA-262, section 9.1, page 30. Use null/undefined for no hint,
499 // (1) for number hint, and (2) for string hint.
500 function ToPrimitive(x, hint) {
506 if (hint == NO_HINT) hint = (IS_DATE(x)) ? STRING_HINT : NUMBER_HINT;
507 return (hint == NUMBER_HINT) ? %DefaultNumber(x) : %DefaultString(x);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
attrib.c 41 #include "hint.h"
350 memcpy( attr, &ctx->Hint, sizeof(struct gl_hint_attrib) );
1038 const struct gl_hint_attrib *hint; local
    [all...]
  /external/mesa3d/src/mesa/main/
attrib.c 41 #include "hint.h"
350 memcpy( attr, &ctx->Hint, sizeof(struct gl_hint_attrib) );
1038 const struct gl_hint_attrib *hint; local
    [all...]
  /external/chromium_org/third_party/WebKit/public/testing/
WebTestProxy.h 441 virtual void setToolTipText(const WebKit::WebString& text, WebKit::WebTextDirection hint)
443 WebTestProxyBase::setToolTipText(text, hint);
444 Base::setToolTipText(text, hint);

Completed in 1873 milliseconds

1 2 3 4 5 67 8 91011>>