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

1 2 3 4 5 6 7 891011

  /external/chromium_org/third_party/WebKit/Source/web/
WebPagePopupImpl.cpp 315 deref();
WebPopupMenuImpl.cpp 155 deref(); // Balances ref() from WebPopupMenu::create.
  /external/chromium_org/third_party/WebKit/Source/wtf/
PassRefPtr.h 45 ptr->deref();
  /external/chromium_org/third_party/icu/source/i18n/
timezone.cpp 305 int32_t deref = ures_getInt(&res, &ec) + 0; local
308 ures_getByIndex(ares, deref, &res, &ec);
310 U_DEBUG_TZ_MSG(("alias to #%d (%s) - %s\n", deref, "??", u_errorName(ec)));
929 int32_t deref = ures_getInt(rb, &ec); local
930 const UChar* tmp = ures_getStringByIndex(names, deref, NULL, &ec);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
ast_function.cpp 287 ir_dereference_variable *deref = NULL; local
298 deref = new(ctx) ir_dereference_variable(var);
300 ir_call *call = new(ctx) ir_call(sig, deref, actual_parameters);
306 return deref ? deref->clone(ctx, NULL) : NULL;
    [all...]
ir_constant_expression.cpp 1037 const ir_dereference *deref = array->as_dereference(); local
1038 if (!deref) {
1044 deref->constant_referenced(variable_context, substore, suboffset);
1134 const ir_dereference *deref = record->as_dereference(); local
1135 if (!deref) {
1141 deref->constant_referenced(variable_context, substore, suboffset);
    [all...]
  /external/icu4c/i18n/
timezone.cpp 273 int32_t deref = ures_getInt(&res, &ec) + 0; local
276 ures_getByIndex(ares, deref, &res, &ec);
278 U_DEBUG_TZ_MSG(("alias to #%d (%s) - %s\n", deref, "??", u_errorName(ec)));
1115 int32_t deref = ures_getInt(rb, &ec); local
    [all...]
  /external/mesa3d/src/glsl/
ast_function.cpp 287 ir_dereference_variable *deref = NULL; local
298 deref = new(ctx) ir_dereference_variable(var);
300 ir_call *call = new(ctx) ir_call(sig, deref, actual_parameters);
306 return deref ? deref->clone(ctx, NULL) : NULL;
    [all...]
ir_constant_expression.cpp 1037 const ir_dereference *deref = array->as_dereference(); local
1038 if (!deref) {
1044 deref->constant_referenced(variable_context, substore, suboffset);
1134 const ir_dereference *deref = record->as_dereference(); local
1135 if (!deref) {
1141 deref->constant_referenced(variable_context, substore, suboffset);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8Float64Array.cpp 230 fromInternalPointer(object)->deref();
V8TestExtendedEvent.cpp 223 fromInternalPointer(object)->deref();
V8TestInterfaceImplementedAs.cpp 249 fromInternalPointer(object)->deref();
V8TestOverloadedConstructors.cpp 222 fromInternalPointer(object)->deref();
V8TestActiveDOMObject.cpp 270 fromInternalPointer(object)->deref();
V8TestSerializedScriptValueInterface.cpp 247 fromInternalPointer(object)->deref();
V8TestEventTarget.cpp 355 fromInternalPointer(object)->deref();
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFormControlElement.cpp 210 element->deref();
442 // An event handler can deref this object.
  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLDocumentParser.cpp 311 m_currentNode->deref();
320 m_currentNode->deref();
326 m_currentNodeStack[i]->deref();
328 m_currentNodeStack[0]->deref();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioNode.cpp 396 // disable() can recursively deref connections (and call disable()) down a whole chain of connected nodes.
434 void AudioNode::deref(RefType refType) function in class:WebCore::AudioNode
436 // The actually work for deref happens completely within the audio context's graph lock.
450 // This is where the real deref work happens.
487 fprintf(stderr, "%p: %d: AudioNode::deref(%d) %d %d\n", this, nodeType(), refType, m_normalRefCount, m_connectionRefCount);
495 output(i)->disconnectAll(); // This will deref() nodes we're connected to.
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
ir.py 554 def deref( self ): member in class:Declarator
566 return self.pointer and self.deref().function
580 fn = self.deref().function
583 if arg.pointer and arg.deref().is_void():
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
MainThreadWebSocketChannel.cpp 294 deref();
378 deref();
389 deref();
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
ir_to_mesa.cpp 1013 ir_dereference_variable *const deref = local
1016 assert((var == NULL) || (deref->var == var));
1018 var = deref->var;
1050 ir_dereference_variable *const deref = local
1054 deref->accept(this);
1058 deref->accept(&v);
    [all...]
  /external/mesa3d/src/mesa/program/
ir_to_mesa.cpp 1013 ir_dereference_variable *const deref = local
1016 assert((var == NULL) || (deref->var == var));
1018 var = deref->var;
1050 ir_dereference_variable *const deref = local
1054 deref->accept(this);
1058 deref->accept(&v);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
symrec.pxi 36 # no deref or destroy necessary
  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertySet.cpp 94 valueArray[i]->deref();

Completed in 631 milliseconds

1 2 3 4 5 6 7 891011