OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BEGIN
(Results
1 - 25
of
287
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/rs/cpu_ref/linkloader/utils/
flush_cpu_cache.h
21
#define FLUSH_CPU_CACHE(
BEGIN
, END) __builtin___clear_cache((char *)(
BEGIN
), (char *)(END))
23
#define FLUSH_CPU_CACHE(
BEGIN
, END) do { } while (0)
/external/e2fsprogs/misc/
profile-to-c.awk
2
BEGIN
{
/external/strace/linux/
ioctlent-filter.awk
4
BEGIN
{
/external/chromium_org/third_party/sqlite/src/
mkopcodec.awk
11
BEGIN
{
/external/chromium_org/third_party/sqlite/src/tool/
opcodeDoc.awk
4
BEGIN
{
split-sqlite3c.tcl
13
set
BEGIN
{^/\*+
Begin
file ([a-zA-Z0-9_.]+) \*+/}
22
if {[regexp $
BEGIN
$line]} break
30
regexp $::
BEGIN
$firstline all filename
62
while {[regexp $
BEGIN
$line]} {
74
if {[regexp $
BEGIN
$line]} break
/development/host/windows/usb/api/
AdbWinApi.rc
41
BEGIN
46
BEGIN
71
BEGIN
73
BEGIN
75
BEGIN
88
BEGIN
101
BEGIN
/development/host/windows/usb/winusb/
AdbWinUsbApi.rc
41
BEGIN
46
BEGIN
71
BEGIN
73
BEGIN
75
BEGIN
88
BEGIN
101
BEGIN
/frameworks/rs/
spec.l
51
"/*"
BEGIN
(comment);
55
<comment>"*"+"/"
BEGIN
(INITIAL);
64
BEGIN
(api_entry);
68
BEGIN
(api_entry2);
90
BEGIN
(var_type);
97
BEGIN
(var_type);
107
BEGIN
(typeNextState);
113
BEGIN
(typeNextState);
119
BEGIN
(typeNextState);
125
BEGIN
(typeNextState)
[
all
...]
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
spec.l
51
"/*"
BEGIN
(comment);
55
<comment>"*"+"/"
BEGIN
(INITIAL);
64
BEGIN
(api_entry);
68
BEGIN
(api_entry2);
90
BEGIN
(var_type);
97
BEGIN
(var_type);
107
BEGIN
(typeNextState);
113
BEGIN
(typeNextState);
119
BEGIN
(typeNextState);
125
BEGIN
(typeNextState)
[
all
...]
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
spec.l
51
"/*"
BEGIN
(comment);
55
<comment>"*"+"/"
BEGIN
(INITIAL);
64
BEGIN
(api_entry);
68
BEGIN
(api_entry2);
90
BEGIN
(var_type);
97
BEGIN
(var_type);
107
BEGIN
(typeNextState);
113
BEGIN
(typeNextState);
119
BEGIN
(typeNextState);
125
BEGIN
(typeNextState)
[
all
...]
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
spec.l
51
"/*"
BEGIN
(comment);
55
<comment>"*"+"/"
BEGIN
(INITIAL);
64
BEGIN
(api_entry);
68
BEGIN
(api_entry2);
90
BEGIN
(var_type);
97
BEGIN
(var_type);
107
BEGIN
(typeNextState);
113
BEGIN
(typeNextState);
119
BEGIN
(typeNextState);
125
BEGIN
(typeNextState)
[
all
...]
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
asm_offsets.h
23
#define
BEGIN
int main(void) {
27
#define
BEGIN
/external/libvpx/libvpx/vpx_ports/
asm_offsets.h
23
#define
BEGIN
int main(void) {
27
#define
BEGIN
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
asm_offsets.h
23
#define
BEGIN
int main(void) {
27
#define
BEGIN
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
verinfo.ver
14
BEGIN
16
BEGIN
18
BEGIN
29
BEGIN
41
BEGIN
/ndk/build/awk/
check-awk.awk
22
BEGIN
{
extract-pid.awk
26
BEGIN
{
extract-platform.awk
26
BEGIN
{
/external/chromium_org/net/third_party/nss/ssl/
ssl.rc
50
BEGIN
52
BEGIN
54
BEGIN
65
BEGIN
/developers/build/prebuilts/gradle/AgendaData/Application/src/main/java/com/example/android/wearable/agendadata/
Constants.java
34
public static final String
BEGIN
= "
begin
";
/developers/build/prebuilts/gradle/AgendaData/Wearable/src/main/java/com/example/android/wearable/agendadata/
Constants.java
29
public static final String
BEGIN
= "
begin
";
/developers/samples/android/wearable/wear/AgendaData/Application/src/main/java/com/example/android/wearable/agendadata/
Constants.java
34
public static final String
BEGIN
= "
begin
";
/developers/samples/android/wearable/wear/AgendaData/Wearable/src/main/java/com/example/android/wearable/agendadata/
Constants.java
29
public static final String
BEGIN
= "
begin
";
/development/samples/browseable/AgendaData/Application/src/com.example.android.wearable.agendadata/
Constants.java
34
public static final String
BEGIN
= "
begin
";
Completed in 1353 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>