OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:declare
(Results
376 - 400
of
5824
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/llvm/test/Transforms/SimplifyCFG/
trivial-throw.ll
56
declare
void @abort() #2
58
declare
i32 @llvm.eh.typeid.for(i8*) #3
60
declare
void @__cxa_end_catch()
62
declare
i8* @__cxa_allocate_exception(i64)
64
declare
i32 @__gxx_personality_v0(...)
66
declare
void @__cxa_throw(i8*, i8*, i8*)
68
declare
i8* @__cxa_begin_catch(i8*)
70
declare
void @_ZSt9terminatev()
/external/mesa3d/src/glsl/tests/lower_jumps/
lower_breaks_2.opt_test
8
((
declare
(in) float b) (
declare
(out) float a)
lower_breaks_4.opt_test
8
((
declare
(in) float b) (
declare
(out) float a)
return_non_void_at_end_of_loop_lower_nothing.opt_test
8
((
declare
(out) float a) (
declare
(out) float b)
return_non_void_at_end_of_loop_lower_return.opt_test
8
((
declare
(out) float a) (
declare
(out) float b)
return_non_void_at_end_of_loop_lower_return_and_break.opt_test
8
((
declare
(out) float a) (
declare
(out) float b)
/packages/apps/ContactsCommon/res/values/
attrs.xml
19
<
declare
-styleable name="ContactListItemView">
47
</
declare
-styleable>
49
<
declare
-styleable name="ContactBrowser">
53
</
declare
-styleable>
55
<
declare
-styleable name="ProportionalLayout">
58
</
declare
-styleable>
60
<
declare
-styleable name="Favorites">
62
</
declare
-styleable>
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
compile.h
12
struct _node; /*
Declare
the existence of this type */
31
struct _mod; /*
Declare
the existence of this type */
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
compile.h
12
struct _node; /*
Declare
the existence of this type */
31
struct _mod; /*
Declare
the existence of this type */
/external/llvm/test/CodeGen/AArch64/
illegal-float-ops.ll
7
declare
float @llvm.cos.f32(float)
8
declare
double @llvm.cos.f64(double)
9
declare
fp128 @llvm.cos.f128(fp128)
29
declare
float @llvm.exp.f32(float)
30
declare
double @llvm.exp.f64(double)
31
declare
fp128 @llvm.exp.f128(fp128)
51
declare
float @llvm.exp2.f32(float)
52
declare
double @llvm.exp2.f64(double)
53
declare
fp128 @llvm.exp2.f128(fp128)
73
declare
float @llvm.log.f32(float
[
all
...]
/dalvik/tests/064-field-access/src/other/
OtherPackage.java
6
*
Declare
a few fields to reflect upon.
/development/samples/ActionBarCompat/res/values/
attrs.xml
19
<
declare
-styleable name="AppTheme">
24
</
declare
-styleable>
26
<
declare
-styleable name="BezelImageView">
29
</
declare
-styleable>
/development/samples/Snake/res/values/
attrs.xml
19
<
declare
-styleable name="TileView">
21
</
declare
-styleable>
22
<
declare
-styleable name="BackgroundView">
28
</
declare
-styleable>
/external/ceres-solver/
import_ceres_upstream.sh
16
declare
-r google3_dir="$(pwd)"
18
declare
-r temp_repo="/tmp/ceres-solver"
25
declare
-r commit="$(git log | head -1 | cut -d ' ' -f2)"
39
declare
-r temp_readme="/tmp/README.google"
patch_from_client.sh
16
declare
-r google3_dir="$(pwd)"
18
declare
-r temp_repo="/tmp/ceres-solver"
24
declare
-r commit="$(git log | head -1)"
38
declare
-r temp_readme="/tmp/README.google"
/external/chromium_org/chrome/common/extensions/docs/templates/intros/
idle.html
2
<p>You must
declare
the "idle" permission in your extension's manifest to use the idle API.
/external/chromium_org/third_party/mesa/src/src/glsl/builtins/ir/
asinh.ir
4
(
declare
(in) float x))
17
(
declare
(in) vec2 x))
30
(
declare
(in) vec3 x))
43
(
declare
(in) vec4 x))
tanh.ir
4
(
declare
(in) float x))
14
(
declare
(in) vec2 x))
24
(
declare
(in) vec3 x))
34
(
declare
(in) vec4 x))
/external/chromium_org/third_party/mesa/src/src/glsl/tests/lower_jumps/
lower_returns_1.opt_test
8
((
declare
(out) float a)
/external/clang/test/CodeGen/
x86_64-arguments-darwin.c
4
// CHECK:
declare
void @func(i64, double)
/external/clang/test/CodeGenObjC/
implicit-objc_msgSend.m
2
// RUN: grep -F '
declare
i8* @objc_msgSend(i8*, i8*, ...)' %t
nonlazy-msgSend.m
3
// CHECK:
declare
i8* @objc_msgSend(i8*, i8*, ...) [[NLB:#[0-9]+]]
/external/clang/test/Misc/
freebsd-arm-size_t.c
7
/*
Declare
a builtin function that uses size_t */
/external/clang/test/Sema/
decl-invalid.c
16
int; // expected-warning {{declaration does not
declare
anything}}
18
const int; // expected-warning {{declaration does not
declare
anything}}
19
struct; // expected-error {{declaration of anonymous struct must be a definition}} // expected-warning {{declaration does not
declare
anything}}
21
I; // expected-warning {{declaration does not
declare
anything}}
/external/clang/test/SemaObjC/
class-extension-after-implementation.m
8
@interface A () // expected-error {{cannot
declare
class extension for 'A' after class implementation}}
Completed in 469 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>