OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:trigger
(Results
176 - 200
of
953
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/core/java/android/app/
AlarmManager.java
154
* alarm count depending on how far in the past the
trigger
time is relative
209
* Schedule a repeating alarm that has inexact
trigger
time requirements;
216
* <p>Your alarm's first
trigger
will not be before the requested time,
/packages/providers/ApplicationsProvider/src/com/android/providers/applications/
ApplicationsProvider.java
229
mDb.execSQL("CREATE
TRIGGER
applicationsLookup_update UPDATE OF " + NAME + " ON " +
235
mDb.execSQL("CREATE
TRIGGER
applicationsLookup_insert AFTER INSERT ON " +
240
mDb.execSQL("CREATE
TRIGGER
applicationsLookup_delete DELETE ON " +
/cts/tests/tests/content/src/android/content/cts/
ContentProviderTest.java
309
// cannot
trigger
this callback reliably
318
// cannot
trigger
this callback reliably
/external/apache-http/src/org/apache/http/conn/
EofSensorInputStream.java
82
* operations will
trigger
an {@link IOException IOException}.
197
// no checkEOF() here, available() can't
trigger
EOF
BasicManagedEntity.java
113
// this will not
trigger
a callback from EofSensorInputStream
/external/chromium/net/http/
http_cache_transaction.h
133
// This is a helper function used to
trigger
a completion callback. It may
137
// This will
trigger
the completion callback if appropriate.
/external/chromium/third_party/libevent/
evbuffer.c
260
*
trigger
a callback. Reading needs to be explicitly enabled
292
/* might have to manually
trigger
event registration */
/external/qemu/distrib/sdl-1.2.12/src/audio/dma/
SDL_dmaaudio.c
441
/*
Trigger
audio playback */
446
SDL_SetError("Couldn't
trigger
audio output");
/external/v8/src/arm/
regexp-macro-assembler-arm.h
220
// by FrameAlign. The called function is not allowed to
trigger
a garbage
226
// by FrameAlign. The called function *is* allowed to
trigger
a garbage
/frameworks/base/media/libstagefright/
NuCachedSource2.cpp
441
//
trigger
this seek request, the other one will request data "nearby"
443
// does not
trigger
another seek.
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
PostCompilerDeltaVisitor.java
34
* Delta resource visitor looking for changes that will
trigger
a new packaging of an Android
177
//
trigger
a change in the classes.dex file
/external/webkit/SunSpider/tests/parse-only/
jquery-1.3.2.js
[
all
...]
/cts/tests/tests/provider/src/android/provider/cts/
Settings_SecureTest.java
37
* Setting that will have a string value to
trigger
SettingNotFoundException caused by
/cts/tests/tests/security/src/android/security/cts/
VoldExploitTest.java
104
// detect the process crashed and
trigger
an error.
/development/samples/ApiDemos/src/com/example/android/apis/animation/
Transition3d.java
93
// The animation listener is used to
trigger
the next animation
/development/tools/mkstubs/
README.txt
67
before the generated throw exception. Any attempt to load such a class should
trigger
/external/apache-http/src/org/apache/http/client/methods/
HttpRequestBase.java
150
//
Trigger
the callbacks outside of the lock, to prevent
/external/apache-http/src/org/apache/http/message/
BasicListHeaderIterator.java
134
// non-header elements, including null, will
trigger
exceptions
/external/chromium/base/
base.gyp
183
# This is needed to
trigger
the dll copy step on windows.
observer_list_threadsafe.h
30
// * Any thread may
trigger
a notification via NOTIFY_OBSERVERS.
/external/kernel-headers/original/linux/
mempolicy.h
176
extern void *cpuset_being_rebound; /*
Trigger
mpol_copy vma rebind */
/external/libvpx/examples/includes/geshi/geshi/
oracle11.php
494
'
TRIGGER
',
oracle8.php
398
'
TRIGGER
',
/external/qemu/
translate-all.c
91
the virtual CPU can
trigger
an exception.
/external/quake/quake/src/QW/client/
snd_linux.c
180
// toggle the
trigger
& start her up
Completed in 1802 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>