HomeSort by relevance Sort by last modified time
    Searched refs:push (Results 1 - 25 of 1668) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Preprocessor/
_Pragma-location.c 3 #define push _Pragma ("pack(push)") macro
4 push
  /external/clang/test/Parser/
pragma-visibility2.c 5 #define push(foo) push(default) macro
6 #pragma GCC visibility push(hidden)
16 _Pragma("GCC visibility push(hidden)");
pragma-pack.c 11 #pragma pack(push)
14 /* expected-warning {{expected integer or identifier in '#pragma pack'}}*/ #pragma pack(push,)
15 /* expected-warning {{expected integer or identifier in '#pragma pack'}}*/ #pragma pack(push,)
18 #pragma pack(push,i)
19 /* expected-warning {{expected integer or identifier in '#pragma pack'}}*/ #pragma pack(push,i,
20 /* expected-warning {{expected integer or identifier in '#pragma pack'}}*/ #pragma pack(push,i,)
21 /* expected-warning {{expected integer or identifier in '#pragma pack'}}*/ #pragma pack(push,i,help)
23 #pragma pack(push,8)
24 /* expected-warning {{missing ')' after '#pragma pack'}}*/ #pragma pack(push,8,
25 /* expected-warning {{missing ')' after '#pragma pack'}}*/ #pragma pack(push,8,)
    [all...]
pragma-visibility.c 5 #pragma GCC visibility push // expected-warning{{missing '(' after '#pragma visibility'}}
6 #pragma GCC visibility push( // expected-warning{{expected identifier in '#pragma visibility' - ignored}}
7 #pragma GCC visibility push(hidden // expected-warning{{missing ')' after '#pragma visibility' - ignoring}}
8 #pragma GCC visibility push(hidden)
  /external/skia/tests/
ToUnicode.cpp 39 glyphToUnicode.push(0); // 0
40 glyphToUnicode.push(0); // 1
41 glyphToUnicode.push(0); // 2
42 glyphsInSubset.push(3);
43 glyphToUnicode.push(0x20); // 3
44 glyphsInSubset.push(4);
45 glyphToUnicode.push(0x25); // 4
46 glyphsInSubset.push(5);
47 glyphToUnicode.push(0x27); // 5
48 glyphsInSubset.push(6)
    [all...]
  /external/clang/test/Sema/
pragma-pack-apple.c 4 #pragma pack(push,1)
pragma-pack-3.c 5 #pragma pack(push, 1)
8 #pragma pack(push, 4)
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorJS.pm 145 push(@GenerateEventListenerImpl, <<END);
151 push(@GenerateEventListenerImpl, " ");
154 push(@GenerateEventListenerImpl, " imp->set$implSetterFunctionName(createJSAttributeEventListener(exec, value, $wrapperObject));\n");
172 push(@GenerateEventListenerImpl, <<END);
179 push(@GenerateEventListenerImpl, <<END);
306 push(@headerContent, "typedef JSC::$jscType $type;\n\n");
315 push(@headerContent, "class $implClassName;\n\n");
389 push(@getOwnPropertySlotImpl, " ${namespaceMaybe}JSValue proto = prototype();\n");
390 push(@getOwnPropertySlotImpl, " if (proto.isObject() && static_cast<${namespaceMaybe}JSObject*>(asObject(proto))->hasProperty(exec, propertyName))\n");
391 push(@getOwnPropertySlotImpl, " return false;\n\n")
    [all...]
CodeGeneratorCPP.pm 363 push(@headerContentHeader, "\n#ifndef $className" . "_h");
364 push(@headerContentHeader, "\n#define $className" . "_h\n\n");
367 push(@headerContentHeader, "#if ${conditionalString}\n\n") if $conditionalString;
375 push(@headerContentHeader, "#include <$include>\n");
378 push(@headerContent, "class $className");
379 push(@headerContent, " : public $parentName") if $parentName;
380 push(@headerContent, " {\n");
381 push(@headerContent, "public:\n");
384 push(@headerContent, " $className();\n");
385 push(@headerContent, " explicit $className($implClassNameWithNamespace*);\n")
    [all...]
  /external/v8/test/mjsunit/
