HomeSort by relevance Sort by last modified time
    Searched refs:New (Results 126 - 150 of 424) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/mesa3d/docs/
MESA_shader_debug.spec 58 New Procedures and Functions
68 New Types
72 New Tokens
150 Add a new section 8.10 "Debug Functions":
162 Add a new section 8.10.1 "Print Function":
193 Add a new section 8.10.2 "Assert Function":
246 New State
250 New Implementation Dependent State
263 Add Overview, New Procedures and Functions, New Tokens sections
    [all...]
MESA_swap_control.spec 44 New Procedures and Functions
49 New Tokens
113 New State
119 New Implementation Dependent State
MESA_copy_sub_buffer.spec 45 New Procedures and Functions
50 New Tokens
87 New State
  /external/v8/src/
list.h 62 INLINE(void* operator new(size_t size)) {
63 return P::New(static_cast<int>(size));
145 INLINE(T* NewData(int n)) { return static_cast<T*>(P::New(n * sizeof(T))); }
splay-tree.h 62 INLINE(void* operator new(size_t size)) {
63 return Allocator::New(static_cast<int>(size));
113 INLINE(void* operator new(size_t size)) {
114 return Allocator::New(static_cast<int>(size));
allocation.cc 37 void* Malloced::New(size_t size) {
40 v8::internal::FatalProcessOutOfMemory("Malloced operator new");
60 void* Embedded::operator new(size_t size) {
71 void* AllStatic::operator new(size_t size) {
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
textreplacewholetext05.js 105 textNode = doc.createTextNode("New Text");
106 cdataNode = doc.createCDATASection("New CDATA");
111 replacedText = textNode.replaceWholeText("New Text and Cdata");
114 assertEquals("textreplacewholetext05","New Text and Cdata",wholeText);
  /external/webkit/Source/WebCore/bindings/v8/
ScriptState.cpp 50 : m_context(v8::Persistent<v8::Context>::New(context))
75 ScriptState* state = new ScriptState(context);
76 global->SetHiddenValue(key, v8::External::New(state));
V8DOMWindowShell.cpp 161 return adoptRef(new V8DOMWindowShell(frame));
245 // Create a new environment and setup the global object.
275 // When a frame navigates to a new page, the inner window is cut off
277 // the frame. However, a new inner window is created for the new page.
319 v8::Local<v8::Context> v8Context = v8::Local<v8::Context>::New(m_context);
324 m_global = v8::Persistent<v8::Object>::New(v8Context->Global());
370 // Create a new environment using an empty template for the shadow
388 OwnArrayPtr<const char*> extensionNames = adoptArrayPtr(new const char*[extensions.size()]);
399 result = v8::Context::New(&extensionConfiguration, globalTemplate, global)
    [all...]
V8Proxy.cpp 115 proto->Set(v8::String::New(callbacks[i].name),
116 v8::FunctionTemplate::New(callbacks[i].callback,
130 functionDescriptor->Set(v8::String::New(constant->name), v8::Integer::New(constant->value), v8::ReadOnly);
131 proto->Set(v8::String::New(constant->name), v8::Integer::New(constant->value), v8::ReadOnly);
224 v8::Handle<v8::String> name = v8::String::New(fileNameString, fileName.length());
225 v8::Handle<v8::Integer> line = v8::Integer::New(scriptStartPosition.m_line.zeroBasedInt());
226 v8::Handle<v8::Integer> column = v8::Integer::New(scriptStartPosition.m_column.zeroBasedInt());
275 isolatedContext = new V8IsolatedContext(this, extensionGroup)
    [all...]
V8Collection.h 110 v8::Handle<v8::Array> properties = v8::Array::New(length);
113 v8::Handle<v8::Integer> integer = v8::Integer::New(i);
125 v8::Handle<v8::Array> properties = v8::Array::New(length);
128 v8::Handle<v8::Integer> integer = v8::Integer::New(i);
V8WindowErrorHandler.cpp 56 v8::Handle<v8::Value> parameters[3] = { v8String(errorEvent->message()), v8String(errorEvent->filename()), v8::Integer::New(errorEvent->lineno()) };
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8ClipboardCustom.cpp 56 v8::Local<v8::Array> result = v8::Array::New(types.size());
60 result->Set(v8::Integer::New(index), v8String(*it));
V8HTMLInputElementCustom.cpp 51 return v8::Integer::New(v);
77 return v8::Integer::New(v);
V8MessageEventCustom.cpp 54 v8::Local<v8::Array> portArray = v8::Array::New(ports->size());
56 portArray->Set(v8::Integer::New(i), toV8((*ports)[i].get()));
82 portArray = new MessagePortArray();
V8SQLTransactionCustom.cpp 68 EXCEPTION_BLOCK(v8::Local<v8::Value>, length, sqlArgsObject->Get(v8::String::New("length")));
76 v8::Local<v8::Integer> key = v8::Integer::New(i);
  /external/webkit/Tools/DumpRenderTree/chromium/
fonts.conf 14 <string>Times New Roman</string>
37 that we don't fallback to Times New Roman for them -->
61 <string>Times New Roman</string>
70 <string>Courier New</string>
79 <string>Courier New</string>
88 <string>Courier New</string>
115 <string>Times New Roman</string>
  /hardware/ril/mock-ril/src/cpp/
node_buffer.h 60 static Buffer* New(size_t length); // public constructor
78 static v8::Handle<v8::Value> New(const v8::Arguments &args);
  /external/llvm/include/llvm/ADT/
ilist.h 77 static NodeTy *createSentinel() { return new NodeTy(); }
111 static NodeTy *createNode(const NodeTy &V) { return new NodeTy(V); }
409 iterator insert(iterator where, NodeTy *New) {
412 this->setNext(New, CurNode);
413 this->setPrev(New, PrevNode);
416 this->setNext(PrevNode, New);
418 Head = New;
419 this->setPrev(CurNode, New);
421 this->addNodeToList(New); // Notify traits that we added a node...
422 return New;
    [all...]
  /external/llvm/include/llvm/
CallGraphSCCPass.h 94 /// Old node has been deleted, and New is to be used in its place.
95 void ReplaceNode(CallGraphNode *Old, CallGraphNode *New);
  /external/llvm/lib/Target/Alpha/
AlphaRegisterInfo.cpp 102 MachineInstr *New;
104 New=BuildMI(MF, Old->getDebugLoc(), TII.get(Alpha::LDA), Alpha::R30)
108 New=BuildMI(MF, Old->getDebugLoc(), TII.get(Alpha::LDA), Alpha::R30)
112 // Replace the pseudo instruction with a new instruction...
113 MBB.insert(I, New);
169 //insert the new
  /external/protobuf/src/google/protobuf/
message_lite.h 81 // Construct a new instance of the same type. Ownership is passed to the
83 virtual MessageLite* New() const = 0;
repeated_field.cc 47 elements_ = new void*[total_size_];
84 string* StringTypeHandlerBase::New() {
85 return new string;
  /external/qemu/distrib/sdl-1.2.12/src/main/epoc/
SDL_main.cpp 69 CTrapCleanup* cleanup = CTrapCleanup::New();
  /external/v8/test/cctest/
test-alloc.cc 42 // New space.
49 // It seems that we are avoiding new space allocations when
50 // allocation is forced, so no need to fill up new space
107 v8::Persistent<v8::Context> env = v8::Context::New();
129 v8::Persistent<v8::Context> env = v8::Context::New();
150 env->Global()->Set(v8::String::New("Foo"), v8::Utils::ToLocal(function));
153 v8::Script::Compile(v8::String::New("(new Foo).get"))->Run();
190 CodeRange* code_range = new CodeRange(Isolate::Current());

Completed in 175 milliseconds

1 2 3 4 56 7 8 91011>>