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

1 2 3 4 5 6 7 8910

  /external/chromium_org/v8/include/
v8.h 308 friend Handle<Primitive> Null(Isolate* isolate);
991 ScriptOrigin* origin = NULL);
1034 CachedData() : data(NULL), length(0), buffer_policy(BufferNotOwned) {}
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 100 // fully added to a function, the parent nodes may still be null. Simply
127 /// Returns the simplified value, or null if no simplification was performed.
186 /// operations. Returns the simpler value, or null if none was found.
285 /// Returns the common value if so, otherwise returns null.
312 // If they both failed to simplify then return null.
357 /// null.
439 /// returns the common value, otherwise returns null.
482 /// common result, otherwise returns null.
519 /// fold the result. If not, this returns null.
656 /// fold the result. If not, this returns null
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gpos-table.hh 80 * beginning of PosTable (may be NULL) */
83 * of PosTable (may be NULL) */
86 * beginning of PosTable (may be NULL) */
89 * PosTable (may be NULL) */
297 * Anchor table (may be NULL) */
301 * Anchor table (may be NULL) */
347 if (unlikely (row >= rows || col >= cols)) return Null(Anchor);
865 * subtable--may be NULL */
869 * subtable--may be NULL */
    [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 342 assert(DC && "Should never have a null declaration context");
381 assert(At && "Received null Attr object!");
    [all...]
MicrosoftMangle.cpp 533 // Null single inheritance member functions are encoded as a simple nullptr.
    [all...]
ASTImporter.cpp 299 case TemplateArgument::Null:
    [all...]
Decl.cpp 310 case TemplateArgument::Null:
    [all...]
ItaniumMangle.cpp     [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 80 * beginning of PosTable (may be NULL) */
83 * of PosTable (may be NULL) */
86 * beginning of PosTable (may be NULL) */
89 * PosTable (may be NULL) */
297 * Anchor table (may be NULL) */
301 * Anchor table (may be NULL) */
347 if (unlikely (row >= rows || col >= cols)) return Null(Anchor);
865 * subtable--may be NULL */
869 * subtable--may be NULL */
    [all...]
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_view.js 37 this.screenImage_ = null;
268 effect = null;
306 success ? thumbnailLoader.getImage() : null);
316 var width = null;
317 var height = null;
346 displayMainImage.bind(null, loadType, previewShown));
358 displayMainImage.bind(null, loadType, previewShown),
370 var replaceEffect = previewShown ? null : effect;
412 this.unloadTimer_ = null;
419 this.unloadTimer_ = null;
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp 445 return SanOpts->Null | SanOpts->Alignment | SanOpts->ObjectSize |
455 // Don't check pointers outside the default address space. The null check
464 if (SanOpts->Null) {
470 // When performing a pointer downcast, it's OK if the value is null.
472 Done = createBasicBlock("null");
473 llvm::BasicBlock *Rest = createBasicBlock("not.null");
    [all...]
CGDebugInfo.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 325 // If the initializer is an all-null value and we have an inbounds GEP,
612 /// value will trap if the value is dynamically null. PHIs keeps track of any
645 // Ignore icmp X, null
655 /// from GV will trap if the loaded value is null. Note that this also permits
656 /// comparisons of the loaded value against null, as a special case.
736 /// OptimizeAwayTrappingUsesOfLoads - The specified global has only one non-null
738 /// if the loaded value is dynamically null, then we know that they cannot be
739 /// reachable with a null optimize away the load.
    [all...]
  /external/clang/lib/Sema/
SemaTemplate.cpp 47 /// returns NULL.
465 /// to the template declaration. Otherwise, do nothing to D and return null.
543 /// parameter (NULL indicates an unnamed template parameter) and
616 /// otherwise, produces a diagnostic and returns a NULL type.
    [all...]
TreeTransform.h 368 /// \param ArgChanged If non-NULL, will be set \c true if any argument changed
571 /// The result vectors should be kept in sync; null entries in the
581 /// \brief Transforms a single function-type parameter. Return null
    [all...]
  /external/chromium_org/chrome/renderer/net/
net_error_helper_core_unittest.cc 147 NetErrorHelperCoreTest() : timer_(NULL),
322 last_error_page_params_.reset(NULL);
342 base::DictionaryValue* dict = NULL;
377 base::DictionaryValue* dict = NULL;
427 TEST_F(NetErrorHelperCoreTest, Null) {
    [all...]
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp 778 // null pointer in C++11. Just check for an integer literal with value 0.
789 enum Null { kNull };
790 Base *nullB7 = kNull; // expected-error {{cannot initialize a variable of type 'Class::Base *' with an rvalue of type 'Class::Null'}}
    [all...]
  /external/chromium_org/v8/src/
v8natives.js 42 %DefineAccessorPropertyUnchecked(object, name, getter, null, DONT_ENUM);
99 %InternalSetPrototype(prototype, null);
221 if (IS_NULL(this)) return "[object Null]";
277 if (receiver == null && !IS_UNDETECTABLE(receiver)) {
294 if (receiver == null && !IS_UNDETECTABLE(receiver)) {
303 if (receiver == null && !IS_UNDETECTABLE(receiver)) {
320 if (receiver == null && !IS_UNDETECTABLE(receiver)) {
833 var getter = null;
839 var setter = null;
993 if (proto !== null && !IS_SPEC_OBJECT(proto))
    [all...]
hydrogen.cc 73 first_(NULL),
74 last_(NULL),
75 end_(NULL),
76 loop_information_(NULL),
78 dominator_(NULL),
80 last_environment_(NULL),
85 parent_loop_header_(NULL),
86 inlined_entry_block_(NULL),
112 loop_information_ = NULL;
128 phi->SetBlock(NULL);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/
base.js 233 * objects/namespaces. Provided objects must not be null or undefined.
332 * is not found if null or undefined. If you are using a compilation pass that
339 * @return {?} The value (object or primitive) or, if not found, null.
348 return null;
511 * Null function used for default values of callbacks, etc.
771 * @return {?string} Url corresponding to the rule, or null.
778 return null;
799 * operator in such a way that null returns 'null' and arrays return 'array'.
882 return 'null';
    [all...]
  /external/chromium_org/v8/test/cctest/
test-api.cc 413 explicit TestResource(uint16_t* data, int* counter = NULL,
421 if (counter_ != NULL) ++*counter_;
442 explicit TestOneByteResource(const char* data, int* counter = NULL,
451 if (counter_ != NULL) ++*counter_;
542 CHECK_EQ(NULL, source->GetExternalStringResourceBase(&encoding));
692 cons->MakeExternal(new TestOneByteResource(i::StrDup(c_cons), NULL, 1));
696 slice->MakeExternal(new TestOneByteResource(i::StrDup(c_slice), NULL, 1));
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestInterface.cpp 451 v8SetReturnValue(info, cppValue ? v8::Handle<v8::Value>(V8AbstractEventListener::cast(cppValue)->getListenerObject(impl->executionContext())) : v8::Handle<v8::Value>(v8::Null(info.GetIsolate())));
    [all...]
V8TestObject.cpp     [all...]

Completed in 737 milliseconds

1 2 3 4 5 6 7 8910