HomeSort by relevance Sort by last modified time
    Searched refs:INIT (Results 26 - 50 of 63) sorted by null

12 3

  /bionic/libdl/arch-sh/
sobegin.S 35 # INIT information when it find the function whose name is '_init'.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
regexp.h 46 INIT Declarations vor variables which can be used by the
110 INIT
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
regexp.h 46 INIT Declarations vor variables which can be used by the
110 INIT
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
regexp.h 46 INIT Declarations vor variables which can be used by the
110 INIT
  /external/elfutils/lib/
dynamicsizehash.c 196 #define INIT(name) _INIT (name)
199 INIT(NAME) (htab, init_size)
  /frameworks/base/core/java/android/bluetooth/
BluetoothSocket.java 104 INIT,
160 mSocketState = SocketState.INIT;
  /frameworks/av/media/libmedia/
IMediaRecorder.cpp 34 INIT,
99 status_t init() function in class:android::BpMediaRecorder
101 ALOGV("init");
104 remote()->transact(INIT, data, &reply);
299 case INIT: {
300 ALOGV("INIT");
302 reply->writeInt32(init());
  /external/webkit/Source/WebCore/fileapi/
FileWriter.cpp 48 , m_readyState(INIT)
  /external/webrtc/src/modules/audio_processing/test/
unpack.cc 28 using webrtc::audioproc::Init;
192 } else if (event_msg.type() == Event::INIT) {
194 printf("Corrupted input file: Init missing.\n");
198 const Init msg = event_msg.init();
200 fprintf(settings_file, "Init at frame: %d\n", frame_count);
  /frameworks/base/tools/preload/
Root.java 99 Operation.Type.INIT);
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SIMRecords.java     [all...]
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
ConnectivityManagerTestActivity.java 69 public static final int INIT = -1;
107 public int mWifiTetherResult = INIT; // -1 is initialization state
477 if (mWifiTetherResult == 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 */
  /cts/tools/dasm/src/java_cup/
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));
  /system/core/sh/
input.c 123 INIT {
var.c 145 INIT {
exec.c 77 #include "init.h"
771 INIT {
  /external/clang/include/clang/AST/
Stmt.h     [all...]
  /external/webrtc/src/modules/audio_processing/
audio_processing_impl.cc 636 event_msg_->set_type(audioproc::Event::INIT);
637 audioproc::Init* msg = event_msg_->mutable_init();
  /external/llvm/lib/Support/
regengine.inc 863 for (pc = start, INIT(here, pc); pc != stop; pc++, INC(here)) {
914 INIT(here, pc);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
target.def 25 DEFHOOK(NAME, DOC, TYPE, PARAMS, INIT): Define a function-valued hook.
26 DEFHOOKPOD(DOC, TYPE, NAME, INIT): Define a piece-of-data 'hook'. */
29 DEFHOOKPODX(NAME, TYPE, INIT): Like DEFHOOKPOD, but share documentation
32 #define DEFHOOKPODX(NAME, TYPE, INIT) DEFHOOKPOD (NAME, 0, TYPE, INIT)
589 (init,
842 /* Clears a scheduler context so it becomes like after init. */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
target.def 25 DEFHOOK(NAME, DOC, TYPE, PARAMS, INIT): Define a function-valued hook.
26 DEFHOOKPOD(DOC, TYPE, NAME, INIT): Define a piece-of-data 'hook'. */
29 DEFHOOKPODX(NAME, TYPE, INIT): Like DEFHOOKPOD, but share documentation
32 #define DEFHOOKPODX(NAME, TYPE, INIT) DEFHOOKPOD (NAME, 0, TYPE, INIT)
589 (init,
842 /* Clears a scheduler context so it becomes like after init. */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
target.def 25 DEFHOOK(NAME, DOC, TYPE, PARAMS, INIT): Define a function-valued hook.
26 DEFHOOKPOD(DOC, TYPE, NAME, INIT): Define a piece-of-data 'hook'. */
29 DEFHOOKPODX(NAME, TYPE, INIT): Like DEFHOOKPOD, but share documentation
32 #define DEFHOOKPODX(NAME, TYPE, INIT) DEFHOOKPOD (NAME, 0, TYPE, INIT)
589 (init,
842 /* Clears a scheduler context so it becomes like after init. */
    [all...]
  /bionic/libc/regex/
engine.c 850 for (pc = start, INIT(here, pc); pc != stop; pc++, INC(here)) {
901 INIT(here, pc);

Completed in 2372 milliseconds

12 3