Searched refs:func (Results 176 - 200 of 1961) sorted by relevance

1234567891011>>

/external/libcxx/src/
H A Dstring.cpp50 void throw_from_string_out_of_range( const string& func )
52 throw_helper<out_of_range>(func + ": out of range");
56 void throw_from_string_invalid_arg( const string& func )
58 throw_helper<invalid_argument>(func + ": no conversion");
66 as_integer_helper(const string& func, const S& str, size_t* idx, int base, F f) argument
75 throw_from_string_out_of_range(func);
77 throw_from_string_invalid_arg(func);
86 as_integer(const string& func, const S& s, size_t* idx, int base);
92 as_integer(const string& func, const string& s, size_t* idx, int base ) argument
95 long r = as_integer_helper<long>( func,
104 as_integer(const string& func, const string& s, size_t* idx, int base ) argument
112 as_integer( const string& func, const string& s, size_t* idx, int base ) argument
120 as_integer( const string& func, const string& s, size_t* idx, int base ) argument
128 as_integer( const string& func, const string& s, size_t* idx, int base ) argument
137 as_integer( const string& func, const wstring& s, size_t* idx, int base ) argument
149 as_integer( const string& func, const wstring& s, size_t* idx, int base ) argument
157 as_integer( const string& func, const wstring& s, size_t* idx, int base ) argument
165 as_integer( const string& func, const wstring& s, size_t* idx, int base ) argument
173 as_integer( const string& func, const wstring& s, size_t* idx, int base ) argument
183 as_float_helper(const string& func, const S& str, size_t* idx, F f ) argument
207 as_float( const string& func, const string& s, size_t* idx ) argument
215 as_float(const string& func, const string& s, size_t* idx ) argument
223 as_float( const string& func, const string& s, size_t* idx ) argument
231 as_float( const string& func, const wstring& s, size_t* idx ) argument
239 as_float( const string& func, const wstring& s, size_t* idx ) argument
247 as_float( const string& func, const wstring& s, size_t* idx ) argument
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
H A Dbraille_interface.js34 * @param {function(!cvox.BrailleKeyEvent, cvox.NavBraille)} func The function
41 function(func) { };
/external/chromium_org/third_party/icu/source/io/
H A Ducln_io.h36 cleanupFunc *func);
/external/chromium_org/third_party/mesa/src/src/gallium/targets/libgl-xlib/
H A Dxlib.c122 #define NAME(func) mgl##func
124 #define NAME(func) gl##func
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/
H A Dglapi_dispatch.c55 #define NAME(func) mgl##func
57 #define NAME(func) gl##func
/external/chromium_org/third_party/mesa/src/src/mapi/mapi/
H A Dentry_x86_tsd.h37 #define STUB_ASM_ENTRY(func) \
38 ".globl " func "\n" \
39 ".type " func ", @function\n" \
41 func ":"
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlinit.c55 for (lib = loadedlibs; lib->func; lib++) {
56 luaL_requiref(L, lib->name, lib->func, 1);
61 for (lib = preloadedlibs; lib->func; lib++) {
62 lua_pushcfunction(L, lib->func);
/external/clang/test/CXX/stmt.stmt/stmt.ambig/
H A Dp1-0x.cpp16 void func(A, B, C, D, E);
18 void func(int a, int c) { function
27 func(a, d, e, f, g);
39 func(a, d, e, f, g);
/external/clang/test/CodeGen/
H A D2003-09-30-StructLayout.c16 void func(struct St* A) { function
/external/clang/test/Sema/
H A D2007-10-01-BuildArrayRef.c3 void func() function
H A Dincomplete-call.c9 void func(void *p) { function
/external/clang/test/SemaCXX/
H A Dambig-user-defined-conversions.cpp16 void func(const int ci, const char cc); // expected-note {{candidate function}}
17 void func(const char ci, const B b); // expected-note {{candidate function}}
18 void func(const B b, const int ci); // expected-note {{candidate function}}
22 func(b1, f()); // expected-error {{call to 'func' is ambiguous}}
/external/compiler-rt/test/profile/Inputs/
H A Dinstrprof-dlopen-main.c8 void func(int K);
15 void *f1_handle = dlopen(DLOPEN_FUNC_DIR"/func.shared", DLOPEN_FLAGS);
17 fprintf(stderr, "unable to open '" DLOPEN_FUNC_DIR "/func.shared': %s\n",
22 void (*func)(int) = (void (*)(int))dlsym(f1_handle, "func");
23 if (func == NULL) {
24 fprintf(stderr, "unable to lookup symbol 'func': %s\n", dlerror());
42 func(1);
/external/icu/icu4c/source/io/
H A Ducln_io.h36 cleanupFunc *func);
/external/kernel-headers/original/uapi/linux/
H A Dpg.h46 char func; /* PG_RESET or PG_COMMAND */ member in struct:pg_write_hdr
/external/libcxx/test/utilities/function.objects/func.require/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/function.objects/func.require/Android.mk
19 test_name := utilities/function.objects/func.require/unary_function
23 test_name := utilities/function.objects/func.require/binary_function
27 test_name := utilities/function.objects/func.require/invoke
/external/libunwind/tests/
H A DGtest-nomalloc.c40 static void * (*func)();
42 if(!func)
43 func = (void *(*)()) dlsym(RTLD_NEXT, "malloc");
49 return func(s);
/external/llvm/test/MC/COFF/
H A Dseh.s40 // CHECK-NEXT: 0x20 IMAGE_REL_AMD64_ADDR32NB func
41 // CHECK-NEXT: 0x24 IMAGE_REL_AMD64_ADDR32NB func
45 // CHECK-NEXT: 0x0 IMAGE_REL_AMD64_ADDR32NB func
46 // CHECK-NEXT: 0x4 IMAGE_REL_AMD64_ADDR32NB func
48 // CHECK-NEXT: 0xC IMAGE_REL_AMD64_ADDR32NB func
49 // CHECK-NEXT: 0x10 IMAGE_REL_AMD64_ADDR32NB func
124 .globl func
125 .def func; .scl 2; .type 32; .endef
126 .seh_proc func
127 func label
[all...]
/external/mesa3d/src/gallium/targets/libgl-xlib/
H A Dxlib.c122 #define NAME(func) mgl##func
124 #define NAME(func) gl##func
/external/mesa3d/src/mapi/glapi/
H A Dglapi_dispatch.c55 #define NAME(func) mgl##func
57 #define NAME(func) gl##func
/external/mesa3d/src/mapi/mapi/
H A Dentry_x86_tsd.h37 #define STUB_ASM_ENTRY(func) \
38 ".globl " func "\n" \
39 ".type " func ", @function\n" \
41 func ":"
/external/qemu/include/sysemu/
H A Dballoon.h21 void qemu_add_balloon_handler(QEMUBalloonEvent *func, void *opaque);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_blorp_blit.cpp518 struct brw_compile func; member in class:brw_blorp_blit_program
583 brw_init_compile(brw, &func, mem_ctx);
639 brw_set_compression_control(&func, BRW_COMPRESSION_NONE);
739 return brw_get_program(&func, program_size);
845 brw_ADD(&func, X, stride(suboffset(R1, 4), 2, 4, 0), brw_imm_v(0x10101010));
855 brw_ADD(&func, Y, stride(suboffset(R1, 5), 2, 4, 0), brw_imm_v(0x11001100));
869 brw_MOV(&func, t1, brw_imm_v(0x3210));
870 brw_MOV(&func, S, stride(t1, 1, 4, 0));
888 brw_AND(&func, t1_ud1, r0_ud1, brw_imm_ud(0xc0));
889 brw_SHR(&func, t1_ud
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_blorp_blit.cpp518 struct brw_compile func; member in class:brw_blorp_blit_program
583 brw_init_compile(brw, &func, mem_ctx);
639 brw_set_compression_control(&func, BRW_COMPRESSION_NONE);
739 return brw_get_program(&func, program_size);
845 brw_ADD(&func, X, stride(suboffset(R1, 4), 2, 4, 0), brw_imm_v(0x10101010));
855 brw_ADD(&func, Y, stride(suboffset(R1, 5), 2, 4, 0), brw_imm_v(0x11001100));
869 brw_MOV(&func, t1, brw_imm_v(0x3210));
870 brw_MOV(&func, S, stride(t1, 1, 4, 0));
888 brw_AND(&func, t1_ud1, r0_ud1, brw_imm_ud(0xc0));
889 brw_SHR(&func, t1_ud
[all...]
/external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/
H A Dthread_creator.c16 void (*func)(void *thread_argument),
25 (void *(*)(void *thread_argument)) func,

Completed in 779 milliseconds

1234567891011>>