/external/clang/lib/Driver/ |
D | Action.cpp | 41 : Action(InputClass, _Type), Input(_Input) { in InputAction() 44 BindArchAction::BindArchAction(Action *Input, const char *_ArchName) in BindArchAction() argument 45 : Action(BindArchClass, Input, Input->getType()), ArchName(_ArchName) { in BindArchAction() 48 JobAction::JobAction(ActionClass Kind, Action *Input, types::ID Type) in JobAction() argument 49 : Action(Kind, Input, Type) { in JobAction() 56 PreprocessJobAction::PreprocessJobAction(Action *Input, types::ID OutputType) in PreprocessJobAction() argument 57 : JobAction(PreprocessJobClass, Input, OutputType) { in PreprocessJobAction() 60 PrecompileJobAction::PrecompileJobAction(Action *Input, types::ID OutputType) in PrecompileJobAction() argument 61 : JobAction(PrecompileJobClass, Input, OutputType) { in PrecompileJobAction() 64 AnalyzeJobAction::AnalyzeJobAction(Action *Input, types::ID OutputType) in AnalyzeJobAction() argument [all …]
|
D | Driver.cpp | 934 Action *Input) const { in ConstructPhaseAction() 945 OutputTy = types::getPreprocessedType(Input->getType()); in ConstructPhaseAction() 949 return new PreprocessJobAction(Input, OutputTy); in ConstructPhaseAction() 952 return new PrecompileJobAction(Input, types::TY_PCH); in ConstructPhaseAction() 955 return new CompileJobAction(Input, types::TY_Nothing); in ConstructPhaseAction() 957 return new CompileJobAction(Input, types::TY_RewrittenObjC); in ConstructPhaseAction() 959 return new AnalyzeJobAction(Input, types::TY_Plist); in ConstructPhaseAction() 961 return new CompileJobAction(Input, types::TY_AST); in ConstructPhaseAction() 965 return new CompileJobAction(Input, Output); in ConstructPhaseAction() 967 return new CompileJobAction(Input, types::TY_PP_Asm); in ConstructPhaseAction() [all …]
|
/external/llvm/test/Scripts/ |
D | coff-dump.py | 235 Input = None variable 268 return struct.unpack(format, Input.read(struct.calcsize(format))) 273 char = Input.read(1) 282 Stack [0:0] = [Input.tell()] 284 Input.seek(seek_to) 288 Input.seek(Stack[0]) 295 data = Input.read(16) 298 data = Input.read(size) 514 end_of_array = Input.tell() + value 516 prev_loc = Input.tell() [all …]
|
/external/clang/include/clang/Driver/ |
D | Action.h | 69 Action(ActionClass _Kind, Action *Input, types::ID _Type) in Action() argument 70 : Kind(_Kind), Type(_Type), Inputs(&Input, &Input + 1), OwnsInputs(true) {} in Action() 98 const Arg &Input; variable 102 const Arg &getInputArg() const { return Input; } in getInputArg() 116 BindArchAction(Action *Input, const char *_ArchName); 128 JobAction(ActionClass Kind, Action *Input, types::ID Type); 141 PreprocessJobAction(Action *Input, types::ID OutputType); 151 PrecompileJobAction(Action *Input, types::ID OutputType); 161 AnalyzeJobAction(Action *Input, types::ID OutputType); 171 CompileJobAction(Action *Input, types::ID OutputType); [all …]
|
/external/oprofile/libutil++/tests/ |
D | file_manip_tests.cpp | 22 template <typename Input, typename Output> 24 Input input; 29 template <typename Input, typename Output, typename Result> 30 static void check_result(char const * fct_name, Input const & input, in check_result() 42 template <typename Input, typename Output, typename Result> 43 static void check_result(char const * fct_name, Input const & input1, in check_result() 44 Input input2, Output const & output, Result const & result) in check_result()
|
D | string_manip_tests.cpp | 22 template <typename Input, typename Output> 24 Input input; 29 template <typename Input, typename Output, typename Result> 30 static void check_result(char const * fct_name, Input const & input, in check_result()
|
/external/bluetooth/bluez/doc/ |
D | input-api.txt | 1 BlueZ D-Bus Input API description 7 Input hierarchy 11 Interface org.bluez.Input
|
/external/v8/src/ |
D | unicode.h | 177 template <class Reader, class Input = Reader*, unsigned kSize = 256> 181 inline void Reset(Input input); 183 inline void Reset(unsigned position, Input input); 186 explicit InputBuffer(Input input) { Reset(input); } in InputBuffer() 193 Input input_;
|
D | liveedit.h | 148 class Input { 155 virtual ~Input() {} in ~Input() 170 static void CalculateDifference(Input* input,
|
/external/icu4c/test/testdata/ |
D | casing.txt | 22 Headers { "Input", "Output", "Locale" } 30 Headers { "Input", "Output", "Locale" } 38 Headers { "Input", "Output", "Locale", "Type", "Options" } 63 Headers { "Input", "Output", "Options" }
|
/external/llvm/lib/CodeGen/ |
D | UnreachableBlockElim.cpp | 191 unsigned Input = phi->getOperand(1).getReg(); in runOnMachineFunction() local 199 if (Input != Output) { in runOnMachineFunction() 201 MRI.constrainRegClass(Input, MRI.getRegClass(Output)); in runOnMachineFunction() 202 MRI.replaceRegWith(Output, Input); in runOnMachineFunction()
|
/external/astl/tests/ |
D | test_iterator.cpp | 38 struct Input { struct 105 EXPECT_TRUE(category(android::iterator_category(Input())) == INPUT); in testCategory()
|
/external/harfbuzz/src/ |
D | harfbuzz-gsub-private.h | 174 HB_UShort* Input; /* array of input glyph IDs */ member 279 HB_UShort* Input; /* array of input glyph IDs */ member 320 HB_UShort* Input; /* array of context classes */ member
|
D | harfbuzz-gpos-private.h | 442 HB_UShort* Input; /* array of input glyph IDs */ member 541 HB_UShort* Input; /* array of input glyph IDs */ member 582 HB_UShort* Input; /* array of context classes */ member
|
D | harfbuzz-gsub.c | 1151 sr->Input = NULL; in Load_SubRule() 1155 if ( ALLOC_ARRAY( sr->Input, count, HB_UShort ) ) in Load_SubRule() 1158 i = sr->Input; in Load_SubRule() 1202 FREE( sr->Input ); in Free_SubRule() 1851 if ( IN_GLYPH( j ) != sr[k].Input[i - 1] ) in Lookup_ContextSubst1() 2096 csr->Input = NULL; in Load_ChainSubRule() 2100 if ( ALLOC_ARRAY( csr->Input, count, HB_UShort ) ) in Load_ChainSubRule() 2103 i = csr->Input; in Load_ChainSubRule() 2185 FREE( csr->Input ); in Free_ChainSubRule() 2415 cscr->Input = NULL; in Load_ChainSubClassRule() [all …]
|
/external/webrtc/src/modules/audio_processing/agc/main/matlab/ |
D | getGains.m | 30 subplot(121); plot(in, out); axis([-60, 0, -5, 30]); grid on; xlabel('Input (dB)'); ylabel('Gain (d… 31 subplot(122); plot(in, in+out); axis([-60, 0, -60, 10]); grid on; xlabel('Input (dB)'); ylabel('Out…
|
/external/chromium/chrome/browser/extensions/ |
D | extension_input_apitest.cc | 9 IN_PROC_BROWSER_TEST_F(ExtensionApiTest, Input) { in IN_PROC_BROWSER_TEST_F() argument
|
/external/chromium/chrome/browser/chromeos/ |
D | proxy_config_service_impl_unittest.cc | 26 struct Input { // Fields of chromeos::ProxyConfigServiceImpl::ProxyConfig. struct 53 Input input; 283 const Input& input, ProxyConfigServiceImpl::ProxyConfig::Source source, in InitConfigWithTestInput() 313 void TestReadWriteAccessForMode(const Input& input, in TestReadWriteAccessForMode() 455 const Input& input = tests[i].input; in TEST_F()
|
/external/skia/src/animator/ |
D | SkDisplayInput.h | 25 DECLARE_MEMBER_INFO(Input);
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 2927 tok::TokenKind Kind, Expr *Input) { in ActOnPostfixUnaryOp() argument 2935 return BuildUnaryOp(S, OpLoc, Opc, Input); in ActOnPostfixUnaryOp() 7799 ExprResult Input = Owned(InputExpr); in CreateBuiltinUnaryOp() local 7808 resultType = CheckIncrementDecrementOperand(*this, Input.get(), VK, OpLoc, in CreateBuiltinUnaryOp() 7815 resultType = CheckAddressOfOperand(*this, Input.get(), OpLoc); in CreateBuiltinUnaryOp() 7818 ExprResult resolved = CheckPlaceholderExpr(Input.get()); in CreateBuiltinUnaryOp() 7820 Input = move(resolved); in CreateBuiltinUnaryOp() 7821 Input = DefaultFunctionArrayLvalueConversion(Input.take()); in CreateBuiltinUnaryOp() 7822 resultType = CheckIndirectionOperand(*this, Input.get(), VK, OpLoc); in CreateBuiltinUnaryOp() 7827 Input = UsualUnaryConversions(Input.take()); in CreateBuiltinUnaryOp() [all …]
|
/external/ppp/pppd/plugins/radius/etc/ |
D | dictionary.merit | 13 ATTRIBUTE Acct-Input-Packets 47 integer
|
D | dictionary | 77 ATTRIBUTE Acct-Input-Octets 42 integer 82 ATTRIBUTE Acct-Input-Packets 47 integer 248 VALUE Octets-Direction Input 1
|
/external/chromium/third_party/libjingle/source/talk/examples/call/ |
D | call_main.cc | 64 void Input(const char * data, int len) { in Input() function in DebugLog 378 pump.client()->SignalLogInput.connect(&debug_log_, &DebugLog::Input); in main()
|
/external/openssl/crypto/rc4/ |
D | rrc4.doc | 144 Input: 0x01 0x23 0x45 0x67 0x89 0xab 0xcd 0xef 149 Input: 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 154 Input: 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 159 Input: 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 164 Input: 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 2786 int Input = 0; in visitShuffleVector() local 2791 Input = 1; in visitShuffleVector() 2794 if (Idx > MaxRange[Input]) in visitShuffleVector() 2795 MaxRange[Input] = Idx; in visitShuffleVector() 2796 if (Idx < MinRange[Input]) in visitShuffleVector() 2797 MinRange[Input] = Idx; in visitShuffleVector() 2805 for (int Input=0; Input < 2; ++Input) { in visitShuffleVector() local 2806 if (MinRange[Input] == (int)(SrcNumElts+1) && MaxRange[Input] == -1) { in visitShuffleVector() 2807 RangeUse[Input] = 0; // Unused in visitShuffleVector() 2808 StartIdx[Input] = 0; in visitShuffleVector() [all …]
|