/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/ |
RShiftU64.asm | 41 ;Arguments:
|
DivU64x32.asm | 42 ;Arguments:
|
/external/guice/ |
AndroidCallMunge.mk | 23 # Arguments:
|
/external/llvm/include/llvm/Analysis/ |
TargetTransformInfo.h | 154 /// function type and (potentially) the number of arguments at the call site. 167 int getCallCost(const Function *F, ArrayRef<const Value *> Arguments) const; 187 ArrayRef<const Value *> Arguments) const; 569 /// \returns The cost of Intrinsic instructions. Analyses the real arguments. 638 ArrayRef<const Value *> Arguments) = 0; 643 ArrayRef<const Value *> Arguments) = 0; [all...] |
/external/webrtc/tools/matlab/ |
parseLog.m | 8 % Arguments
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/ |
TargetTransformInfo.h | 165 /// function type and (potentially) the number of arguments at the call site. 178 int getCallCost(const Function *F, ArrayRef<const Value *> Arguments) const; 198 ArrayRef<const Value *> Arguments) const; 649 /// \returns The cost of Intrinsic instructions. Analyses the real arguments. 658 /// arguments and the return value will be computed based on types. [all...] |
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/ |
TargetTransformInfo.h | 165 /// function type and (potentially) the number of arguments at the call site. 178 int getCallCost(const Function *F, ArrayRef<const Value *> Arguments) const; 198 ArrayRef<const Value *> Arguments) const; 649 /// \returns The cost of Intrinsic instructions. Analyses the real arguments. 658 /// arguments and the return value will be computed based on types. [all...] |
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/ |
TargetTransformInfo.h | 165 /// function type and (potentially) the number of arguments at the call site. 178 int getCallCost(const Function *F, ArrayRef<const Value *> Arguments) const; 198 ArrayRef<const Value *> Arguments) const; 649 /// \returns The cost of Intrinsic instructions. Analyses the real arguments. 658 /// arguments and the return value will be computed based on types. [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/ |
TargetTransformInfo.h | 165 /// function type and (potentially) the number of arguments at the call site. 178 int getCallCost(const Function *F, ArrayRef<const Value *> Arguments) const; 198 ArrayRef<const Value *> Arguments) const; 649 /// \returns The cost of Intrinsic instructions. Analyses the real arguments. 658 /// arguments and the return value will be computed based on types. [all...] |
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/ |
TargetTransformInfo.h | 165 /// function type and (potentially) the number of arguments at the call site. 178 int getCallCost(const Function *F, ArrayRef<const Value *> Arguments) const; 198 ArrayRef<const Value *> Arguments) const; 649 /// \returns The cost of Intrinsic instructions. Analyses the real arguments. 658 /// arguments and the return value will be computed based on types. [all...] |
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/ |
TargetTransformInfo.h | 165 /// function type and (potentially) the number of arguments at the call site. 178 int getCallCost(const Function *F, ArrayRef<const Value *> Arguments) const; 198 ArrayRef<const Value *> Arguments) const; 649 /// \returns The cost of Intrinsic instructions. Analyses the real arguments. 658 /// arguments and the return value will be computed based on types. [all...] |
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/ |
TargetTransformInfo.h | 165 /// function type and (potentially) the number of arguments at the call site. 178 int getCallCost(const Function *F, ArrayRef<const Value *> Arguments) const; 198 ArrayRef<const Value *> Arguments) const; 649 /// \returns The cost of Intrinsic instructions. Analyses the real arguments. 658 /// arguments and the return value will be computed based on types. [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/ |
TargetTransformInfo.h | 165 /// function type and (potentially) the number of arguments at the call site. 178 int getCallCost(const Function *F, ArrayRef<const Value *> Arguments) const; 198 ArrayRef<const Value *> Arguments) const; 649 /// \returns The cost of Intrinsic instructions. Analyses the real arguments. 658 /// arguments and the return value will be computed based on types. [all...] |
/system/extras/multinetwork/ |
httpurl.cpp | 45 bool parseUrl(const struct Arguments& args, struct Parameters* parameters) { 219 struct Arguments args;
|
/system/update_engine/ |
binder_service_brillo.cc | 50 template <typename... Parameters, typename... Arguments> 53 Arguments... arguments) { 55 if (((common_.get())->*Handler)(&error, arguments...))
|
/external/cblas/testing/ |
c_dblat1.f | 86 * .. Scalar Arguments .. 147 * .. Scalar Arguments .. 206 * .. Set vector arguments .. 241 * .. Scalar Arguments .. 396 * .. Scalar Arguments .. 610 * .. Scalar Arguments .. 613 * .. Array Arguments .. 662 * .. Scalar Arguments .. 664 * .. Array Arguments .. 682 * .. Scalar Arguments . [all...] |
c_sblat1.f | 86 * .. Scalar Arguments .. 147 * .. Scalar Arguments .. 206 * .. Set vector arguments .. 241 * .. Scalar Arguments .. 396 * .. Scalar Arguments .. 610 * .. Scalar Arguments .. 613 * .. Array Arguments .. 662 * .. Scalar Arguments .. 664 * .. Array Arguments .. 682 * .. Scalar Arguments . [all...] |
/dalvik/dx/src/com/android/dx/command/dexer/ |
Main.java | 172 /** {@code non-null;} parsed command-line arguments */ 173 private Arguments args; 240 * @param argArray the command line arguments 244 Arguments arguments = new Arguments(context); local 245 arguments.parse(argArray); 247 int result = new Main(context).runDx(arguments); 263 * @param arguments the data + parameters for the conversion 266 public static int run(Arguments arguments) throws IOException 1371 private final String[] arguments; field in class:Main.Arguments.ArgumentsParser [all...] |
/prebuilts/go/darwin-x86/src/log/ |
log.go | 173 // Arguments are handled in the manner of fmt.Printf. 179 // Arguments are handled in the manner of fmt.Print. 183 // Arguments are handled in the manner of fmt.Println. 283 // Arguments are handled in the manner of fmt.Print. 289 // Arguments are handled in the manner of fmt.Printf. 295 // Arguments are handled in the manner of fmt.Println.
|
/prebuilts/go/linux-x86/src/log/ |
log.go | 173 // Arguments are handled in the manner of fmt.Printf. 179 // Arguments are handled in the manner of fmt.Print. 183 // Arguments are handled in the manner of fmt.Println. 283 // Arguments are handled in the manner of fmt.Print. 289 // Arguments are handled in the manner of fmt.Printf. 295 // Arguments are handled in the manner of fmt.Println.
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/X64/ |
ProcessorAsms.S | 32 # Arguments:
72 #Arguments:
|
/prebuilts/go/darwin-x86/src/reflect/ |
set_test.go | 146 // Arguments must be assignable to parameter types. 156 // Arguments must be assignable to the slice's element type.
|
/prebuilts/go/linux-x86/src/reflect/ |
set_test.go | 146 // Arguments must be assignable to parameter types. 156 // Arguments must be assignable to the slice's element type.
|
/external/okhttp/okcurl/src/main/java/com/squareup/okhttp/curl/ |
Main.java | 30 import io.airlift.command.Arguments; 124 @Arguments(title = "url", description = "Remote resource URL")
|
/prebuilts/go/darwin-x86/test/ |
cmp6.go | 29 // Arguments to comparison must be
|