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

1 2 3 4 5 6 7 8 91011>>

  /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" \
  /external/libyuv/files/third_party/gflags/
BUILD.gn 24 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/llvm/bindings/go/llvm/
version.go 10 // This file defines LLVM version information.
linker.go 10 // This file defines bindings for the linker component.
bitwriter.go 10 // This file defines bindings for the bitwriter component.
transforms_instrumentation.go 10 // This file defines bindings for the instrumentation component.
transforms_pmbuilder.go 10 // This file defines bindings for the PassManagerBuilder class.
  /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;
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug295.go 9 import . "testing" // defines file-level T
  /prebuilts/go/linux-x86/test/fixedbugs/
bug295.go 9 import . "testing" // defines file-level T
  /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,
  /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')
  /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;

Completed in 1005 milliseconds

1 2 3 4 5 6 7 8 91011>>