HomeSort by relevance Sort by last modified time
    Searched refs:cloned (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/third_party/icu/source/samples/ucnv/
flagcb.c 49 FromUFLAGContext *old, *cloned; local
56 cloned = flagCB_fromU_openContext();
58 memcpy(cloned, old, sizeof(FromUFLAGContext));
63 printf("%p: cloned subcb=%p:%p\n", cloned, cloned->subCallback,
64 cloned->subContext);
85 cloned->subCallback,
86 cloned->subContext,
91 if( cloned->subCallback != NULL )
197 debugCBContext *cloned; local
    [all...]
  /external/icu/icu4c/source/samples/ucnv/
flagcb.c 49 FromUFLAGContext *old, *cloned; local
56 cloned = flagCB_fromU_openContext();
58 memcpy(cloned, old, sizeof(FromUFLAGContext));
63 printf("%p: cloned subcb=%p:%p\n", cloned, cloned->subCallback,
64 cloned->subContext);
85 cloned->subCallback,
86 cloned->subContext,
91 if( cloned->subCallback != NULL )
197 debugCBContext *cloned; local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
OutputProperties.java 99 OutputProperties cloned = (OutputProperties) super.clone(); local
101 cloned.m_properties = (Properties) cloned.m_properties.clone();
103 return cloned;
  /development/ndk/platforms/android-3/include/linux/
skbuff.h 145 cloned:1, member in struct:sk_buff
  /external/iproute2/ip/
iproute.c 96 int cloned; member in struct:__anon1949
142 if (filter.cloned == !(r->rtm_flags&RTM_F_CLONED))
1128 filter.cloned = 1;
1137 matches(*argv, "cloned") == 0) {
1138 filter.cloned = 1;
    [all...]
  /external/chromium_org/chrome/browser/resources/net_internals/
util.js 145 * Clones a basic POD object. Only a new top level object will be cloned. It
147 * @param {Object} object The object to be cloned.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
node_breadcrumb.js 117 * @return {Node|Text} The cloned subtree.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 54 STATISTIC(numClonedBlock, "CFGStructurizer cloned blocks");
55 STATISTIC(numClonedInstr, "CFGStructurizer cloned instructions");
655 // consider cloned blocks ??
820 int cloned = 0; local
851 cloned += improveSimpleJumpintoIf(curBlk, trueBlk, falseBlk, &landBlk);
856 ++cloned;
861 ++cloned;
868 numClonedBlock += cloned;
870 return 1 + cloned;
2065 int cloned = 0; local
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 54 STATISTIC(numClonedBlock, "CFGStructurizer cloned blocks");
55 STATISTIC(numClonedInstr, "CFGStructurizer cloned instructions");
655 // consider cloned blocks ??
820 int cloned = 0; local
851 cloned += improveSimpleJumpintoIf(curBlk, trueBlk, falseBlk, &landBlk);
856 ++cloned;
861 ++cloned;
868 numClonedBlock += cloned;
870 return 1 + cloned;
2065 int cloned = 0; local
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
cursor_selection.js 106 * @return {!cvox.CursorSelection} The cloned selection.
dom_util.js     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
usettest.cpp 2200 UnicodeSet *cloned=(UnicodeSet *)frozen.clone(); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
usettest.cpp 2200 UnicodeSet *cloned=(UnicodeSet *)frozen.clone(); local
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/object/
object.js 458 * arrays will be cloned recursively.
465 * copies UIDs created by <code>getUid</code> into cloned results.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js 20 * process the cloned template. This allows for updating of templates:
145 * suvives cloneNode() and thus cloned template nodes can share the
252 // don't find the property on a node that was cloned in jstSelect_(), we
    [all...]
jsevalcontext.js 237 * Clones the current context for a new context object. The cloned
  /external/chromium_org/third_party/jstemplate/
jstemplate.js 20 * process the cloned template. This allows for updating of templates:
131 * suvives cloneNode() and thus cloned template nodes can share the
238 // don't find the property on a node that was cloned in jstSelect_(), we
jsevalcontext.js 238 * Clones the current context for a new context object. The cloned
  /external/chromium_org/v8/src/
runtime.js 663 // that is cloned when running the code. It is essential that the
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
interface.cpp 614 2) Errors cannot be cloned (or serialized):
    [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/
base.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
jquery.js 314 // Need to set the expando to null on the cloned set if it exists
334 // Return the cloned set
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /external/chromium_org/third_party/polymer/components-chromium/core-component-page/
core-component-page-extracted.js     [all...]

Completed in 3337 milliseconds

1 2