HomeSort by relevance Sort by last modified time
    Searched refs:defines (Results 26 - 50 of 381) sorted by null

12 3 4 5 6 7 8 91011>>

  /system/tpm/trunks/generator/
generator.py 926 - Parses defines to a list of Define objects.
933 types, constants, structs, defines, typemap = parser.Parse()
978 Returns these in the following order: types, constants, structs, defines,
985 defines = []
997 defines += self._ParseDefines()
1004 # Defines which are used in TPM 2.0 Part 2 but not defined there.
1005 defines.append(Define(
1007 defines.append(Define(
1009 defines.append(Define(
1011 defines.append(Define
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9shader.h 275 HRESULT WINAPI D3DXAssembleShaderFromFileA(const char *filename, const D3DXMACRO *defines,
277 HRESULT WINAPI D3DXAssembleShaderFromFileW(const WCHAR *filename, const D3DXMACRO *defines,
281 HRESULT WINAPI D3DXAssembleShaderFromResourceA(HMODULE module, const char *resource, const D3DXMACRO *defines,
283 HRESULT WINAPI D3DXAssembleShaderFromResourceW(HMODULE module, const WCHAR *resource, const D3DXMACRO *defines,
287 HRESULT WINAPI D3DXAssembleShader(const char *data, UINT data_len, const D3DXMACRO *defines,
290 HRESULT WINAPI D3DXCompileShader(const char *src_data, UINT data_len, const D3DXMACRO *defines,
294 HRESULT WINAPI D3DXCompileShaderFromFileA(const char *filename, const D3DXMACRO *defines,
297 HRESULT WINAPI D3DXCompileShaderFromFileW(const WCHAR *filename, const D3DXMACRO *defines,
302 HRESULT WINAPI D3DXCompileShaderFromResourceA(HMODULE module, const char *resource, const D3DXMACRO *defines,
305 HRESULT WINAPI D3DXCompileShaderFromResourceW(HMODULE module, const WCHAR *resource, const D3DXMACRO *defines,
    [all...]
d3dx9effect.h 370 const D3DXMACRO *defines, struct ID3DXInclude *include, DWORD flags,
373 const D3DXMACRO *defines, struct ID3DXInclude *include, const char *skip_constants, DWORD flags,
375 HRESULT WINAPI D3DXCreateEffectCompiler(const char *srcdata, UINT srcdatalen, const D3DXMACRO *defines,
378 const D3DXMACRO *defines, struct ID3DXInclude *include, const char *skip_constants, DWORD flags,
381 const D3DXMACRO *defines, struct ID3DXInclude *include, const char *skip_constants, DWORD flags,
386 const D3DXMACRO *defines, struct ID3DXInclude *include, DWORD flags,
389 const D3DXMACRO *defines, struct ID3DXInclude *include, DWORD flags,
394 const char *srcresource, const D3DXMACRO *defines, struct ID3DXInclude *include,
398 const WCHAR *srcresource, const D3DXMACRO *defines, struct ID3DXInclude *include,
404 const char *srcresource, const D3DXMACRO *defines, struct ID3DXInclude *include, DWORD flags
    [all...]
  /external/libvpx/libvpx/build/make/
gen_msvs_proj.sh 166 -D*) defines="${defines}${defines:+;}${opt##-D}"
307 PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;$defines" \
321 PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;$defines" \
393 PreprocessorDefinitions="WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;$defines" \
408 PreprocessorDefinitions="WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;$defines" \
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
gen_msvs_proj.sh 232 -D*) defines="${defines}${defines:+;}${opt##-D}"
381 PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;$defines" \
395 PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;$defines" \
489 PreprocessorDefinitions="WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;$defines" \
504 PreprocessorDefinitions="WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;$defines" \
  /prebuilts/go/darwin-x86/src/sort/
example_keys_test.go 16 // A Planet defines the properties of a solar system object.
23 // By is the type of a "less" function that defines the ordering of its Planet arguments.
30 by: by, // The Sort method's receiver is the function (closure) that defines the sort order.
  /prebuilts/go/linux-x86/src/sort/
example_keys_test.go 16 // A Planet defines the properties of a solar system object.
23 // By is the type of a "less" function that defines the ordering of its Planet arguments.
30 by: by, // The Sort method's receiver is the function (closure) that defines the sort order.
  /prebuilts/go/darwin-x86/src/flag/
flag.go 254 // ErrorHandling defines how FlagSet.Parse behaves if the parse fails.
546 // BoolVar defines a bool flag with specified name, default value, and usage string.
552 // BoolVar defines a bool flag with specified name, default value, and usage string.
558 // Bool defines a bool flag with specified name, default value, and usage string.
566 // Bool defines a bool flag with specified name, default value, and usage string.
572 // IntVar defines an int flag with specified name, default value, and usage string.
578 // IntVar defines an int flag with specified name, default value, and usage string.
584 // Int defines an int flag with specified name, default value, and usage string.
592 // Int defines an int flag with specified name, default value, and usage string.
598 // Int64Var defines an int64 flag with specified name, default value, and usage string
    [all...]
  /prebuilts/go/linux-x86/src/flag/
flag.go 254 // ErrorHandling defines how FlagSet.Parse behaves if the parse fails.
546 // BoolVar defines a bool flag with specified name, default value, and usage string.
552 // BoolVar defines a bool flag with specified name, default value, and usage string.
558 // Bool defines a bool flag with specified name, default value, and usage string.
566 // Bool defines a bool flag with specified name, default value, and usage string.
572 // IntVar defines an int flag with specified name, default value, and usage string.
578 // IntVar defines an int flag with specified name, default value, and usage string.
584 // Int defines an int flag with specified name, default value, and usage string.
592 // Int defines an int flag with specified name, default value, and usage string.
598 // Int64Var defines an int64 flag with specified name, default value, and usage string
    [all...]
  /external/mesa3d/src/glsl/glcpp/
glcpp-parse.y 240 macro_t *macro = hash_table_find (parser->defines, $2);
242 hash_table_remove (parser->defines, $2);
286 macro_t *macro = hash_table_find (parser->defines, $2);
291 macro_t *macro = hash_table_find (parser->defines, $2);
337 macro_t *macro = hash_table_find (parser->defines, "__VERSION__");
339 hash_table_remove (parser->defines, "__VERSION__");
499 int v = hash_table_find (parser->defines, $2) ? 1 : 0;
503 int v = hash_table_find (parser->defines, $3) ? 1 : 0;
1127 parser->defines = hash_table_ctor (32, hash_table_string_hash,
1202 hash_table_dtor (parser->defines);
    [all...]
  /external/avahi/common/
python.m4 41 dnl function also defines PYTHON_INCLUDES
  /external/llvm/bindings/go/llvm/
bitreader.go 10 // This file defines bindings for the bitreader component.
support.go 10 // This file defines bindings for the support component.
transforms_ipo.go 10 // This file defines bindings for the ipo component.
  /external/skia/platform_tools/android/examples/hello_skia_app/jni/
Android.mk 34 # jnigraphics defines the function AndroidBitmap_lockPixels, which we need in order to draw into
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
textflag.go 5 // This file defines flags attached to various functions
funcdata.go 37 // This file defines the IDs for PCDATA and FUNCDATA instructions
39 // be written using #defines.
55 // defines the pointer map for the function's arguments.
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
textflag.go 7 // This file defines flags attached to various functions
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
textflag.go 5 // This file defines flags attached to various functions
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
textflag.go 7 // This file defines flags attached to various functions
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
labels.s 25 * #2, Included file also defines local label 'lab'
  /prebuilts/go/darwin-x86/src/text/template/
examplefiles_test.go 16 // templateFile defines the contents of a template to be stored in a file, for testing.
49 // T1.tmpl defines a template, T1 that invokes T2.
51 // T2.tmpl defines a template T2.
81 // T1.tmpl defines a template, T1 that invokes T2.
83 // T2.tmpl defines a template T2.
129 // T1.tmpl defines a template, T1 that invokes T2. Note T2 is not defined
  /prebuilts/go/linux-x86/src/text/template/
examplefiles_test.go 16 // templateFile defines the contents of a template to be stored in a file, for testing.
49 // T1.tmpl defines a template, T1 that invokes T2.
51 // T2.tmpl defines a template T2.
81 // T1.tmpl defines a template, T1 that invokes T2.
83 // T2.tmpl defines a template T2.
129 // T1.tmpl defines a template, T1 that invokes T2. Note T2 is not defined
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/
funcdata.go 40 // This file defines the IDs for PCDATA and FUNCDATA instructions
42 // be written using #defines.
58 // defines the pointer map for the function's arguments.
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/
funcdata.go 40 // This file defines the IDs for PCDATA and FUNCDATA instructions
42 // be written using #defines.
58 // defines the pointer map for the function's arguments.

Completed in 1517 milliseconds

12 3 4 5 6 7 8 91011>>