HomeSort by relevance Sort by last modified time
    Searched refs:CANARY (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/native_client_sdk/src/build_tools/tests/
update_nacl_manifest_test.py 42 CANARY = 'canary'
279 BCANARY_NONE = MakePepperBundle(0, stability=CANARY,
287 BBIONIC_NONE = MakePepperBundle(0, stability=CANARY,
434 for channel in STABLE, BETA, DEV, CANARY:
493 self._AssertUploadedManifestHasBundle(BTRUNK_140819_MLW, CANARY,
499 self.history.Add(OS_MW, CANARY, V21_0_1166_0)
523 for channel in STABLE, BETA, DEV, CANARY:
675 self.history.Add(OS_MW, CANARY, V37_0_2054_0)
681 self._AssertUploadedManifestHasBundle(BBIONIC_TRUNK_277776, CANARY,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
ralloc.c 52 #define CANARY 0x5A1106
56 /* A canary value used to determine whether a pointer is ralloc'd. */
57 unsigned canary; member in struct:ralloc_header
81 assert(info->canary == CANARY);
116 info->canary = CANARY;
  /external/mesa3d/src/glsl/
ralloc.c 52 #define CANARY 0x5A1106
56 /* A canary value used to determine whether a pointer is ralloc'd. */
57 unsigned canary; member in struct:ralloc_header
81 assert(info->canary == CANARY);
116 info->canary = CANARY;
  /external/chromium_org/native_client_sdk/src/build_tools/
update_nacl_manifest.py 42 CANARY = 'canary'
175 win,canary,20.0.1123.0,2012-05-01 13:59:31.703020\n
176 mac,canary,20.0.1123.0,2012-05-01 11:54:13.041875\n
396 """Returns the most recent version of a canary pepper bundle that exists on
399 Canary is special-cased because we don't care about its major version; we
400 always use the most recent canary, regardless of major version.
404 "trunk.123456". The channel is always 'canary'. |archives| is a list of
456 'canary'). |archives| is a list of archive URLs."""
580 yield version, 'canary'
    [all...]

Completed in 1685 milliseconds