HomeSort by relevance Sort by last modified time
    Searched full:forced (Results 1 - 25 of 1504) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/tests/build/project-properties/
BROKEN_BUILD 1 android-forced
  /art/test/401-optimizing-compiler/
expected.txt 5 Forced GC
7 Forced GC
9 Forced GC
10 Forced GC
11 Forced GC
12 Forced GC
13 Forced GC
14 Forced GC
  /external/chromium_org/build/
precompile.cc 6 // in this file as the PCH include is forced via the "Forced Include File"
  /external/chromium_org/chrome/browser/app_mode/
app_mode_utils.h 13 // Return true if browser process is run in kiosk or forced app mode.
16 // Return true if browser process is run in forced app mode.
  /external/clang/
host_shared_clang.mk 1 # Don't build the library unless forced to.
42 endif # don't build unless forced to
  /external/chromium_org/content/browser/indexed_db/
indexed_db_connection.cc 19 database_->Close(this, false /* forced */);
27 database_->Close(this, true /* forced */);
  /external/chromium_org/tools/perf/benchmarks/
silk_flags.py 10 """Enables flags needed for forced software rasterization."""
14 """Enables flags needed for forced GPU rasterization using Ganesh."""
  /cts/tools/dasm/src/java_cup/
internal_error.java 13 /** Method called to do a forced error exit on an internal error
  /external/chromium_org/third_party/WebKit/PerformanceTests/Parser/
html5-full-render.html 8 chunkSize: 500000 }); // 6.09mb / 500k = approx 13 chunks (thus 13 forced layouts/style resolves).
  /external/chromium_org/chrome/browser/prefs/
incognito_mode_prefs.cc 51 if (result == IncognitoModePrefs::FORCED)
52 LOG(ERROR) << "Ignoring FORCED incognito. Parental control logging on";
80 incognito_avail == IncognitoModePrefs::FORCED);
95 case IncognitoModePrefs::FORCED:
incognito_mode_prefs_unittest.cc 23 ASSERT_EQ(2, IncognitoModePrefs::FORCED);
31 EXPECT_EQ(IncognitoModePrefs::FORCED, incognito);
51 new base::FundamentalValue(IncognitoModePrefs::FORCED));
52 EXPECT_EQ(IncognitoModePrefs::FORCED,
  /external/chromium_org/chrome/browser/profiles/
incognito_mode_policy_handler_unittest.cc 76 SetPolicies(INCOGNITO_ENABLED_UNKNOWN, IncognitoModePrefs::FORCED);
77 VerifyValues(IncognitoModePrefs::FORCED);
98 SetPolicies(INCOGNITO_ENABLED_TRUE, IncognitoModePrefs::FORCED);
99 VerifyValues(IncognitoModePrefs::FORCED);
  /external/clang/test/CodeGenCXX/
member-data-pointers.cpp 10 void test_ptr() { (void) ptr; } // forced use
  /external/e2fsprogs/tests/f_summary_counts/
expect.1 1 test_filesys contains a file system with errors, check forced.
  /external/lldb/
Android.mk 33 endif # don't build LLDB unless forced to
host_shared_lldb.mk 1 # Don't build the library unless forced to.
80 endif # don't build unless forced to
  /external/chromium_org/chrome/browser/history/
top_sites_database_unittest.cc 361 // Add a new URL, not forced, rank = 1.
374 // Add a new URL, forced.
383 EXPECT_EQ(driveUrl, urls[0].url); // Forced URLs always appear first.
387 // Add a new URL, forced (earlier).
396 EXPECT_EQ(plusUrl, urls[0].url); // New forced URL should appear first.
401 // Change the last_forced_time of a forced URL.
409 EXPECT_EQ(plusUrl, urls[1].url); // Forced URL should have moved second.
413 // Change a non-forced URL to forced using UpdatePageRank.
421 EXPECT_EQ(mapsUrl, urls[1].url); // Maps moves to second forced URL
    [all...]
top_sites_cache.h 45 // Set the top sites. In |top_sites| all forced URLs must appear before
46 // non-forced URLs. This is only checked in debug.
83 // Returns the number of non-forced URLs in the cache.
86 // Returns the number of forced URLs in the cache.
127 // Count the number of forced URLs.
142 // The number of top sites with forced URLs.
145 // The top sites. This list must always contain the forced URLs first followed
146 // by the non-forced URLs. This is not strictly enforced but is checked in
top_sites_impl.h 109 // This treats forced URLs separately than non-forced URLs.
112 // "new" put in |added_urls|. The non-forced URLs that are in "old" but not
162 // Add all the forced URLs from |cache_| into |new_list|, making sure not to
163 // add any URL that's already in |new_list|'s non-forced URLs. The forced URLs
166 // after the call. If the list of forced URLs overflows the older ones are
167 // dropped. Returns the number of forced URLs after the merge.
171 // Also ensures we respect the maximum number of forced URLs and non-forced
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
welcome_handler_android.h 43 // Update the sync footer visibility. Set |forced| if you want to force to
46 void UpdateSyncFooterVisibility(bool forced);
  /external/chromium_org/ui/gl/
gpu_switching_manager.h 31 // If no GPU is forced, return the original GpuPreference; otherwise, return
32 // the forced GPU.
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cxxabi-forced.h 35 * @brief Thrown as part of forced unwinding.
39 * recognize forced unwinding.
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cxxabi-forced.h 35 * @brief Thrown as part of forced unwinding.
39 * recognize forced unwinding.
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cxxabi-forced.h 35 * @brief Thrown as part of forced unwinding.
39 * recognize forced unwinding.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cxxabi-forced.h 35 * @brief Thrown as part of forced unwinding.
39 * recognize forced unwinding.

Completed in 703 milliseconds

1 2 3 4 5 6 7 8 91011>>