HomeSort by relevance Sort by last modified time
    Searched refs:INIT (Results 1 - 25 of 34) sorted by null

1 2

  /external/webkit/WebKit/mac/WebCoreSupport/
WebSystemInterface.m 37 #define INIT(function) wk##function = WK##function
45 INIT(AdvanceDefaultButtonPulseAnimation);
46 INIT(CGContextGetShouldSmoothFonts);
47 INIT(CopyCONNECTProxyResponse);
48 INIT(CreateCustomCFReadStream);
49 INIT(CreateNSURLConnectionDelegateProxy);
50 INIT(DrawCapsLockIndicator);
51 INIT(DrawBezeledTextArea);
52 INIT(DrawBezeledTextFieldCell);
53 INIT(DrawFocusRing)
    [all...]
  /system/core/nexus/
DhcpState.h 22 static const int INIT = 0;
DhcpState.cpp 25 if (val == DhcpState::INIT)
26 strncpy(buffer, "INIT", max);
54 if (!strcasecmp(buffer, "INIT"))
55 return DhcpState::INIT;
DhcpClient.cpp 60 mState(DhcpState::INIT), mHandlers(handlers) {
NetworkManager.cpp 43 mLastDhcpState = DhcpState::INIT;
  /cts/tools/dasm/src/java_cup/
sym.java 13 static final int INIT = 9;
lexer.java 19 * "non" NON "init" INIT
31 * In addition to the scanner proper (called first via init() then with
111 public static void init() throws java.io.IOException method in class:lexer
121 keywords.put("init", new Integer(sym.INIT));
  /cts/tools/host/src/com/android/cts/
HostTimer.java 34 private final static int INIT = 0;
48 mStatus = INIT;
TestSession.java 37 INIT, STARTED, INSTALLING, RUNNING, PAUSED, RESUMED, STOPPED, FINISHED
51 mStatus = STATUS.INIT;
  /frameworks/base/tools/preload/
Operation.java 32 LOAD, INIT
100 case INIT: return loadedClass.medianInitTimeMicros();
Root.java 99 Operation.Type.INIT);
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_vendor_test.c 26 enum { INIT, CONFIRM, SUCCESS, FAILURE } state;
33 case INIT:
34 return "INIT";
64 data->state = INIT;
91 wpabuf_put_u8(req, data->state == INIT ? 1 : 3);
124 if (data->state == INIT) {
185 eap->init = eap_vendor_test_init;
  /cts/tools/vm-tests/src/dot/junit/opcodes/new_instance/d/
T_new_instance_12.d 20 .method public <init>()V
23 invoke-direct {v0}, java/lang/Object/<init>()V
33 if-nez v0, INIT
37 INIT:
39 invoke-direct {v1, v0}, java/lang/Integer/<init>(I)V
  /external/wpa_supplicant/
eap_vendor_test.c 33 enum { INIT, CONFIRM, SUCCESS } state;
44 data->state = INIT;
87 if (data->state == INIT && *pos != 1) {
89 "%d in INIT state", *pos);
133 if (data->state == INIT) {
188 eap->init = eap_vendor_test_init;
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_vendor_test.c 35 enum { INIT, CONFIRM, SUCCESS } state;
46 data->state = INIT;
85 if (data->state == INIT && *pos != 1) {
87 "%d in INIT state", *pos);
130 if (data->state == INIT) {
185 eap->init = eap_vendor_test_init;
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
hashtab.h 200 #define iterative_hash_object(OB,INIT) iterative_hash (&OB, sizeof (OB), INIT)
  /dalvik/libcore/nio_char/src/main/java/java/nio/charset/
CharsetEncoder.java 91 private static final int INIT = 0;
181 status = INIT;
221 status = INIT;
223 if (status != INIT) {
556 if (status != END && status != INIT) {
771 status = INIT;
CharsetDecoder.java 91 private static final int INIT = 0;
151 status = INIT;
497 if (status != END && status != INIT) {
717 status = INIT;
  /bionic/libc/regex/
regexec.c 69 #define INIT(o, n) ((o) = (unsigned long)1 << (n))
95 #undef INIT
118 #define INIT(o, n) ((o) = (n))
  /system/core/sh/
mkinit.sh 41 includes=' "shell.h" "mystring.h" "init.h" '
54 INIT["{ "]* ) event=init;;
144 exec >init.c.tmp
169 echo "init() {"
197 mv init.c.tmp init.c
  /bionic/libdl/arch-sh/
sobegin.S 35 # INIT information when it find the function whose name is '_init'.
  /external/elfutils/lib/
dynamicsizehash.c 160 #define INIT(name) _INIT (name)
163 INIT(NAME) (htab, init_size)
  /frameworks/base/media/libmedia/
IMediaRecorder.cpp 31 INIT,
81 status_t init() function in class:android::BpMediaRecorder
83 LOGV("init");
86 remote()->transact(INIT, data, &reply);
281 case INIT: {
282 LOGV("INIT");
284 reply->writeInt32(init());
  /external/fdlibm/
makefile.in 75 .INIT: $(INCFILES)
  /external/grub/netboot/
depca.c 290 #define INIT 0x0001 /* Initialize */
450 struct depca_init init_block; /* Shadow init block */
519 outw(INIT, DEPCA_DATA); /* initialise DEPCA */

Completed in 7738 milliseconds

1 2