Home
last modified time | relevance | path

Searched refs:pure (Results 1 - 25 of 43) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/tsbuildWatch/reexport/
H A DReports-errors-correctly.js6 "references": [{ "path": "./pure" }, { "path": "./main" }]
17 "references": [{ "path": "../pure" }]
22 import { Session } from "../pure";
29 //// [/user/username/projects/reexport/src/pure/tsconfig.json]
40 //// [/user/username/projects/reexport/src/pure/index.ts]
44 //// [/user/username/projects/reexport/src/pure/session.ts]
73 * src/pure/tsconfig.json
77 [12:00:37 AM] Project 'src/pure/tsconfig.json' is out of date because output file 'out/pure/tsconfig.tsbuildinfo' does not exist
79 [12:00:38 AM] Building project '/user/username/projects/reexport/src/pure/tsconfi
[all...]
/third_party/mesa3d/src/util/format/
H A Du_format_parse.py56 def __init__(self, type, norm, pure, size, name=''):
59 self.pure = pure
68 if self.pure:
80 return self.type == other.type and self.norm == other.norm and self.pure == other.pure and self.size == other.size
224 if channel.pure != ref_channel.pure:
243 if channel.pure != ref_channel.pure
[all...]
H A Du_format_table.py155 print(" {%s, %s, %s, %u, %u}%s\t/* %s = %s */" % (type_map[channel.type], bool_map(channel.norm), bool_map(channel.pure), channel.size, channel.shift, sep, "xyzw"[i], channel.name))
/third_party/node/deps/npm/node_modules/color-convert/
H A Dconversions.js714 const pure = [0, 0, 0];
723 pure[0] = 1; pure[1] = v; pure[2] = 0; break;
725 pure[0] = w; pure[1] = 1; pure[2] = 0; break;
727 pure[0] = 0; pure[1] = 1; pure[
[all...]
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dkill-pure-call.c2 int pure(int a) __attribute__((pure));
5 int kill(int a) { return pure(a) && 0; } in kill()
8 * check-name: kill-pure-call
12 * when the function is "pure".
16 * check-output-excludes: call\\..* pure
H A Dfunction-redecl2.c3 int func0(int a) __attribute__ ((pure));
5 __attribute__ ((pure))
H A Dfunction-redecl-funattr.c1 #define __pure __attribute__((pure))
H A Dfunction-attribute.c1 #define __pure __attribute__((pure))
H A Dbuiltin_safe1.c7 int h(int) __attribute__((pure));
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
H A Dattributes.h680 // ABSL_ATTRIBUTE_PURE_FUNCTION is used to annotate declarations of "pure"
681 // functions. A function is pure if its return value is only a function of its
682 // arguments. The pure attribute prohibits a function from modifying the state
684 // function's return value. Declaring such functions with the pure attribute
691 #if ABSL_HAVE_CPP_ATTRIBUTE(gnu::pure)
692 #define ABSL_ATTRIBUTE_PURE_FUNCTION [[gnu::pure]]
693 #elif ABSL_HAVE_ATTRIBUTE(pure)
694 #define ABSL_ATTRIBUTE_PURE_FUNCTION __attribute__((pure))
/third_party/selinux/libselinux/utils/
H A DMakefile14 EXTRA_CFLAGS = -fipa-pure-const -Wpacked-bitfield-compat -Wsync-nand -Wcoverage-mismatch \
16 -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wjump-misses-init \
17 -Wno-suggest-attribute=pure -Wno-suggest-attribute=const
/third_party/python/Tools/c-analyzer/c_parser/preprocessor/
H A D__main__.py63 pure=False,
66 for line in preprocess(tool=not pure) or ():
76 parser.add_argument('--pure', action='store_true')
77 parser.add_argument('--no-pure', dest='pure', action='store_const', const=False)
H A D__init__.py14 pure as _pure,
/third_party/ltp/tools/sparse/sparse-src/validation/preprocessor/
H A Dhas-attribute.c18 && __has_attribute(pure) \
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dkeywords.h53 int pure; variable
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/skeletons/
H A Dyacc.c69 b4_percent_define_default([[api.pure]], [[false]])
70 b4_percent_define_check_values([[[[api.pure]],
74 m4_case(b4_percent_define_get([[api.pure]]),
85 [m4_fatal([invalid api.pure value: ]$1)])])
171 # pure-parser.
/third_party/jerryscript/jerry-core/include/
H A Djerryscript-compiler.h41 #define JERRY_ATTR_PURE __attribute__((pure))
/third_party/selinux/libselinux/src/
H A DMakefile64 EXTRA_CFLAGS = -fipa-pure-const -Wlogical-op -Wpacked-bitfield-compat -Wsync-nand \
66 -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wjump-misses-init \
67 -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 \
/third_party/ffmpeg/libavutil/
H A Dattributes.h76 # define av_pure __attribute__((pure))
/third_party/pulseaudio/src/pulse/
H A Dgccmacro.h68 #define PA_GCC_PURE __attribute__ ((pure))
/third_party/mesa3d/src/gallium/frontends/nine/
H A Ddevice9.c258 This->pure = !!(This->params.BehaviorFlags & D3DCREATE_PUREDEVICE); in NineDevice9_ctor()
2176 user_assert(!This->pure, D3DERR_INVALIDCALL); in NineDevice9_GetTransform()
2253 user_assert(!This->pure, D3DERR_INVALIDCALL); in NineDevice9_GetMaterial()
2302 user_assert(!This->pure, D3DERR_INVALIDCALL); in NineDevice9_GetLight()
2352 user_assert(!This->pure, D3DERR_INVALIDCALL); in NineDevice9_GetLightEnable()
2398 user_assert(!This->pure, D3DERR_INVALIDCALL); in NineDevice9_GetClipPlane()
2439 user_assert(!This->pure, D3DERR_INVALIDCALL); in NineDevice9_GetRenderState()
2696 user_assert(!This->pure, D3DERR_INVALIDCALL); in NineDevice9_GetTextureStageState()
2737 user_assert(!This->pure, D3DERR_INVALIDCALL); in NineDevice9_GetSamplerState()
3543 user_assert(!This->pure, D3DERR_INVALIDCAL in NineDevice9_GetVertexShaderConstantF()
[all...]
/third_party/eudev/src/shared/
H A Dmacro.h31 #define _pure_ __attribute__ ((pure))
/third_party/mesa3d/src/amd/common/
H A Dgfx10_format_table.py166 chan_pure = set([chan.pure for chan in fmt.le_channels if chan.type != VOID])
189 # Shader-based work-around for 32-bit non-pure-integer
201 # Shader-based work-around for 32-bit non-pure-integer
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A Dpreprocessor.y86 %pure-parser
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DExpressionParser.y98 %pure-parser

Completed in 16 milliseconds

12