OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:declare
(Results
426 - 450
of
6868
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/ceres-solver/
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/articles/
declare_permissions.html
1
<h1>
Declare
Permissions</h1>
5
your extension or app must
declare
its intent in the
20
If an API requires you to
declare
a permission in the manifest,
25
declare
the "storage" permission.
/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/chrome/common/extensions/docs/templates/private/permissions/
tabs.html
1
Gives your {{platform}} access to privileged fields of the <code>$(ref:tabs.Tab Tab)</code> objects used by several APIs including $(ref:tabs chrome.tabs) and $(ref:windows chrome.windows). In many circumstances your {{platform}} will not need to
declare
the <code>"tabs"</code> permission to make use of these APIs.
/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/chromium_org/tools/clang/blink_gc_plugin/tests/
pure_virtual_trace.txt
2
./pure_virtual_trace.h:14:5: warning: [blink-gc] Garbage collected class 'A' is not permitted to
declare
a pure-virtual trace method.
/external/chromium_org/v8/src/arm64/
instrument-arm64.h
59
//
Declare
all Visitor functions.
60
#define
DECLARE
(A) void Visit##A(Instruction* instr);
61
VISITOR_LIST(
DECLARE
)
62
#undef
DECLARE
/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/Modules/
declare-use.S
2
// RUN: %clang -fmodule-maps -fmodules-cache-path=%t -fmodules-decluse -fmodule-name=XS -I %S/Inputs/
declare
-use -S %s -Xclang -verify
/external/clang/test/SemaObjC/
class-extension-after-implementation.m
8
@interface A () // expected-error {{cannot
declare
class extension for 'A' after class implementation}}
/external/llvm/test/Analysis/CallGraph/
do-nothing-intrinsic.ll
13
declare
void @llvm.donothing() nounwind readnone
/external/llvm/test/Assembler/
2002-07-25-ReturnPtrFunction.ll
6
declare
void (i32)* @foo()
2002-10-08-LargeArrayPerformance.ll
8
declare
void @__main()
2007-04-25-AssemblerFoldExternWeak.ll
5
declare
extern_weak i32 @test_weak(...)
2009-03-24-ZextConstantExpr.ll
10
declare
zeroext i1 @paging_map(i64)
MultipleReturnValueType.ll
5
declare
%struct.S_102 @f_102() nounwind
/external/llvm/test/CodeGen/AArch64/
arm64-trap.ll
8
declare
void @llvm.trap() nounwind
/external/llvm/test/CodeGen/ARM/
arguments-nosplit-double.ll
9
declare
i32 @g(double)
arguments-nosplit-i64.ll
9
declare
i32 @g(i64)
arguments2.ll
9
declare
i32 @g(i128)
Completed in 248 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>