Searched defs:num_args (Results 1 - 25 of 45) sorted by relevance

12

/external/chromium_org/chrome_frame/
H A Dupdate_launcher.cc40 int num_args = 0; local
42 args = ::CommandLineToArgvW(command_line, &num_args);
45 if (num_args == 3 && _wcsicmp(args[1], kUpdateCommandFlag) == 0)
H A Dchrome_launcher.cc126 int num_args = 0; local
128 args = CommandLineToArgvW(command_line, &num_args);
133 for (int i = 1; i < num_args; ++i) {
/external/marisa-trie/tools/
H A Dmarisa-lookup.cc23 int lookup(const char * const *args, std::size_t num_args) { argument
24 if (num_args == 0) {
27 } else if (num_args > 1) {
H A Dmarisa-build.cc61 int build(const char * const *args, std::size_t num_args) { argument
63 if (num_args == 0) {
67 for (std::size_t i = 0; i < num_args; ++i) {
H A Dmarisa-predict.cc32 int predict(const char * const *args, std::size_t num_args) { argument
33 if (num_args == 0) {
36 } else if (num_args > 1) {
H A Dmarisa-find.cc78 int find(const char * const *args, std::size_t num_args) { argument
79 if (num_args == 0) {
82 } else if (num_args > 1) {
H A Dmarisa-benchmark.cc150 int read_keys(const char * const *args, std::size_t num_args, argument
152 if (num_args == 0) {
155 for (std::size_t i = 0; i < num_args; ++i) {
286 int benchmark(const char * const *args, std::size_t num_args) try { argument
288 const int ret = read_keys(args, num_args, &keys);
/external/marisa-trie/v0_1_5/tools/
H A Dmarisa_alpha-lookup.cc23 int lookup(const char * const *args, std::size_t num_args) { argument
24 if (num_args == 0) {
27 } else if (num_args > 1) {
H A Dmarisa_alpha-build.cc61 int build(const char * const *args, std::size_t num_args) { argument
63 if (num_args == 0) {
67 for (std::size_t i = 0; i < num_args; ++i) {
H A Dmarisa_alpha-predict.cc32 int predict(const char * const *args, std::size_t num_args) { argument
33 if (num_args == 0) {
36 } else if (num_args > 1) {
H A Dmarisa_alpha-find.cc78 int find(const char * const *args, std::size_t num_args) { argument
79 if (num_args == 0) {
82 } else if (num_args > 1) {
H A Dmarisa_alpha-benchmark.cc150 int read_keys(const char * const *args, std::size_t num_args, argument
152 if (num_args == 0) {
155 for (std::size_t i = 0; i < num_args; ++i) {
286 int benchmark(const char * const *args, std::size_t num_args) try { argument
288 const int ret = read_keys(args, num_args, &keys);
/external/chromium_org/base/debug/
H A Dtrace_event_android.cc24 int num_args,
35 for (int i = 0; i < num_args; ++i) {
92 int num_args,
104 num_args, arg_names, arg_types, arg_values, convertable_values,
112 num_args, arg_names, arg_types, arg_values, convertable_values,
119 num_args, arg_names, arg_types, arg_values, convertable_values,
125 for (int i = 0; i < num_args; ++i) {
19 WriteEvent( char phase, const char* category_group, const char* name, unsigned long long id, int num_args, const char** arg_names, const unsigned char* arg_types, const unsigned long long* arg_values, scoped_ptr<base::debug::ConvertableToTraceFormat> convertable_values[], unsigned char flags) argument
87 SendToATrace( char phase, const char* category_group, const char* name, unsigned long long id, int num_args, const char** arg_names, const unsigned char* arg_types, const unsigned long long* arg_values, scoped_ptr<ConvertableToTraceFormat> convertable_values[], unsigned char flags) argument
/external/chromium_org/ppapi/shared_impl/
H A Dppb_trace_event_impl.cc38 uint32_t num_args,
47 static_cast<const unsigned char*>(category_enabled), name, id, num_args,
64 uint32_t num_args,
74 num_args, arg_names, arg_types,
33 AddTraceEvent( int8_t phase, const void* category_enabled, const char* name, uint64_t id, uint32_t num_args, const char* arg_names[], const uint8_t arg_types[], const uint64_t arg_values[], uint8_t flags) argument
57 AddTraceEventWithThreadIdAndTimestamp( int8_t phase, const void* category_enabled, const char* name, uint64_t id, int32_t thread_id, int64_t timestamp, uint32_t num_args, const char* arg_names[], const uint8_t arg_types[], const uint64_t arg_values[], uint8_t flags) argument
/external/chromium_org/third_party/libjingle/overrides/
H A Dinit_webrtc.cc22 int num_args,
28 num_args, arg_names, arg_types, arg_values,
18 AddTraceEvent(char phase, const unsigned char* category_group_enabled, const char* name, unsigned long long id, int num_args, const char** arg_names, const unsigned char* arg_types, const unsigned long long* arg_values, unsigned char flags) argument
/external/chromium/chrome/browser/ui/webui/
H A Dforeign_session_handler.cc133 size_t num_args = args->GetSize(); local
134 if (num_args > 3U || num_args == 0) {
150 if (num_args >= 2 && (!args->GetString(1, &window_num_str) ||
159 if (num_args == 3 && (!args->GetString(2, &tab_id_str) ||
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_intr.c60 unsigned num_args)
67 function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0);
84 unsigned num_args)
94 assert(num_args <= LP_MAX_FUNC_ARGS);
96 for(i = 0; i < num_args; ++i) {
101 function = lp_declare_intrinsic(module, name, ret_type, arg_types, num_args);
104 return LLVMBuildCall(builder, function, args, num_args, "");
228 unsigned num_args)
236 assert(num_args <= LP_MAX_FUNC_ARGS);
243 for(j = 0; j < num_args;
56 lp_declare_intrinsic(LLVMModuleRef module, const char *name, LLVMTypeRef ret_type, LLVMTypeRef *arg_types, unsigned num_args) argument
80 lp_build_intrinsic(LLVMBuilderRef builder, const char *name, LLVMTypeRef ret_type, LLVMValueRef *args, unsigned num_args) argument
224 lp_build_intrinsic_map(struct gallivm_state *gallivm, const char *name, LLVMTypeRef ret_type, LLVMValueRef *args, unsigned num_args) argument
[all...]
H A Dlp_bld_const.c466 unsigned num_args,
472 function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0);
462 lp_build_const_func_pointer(struct gallivm_state *gallivm, const void *ptr, LLVMTypeRef ret_type, LLVMTypeRef *arg_types, unsigned num_args, const char *name) argument
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_intr.c60 unsigned num_args)
67 function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0);
84 unsigned num_args)
94 assert(num_args <= LP_MAX_FUNC_ARGS);
96 for(i = 0; i < num_args; ++i) {
101 function = lp_declare_intrinsic(module, name, ret_type, arg_types, num_args);
104 return LLVMBuildCall(builder, function, args, num_args, "");
228 unsigned num_args)
236 assert(num_args <= LP_MAX_FUNC_ARGS);
243 for(j = 0; j < num_args;
56 lp_declare_intrinsic(LLVMModuleRef module, const char *name, LLVMTypeRef ret_type, LLVMTypeRef *arg_types, unsigned num_args) argument
80 lp_build_intrinsic(LLVMBuilderRef builder, const char *name, LLVMTypeRef ret_type, LLVMValueRef *args, unsigned num_args) argument
224 lp_build_intrinsic_map(struct gallivm_state *gallivm, const char *name, LLVMTypeRef ret_type, LLVMValueRef *args, unsigned num_args) argument
[all...]
H A Dlp_bld_const.c466 unsigned num_args,
472 function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0);
462 lp_build_const_func_pointer(struct gallivm_state *gallivm, const void *ptr, LLVMTypeRef ret_type, LLVMTypeRef *arg_types, unsigned num_args, const char *name) argument
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dforeign_session_handler.cc283 size_t num_args = args->GetSize(); local
289 if (num_args != 8U && num_args != 1U) {
305 if (num_args >= 2 && (!args->GetString(1, &window_num_str) ||
314 if (num_args >= 3 && (!args->GetString(2, &tab_id_str) ||
/external/chromium_org/native_client_sdk/src/libraries/xray/
H A Dbrowser.c89 uint32_t num_args = 0; local
116 num_args = 0;
126 num_args = 1;
134 num_args, arg_names, arg_types, arg_values, 0
/external/chromium_org/tools/win/split_link/
H A Dsplit_link.cc121 int num_args; local
122 LPWSTR* args = CommandLineToArgvW(GetCommandLine(), &num_args);
127 for (int i = 1; i < num_args; ++i) // Skip old argv[0].
/external/chromium/base/
H A Dcommand_line.cc445 int num_args = 0; local
448 args = CommandLineToArgvW(command_line_string_.c_str(), &num_args);
454 for (int i = 1; i < num_args; ++i) {
/external/chromium_org/base/
H A Dcommand_line.cc415 int num_args = 0; local
417 args = ::CommandLineToArgvW(command_line_string.c_str(), &num_args);
421 InitFromArgv(num_args, args);

Completed in 532 milliseconds

12