array-push.js 34 assertEquals(0, a.push());
35 assertEquals([], a, "after .push()");
37 assertEquals(1, a.push(1), "length after .push(1)");
38 assertEquals([1], a, "after .push(1)");
40 assertEquals(3, a.push(2, 3), "length after .push(2, 3)");
41 assertEquals([1, 2, 3], a, "after .push(2, 3)");
43 assertEquals(6, a.push(4, 5, 6),
44 "length after .push(4, 5, 6)")
    [all...]
  /external/clang/test/Lexer/
pragma-operators.cpp 7 // CHECK: #pragma warning(push)
10 // CHECK: #pragma warning(push)
14 #define A(X) extern "C" { __pragma(warning(push)) \
18 #pragma warning(push)
  /external/valgrind/main/none/tests/x86/
pushpopseg.stdout.exp 1 sp change after push = -2
3 fs after push and pop = 0003
4 sp change after push = -4
6 fs after push and pop = 0003
  /external/clang/test/CodeGenCXX/
pr11797.cpp 4 #pragma GCC visibility push(default)
  /external/clang/test/CodeGen/
pragma-visibility.c 3 #pragma GCC visibility push(hidden)
12 #pragma GCC visibility push(hidden)
18 #pragma GCC visibility push(hidden)
  /external/clang/test/SemaCXX/
pragma-visibility.cpp 4 #pragma GCC visibility pop // expected-error{{#pragma visibility pop with no matching #pragma visibility push}}
9 #pragma GCC visibility push(protected) // expected-error{{#pragma visibility push with no matching #pragma visibility pop}}
12 #pragma GCC visibility pop // expected-error{{#pragma visibility pop with no matching #pragma visibility push}}
16 #pragma GCC visibility push(protected)
21 #pragma GCC visibility push(protected)
  /external/chromium/chrome/browser/resources/net_internals/
dataview.js 163 text.push('Data exported on: ' + (new Date()).toLocaleString());
164 text.push('');
165 text.push('Number of passively captured events: ' +
167 text.push('Number of actively captured events: ' +
169 text.push('');
171 text.push('Chrome version: ' + ClientInfo.version +
178 text.push('Platform: ' + platform[1]);
179 text.push('Command line: ' + ClientInfo.command_line);
181 text.push('');
183 text.push('Default address family: '
    [all...]
  /external/webkit/LayoutTests/fast/js/resources/
JSON-parse.js 4 result.push(function(jsonObject){
8 result.push(function(jsonObject){
12 result.push(function(jsonObject){
15 result.push(function(jsonObject){
18 result.push(function(jsonObject){
22 result.push(function(jsonObject){
26 result.push(function(jsonObject){
29 result.push(function(jsonObject){
33 result.push(function(jsonObject){
36 result.push(function(jsonObject)
    [all...]
  /external/stlport/test/unit/
queue_test.cpp 36 q.push(42);
37 q.push(101);
38 q.push(69);
52 q.push(42);
53 q.push(101);
54 q.push(69);
stack_test.cpp 36 s.push(42);
37 s.push(101);
38 s.push(69);
50 s.push(42);
51 s.push(101);
52 s.push(69);
  /ndk/tests/device/test-gnustl-full/unit/
queue_test.cpp 36 q.push(42);
37 q.push(101);
38 q.push(69);
52 q.push(42);
53 q.push(101);
54 q.push(69);
stack_test.cpp 36 s.push(42);
37 s.push(101);
38 s.push(69);
50 s.push(42);
51 s.push(101);
52 s.push(69);
  /ndk/tests/device/test-stlport/unit/
queue_test.cpp 36 q.push(42);
37 q.push(101);
38 q.push(69);
52 q.push(42);
53 q.push(101);
54 q.push(69);
stack_test.cpp 36 s.push(42);
37 s.push(101);
38 s.push(69);
50 s.push(42);
51 s.push(101);
52 s.push(69);
  /external/webkit/Source/WebCore/bindings/js/
JSHTMLElementCustom.cpp 41 scope = scope->push(asObject(toJS(exec, globalObject(), element->ownerDocument())));
45 scope = scope->push(asObject(toJS(exec, globalObject(), form)));
48 return scope->push(asObject(toJS(exec, globalObject(), element)));
  /external/webkit/Tools/Scripts/
run-webkit-tests 72 push(@ARGV, "--verbose");
77 push(@ARGV, "--results-directory");
79 push(@ARGV, sourceDir() . "/layout-test-results");

Completed in 1429 milliseconds

1 2 3 4 5 6 7 8 91011>>