Searched refs:state (Results 101 - 125 of 2419) sorted by relevance

1234567891011>>

/external/webkit/LayoutTests/dom/html/level2/html/
H A DhasFeature06.js83 var state;
85 state = domImpl.hasFeature("cOrE",version);
86 assertTrue("hasCore",state);
/external/webkit/LayoutTests/dom/xhtml/level2/html/
H A DhasFeature01.js84 var state;
86 state = domImpl.hasFeature("hTmL",version);
87 assertTrue("hasHTMLnull",state);
H A DhasFeature02.js83 var state;
85 state = domImpl.hasFeature("hTmL",version);
86 assertTrue("hasHTML2",state);
H A DhasFeature05.js84 var state;
86 state = domImpl.hasFeature("cOrE",version);
87 assertTrue("hasCore",state);
H A DhasFeature06.js83 var state;
85 state = domImpl.hasFeature("cOrE",version);
86 assertTrue("hasCore",state);
/external/webkit/LayoutTests/dom/xhtml/level3/core/
H A DhasFeature01.js82 var state;
84 state = impl.hasFeature("xMl","3.0");
85 assertTrue("hasXML30",state);
H A DhasFeature02.js81 var state;
83 state = impl.hasFeature("cOrE","3.0");
84 assertTrue("hasCore30",state);
H A DhasFeature03.js81 var state;
83 state = impl.hasFeature("+cOrE","3.0");
84 assertTrue("hasPlusCore30",state);
H A DhasFeature04.js82 var state;
84 state = impl.hasFeature("+xMl","3.0");
85 assertTrue("hasXML30",state);
/external/webkit/LayoutTests/http/tests/appcache/resources/
H A Dfail-on-update-2.php20 $state = getState($tmpFile); variable
30 } else if ($state == "Uninitialized") {
36 } else if ($state == "Deleted") {
H A Dfail-on-update.php20 $state = getState($tmpFile); variable
30 } else if ($state == "Uninitialized") {
35 } else if ($state == "Deleted") {
/external/webkit/Source/WebCore/bindings/scripts/test/ObjC/
H A DDOMTestObj.mm81 WebCore::JSMainThreadNullState state;
87 WebCore::JSMainThreadNullState state;
93 WebCore::JSMainThreadNullState state;
99 WebCore::JSMainThreadNullState state;
105 WebCore::JSMainThreadNullState state;
111 WebCore::JSMainThreadNullState state;
117 WebCore::JSMainThreadNullState state;
123 WebCore::JSMainThreadNullState state;
129 WebCore::JSMainThreadNullState state;
135 WebCore::JSMainThreadNullState state;
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DBasicConstraintManager.cpp59 const ProgramState *assumeSymNE(const ProgramState *state,
64 const ProgramState *assumeSymEQ(const ProgramState *state,
69 const ProgramState *assumeSymLT(const ProgramState *state,
74 const ProgramState *assumeSymGT(const ProgramState *state,
79 const ProgramState *assumeSymGE(const ProgramState *state,
84 const ProgramState *assumeSymLE(const ProgramState *state,
89 const ProgramState *AddEQ(const ProgramState *state,
93 const ProgramState *AddNE(const ProgramState *state,
97 const llvm::APSInt* getSymVal(const ProgramState *state,
100 bool isNotEqual(const ProgramState *state,
126 assumeSymNE(const ProgramState *state, SymbolRef sym, const llvm::APSInt &V, const llvm::APSInt &Adjustment) argument
147 assumeSymEQ(const ProgramState *state, SymbolRef sym, const llvm::APSInt &V, const llvm::APSInt &Adjustment) argument
169 assumeSymLT(const ProgramState *state, SymbolRef sym, const llvm::APSInt &V, const llvm::APSInt &Adjustment) argument
184 assumeSymGT(const ProgramState *state, SymbolRef sym, const llvm::APSInt &V, const llvm::APSInt &Adjustment) argument
199 assumeSymGE(const ProgramState *state, SymbolRef sym, const llvm::APSInt &V, const llvm::APSInt &Adjustment) argument
228 assumeSymLE(const ProgramState *state, SymbolRef sym, const llvm::APSInt &V, const llvm::APSInt &Adjustment) argument
256 AddEQ(const ProgramState *state, SymbolRef sym, const llvm::APSInt& V) argument
263 AddNE(const ProgramState *state, SymbolRef sym, const llvm::APSInt& V) argument
278 getSymVal(const ProgramState *state, SymbolRef sym) const argument
284 isNotEqual(const ProgramState *state, SymbolRef sym, const llvm::APSInt& V) const argument
295 isEqual(const ProgramState *state, SymbolRef sym, const llvm::APSInt& V) const argument
307 removeDeadBindings(const ProgramState *state, SymbolReaper& SymReaper) argument
332 print(const ProgramState *state, raw_ostream &Out, const char* nl, const char *sep) argument
[all...]
/external/mesa3d/src/glsl/
H A Dast_to_hir.cpp60 _mesa_ast_to_hir(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
62 _mesa_glsl_initialize_variables(instructions, state);
63 _mesa_glsl_initialize_functions(instructions, state);
65 state->symbols->language_version = state->language_version;
67 state->current_function = NULL;
82 state->symbols->push_scope();
84 foreach_list_typed (ast_node, ast, link, & state->translation_unit)
85 ast->hir(instructions, state);
96 * \param state GLS
103 apply_implicit_conversion(const glsl_type *to, ir_rvalue * &from, struct _mesa_glsl_parse_state *state) argument
154 arithmetic_result_type(ir_rvalue * &value_a, ir_rvalue * &value_b, bool multiply, struct _mesa_glsl_parse_state *state, YYLTYPE *loc) argument
347 unary_arithmetic_result_type(const struct glsl_type *type, struct _mesa_glsl_parse_state *state, YYLTYPE *loc) argument
377 bit_logic_result_type(const struct glsl_type *type_a, const struct glsl_type *type_b, ast_operators op, struct _mesa_glsl_parse_state *state, YYLTYPE *loc) argument
434 modulus_result_type(const struct glsl_type *type_a, const struct glsl_type *type_b, struct _mesa_glsl_parse_state *state, YYLTYPE *loc) argument
470 relational_result_type(ir_rvalue * &value_a, ir_rvalue * &value_b, struct _mesa_glsl_parse_state *state, YYLTYPE *loc) argument
525 shift_result_type(const struct glsl_type *type_a, const struct glsl_type *type_b, ast_operators op, struct _mesa_glsl_parse_state *state, YYLTYPE *loc) argument
598 validate_assignment(struct _mesa_glsl_parse_state *state, const glsl_type *lhs_type, ir_rvalue *rhs) argument
637 do_assignment(exec_list *instructions, struct _mesa_glsl_parse_state *state, ir_rvalue *lhs, ir_rvalue *rhs, YYLTYPE lhs_loc) argument
739 hir(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
838 hir(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
1691 hir(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
1713 hir(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
1732 process_array_type(YYLTYPE *loc, const glsl_type *base, ast_node *array_size, struct _mesa_glsl_parse_state *state) argument
1799 apply_type_qualifier_to_variable(const struct ast_type_qualifier *qual, ir_variable *var, struct _mesa_glsl_parse_state *state, YYLTYPE *loc) argument
1945 hir(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
2438 hir(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
2518 parameters_to_hir(exec_list *ast_parameters, bool formal, exec_list *ir_parameters, _mesa_glsl_parse_state *state) argument
2546 emit_function(_mesa_glsl_parse_state *state, exec_list *instructions, ir_function *f) argument
2567 hir(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
2712 hir(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
2771 hir(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
2883 hir(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
2929 condition_to_hir(ir_loop *stmt, struct _mesa_glsl_parse_state *state) argument
2965 hir(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
3016 hir(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
3027 hir(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
[all...]
/external/bison/src/
H A Dstate.h1 /* Type definitions for nondeterministic finite state machine for Bison.
25 finite state machine that parses the specified grammar. This
29 Each state of the machine is described by a set of items --
32 state. These symbols at these items are the allowable inputs that
35 A core represents one state. States are numbered in the NUMBER
36 field. When generate_states is finished, the starting state is
37 state 0 and NSTATES is the number of states. (FIXME: This sentence
38 is no longer true: A transition to a state whose state number is
40 and FIRST_STATE points to the first one (state
108 typedef struct state state; typedef in typeref:struct:state
198 struct state struct
[all...]
/external/chromium/chrome/browser/history/
H A Ddownload_types.cc12 int32 state,
20 state(state),
35 state(-1),
7 DownloadCreateInfo(const FilePath& path, const GURL& url, base::Time start_time, int64 received_bytes, int64 total_bytes, int32 state, int32 download_id) argument
/external/elfutils/libelf/
H A Delf_getident.c47 || (offsetof (struct Elf, state.elf32.ehdr)
48 == offsetof (struct Elf, state.elf64.ehdr))
49 ? elf->state.elf32.ehdr->e_ident
50 : elf->state.elf64.ehdr->e_ident);
/external/srtp/crypto/include/
H A Dhmac.h65 hmac_init(hmac_ctx_t *state, const uint8_t *key, int key_len);
68 hmac_start(hmac_ctx_t *state);
71 hmac_update(hmac_ctx_t *state, const uint8_t *message, int msg_octets);
74 hmac_compute(hmac_ctx_t *state, const void *message,
/external/webkit/LayoutTests/dom/html/level1/core/
H A Dhc_domimplementationfeaturenoversion.js95 var state;
109 state = domImpl.hasFeature("HTML","");
114 state = domImpl.hasFeature("XML","");
117 assertTrue("hasFeatureBlank",state);
/external/webkit/LayoutTests/dom/xhtml/level1/core/
H A Dhc_domimplementationfeaturenoversion.js95 var state;
109 state = domImpl.hasFeature("HTML","");
114 state = domImpl.hasFeature("XML","");
117 assertTrue("hasFeatureBlank",state);
/external/webkit/Source/WebCore/bindings/generic/
H A DBindingSecurity.h78 bool BindingSecurity<Binding>::canAccessWindow(State<Binding>* state, argument
81 DOMWindow* activeWindow = state->activeWindow();
86 bool BindingSecurity<Binding>::canAccessFrame(State<Binding>* state, argument
94 if (!canAccessWindow(state, getDOMWindow(target))) {
96 state->immediatelyReportUnsafeAccessTo(target);
103 bool BindingSecurity<Binding>::checkNodeSecurity(State<Binding>* state, Node* node) argument
113 return canAccessFrame(state, target, true);
117 bool BindingSecurity<Binding>::allowPopUp(State<Binding>* state) argument
119 if (state->processingUserGesture())
122 Frame* frame = state
129 allowSettingFrameSrcToJavascriptUrl(State<Binding>* state, HTMLFrameElementBase* frame, String value) argument
140 allowSettingSrcToJavascriptURL(State<Binding>* state, Element* element, String name, String value) argument
148 shouldAllowNavigation(State<Binding>* state, Frame* frame) argument
[all...]
/external/webkit/Source/WebCore/bindings/js/
H A DScriptProfiler.cpp44 void ScriptProfiler::start(ScriptState* state, const String& title) argument
46 JSC::Profiler::profiler()->startProfiling(state, stringToUString(title));
49 PassRefPtr<ScriptProfile> ScriptProfiler::stop(ScriptState* state, const String& title) argument
51 RefPtr<JSC::Profile> profile = JSC::Profiler::profiler()->stopProfiling(state, stringToUString(title));
/external/webkit/Source/WebCore/css/
H A DMediaQueryListListener.cpp34 void MediaQueryListListener::queryChanged(ScriptState* state, MediaQueryList* query) argument
36 ScriptCallback callback(state, m_value);
38 callback.appendArgument(toJS(state, query));
41 v8::Handle<v8::Context> context = state->context();
/external/webkit/Source/WebCore/loader/
H A DFrameLoaderStateMachine.cpp67 void FrameLoaderStateMachine::advanceTo(State state) argument
69 ASSERT(State(m_state + 1) == state || (firstLayoutDone() && state == CommittedFirstRealLoad));
70 m_state = state;
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/mediacontrol/seekbackwardbutton/
H A Dseekbackward_button.edc33 description { state: "default" 0.0;
36 description { state: "seekbackward" 0.0;

Completed in 524 milliseconds

1234567891011>>