Searched refs:INIT (Results 1 - 25 of 37) sorted by relevance

12

/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
H A DWebSystemInterface.mm32 #define INIT(function) wk##function = WK##function
39 INIT(AdvanceDefaultButtonPulseAnimation);
40 INIT(CopyCFLocalizationPreferredName);
41 INIT(CGContextGetShouldSmoothFonts);
42 INIT(CopyCONNECTProxyResponse);
43 INIT(CopyNSURLResponseStatusLine);
44 INIT(CreateCTLineWithUniCharProvider);
45 INIT(CreateCustomCFReadStream);
46 INIT(CreateNSURLConnectionDelegateProxy);
47 INIT(DrawBezeledTextAre
[all...]
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebSystemInterface.mm37 #define INIT(function) wk##function = WK##function
45 INIT(AdvanceDefaultButtonPulseAnimation);
46 INIT(CGContextGetShouldSmoothFonts);
47 INIT(CopyCFLocalizationPreferredName);
48 INIT(CopyCONNECTProxyResponse);
49 INIT(CopyNSURLResponseStatusLine);
50 INIT(CreateCustomCFReadStream);
51 INIT(CreateNSURLConnectionDelegateProxy);
52 INIT(DrawCapsLockIndicator);
53 INIT(DrawBezeledTextAre
[all...]
/external/valgrind/main/none/tests/s390x/
H A Dcondloadstore.c75 #define INSNVALCCINIT(insn, value, ccset, INIT, FUNC) \
77 FUNC(insn, value, ccset, INIT, 0); \
78 FUNC(insn, value, ccset, INIT, 1); \
79 FUNC(insn, value, ccset, INIT, 2); \
80 FUNC(insn, value, ccset, INIT, 3); \
81 FUNC(insn, value, ccset, INIT, 4); \
82 FUNC(insn, value, ccset, INIT, 5); \
83 FUNC(insn, value, ccset, INIT, 6); \
84 FUNC(insn, value, ccset, INIT, 7); \
85 FUNC(insn, value, ccset, INIT,
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_vendor_test.c20 enum { INIT, CONFIRM, SUCCESS, FAILURE } state; enumerator in enum:eap_vendor_test_data::__anon16591
27 case INIT:
28 return "INIT";
58 data->state = INIT;
85 wpabuf_put_u8(req, data->state == INIT ? 1 : 3);
118 if (data->state == INIT) {
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_vendor_test.c20 enum { INIT, CONFIRM, SUCCESS, FAILURE } state; enumerator in enum:eap_vendor_test_data::__anon16818
27 case INIT:
28 return "INIT";
58 data->state = INIT;
85 wpabuf_put_u8(req, data->state == INIT ? 1 : 3);
118 if (data->state == INIT) {
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_vendor_test.c20 enum { INIT, CONFIRM, SUCCESS, FAILURE } state; enumerator in enum:eap_vendor_test_data::__anon17047
27 case INIT:
28 return "INIT";
58 data->state = INIT;
85 wpabuf_put_u8(req, data->state == INIT ? 1 : 3);
118 if (data->state == INIT) {
/external/qemu/distrib/sdl-1.2.15/src/audio/nds/
H A Dsound9.c44 soundsystem->cmd = INIT;
H A Dsoundcommon.h38 INIT = 1, enumerator in enum:__anon11346
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_vendor_test.c29 enum { INIT, CONFIRM, SUCCESS } state; enumerator in enum:eap_vendor_test_data::__anon16557
40 data->state = INIT;
79 if (data->state == INIT && *pos != 1) {
81 "%d in INIT state", *pos);
124 if (data->state == INIT) {
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_vendor_test.c29 enum { INIT, CONFIRM, SUCCESS } state; enumerator in enum:eap_vendor_test_data::__anon16784
40 data->state = INIT;
79 if (data->state == INIT && *pos != 1) {
81 "%d in INIT state", *pos);
124 if (data->state == INIT) {
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_vendor_test.c29 enum { INIT, CONFIRM, SUCCESS } state; enumerator in enum:eap_vendor_test_data::__anon17013
40 data->state = INIT;
79 if (data->state == INIT && *pos != 1) {
81 "%d in INIT state", *pos);
124 if (data->state == INIT) {
/external/webkit/Source/WebCore/fileapi/
H A DFileWriter.idl39 const unsigned short INIT = 0;
H A DFileWriter.h54 INIT = 0, enumerator in enum:WebCore::FileWriter::ReadyState
H A DFileWriter.cpp48 , m_readyState(INIT)
/external/llvm/lib/Support/
H A Dregexec.c71 #define INIT(o, n) ((o) = (unsigned long)1 << (n)) macro
97 #undef INIT macro
120 #define INIT(o, n) ((o) = (n)) macro
H A Dregengine.inc863 for (pc = start, INIT(here, pc); pc != stop; pc++, INC(here)) {
914 INIT(here, pc);
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-arabic.cc113 INIT, enumerator in enum:__anon6492
143 { {NONE,NONE,0}, {NONE,ISOL,2}, {INIT,FINA,1}, {INIT,FINA,3}, {INIT,FINA,4}, {INIT,FINA,6}, },
H A Dhb-ot-shape-complex-indic.cc387 INIT, enumerator in enum:__anon6493
398 INDIC_BASIC_FEATURES = INIT /* Don't forget to update this! */
1505 info[start].mask |= indic_plan->mask_array[INIT];
/external/elfutils/lib/
H A Ddynamicsizehash.c196 #define INIT(name) _INIT (name) macro
199 INIT(NAME) (htab, init_size)
/external/webrtc/src/modules/audio_processing/test/
H A Dunpack.cc192 } else if (event_msg.type() == Event::INIT) {
/external/fdlibm/
H A Dmakefile.in75 .INIT: $(INCFILES)
/external/grub/netboot/
H A Ddepca.c290 #define INIT 0x0001 /* Initialize */ macro
519 outw(INIT, DEPCA_DATA); /* initialise DEPCA */
/external/tinyxml2/
H A Dtinyxml2.h161 template <class T, int INIT>
165 DynArray< T, INIT >()
168 allocated = INIT;
221 T pool[INIT];
/external/clang/include/clang/AST/
H A DStmt.h1122 enum { INIT, CONDVAR, COND, INC, BODY, END_EXPR }; enumerator in enum:clang::ForStmt::__anon3433
1123 Stmt* SubExprs[END_EXPR]; // SubExprs[INIT] is an expression or declstmt.
1134 Stmt *getInit() { return SubExprs[INIT]; }
1157 const Stmt *getInit() const { return SubExprs[INIT]; }
1162 void setInit(Stmt *S) { SubExprs[INIT] = S; }
/external/webrtc/src/modules/audio_processing/
H A Daudio_processing_impl.cc636 event_msg_->set_type(audioproc::Event::INIT);

Completed in 502 milliseconds

12