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

1 2

  /external/elfutils/lib/
dynamicsizehash.c 196 #define INIT(name) _INIT (name)
199 INIT(NAME) (htab, init_size)
  /bionic/libc/upstream-netbsd/libc/regex/
regexec.c 122 #define INIT(o, n) ((o) = (unsigned long)1 << (n))
148 #undef INIT
174 #define INIT(o, n) ((o) = (int)(n))
  /cts/tools/dasm/src/java_cup/
sym.java 13 static final int INIT = 9;
  /external/llvm/lib/Support/
regexec.c 71 #define INIT(o, n) ((o) = (unsigned long)1 << (n))
97 #undef INIT
120 #define INIT(o, n) ((o) = (n))
  /external/qemu/distrib/sdl-1.2.15/src/audio/nds/
soundcommon.h 38 INIT = 1,
  /external/webkit/Source/WebCore/fileapi/
FileWriter.h 54 INIT = 0,
  /external/wpa_supplicant_8/src/eap_peer/
eap_vendor_test.c 29 enum { INIT, CONFIRM, SUCCESS } state;
40 data->state = INIT;
79 if (data->state == INIT && *pos != 1) {
81 "%d in INIT state", *pos);
124 if (data->state == INIT) {
179 eap->init = eap_vendor_test_init;
  /external/wpa_supplicant_8/src/eap_server/
eap_server_vendor_test.c 20 enum { INIT, CONFIRM, SUCCESS, FAILURE } state;
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) {
179 eap->init = eap_vendor_test_init;
  /frameworks/base/tools/preload/
Operation.java 32 LOAD, INIT
100 case INIT: return loadedClass.medianInitTimeMicros();
  /ndk/sources/host-tools/ndk-stack/regex/
regexec.c 69 #define INIT(o, n) ((o) = (unsigned long)1 << (n))
95 #undef INIT
118 #define INIT(o, n) ((o) = (n))
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic.cc 113 INIT,
143 { {NONE,NONE,0}, {NONE,ISOL,2}, {INIT,FINA,1}, {INIT,FINA,3}, {INIT,FINA,4}, {INIT,FINA,6}, },
169 /* For Language forms (in ArabicOT speak), we do the iso/fina/medi/init together,
hb-ot-shape-complex-indic.cc 387 INIT,
398 INDIC_BASIC_FEATURES = INIT /* Don't forget to update this! */
453 inline void init (const hb_ot_map_t *map, hb_tag_t feature_tag) function in struct:would_substitute_feature_t
529 indic_plan->rphf.init (&plan->map, HB_TAG('r','p','h','f'));
530 indic_plan->pref.init (&plan->map, HB_TAG('p','r','e','f'));
531 indic_plan->blwf.init (&plan->map, HB_TAG('b','l','w','f'));
532 indic_plan->pstf.init (&plan->map, HB_TAG('p','s','t','f'));
    [all...]
  /libcore/luni/src/main/java/java/nio/charset/
CharsetDecoder.java 85 private static final int INIT = 0;
130 status = INIT;
457 if (status != END && status != INIT) {
669 status = INIT;
CharsetEncoder.java 83 private static final int INIT = 4;
145 status = INIT;
187 if (status == FLUSH || status == INIT) {
729 status = INIT;
  /frameworks/av/media/libmedia/
IMediaRecorder.cpp 34 INIT,
100 status_t init() function in class:android::BpMediaRecorder
102 ALOGV("init");
105 remote()->transact(INIT, data, &reply);
310 case INIT: {
311 ALOGV("INIT");
313 reply->writeInt32(init());
  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 75 #define INIT(m) pthread_mutex_init(&m, NULL)
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 63 #define INIT(m) pthread_mutex_init(&m, NULL)
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 62 #define INIT(m) pthread_mutex_init(&m, NULL)
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothSocket.java 125 INIT,
166 mSocketState = SocketState.INIT;
360 if(mSocketState != SocketState.INIT) return EBADFD;
372 if(mSocketState == SocketState.INIT)
  /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 */
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
ConnectivityManagerTestActivity.java 73 public static final int INIT = -1;
110 public int mWifiTetherResult = INIT; // -1 is initialization state
479 if (mWifiTetherResult == INIT ) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
SIMRecords.java     [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 

Completed in 989 milliseconds

1 2