HomeSort by relevance Sort by last modified time
    Searched refs:defines (Results 1 - 25 of 199) sorted by null

1 2 3 4 5 6 7 8

  /system/bt/build/secondary/third_party/googletest/
BUILD.gn 21 defines = [ "GTEST_HAS_RTTI=0" ]
26 defines = [ "UNIT_TEST" ]
  /system/bt/build/secondary/third_party/libchrome/
BUILD.gn 204 defines = [
  /external/v8/tools/
bash-completion.sh 38 local cur defines targets
40 defines=$(cat $v8_source/src/flag-definitions.h \
48 targets=$(echo "$defines" \
50 echo "$defines" \
  /ndk/tests/build/warn-bad-modules/jni/
Application.mk 3 # Android.mk only defines the 'foo' module.
  /system/bt/build/
BUILD.gn 64 defines = [
  /build/kati/testcase/
define.mk 12 # make 3.x defines "name =" for make 4.x example.
  /external/deqp/scripts/opengl/
gen_wrapper.py 41 defines = imap(commandAliasDefinition, iface.commands)
43 src = indentLines(chain(defines, prototypes))
  /external/icu/icu4c/source/test/testdata/
tstfiles.mk 3 # TEST_RES_SOURCE defines data driven tests and other resource files to be included with
  /external/skia/platform_tools/android/gyp_gen/
generate_user_config.py 21 // reference, followed by the actual defines set for Android.
32 target_dir, defines):
35 Android needs its #defines in its skia/include/core directory, so that other
38 appends the defines from ordered_set, which is expected to be a
39 vars_dict_lib.OrderedSet containing the defines. The result is written to
51 defines: Iterable of defines to be appended to SkUserConfig.
69 # defines written to the file below, either manually or generated from the
75 # Now add the defines specific to Android. Write a custom build guard to
77 dst.write('\n// Android defines:\n'
    [all...]
  /external/testng/src/main/java/org/testng/xml/
XmlGroups.java 26 public void setDefines(List<XmlDefine> defines) {
27 m_defines = defines;
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_solaris.h 9 /* system-dependent defines */
14 * See comments (and configuration defines) in the host.h
18 # error Uncomment one of the defines (__SunOS_5_x) in the file stlport/stl/config/host.h
63 * Attention! See comments (and configuration defines) in the host.h
  /ndk/sources/host-tools/make-3.81/
build.sh.in 49 defines="-DALIASPATH=\"${aliaspath}\" -DLOCALEDIR=\"${localedir}\" -DLIBDIR=\"${libdir}\" -DINCLUDEDIR=\"${includedir}\""' @DEFS@'
65 $CC $defines $CPPFLAGS $CFLAGS \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dcompiler.h 67 const D3D_SHADER_MACRO *defines, ID3DInclude *include, const char *entrypoint,
70 const D3D_SHADER_MACRO *defines, ID3DInclude *include, const char *entrypoint,
114 const D3D_SHADER_MACRO *defines, ID3DInclude *include,
117 const D3D_SHADER_MACRO *defines, ID3DInclude *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...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/config/
_solaris.h 9 /* system-dependent defines */
14 * See comments (and configuration defines) in the host.h
18 # error Uncomment one of the defines (__SunOS_5_x) in the file stlport/stl/config/host.h
63 * Attention! See comments (and configuration defines) in the host.h
  /system/tpm/trunks/generator/
generator_test.py 123 """Test generation of preprocessor defines."""
193 types, constants, structs, defines, typemap = parser.Parse()
197 self.assertIsNotNone(defines)
206 types, constants, structs, defines, typemap = parser.Parse()
211 self.assertGreaterEqual(len(defines), 1)
227 self.assertEqual(defines[0].name, 'define_name')
228 self.assertEqual(defines[0].value, 'define_value')
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...]
  /external/libopus/
Makefile.unix 42 cppflags-from-defines = $(addprefix -D,$(1))
63 CFLAGS += $(call cppflags-from-defines,$(CDEFINES))
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/discovery/
NdkDiscoveredPathInfo.java 174 Map<String, String> defines = new HashMap<String, String>(); local
188 defines.put(line.substring(2), ""); //$NON-NLS-1$
190 defines.put(line.substring(2, n), line.substring(n + 1));
198 mSymbols = defines;
  /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" \
  /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/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
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
labels.s 25 * #2, Included file also defines local label 'lab'

Completed in 676 milliseconds

1 2 3 4 5 6 7 8