HomeSort by relevance Sort by last modified time
    Searched refs:New (Results 251 - 275 of 443) sorted by null

<<1112131415161718

  /external/webkit/Source/WebCore/bindings/v8/custom/
V8CSSStyleDeclarationCustom.cpp 145 propInfo = new CSSPropertyInfo();
175 return v8::Number::New(static_cast<CSSPrimitiveValue*>(
V8DOMWindowCustom.cpp 122 params = new v8::Local<v8::Value>[paramCount];
129 ScheduledAction* action = new ScheduledAction(V8Proxy::context(imp->frame()), v8::Handle<v8::Function>::Cast(function), paramCount, params);
136 return v8::Integer::New(0);
137 id = DOMTimer::install(scriptContext, new ScheduledAction(V8Proxy::context(imp->frame()), functionString), timeout, singleShot);
147 return v8::Integer::New(id);
400 m_dialogContext->Global()->Set(v8::String::New("dialogArguments"), m_dialogArguments);
408 v8::Handle<v8::Value> returnValue = m_dialogContext->Global()->Get(v8::String::New("returnValue"));
V8HTMLOptionsCollectionCustom.cpp 93 return v8::Integer::New(v);
V8WorkerContextCustom.cpp 69 timerId = DOMTimer::install(workerContext, new ScheduledAction(v8Context, stringFunction, workerContext->url()), timeout, singleShot);
74 params = new v8::Local<v8::Value>[paramCount];
79 ScheduledAction* action = new ScheduledAction(v8Context, v8::Handle<v8::Function>::Cast(function), paramCount, params);
85 return v8::Integer::New(timerId);
  /external/clang/include/clang/Sema/
Template.h 94 /// \brief Add a new outermost level to the multi-level template argument
101 /// \brief Add a new outmost level to the multi-level template argument
175 /// A new instance of this class type will be created whenever we
176 /// instantiate a new function declaration, which will have its own
276 new LocalInstantiationScope(SemaRef, CombineWithOuterScope);
296 DeclArgumentPack *NewPack = new DeclArgumentPack(*OldPack);
471 bool InitFunctionInstantiation(FunctionDecl *New, FunctionDecl *Tmpl);
472 bool InitMethodInstantiation(CXXMethodDecl *New, CXXMethodDecl *Tmpl);
  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 505 /// program is copied or cloned, introducing a new value. Note that analysis
526 void replaceWithNewValue(Value *Old, Value *New) {
527 copyValue(Old, New);
LoopInfo.h 340 /// information. NewBB is set to be a new member of the current loop.
350 /// This updates the loop depth of the new child.
364 /// updates the loop depth of the new child.
385 /// This should only be used by transformations that create new loops. Other
720 void addTopLevelLoop(LoopT *New) {
721 assert(New->getParentLoop() == 0 && "Loop already in subloop!");
722 TopLevelLoops.push_back(New);
775 // Create a new loop to represent this basic block...
776 LoopT *L = new LoopT(BB);
    [all...]
  /external/llvm/lib/Analysis/
ProfileInfo.cpp 187 << " (new weight: " << format("%.20g",oldw + w) << ")\n");
197 << " (new weight: " << format("%.20g",oldw + w) << ")\n");
390 // When the NewBB is completely new, increment the count by one so that
413 const BasicBlock* New) {
419 DEBUG(dbgs() << "Splitting " << Old->getName() << " to " << New->getName() << "\n");
431 Edge newedge = getEdge(New, EI->second);
436 setEdgeWeight(getEdge(Old, New), w);
437 setExecutionCount(New, w);
479 const Function *New) {
481 << New->getName() << "\n")
    [all...]
  /external/llvm/lib/Target/X86/
X86JITInfo.cpp 34 void X86JITInfo::replaceMachineCodeForFunction(void *Old, void *New) {
38 unsigned NewAddr = (intptr_t)New;
40 *OldWord = NewAddr - OldAddr - 4; // Emit PC-relative addr of New code.
  /external/ppp/pppd/plugins/radius/etc/
dictionary.microsoft 31 ATTRIBUTE MS-New-ARAP-Password 20 string Microsoft
  /external/v8/src/
scanner.h 236 Vector<byte> new_store = Vector<byte>::New(NewCapacity(kInitialCapacity));
249 new_store = Vector<byte>::New(NewCapacity(new_content_size));
utils.h 343 static Vector<T> New(int length) {
377 // Returns a clone of this vector with a new backing store.
527 current_chunk_ = Vector<T>::New(initial_capacity);
607 Vector<T> new_store = Vector<T>::New(size_);
625 // Creates a new current chunk, and stores the old chunk in the chunks_ list.
649 // some of the current data into the new chunk. The function may update
651 // Returns the initial index of the new chunk (after copied data).
653 Vector<T> new_chunk = Vector<T>::New(new_capacity);
714 // Move the currently active sequence to the new chunk.
722 Vector<T> new_chunk = Vector<T>::New(sequence_length + new_capacity)
    [all...]
  /external/v8/test/cctest/
test-hashing.cc 226 if (env.IsEmpty()) env = v8::Context::New();
244 if (env.IsEmpty()) env = v8::Context::New();
test-parsing.cc 177 v8::Persistent<v8::Context> context = v8::Context::New();
206 ScriptResource* resource = new ScriptResource(source, source_length);
214 ScriptResource* resource = new ScriptResource(source, source_length);
216 v8::Script::New(script_source, NULL, preparse, v8::Local<v8::String>());
251 "var x = new new Function('this.x = 42');",
442 i::SmartArrayPointer<i::uc16> uc16_buffer(new i::uc16[length]);
547 v8::Persistent<v8::Context> context = v8::Context::New();
    [all...]
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLIsIndexElement01.js 106 assertEquals("IsIndex.Prompt","New Employee: ",prompt);
HTMLIsIndexElement03.js 105 assertEquals("promptLink","New Employee: ",vprompt);
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLIsIndexElement01.js 106 assertEquals("IsIndex.Prompt","New Employee: ",prompt);
HTMLIsIndexElement03.js 105 assertEquals("promptLink","New Employee: ",vprompt);
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
textreplacewholetext03.js 78 Invoke replaceWholeText on an new Text Node to replace its value with a
79 new value. Verify the repalceWholeText by verifying the values returned by
99 textNode = doc.createTextNode("New Text");
textreplacewholetext04.js 78 Invoke replaceWholeText on an new Text Node to replace its value with an
98 textNode = doc.createTextNode("New Text");
textwholetext02.js 103 newTextNode = doc.createTextNode("New Text");
  /external/webkit/Source/WebCore/bindings/v8/
SerializedScriptValue.cpp 603 return new ErrorState;
670 return new SparseArrayState(array, next);
676 return new ObjectState(object, next);
859 *value = v8::String::New(reinterpret_cast<const char*>(m_buffer + m_position), length);
881 *value = v8::Integer::New(static_cast<int32_t>(ZigZag::decode(rawValue)));
899 *value = v8::Date::New(numberValue);
908 *value = v8::Number::New(number);
943 *value = v8::RegExp::New(pattern.As<v8::String>(), static_cast<v8::RegExp::Flags>(flags));
1065 v8::Local<v8::Array> array = v8::Array::New(length);
1078 v8::Local<v8::Object> object = v8::Object::New();
    [all...]
  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp 481 MachineBasicBlock *New) {
493 addSuccessor(New, weight);
716 // then the new block is the new immediate dominator of "Succ". Otherwise,
717 // the new block doesn't dominate anything.
724 // If one or the other blocks were not in a loop, the new block is not
806 /// 'Old', change the code and CFG so that it branches to 'New' instead.
808 MachineBasicBlock *New) {
809 assert(Old != New && "Cannot replace self with self!");
817 // with New
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 115 FunctionPass *llvm::createReassociatePass() { return new Reassociate(); }
503 Instruction *New =
505 New->takeName(Sub);
509 Sub->replaceAllUsesWith(New);
510 New->setDebugLoc(Sub->getDebugLoc());
513 DEBUG(dbgs() << "Negated: " << *New << '\n');
514 return New;
573 /// remove Factor from the tree and return the new tree.
734 // Insert a new multiply.
748 // "A + A + B" -> "A*2 + B". Add the new multiply to the list o
    [all...]
  /external/elfutils/tests/
run-show-die-info.sh 33 New CU: off = 0, hsize = 11, ab = 0, as = 4, os = 4
42 directory : /home/drepper/gnu/new-bu/build/ttt
57 New CU: off = 135, hsize = 11, ab = 54, as = 4, os = 4
66 directory : /home/drepper/gnu/new-bu/build/ttt
81 New CU: off = 270, hsize = 11, ab = 108, as = 4, os = 4
90 directory : /home/drepper/gnu/new-bu/build/ttt
131 New CU: off = 0, hsize = 11, ab = 0, as = 4, os = 4
    [all...]

Completed in 442 milliseconds

<<1112131415161718