Searched refs:UNDEFINED (Results 1 - 25 of 60) sorted by relevance

123

/external/compiler-rt/make/
H A Dlib_platforms.mk28 $$(call Set,$$(var),UNDEFINED))
31 $$(call Set,$$(var).$$(config),UNDEFINED)))
34 $$(call Set,$$(var).$$(arch),UNDEFINED)))
42 $$(if $$(call strneq,UNDEFINED,$$($$(var))),, \
46 $$(if $$(and $$(call strneq,UNDEFINED,$$(UniversalArchs)),\
47 $$(call strneq,UNDEFINED,$$(Arch))),\
49 $$(if $$(or $$(call strneq,UNDEFINED,$$(UniversalArchs)),\
50 $$(call strneq,UNDEFINED,$$(Arch))),,\
55 $$(if $$(call strneq,UNDEFINED,$$($$(var))),\
59 $$(if $$(call strneq,UNDEFINED,
[all...]
H A Dsubdir.mk42 $$(call Set,$$(var),UNDEFINED))
49 $$(if $$(call strneq,UNDEFINED,$$($$(var))), \
57 $$(if $$(call strneq,UNDEFINED,$$($$(var))),, \
60 $$(if $$(call strneq,UNDEFINED,$$($$(var))),, \
/external/clang/test/Frontend/
H A Dverify.c69 # ifdef UNDEFINED // expected-note {{line_69_ignored}}
/external/chromium_org/v8/src/
H A Dcollection-iterator.js25 var value_array = [UNDEFINED, UNDEFINED];
29 entry.value = UNDEFINED;
117 var value_array = [UNDEFINED, UNDEFINED];
121 entry.value = UNDEFINED;
H A Dstring-iterator.js48 return CreateIteratorResultObject(UNDEFINED, true);
56 UNDEFINED);
57 return CreateIteratorResultObject(UNDEFINED, true);
H A Darray-iterator.js60 return CreateIteratorResultObject(UNDEFINED, true);
70 SET_PRIVATE(iterator, arrayIteratorObjectSymbol, UNDEFINED);
71 return CreateIteratorResultObject(UNDEFINED, true);
H A Dcollection.js112 var value_array = [UNDEFINED];
255 var value_array = [UNDEFINED, UNDEFINED];
H A Dv8natives.js90 UNDEFINED, DONT_ENUM | DONT_DELETE);
200 %AddNamedProperty(global, "undefined", UNDEFINED, attributes);
461 if (!desc.hasValue()) desc.setValue(UNDEFINED);
465 if (!desc.hasGetter()) desc.setGet(UNDEFINED);
466 if (!desc.hasSetter()) desc.setSet(UNDEFINED);
477 this.value_ = UNDEFINED;
485 this.get_ = UNDEFINED;
487 this.set_ = UNDEFINED;
575 return UNDEFINED;
629 if (IS_SYMBOL(v)) return UNDEFINED;
[all...]
H A Dliveedit-debugger.js166 old_script = UNDEFINED;
246 %LiveEditFunctionSetScript(info.shared_function_info, UNDEFINED);
522 this.parent = UNDEFINED;
527 this.status_explanation = UNDEFINED;
528 this.new_start_pos = UNDEFINED;
529 this.new_end_pos = UNDEFINED;
530 this.corresponding_node = UNDEFINED;
531 this.unmatched_new_nodes = UNDEFINED;
539 this.textual_corresponding_node = UNDEFINED;
540 this.textually_unmatched_new_nodes = UNDEFINED;
[all...]
H A Dmessages.js774 ? UNDEFINED : GET_PRIVATE(this, CallSiteReceiverKey);
805 ? UNDEFINED : GET_PRIVATE(this, CallSiteFunctionKey);
1070 var stack_trace = UNDEFINED;
1124 var formatted_stack_trace = UNDEFINED;
1139 SET_PRIVATE(holder, stack_trace_symbol, UNDEFINED);
1144 return UNDEFINED;
1152 SET_PRIVATE(this, stack_trace_symbol, UNDEFINED);
1204 %AddNamedProperty(this, 'stack', UNDEFINED, DONT_ENUM);
1242 if (IS_NULL(current)) return UNDEFINED;
1251 return isName ? "ReferenceError" : UNDEFINED;
[all...]
H A Dpromise.js70 promise, 0, UNDEFINED, new InternalArray, new InternalArray)
218 case UNDEFINED:
242 return this.then(UNDEFINED, onReject);
H A Dast-value-factory.h195 UNDEFINED, enumerator in enum:v8::internal::AstValue::Type
217 DCHECK(t == NULL_TYPE || t == UNDEFINED || t == THE_HOLE);
H A Djson.js163 return UNDEFINED;
240 return JSONSerialize(key, holder, UNDEFINED, new InternalArray(), "", "");
H A Dast-value-factory.cc171 case UNDEFINED:
226 case UNDEFINED:
364 AstValue* value = new (zone_) AstValue(AstValue::UNDEFINED);
H A Dharmony-string.js131 return UNDEFINED;
H A Dproxy.js36 return %Apply(construct, UNDEFINED, arguments, 0, %_ArgumentsLength());
H A Dcode-stubs.cc440 state.Add(UNDEFINED);
505 if (s.Contains(CompareNilICStub::UNDEFINED)) p.Add("Undefined");
518 if (state.Contains(CompareNilICStub::UNDEFINED)) {
855 if (s.Contains(ToBooleanStub::UNDEFINED)) p.Add("Undefined");
869 Add(UNDEFINED);
/external/chromium_org/extensions/renderer/
H A Dscripts_run_info.cc54 case UserScript::UNDEFINED:
/external/chromium_org/third_party/codesighs/
H A Dmsmap.h66 UNDEFINED enumerator in enum:__enum_MSMap_SymbolScope
/external/chromium_org/ui/events/gesture_detection/
H A Dgesture_event_data_packet.cc36 : gesture_source_(UNDEFINED) {
48 DCHECK_NE(gesture_source_, UNDEFINED);
H A Dgesture_event_data_packet.h21 UNDEFINED = -1, // Used only for a default-constructed packet. enumerator in enum:ui::GestureEventDataPacket::GestureSource
H A Dgesture_event_data_packet_unittest.cc67 EXPECT_EQ(GestureEventDataPacket::UNDEFINED, packet.gesture_source());
H A Dtouch_disposition_gesture_filter.cc151 if (packet.gesture_source() == GestureEventDataPacket::UNDEFINED ||
188 GestureEventDataPacket::UNDEFINED);
/external/chromium_org/ui/gfx/android/
H A Dscroller.h100 UNDEFINED, enumerator in enum:gfx::Scroller::Mode
/external/chromium_org/extensions/browser/api/
H A Dexecute_code_function.cc143 UserScript::RunLocation run_at = UserScript::UNDEFINED;
156 CHECK_NE(UserScript::UNDEFINED, run_at);

Completed in 400 milliseconds

123