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

1 2 3 4

  /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.
117 // |before| and after must be a trailing substrings of valid ordinals.
  /external/chromium_org/chrome/browser/extensions/
chrome_app_sorting.h 91 // Maps an app id to its ordinals.
110 // Initialize the |page_ordinal_map_| with the page ordinals used by the
141 // Creates the default ordinals.
144 // Gets the default ordinals for |extension_id|. Returns false if no default
145 // ordinals for |extension_id| is defined. Otherwise, returns true and
146 // ordinals is updated with corresponding ordinals.
164 // A map of all the StringOrdinal page ordinals mapping to the collections of
165 // app launch ordinals that exist on that page. This is used for mapping
168 // ordinals). The possiblity of collisions means that a multimap must be use
    [all...]
app_sync_data.h 50 // These ordinals aren't necessarily valid. Some applications don't have
51 // valid ordinals because they don't appear on the new tab page.
app_sync_data_unittest.cc 85 // Set the ordinals as invalid.
  /external/freetype/src/autofit/
afcover.h 66 COVERAGE( ordinals, ORDINALS,
67 "ordinals",
afstyles.h 59 "ordinals", \
60 ORDINALS ) \
  /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/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"
  /external/chromium_org/android_webview/browser/
find_helper.cc 125 // WebView.FindListener active match ordinals are 0-based while WebKit sends
126 // 1-based ordinals. Still we can receive 0 ordinal in case of no results.
  /external/chromium_org/chrome/browser/chromeos/extensions/
default_app_order.h 21 // might need to access the ordinals data.
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_app_list_helper.h 47 // Copies ordinals for item matching |id| from |profile1| to test_->verifier.
two_client_apps_sync_test.cc 91 // page ordinals should be identical.
134 // end up with all apps, and the app and page ordinals should be identical.
196 // ordinals.
  /external/chromium_org/build/secondary/third_party/flac/
BUILD.gn 17 "include/FLAC/ordinals.h",
  /external/chromium_org/extensions/browser/
null_app_sorting.cc 11 // Ordinals for a single app on a single page.
app_sorting.h 42 // This ensures that the extension has valid ordinals, and if it doesn't then
58 // New Tab Page (Note that you can compare app launch ordinals only if the

Completed in 304 milliseconds

1 2 3 4