/external/v8/src/ |
D | uri.js | 78 function URIEncodePair(cc1 , cc2, result, index) { argument 79 var u = ((cc1 >> 6) & 0xF) + 1; 80 var w = (cc1 >> 2) & 0xF; 81 var x = cc1 & 3; 187 var cc1 = uri.charCodeAt(k); 188 if (unescape(cc1)) { 189 result[index++] = cc1; 191 if (cc1 >= 0xDC00 && cc1 <= 0xDFFF) throw new $URIError("URI malformed"); 192 if (cc1 < 0xD800 || cc1 > 0xDBFF) { 193 index = URIEncodeSingle(cc1, result, index); [all …]
|
/external/clang/docs/ |
D | FAQ.rst | 11 I run ``clang -cc1 ...`` and get weird errors about missing headers 29 $ clang -cc1 hello.c 35 ``clang -cc1`` is the frontend, ``clang`` is the :doc:`driver 45 Users should not run ``clang -cc1`` directly, because ``-cc1`` options are not 48 If you want to use a frontend-only option ("a ``-cc1`` option"), for example 49 ``-ast-dump``, then you need to take the ``clang -cc1`` line generated by the 52 ``clang -cc1``.
|
D | PTHInternals.rst | 13 The Clang compiler frontend, ``clang -cc1``, supports three command line 16 To generate PTH files using ``clang -cc1``, use the option ``-emit-pth``: 20 $ clang -cc1 test.h -emit-pth -o test.h.pth 28 $ clang -cc1 -include-pth test.h.pth test.c -o test.s 33 for *any* source files that are used by ``clang -cc1`` to process a 40 $ clang -cc1 -emit-pth test.h -o test.h.pth 43 $ clang -cc1 test.c -o test -token-cache test.h.pth 109 of ``clang -cc1`` can share the same pages in memory from a 152 ``stat`` that ``clang -cc1`` uses to resolve which files are included
|
D | ClangPlugins.rst | 123 Note that those options must reach clang's cc1 process. There are two 126 * Directly call the parsing process by using the :option:`-cc1` option; this 130 * Use clang as usual, but prefix all arguments to the cc1 process with
|
D | IntroductionToTheClangAST.rst | 44 # Clang by default is a frontend for many tools; -cc1 tells it to directly 46 $ clang -cc1 -undef -ast-dump-xml test.cc
|
/external/clang/examples/PrintFunctionNames/ |
D | README.txt | 9 $ clang -cc1 -load ../../Debug+Asserts/lib/libPrintFunctionNames.so -plugin print-fns some-input-fi… 10 $ clang -cc1 -load ../../Debug+Asserts/lib/libPrintFunctionNames.so -plugin print-fns -plugin-arg-p… 11 $ clang -cc1 -load ../../Debug+Asserts/lib/libPrintFunctionNames.so -plugin print-fns -plugin-arg-p… 14 $ clang -cc1 -load ../../Debug+Asserts/lib/libPrintFunctionNames.dylib -plugin print-fns some-input… 15 $ clang -cc1 -load ../../Debug+Asserts/lib/libPrintFunctionNames.dylib -plugin print-fns -plugin-ar… 16 $ clang -cc1 -load ../../Debug+Asserts/lib/libPrintFunctionNames.dylib -plugin print-fns -plugin-ar…
|
/external/clang/test/Driver/ |
D | darwin-objc-defaults.m | 9 // CHECK-CHECK-I386_OSX10_5: "-cc1" 18 // CHECK-CHECK-I386_OSX10_6: "-cc1" 27 // CHECK-CHECK-I386_IPHONE3_0: "-cc1" 38 // CHECK-CHECK-X86_64_OSX10_5: "-cc1" 47 // CHECK-CHECK-X86_64_OSX10_6: "-cc1" 56 // CHECK-CHECK-X86_64_IPHONE3_0: "-cc1" 67 // CHECK-CHECK-ARMV7_OSX10_5: "-cc1" 76 // CHECK-CHECK-ARMV7_OSX10_6: "-cc1" 85 // CHECK-CHECK-ARMV7_IPHONE3_0: "-cc1"
|
D | darwin-objc-options.m | 7 // CHECK-CHECK-X86_64_ABI1: "-cc1" 16 // CHECK-CHECK-I386_ABI2: "-cc1" 27 // CHECK-CHECK-I386_IOS: "-cc1"
|
D | rewrite-objc.m | 3 // TEST0: clang{{.*}}" "-cc1"
|
D | rewrite-legacy-objc.m | 3 // TEST0: clang{{.*}}" "-cc1"
|
/external/v8/test/mjsunit/ |
D | uri.js | 33 var cc1 = 0x007D; variable 34 var s1 = String.fromCharCode(cc1); 67 assertEquals(cc1, decodeURI(encodeURI(s1)).charCodeAt(0));
|
/external/clang/test/CodeGenObjC/ |
D | externally-initialized-selectors.m | 1 // RUN: %clang_cc1 -cc1 -fobjc-runtime=macosx-fragile-10.5 -o - -emit-llvm %s | FileCheck %s 2 // RUN: %clang_cc1 -cc1 -o - -emit-llvm %s | FileCheck %s
|
/external/clang/test/CodeGenObjCXX/ |
D | externally-initialized-selectors.mm | 1 // RUN: %clang_cc1 -cc1 -fobjc-runtime=macosx-fragile-10.5 -o - -emit-llvm %s | FileCheck %s 2 // RUN: %clang_cc1 -cc1 -o - -emit-llvm %s | FileCheck %s
|
/external/libvpx/libvpx/vp8/encoder/ |
D | ssim.c | 67 const static int64_t cc1 = 26634; // (64^2*(.01*255)^2 variable 84 c1 = (cc1*count*count)>>12; in similarity() 122 c1 = cc1*16; in dssim()
|
/external/srec/srec/cfront/ |
D | sp_fft.c | 423 trigonomydata cc1, trigonomydata ss1, in comp_L_butterfly1() argument 475 complex_multiplier(cc1, -ss1, r2, -i2, data + k2, data + k2 + 1); in comp_L_butterfly1() 485 trigonomydata cc1, ss1, cc3, ss3; in do_fft1() local 524 cc1 = cos1[ii]; in do_fft1() 532 comp_L_butterfly1(j, n4, cc1, ss1, cc3, ss3, data + k0); in do_fft1()
|
/external/iproute2/lib/ |
D | utils.c | 722 size_t cc1; in getcmdline() local 724 if ((cc1 = getline(&line1, &len1, in)) < 0) { in getcmdline() 726 return cc1; in getcmdline() 743 cc += cc1 - 2; in getcmdline()
|
/external/clang/test/Rewriter/ |
D | rewrite-byref-vars.mm | 56 // $CLANG -cc1 -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 -x objective-c++ -f…
|
/external/clang/test/ |
D | lit.cfg | 189 config.substitutions.append( ('%clang_cc1', '%s -cc1 -internal-isystem %s' 207 (' clang -cc1 ', 208 """*** Do not use 'clang -cc1' in tests, use '%clang_cc1'. ***""") ) 210 (' %clang-cc1 ',
|
/external/libyuv/files/source/ |
D | compare.cc | 471 static const int64 cc1 = 26634; // (64^2*(.01*255)^2 variable 497 const int64 c1 = (cc1 * count * count) >> 12; in Ssim8x8_C()
|
/external/bzip2/ |
D | blocksort.c | 220 Int32 H, i, j, k, l, r, cc, cc1; in fallbackSort() local 302 cc1 = eclass[fmap[i]]; in fallbackSort() 303 if (cc != cc1) { SET_BH(i); cc = cc1; }; in fallbackSort()
|
/external/clang/lib/StaticAnalyzer/ |
D | README.txt | 108 $ clang -cc1 -help | grep analyze 122 $ clang -cc1 -help | grep cfg
|
/external/clang/ |
D | NOTES.txt | 16 $ clang -cc1 -token-cache /tmp/tokencache INPUTS/Cocoa_h.m
|
/external/valgrind/main/VEX/priv/ |
D | host_s390_isel.c | 572 HReg cc0, cc1, b2, b6, cc_vex; in convert_s390_fpcc_to_vex() local 578 cc1 = newVRegI(env); in convert_s390_fpcc_to_vex() 579 addInstr(env, s390_insn_move(4, cc1, cc_s390)); in convert_s390_fpcc_to_vex() 580 addInstr(env, s390_insn_alu(4, S390_ALU_RSH, cc1, s390_opnd_imm(1))); in convert_s390_fpcc_to_vex() 584 addInstr(env, s390_insn_alu(4, S390_ALU_AND, b2, s390_opnd_reg(cc1))); in convert_s390_fpcc_to_vex() 589 addInstr(env, s390_insn_alu(4, S390_ALU_SUB, b6, s390_opnd_reg(cc1))); in convert_s390_fpcc_to_vex()
|
/external/chromium/net/base/ |
D | cookie_monster.cc | 104 bool CookieSorter(CookieMonster::CanonicalCookie* cc1, in CookieSorter() argument 106 if (cc1->Path().length() == cc2->Path().length()) in CookieSorter() 107 return cc1->CreationDate() < cc2->CreationDate(); in CookieSorter() 108 return cc1->Path().length() > cc2->Path().length(); in CookieSorter()
|
/external/clang/include/clang/Driver/ |
D | CC1Options.td | 1 //===--- CC1Options.td - Options for clang -cc1 ---------------------------===// 10 // This file defines the options accepted by clang -cc1. 251 def cc1 : Flag<["-"], "cc1">;
|