Searched
full:created (Results
501 -
525 of
10195) sorted by null
<<21222324252627282930>>
/external/skia/src/svg/ |
SkSVGParser.cpp | 356 #define CASE_NEW(type) case SkSVGType_##type : created = new SkSVG##type(); break 359 SkSVGElement* created = NULL; local 388 created->fParent = parent; 389 bool isDef = created->fIsDef = created->isDef(); 390 bool isNotDef = created->fIsNotDef = created->isNotDef(); 405 return created;
|
/external/skia/third_party/glu/libtess/ |
Imakefile | 20 XCOMM Copyright in any portions created by third parties is as indicated 29 XCOMM was created using the OpenGL(R) version 1.2.1 Sample Implementation
|
memalloc.c | 21 ** Copyright in any portions created by third parties is as indicated 30 ** was created using the OpenGL(R) version 1.2.1 Sample Implementation
|
memalloc.h | 21 ** Copyright in any portions created by third parties is as indicated 30 ** was created using the OpenGL(R) version 1.2.1 Sample Implementation
|
normal.h | 21 ** Copyright in any portions created by third parties is as indicated 30 ** was created using the OpenGL(R) version 1.2.1 Sample Implementation
|
render.h | 21 ** Copyright in any portions created by third parties is as indicated 30 ** was created using the OpenGL(R) version 1.2.1 Sample Implementation
|
/external/valgrind/main/drd/tests/ |
sem_open.c | 21 static double s_d1; /* accessed before thread creation and in the created */ 23 static double s_d2; /* accessed in the created thread and after the join */
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
nodeisequalnode14.js | 81 attribute, one created using createAttribute and the other createAttributeNS, are not equal. 82 Note the localName for an Attr created with DOM Level 1 methods is null.
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Array/ |
15.4.1.3.js | 15 * Corporation. Portions created by Netscape are 32 An array is created and returned as if by the
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/ |
15.9.2.2-6.js | 15 * Corporation. Portions created by Netscape are 27 A string is created and returned as if by the
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/ |
10.2.1.js | 15 * Corporation. Portions created by Netscape are 27 The scope chain is created and initialized to contain the global object and
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/FunctionObjects/ |
15.3.5.3.js | 15 * Corporation. Portions created by Netscape are 31 "dynamically bound" to a newly created object that contains the arguments
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ObjectObjects/ |
15.2.2.2.js | 15 * Corporation. Portions created by Netscape are 39 Return the newly created native object.
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/String/ |
15.5.5.1.js | 15 * Corporation. Portions created by Netscape are 30 Once a String object is created, this property is unchanging. It has the
|
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/ |
Surface.h | 70 const HWND mWindow; // Window that the surface is created for. 72 const egl::Config *mConfig; // EGL config surface was created with
|
/external/webkit/Source/WebCore/bindings/js/ |
DOMWrapperWorld.cpp | 55 // These items are created lazily. 65 // These items are created lazily.
|
/external/webkit/Source/WebKit/mac/Storage/ |
WebDatabaseManagerPrivate.h | 37 // Posted with an origin is created from scratch, gets a new database, has a database deleted, has a quota change, etc 41 // Posted when a database is created, its size increases, its display name changes, or its estimated size changes, or the database is removed
|
/external/webrtc/src/system_wrappers/interface/ |
list_wrapper.h | 83 // must be created using new ListItem(). The map will take ownership of 90 // must be created using new ListItem(). The map will take ownership of
|
/frameworks/base/core/java/com/google/android/collect/ |
Lists.java | 34 * @return a newly-created, initially-empty {@code ArrayList} 56 * @return a newly-created {@code ArrayList} containing those elements
|
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
localName02.java | 37 * and nodes created with a DOM Level 1 method, this is null. 40 * Invoke the "getLocalName()" method on the newly created element
|
prefix01.java | 37 * and nodes created with a DOM Level 1 method, this is null. 40 * Invoke the "getPrefix()" method on the newly created element
|
/libcore/luni/src/main/java/javax/sql/ |
ConnectionEvent.java | 41 * the connection for which this event is created. 53 * the connection for which this event is created.
|
/ndk/sources/host-tools/ndk-stack/ |
ndk-stack-parser.h | 40 * parser - NdkCrashParser descriptor, created and initialized with a call to 47 * parser - NdkCrashParser descriptor, created and initialized with a call to
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
LauncherAppWidgetInfo.java | 48 * View that holds this widget after it's been created. This view isn't created
|
/packages/apps/Phone/src/com/android/phone/ |
Profiler.java | 89 log(">>> onCreate -> created = " + 118 log(">>> onCreate -> created = " +
|
Completed in 1969 milliseconds
<<21222324252627282930>>