/system/media/camera/docs/ |
CameraMetadataKeys.mako | 69 public static final Key<${jtype_boxed(entry)}> ${entry.name | jkey_identifier} = 73 ## Generate a list of only Static, Controls, or Dynamic properties. 96 ## Static properties only 97 ##${single_kind_keys('CameraCharacteristicsKeys', 'static')}
|
/external/valgrind/main/none/tests/amd64/ |
gen_insn_test.pl | 156 static sigjmp_buf catchpoint; 158 static void handle_sigill(int signum) 164 static int eq_float(float f1, float f2) 171 static int eq_double(double d1, double d2) 214 print qq|static void $test(void)\n|;
|
/external/valgrind/main/none/tests/x86/ |
gen_insn_test.pl | 136 static sigjmp_buf catchpoint; 138 static void handle_sigill(int signum) 144 static int eq_float(float f1, float f2) 150 static int eq_double(double d1, double d2) 192 print qq|static void $test(void)\n|;
|
/sdk/emulator/opengl/ |
common.mk | 18 # $(call emugl-begin-static-library,<name>) 23 emugl-begin-host-static-library = $(call emugl-begin-module,$1,HOST_STATIC_LIBRARY,HOST) 27 emugl-begin-host64-static-library = $(call emugl-begin-module64,$1,HOST_STATIC_LIBRARY,HOST) 76 # $(call emugl-begin-static-library,foo) 87 # Here, we define a static library named 'foo' which exports an include
|
/external/chromium_org/v8/test/mjsunit/ |
unicode-test.js | [all...] |
/build/core/combo/ |
HOST_darwin-x86.mk | 25 $(combo_2nd_arch_prefix)HOST_GLOBAL_LDFLAGS += -static
|
/external/bison/build-aux/ |
compile | 150 -static)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
logtesting.py | 105 instead be created using the static setUp() method.
|
/external/chromium_org/third_party/opus/src/ |
compile | 183 -static)
|
/external/chromium_org/third_party/re2/ |
Makefile | 217 test: $(DTESTS) $(TESTS) $(STESTS) debug-test static-test shared-test 225 static-test: $(TESTS) 227 @echo Running static binary tests. 240 static-bigtest: $(TESTS) $(BIGTESTS)
|
/external/iproute2/ |
configure | 37 static struct xtables_globals test_globals = {
|
/external/libcap-ng/libcap-ng-0.7/ |
compile | 150 -static)
|
/external/libopus/ |
compile | 183 -static)
|
/external/llvm/tools/llvm-shlib/ |
Makefile | 26 # It is needed to force static-stdc++.a linked. 104 $(Echo) Linking all libs together for static libstdc++.a
|
/external/qemu/scripts/ |
qapi.py | 229 'short', 'signed', 'sizeof', 'static', 'struct', 'switch',
|
/external/regex-re2/ |
Makefile | 217 test: $(DTESTS) $(TESTS) $(STESTS) debug-test static-test shared-test 225 static-test: $(TESTS) 227 @echo Running static binary tests. 240 static-bigtest: $(TESTS) $(BIGTESTS)
|
/external/stlport/ |
configure.bat | 59 if "%1" == "--with-static-rtl" goto opt_srtl 61 if "%1" == "--rtl-static" goto opt_srtl 139 echo "--with-static-rtl" 141 echo Enables usage of static (libc.lib family) or dynamic (msvcrt.lib family) 145 echo static C runtime use --with-static-rtl. See README.options for details. 149 echo "--with-static-rtl -> _STLP_USE_DYNAMIC_LIB" 496 echo Selecting static C runtime library for STLport
|
/bootable/recovery/updater/ |
Android.mk | 57 # any subsidiary static libraries required for your registered
|
/device/generic/goldfish/opengl/ |
Android.mk | 52 # System static libraries
|
/external/chromium_org/chrome/common/extensions/docs/examples/tutorials/getstarted/ |
popup.js | 73 ".static.flickr.com/" + photo.getAttribute("server") +
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
link_error_detector.py | 147 ('docs/static/', 'static/'),
|
/external/chromium_org/native_client_sdk/src/build_tools/ |
nacl-mono-runtime.sh | 183 --with-static-mono=no
|
/external/chromium_org/tools/deep_memory_profiler/visualizer/static/ |
dropdown-view.js | 105 view.css('position', 'static');
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
property-static.js | 30 // Test usage of static type information for loads that would otherwise
|
/external/chromium_org/v8/test/webkit/ |
dfg-double-vote-fuzz.js | 25 "This tests that the static analysis we use to infer if a variable should be a double doesn't crash."
|