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

1 2 3

  /external/chromium_org/sync/internal_api/public/base/
ordinal_unittest.cc 86 // Create Ordinals that satisfy all but one criterion for validity.
111 // Create Ordinals that satisfy all criteria for validity.
119 // Create Ordinals from CreateInitialOrdinal. They should be valid
142 // Create three Ordinals in order. LessThan should return values
162 // Create two single-digit ordinals with byte values 0 and 255. The
172 // Create three Ordinals in order. GreaterThan should return values
192 // Create two valid Ordinals. Equals should return true only when
205 // Create some valid ordinals from some byte strings.
223 // Create some invalid/valid ordinals. ToDebugString() should always
238 // Create three Ordinals in order. LessThanFn should return value
367 std::vector<LongOrdinal> ordinals = sorted_ordinals; local
    [all...]
node_ordinal_unittest.cc 44 // Convert each test value to an ordinal. All ordinals should be
53 // Convert each test value to an ordinal. All ordinals should have
97 NodeOrdinal ordinals[kNumTestValues]; local
102 ordinals[i] = Int64ToNodeOrdinal(kTestValues[i]);
109 IndexedLessThan<NodeOrdinal, NodeOrdinal::LessThanFn>(ordinals));
unique_position.h 37 // practice, however, most ordinals should be not much longer than the suffix.
113 // |before| and after must be a trailing substrings of valid ordinals.
  /external/chromium_org/chrome/browser/extensions/
extension_sorting.h 39 // This ensures that the extension has valid ordinals, and if it doesn't then
54 // New Tab Page (Note that you can compare app launch ordinals only if the
129 // Maps an app id to its ordinals.
148 // Initialize the |page_ordinal_map_| with the page ordinals used by the
179 // Creates the default ordinals.
182 // Gets the default ordinals for |extension_id|. Returns false if no default
183 // ordinals for |extension_id| is defined. Otherwise, returns true and
184 // ordinals is updated with corresponding ordinals.
202 // A map of all the StringOrdinal page ordinals mapping to the collections o
    [all...]
app_sync_data.h 47 // These ordinals aren't necessarily valid. Some applications don't have
48 // valid ordinals because they don't appear on the new tab page.
app_sync_data_unittest.cc 89 // Set the ordinals as invalid.
  /external/chromium_org/build/linux/unbundle/
flac.gyp 20 'FLAC/ordinals.h',
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
FindNotificationDetails.java 24 * has been removed from DOM by the time the active ordinals are processed.
  /external/chromium_org/chrome/browser/chromeos/extensions/
default_app_order.h 21 // might need to access the ordinals data.
default_app_order.cc 37 LOG(WARNING) << "Unable to deserialize default app ordinals json data:"
  /external/flac/libFLAC/include/private/
md5.h 29 #include "FLAC/ordinals.h"
bitmath.h 35 #include "FLAC/ordinals.h"
cpu.h 35 #include "FLAC/ordinals.h"
crc.h 35 #include "FLAC/ordinals.h"
memory.h 42 #include "FLAC/ordinals.h" /* for FLAC__bool */
ogg_decoder_aspect.h 37 #include "FLAC/ordinals.h"
ogg_encoder_aspect.h 37 #include "FLAC/ordinals.h"
ogg_mapping.h 35 #include "FLAC/ordinals.h"
bitreader.h 36 #include "FLAC/ordinals.h"
bitwriter.h 36 #include "FLAC/ordinals.h"
  /external/chromium_org/android_webview/browser/
find_helper.cc 130 // WebView.FindListener active match ordinals are 0-based while WebKit sends
131 // 1-based ordinals. Still we can receive 0 ordinal in case of no results.
  /external/chromium_org/chrome/browser/sync/test/integration/
two_client_apps_sync_test.cc 67 // page ordinals should be identical.
115 // end up with all apps, and the app and page ordinals should be identical.
192 // ordinals.
323 // same app with identical app and page ordinals.
  /external/chromium/base/win/
pe_image.cc 230 PWORD ordinals = reinterpret_cast<PWORD>(
233 *ordinal = ordinals[lower - names] + static_cast<WORD>(exports->Base);
271 PWORD ordinals = reinterpret_cast<PWORD>(RVAToAddr( local
283 if (ordinals[hint] == count) {
  /external/chromium_org/base/win/
pe_image.cc 231 PWORD ordinals = reinterpret_cast<PWORD>(
234 *ordinal = ordinals[lower - names] + static_cast<WORD>(exports->Base);
272 PWORD ordinals = reinterpret_cast<PWORD>(RVAToAddr( local
284 if (ordinals[hint] == count) {
  /external/chromium_org/chrome/browser/ui/app_list/
extension_app_item.h 51 // Update page and app launcher ordinals to put the app in between |prev| and

Completed in 770 milliseconds

1 2 3