OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:defines
(Results
76 - 100
of
381
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/go/linux-x86/src/cmd/vet/whitelist/
whitelist.go
5
// Package whitelist
defines
exceptions for the vet tool.
/prebuilts/go/linux-x86/src/text/template/
option.go
11
// missingKeyAction
defines
how to respond to indexing a map with a key that is not present.
/external/libvpx/libvpx/build/make/
gen_msvs_vcxproj.sh
184
-D*)
defines
="${
defines
}${
defines
:+;}${opt##-D}"
414
extradefines=";$
defines
"
/external/testng/src/main/java/org/testng/xml/dom/
XDom.java
326
List<XmlDefine>
defines
= groups.getDefines();
local
327
Assert.assertEquals(
defines
.size(), 1);
328
XmlDefine define =
defines
.get(0);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
gen_msvs_vcxproj.sh
254
-D*)
defines
="${
defines
}${
defines
:+;}${opt##-D}"
491
extradefines=";$
defines
"
/external/mesa3d/src/glsl/glcpp/
glcpp.h
166
struct hash_table *
defines
;
member in struct:glcpp_parser
/external/skia/platform_tools/android/bin/
gyp_to_android.py
142
defines
=common.
DEFINES
)
164
# Now that the
defines
have been written to SkUserConfig and they've been
166
# Android.mk. Reset
DEFINES
.
167
common.
DEFINES
.reset()
/prebuilts/go/darwin-x86/src/unicode/
graphic.go
22
// GraphicRanges
defines
the set of graphic characters according to Unicode.
27
// PrintRanges
defines
the set of printable characters according to Go.
/prebuilts/go/linux-x86/src/unicode/
graphic.go
22
// GraphicRanges
defines
the set of graphic characters according to Unicode.
27
// PrintRanges
defines
the set of printable characters according to Go.
/external/chromium-trace/catapult/third_party/vinn/vinn/
path_utils.js
17
* @param {object} os_client An object that
defines
:
/hardware/invensense/65xx/libsensors_iio/software/build/android/
common.mk
5
##
defines
/prebuilts/go/darwin-x86/src/cmd/vet/
unused.go
5
// This file
defines
the check for unused results of calls to certain
/prebuilts/go/darwin-x86/src/encoding/
encoding.go
5
// Package encoding
defines
interfaces shared by other packages that
/prebuilts/go/linux-x86/src/cmd/vet/
unused.go
5
// This file
defines
the check for unused results of calls to certain
/prebuilts/go/linux-x86/src/encoding/
encoding.go
5
// Package encoding
defines
interfaces shared by other packages that
/external/bison/tests/
testsuite
650
58;output.at:67;Output files: %
defines
%verbose ;;
651
59;output.at:69;Output files: %
defines
%verbose %yacc ;;
652
60;output.at:72;Output files: %
defines
%verbose %yacc ;;
653
61;output.at:76;Output files: %file-prefix \"bar\" %
defines
%verbose ;;
654
62;output.at:78;Output files: %output=\"bar.c\" %
defines
%verbose %yacc ;;
655
63;output.at:80;Output files: %file-prefix=\"baz\" %output \"bar.c\" %
defines
%verbose %yacc ;;
656
64;output.at:87;Output files: %
defines
%verbose ;;
657
65;output.at:90;Output files: %
defines
%verbose -o foo.c ;;
658
66;output.at:93;Output files: --
defines
=foo.hpp -o foo.c++ ;;
659
67;output.at:97;Output files: %
defines
\"foo.hpp\" -o foo.c++ ;
[
all
...]
/external/ImageMagick/www/api/
paint.php
61
<p>By default target must match a particular pixel color exactly. However, in many cases two colors may differ by a small amount. The fuzz member of image
defines
how much tolerance is acceptable to consider two colors as the same. For example, set fuzz to 10 and the color red at intensities of 100 and 102 respectively are now interpreted as the same color for the purposes of the floodfill.</p>
143
<p>By default color must match a particular pixel color exactly. However, in many cases two colors may differ by a small amount. Fuzz
defines
how much tolerance is acceptable to consider two colors as the same. For example, set fuzz to 10 and the color red at intensities of 100 and 102 respectively are now interpreted as the same color.</p>
185
<p>By default color must match a particular pixel color exactly. However, in many cases two colors may differ by a small amount. Fuzz
defines
how much tolerance is acceptable to consider two colors as the same. For example, set fuzz to 10 and the color red at intensities of 100 and 102 respectively are now interpreted as the same color.</p>
/build/soong/cc/
gen.go
36
Command: "BISON_PKGDATADIR=$yaccDataDir $yaccCmd -d $yaccFlags --
defines
=$hFile -o $cFile $in",
/build/soong/
doc.go
32
// use case. It is sometimes referred to as a "SKU". A product
defines
/external/libunwind/doc/
libunwind-ia64.tex
24
When targeting IA-64, the \Prog{libunwind} header file
defines
the
68
The IA-64-version of \Prog{libunwind}
defines
three kinds of register
81
identifies a stack frame. The IA-64 architecture
defines
two stacks
138
used. The IA-64 architecture
defines
several application registers
/external/llvm/bindings/go/llvm/
executionengine.go
10
// This file
defines
bindings for the executionengine component.
/external/skia/platform_tools/android/tests/expectations/
Android.mk
29
# that
defines
COMMON_GLOBAL_CFLAGS
/external/v8/test/mjsunit/es6/
typedarray-of.js
82
// (It
defines
elements rather than assigning to them.)
/system/media/camera/docs/
ndk_camera_metadata_tags.mako
28
* This file
defines
an NDK API.
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/main/
main-scripts.rb
207
B : 'b' ; //
defines
B from inherited token space
Completed in 1519 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>