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

  /external/libffi/testsuite/libffi.call/
float1.c 17 #define CANARY 0xba
42 /* Put a canary in the return array. This is a regression test for
44 memset(result[1].c, CANARY, sizeof (double));
52 /* Check the canary. */
54 CHECK(result[1].c[i] == CANARY);
float4.c 19 #define CANARY 0xba
44 /* Put a canary in the return array. This is a regression test for
46 memset(result[1].c, CANARY, sizeof (double));
56 /* Check the canary. */
58 CHECK(result[1].c[i] == CANARY);
  /external/chromium_org/native_client_sdk/src/build_tools/tests/
update_nacl_manifest_test.py 40 CANARY = 'canary'
106 if stability == CANARY:
248 BCANARY_NONE = MakePlatformBundle(0, stability=CANARY)
286 if stability == CANARY:
297 if stability == CANARY:
401 for channel in STABLE, BETA, DEV, CANARY:
460 self.history.Add(OS_MW, CANARY, V21_0_1145_0)
465 self._AssertUploadedManifestHasBundle(B21_0_1145_0_MLW, CANARY)
470 self.history.Add(OS_MW, CANARY, V21_0_1166_0
    [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'
130 win,canary,20.0.1123.0,2012-05-01 13:59:31.703020\n
131 mac,canary,20.0.1123.0,2012-05-01 11:54:13.041875\n
361 """Returns the most recent version of a canary pepper bundle that exists on
364 Canary is special-cased because we don't care about its major version; we
365 always use the most recent canary, regardless of major version.
369 "19.0.1084.41". The channel is always 'canary'. |archives| is a list of
371 # We don't ship canary on Linux, so it won't appear in self.history.
435 'canary'). |archives| is a list of archive URLs.""
    [all...]

Completed in 8952 milliseconds