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

1 2 3 4

  /external/chromium_org/chrome/browser/prefs/
pref_hash_calculator_unittest.cc 169 base::DictionaryValue everything; local
170 everything.Set("null", null_value.release());
171 everything.Set("bool", bool_value.release());
172 everything.Set("int", int_value.release());
173 everything.Set("double", double_value.release());
174 everything.Set("string", string_value.release());
175 everything.Set("list", list_value.release());
176 everything.Set("dict", dict_value.release());
181 "pref.path", &everything, kExpectedEverythingValue));
  /external/chromium_org/net/data/proxy_resolver_v8_tracing_unittest/
dns.js 23 // Stringize everything.
  /external/chromium_org/third_party/icu/source/test/perf/
Makefile.in 27 .PHONY : everything all all-local all-recursive install install-local \
36 everything: all-recursive all-local
39 @echo simply use \`make\' \(or \`make everything\'\) to do all
49 check: everything check-recursive check-local
52 xperf: everything
  /external/chromium_org/third_party/icu/source/test/testdata/
tstfiles.mk 6 # Not everything has been moved to this file yet, as this is a new facility.
  /external/chromium_org/third_party/skia/
Makefile 6 # # Clean everything
46 everything \
74 # If user requests "make all", chain to our explicitly-declared "everything"
78 all: everything
  /external/icu/icu4c/source/test/perf/
Makefile.in 27 .PHONY : everything all all-local all-recursive install install-local \
36 everything: all-recursive all-local
39 @echo simply use \`make\' \(or \`make everything\'\) to do all
49 check: everything check-recursive check-local
52 xperf: everything
  /external/icu/icu4c/source/test/testdata/
tstfiles.mk 6 # Not everything has been moved to this file yet, as this is a new facility.
  /external/chromium_org/third_party/icu/source/test/
Makefile.in 28 .PHONY : everything all all-local all-recursive install install-local \
38 everything: all-recursive all-local
41 @echo simply use \`make\' \(or \`make everything\'\) to do all
52 check: everything check-recursive check-local
55 xcheck: everything xcheck-recursive xcheck-local
57 check-exhaustive: everything check-exhaustive-recursive check-local
  /external/icu/icu4c/source/test/
Makefile.in 29 .PHONY : everything all all-local all-recursive install install-local \
39 everything: all-recursive all-local
42 @echo simply use \`make\' \(or \`make everything\'\) to do all
53 check: everything check-recursive check-local
56 xcheck: everything xcheck-recursive xcheck-local
58 check-exhaustive: everything check-exhaustive-recursive check-local
  /external/chromium_org/third_party/sqlite/src/tool/
speedtest2.tcl 133 runtest {DELETE everything}
150 runtest {DELETE everything}
167 runtest {DELETE everything}
184 runtest {DELETE everything}
201 runtest {DELETE everything}
  /external/libpng/scripts/
options.awk 24 # everything=off Causes all options to be disabled by default
25 # everything=on Causes all options to be enabled by default
63 everything="" # do not override defaults
142 $0 ~ /^[ ]*everything[ =]*off[ ]*$/{
143 everything = "off"
146 $0 ~ /^[ ]*everything[ =]*on[ ]*$/{
147 everything = "on"
530 if (everything != "") {
531 print "everything =", everything >ou
    [all...]
  /build/core/combo/arch/x86/
x86.mk 19 # everything properly.
  /external/chromium_org/chrome/common/extensions/docs/server2/
instance_servlet.py 27 cronjobs don't manage to catch everything - uhoh. On the other hand, we'll
  /build/core/
dpi_specific_apk.mk 12 # Clear PRIVATE_PRODUCT_AAPT_CONFIG to include everything by default.
  /development/tools/findunused/
findunusedresources 62 find $resources $sources $app/AndroidManifest.xml -type f -print |xargs cat | tr -d '\n ' > /tmp/everything$$
71 echo $i $(grep -cw R\\..*\\.$i\\\|@style/$p\\\|@drawable/$p\\\|@anim/$p\\\|@color/$p\\\|@xml/$p\\\|@layout/$p\\\|@menu/$p\\\|@+id/$p\\\|@array/$p\\\|@string/$p\\\|@mipmap/$p\\\|@integer/$p\\\|@dimen/$p\\\|\[a-z\]\*:$p\\\|enumname=\"$p\\\|\<item\>$p\< < /tmp/everything$$)
86 rm /tmp/everything$$
  /external/chromium_org/third_party/mesa/src/src/mesa/main/tests/
enum_strings.cpp 47 extern const struct enum_info everything[];
52 for (unsigned i = 0; everything[i].name != NULL; i++) {
53 EXPECT_STREQ(everything[i].name,
54 _mesa_lookup_enum_by_nr(everything[i].value));
60 for (unsigned i = 0; everything[i].name != NULL; i++) {
61 EXPECT_EQ(everything[i].value,
62 _mesa_lookup_enum_by_name(everything[i].name));
86 const struct enum_info everything[] = { variable in typeref:struct:enum_info
    [all...]
  /external/mesa3d/src/mesa/main/tests/
enum_strings.cpp 47 extern const struct enum_info everything[];
52 for (unsigned i = 0; everything[i].name != NULL; i++) {
53 EXPECT_STREQ(everything[i].name,
54 _mesa_lookup_enum_by_nr(everything[i].value));
60 for (unsigned i = 0; everything[i].name != NULL; i++) {
61 EXPECT_EQ(everything[i].value,
62 _mesa_lookup_enum_by_name(everything[i].name));
86 const struct enum_info everything[] = { variable in typeref:struct:enum_info
    [all...]
  /external/chromium_org/net/disk_cache/blockfile/
entry_impl_v3.h 131 // Deletes this entry from disk. If |everything| is false, only the user data
133 void DeleteEntryData(bool everything);
entry_impl.h 77 // Deletes this entry from disk. If |everything| is false, only the user data
79 void DeleteEntryData(bool everything);
112 // Returns true if this entry is so meesed up that not everything is going to
  /external/chromium_org/chrome/browser/ui/webui/
sync_setup_browsertest.js 79 var okButton = $('confirm-everything-ok');
  /external/chromium_org/chrome/browser/resources/
sync_setup_overlay.js 66 // True if the synced account uses 'encrypt everything'.
79 // the "Sync everything" menu-item is selected, and unchecked and disabled
129 $('confirm-everything-cancel').onclick =
134 $('confirm-everything-ok').onclick = function() {
200 * "Sync everything" is selected, and unchecked when "Sync nothing" is
227 * everything", "Choose what to sync", or "Sync nothing" are selected in the
498 // "Sync everything": Show encryption and passphrase sections, and disable
532 // Determine whether to display the 'OK, sync everything' confirmation
570 // Reset the selection to 'Sync everything'.
573 // The default state is to sync everything
    [all...]
  /external/chromium_org/native_client_sdk/src/tools/
host_vc.mk 14 # We use the C++ compiler for everything and then use the -Wl,-as-needed flag
  /external/mockito/
Android.mk 41 # everything needed to run Mockito tests.
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
ssim_opt_x86_64.asm 59 ; ( calling app will initialize to 0 ) could easily fit everything in sse2
149 ; ( calling app will initialize to 0 ) could easily fit everything in sse2
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
vp9_ssim_opt_x86_64.asm 59 ; ( calling app will initialize to 0 ) could easily fit everything in sse2
149 ; ( calling app will initialize to 0 ) could easily fit everything in sse2

Completed in 1939 milliseconds

1 2 3 4